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

2015-01-12 Thread Sven-Hendrik Haase
Date: Tuesday, January 13, 2015 @ 03:50:03
  Author: svenstaro
Revision: 125857

Fix FS#43422

Modified:
  skype/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-13 01:47:57 UTC (rev 125856)
+++ PKGBUILD2015-01-13 02:50:03 UTC (rev 125857)
@@ -18,7 +18,7 @@
 'pavucontrol: volume adjustment')
 
 if [[ $CARCH == 'i686' ]]; then
-  depends+=(libpulse qt4 libxss libxv libxcursor v4l-utils gstreamer0.10-base 
qtwebkit)
+  depends+=(libpulse qt4 libxss libxv libxcursor v4l-utils qtwebkit)
   optdepends+=('libcanberra: XDG sound support')
 else
   depends+=(lib32-{libpulse,qt4,libxss,libxv,libxcursor,v4l-utils})


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

2015-01-12 Thread Eric Bélanger
Date: Tuesday, January 13, 2015 @ 02:47:57
  Author: eric
Revision: 125856

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 125855, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-13 01:46:33 UTC (rev 125855)
+++ PKGBUILD2015-01-13 01:47:57 UTC (rev 125856)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=youtube-dl
-pkgver=2015.01.08
-pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="http://rg3.github.io/youtube-dl/";
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('e8070df5cd71a32ad8871206cb7dc1cdf2de11cc'
-  'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
-"${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 125855, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-13 01:47:57 UTC (rev 125856)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=youtube-dl
+pkgver=2015.01.11
+pkgrel=1
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="http://rg3.github.io/youtube-dl/";
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('131575f4fa16e67f1cd91d74668773b0bf3c0d3f'
+  'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+"${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2015-01-12 Thread Eric Bélanger
Date: Tuesday, January 13, 2015 @ 02:46:33
  Author: eric
Revision: 125855

upgpkg: youtube-dl 2015.01.11-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-12 23:14:54 UTC (rev 125854)
+++ PKGBUILD2015-01-13 01:46:33 UTC (rev 125855)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=youtube-dl
-pkgver=2015.01.08
+pkgver=2015.01.11
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -13,7 +13,7 @@
 'rtmpdump: for rtmp streams support')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('e8070df5cd71a32ad8871206cb7dc1cdf2de11cc'
+sha1sums=('131575f4fa16e67f1cd91d74668773b0bf3c0d3f'
   'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
 


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

2015-01-12 Thread Gaetan Bisson
Date: Tuesday, January 13, 2015 @ 01:18:02
  Author: bisson
Revision: 228954

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

Added:
  djvulibre/repos/extra-i686/PKGBUILD
(from rev 228953, djvulibre/trunk/PKGBUILD)
  djvulibre/repos/extra-i686/install
(from rev 228953, djvulibre/trunk/install)
  djvulibre/repos/extra-x86_64/PKGBUILD
(from rev 228953, djvulibre/trunk/PKGBUILD)
  djvulibre/repos/extra-x86_64/install
(from rev 228953, djvulibre/trunk/install)
Deleted:
  djvulibre/repos/extra-i686/PKGBUILD
  djvulibre/repos/extra-i686/git-fixes.patch
  djvulibre/repos/extra-i686/install
  djvulibre/repos/extra-x86_64/PKGBUILD
  djvulibre/repos/extra-x86_64/git-fixes.patch
  djvulibre/repos/extra-x86_64/install

--+
 /PKGBUILD|   82 ++
 /install |   26 
 extra-i686/PKGBUILD  |   37 
 extra-i686/git-fixes.patch   | 1607 -
 extra-i686/install   |   13 
 extra-x86_64/PKGBUILD|   37 
 extra-x86_64/git-fixes.patch | 1607 -
 extra-x86_64/install |   13 
 8 files changed, 108 insertions(+), 3314 deletions(-)

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


[arch-commits] Commit in djvulibre/trunk (PKGBUILD git-fixes.patch)

2015-01-12 Thread Gaetan Bisson
Date: Tuesday, January 13, 2015 @ 01:17:33
  Author: bisson
Revision: 228952

upstream update, switch to git tag

Modified:
  djvulibre/trunk/PKGBUILD
Deleted:
  djvulibre/trunk/git-fixes.patch

-+
 PKGBUILD|   20 
 git-fixes.patch | 1607 --
 2 files changed, 12 insertions(+), 1615 deletions(-)

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


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

2015-01-12 Thread Gaetan Bisson
Date: Tuesday, January 13, 2015 @ 00:45:48
  Author: bisson
Revision: 228951

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

Added:
  hugin/repos/extra-i686/PKGBUILD
(from rev 228950, hugin/trunk/PKGBUILD)
  hugin/repos/extra-i686/install
(from rev 228950, hugin/trunk/install)
  hugin/repos/extra-x86_64/PKGBUILD
(from rev 228950, hugin/trunk/PKGBUILD)
  hugin/repos/extra-x86_64/install
(from rev 228950, hugin/trunk/install)
Deleted:
  hugin/repos/extra-i686/PKGBUILD
  hugin/repos/extra-i686/install
  hugin/repos/extra-x86_64/PKGBUILD
  hugin/repos/extra-x86_64/install

---+
 /PKGBUILD |  100 
 /install  |   26 
 extra-i686/PKGBUILD   |   54 -
 extra-i686/install|   13 --
 extra-x86_64/PKGBUILD |   54 -
 extra-x86_64/install  |   13 --
 6 files changed, 126 insertions(+), 134 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-12 23:45:16 UTC (rev 228950)
+++ extra-i686/PKGBUILD 2015-01-12 23:45:48 UTC (rev 228951)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Tobias Kieslich 
-# Contributor: Giovanni Scafora 
-# Contributor: Dominik Ryba 
-
-pkgname=hugin
-pkgver=2014.0.0
-pkgrel=2
-pkgdesc='Panorama photo stitcher'
-url='http://hugin.sourceforge.net/'
-license=('GPL')
-arch=('i686' 'x86_64')
-optdepends=('python2: bindings and plugins')
-makedepends=('cmake' 'boost' 'tclap' 'mesa' 'python2' 'swig')
-depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'libpano13'
- 'lensfun' 'lapack' 'make' 'perl-image-exiftool' 'desktop-file-utils')
-optdepends=('python2: for scripting and plugin interface support')
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver/r/_r}.tar.bz2";
-"http://downloads.sourceforge.net/boost/boost_1_55_0.tar.bz2";)
-sha1sums=('7b4ae181f664b9e0a68f55f298cdaa210fa09aa9'
-  'cef9a0cc7084b1d639e06cd3bc34e4251524c840')
-
-install=install
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver/rc?}"
-
-   # We take the module "spirit" from boost 1.55 and use it instead of the 
one
-   # that is provided by boost 1.56+ because hugin doesn't compile with the
-   # latter.  This is no proper fix for the problem but it works for now.
-   mkdir -p src/boost
-   cp -r "${srcdir}/boost_1_55_0/boost/spirit" src/boost/
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver/rc?}"
-
-   # See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61214#c5
-   # and 
https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg1231921.html.
-   # for why the "-fno-devirtualize" flag is needed.  I can go away with 
GCC 4.9.2+.
-   CXXFLAGS="${CXXFLAGS} -fno-devirtualize"
-
-   cmake . \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DENABLE_LAPACK=yes
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver/rc?}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: hugin/repos/extra-i686/PKGBUILD (from rev 228950, hugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-12 23:45:48 UTC (rev 228951)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: Giovanni Scafora 
+# Contributor: Dominik Ryba 
+
+pkgname=hugin
+pkgver=2014.0.0
+pkgrel=3
+pkgdesc='Panorama photo stitcher'
+url='http://hugin.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'boost' 'tclap' 'mesa' 'swig')
+depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'libpano13' 'python'
+ 'lensfun' 'lapack' 'make' 'perl-image-exiftool' 'desktop-file-utils')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver/r/_r}.tar.bz2";
+"http://downloads.sourceforge.net/boost/boost_1_55_0.tar.bz2";)
+sha1sums=('7b4ae181f664b9e0a68f55f298cdaa210fa09aa9'
+  'cef9a0cc7084b1d639e06cd3bc34e4251524c840')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver/rc?}"
+
+   # We take the module "spirit" from boost 1.55 and use it instead of the 
one
+   # that is provided by boost 1.56+ because hugin doesn't compile with the
+   # latter.  This is no proper fix for the problem but it works for now.
+   mkdir -p src/boost
+   cp -r "${srcdir}/boost_1_55_0/boost/spirit" src/boost/
+
+   # Fix compiling against lensfun-0.3.0
+   sed '/LF_DIST_MODEL_FOV1/d' -i src/hugin_base/lensdb/LensDB.cpp
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver/rc?}"
+   cmake . \
+   -DCMAKE_BUILD_TYPE=Release \
+   -

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

2015-01-12 Thread Gaetan Bisson
Date: Tuesday, January 13, 2015 @ 00:45:16
  Author: bisson
Revision: 228950

fix FS#43424

Modified:
  hugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-12 20:06:03 UTC (rev 228949)
+++ PKGBUILD2015-01-12 23:45:16 UTC (rev 228950)
@@ -6,16 +6,14 @@
 
 pkgname=hugin
 pkgver=2014.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Panorama photo stitcher'
 url='http://hugin.sourceforge.net/'
 license=('GPL')
 arch=('i686' 'x86_64')
-optdepends=('python2: bindings and plugins')
-makedepends=('cmake' 'boost' 'tclap' 'mesa' 'python2' 'swig')
-depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'libpano13'
+makedepends=('cmake' 'boost' 'tclap' 'mesa' 'swig')
+depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'libpano13' 'python'
  'lensfun' 'lapack' 'make' 'perl-image-exiftool' 'desktop-file-utils')
-optdepends=('python2: for scripting and plugin interface support')
 
source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver/r/_r}.tar.bz2";
 "http://downloads.sourceforge.net/boost/boost_1_55_0.tar.bz2";)
 sha1sums=('7b4ae181f664b9e0a68f55f298cdaa210fa09aa9'
@@ -31,20 +29,18 @@
# latter.  This is no proper fix for the problem but it works for now.
mkdir -p src/boost
cp -r "${srcdir}/boost_1_55_0/boost/spirit" src/boost/
+
+   # Fix compiling against lensfun-0.3.0
+   sed '/LF_DIST_MODEL_FOV1/d' -i src/hugin_base/lensdb/LensDB.cpp
 }
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver/rc?}"
-
-   # See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61214#c5
-   # and 
https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg1231921.html.
-   # for why the "-fno-devirtualize" flag is needed.  I can go away with 
GCC 4.9.2+.
-   CXXFLAGS="${CXXFLAGS} -fno-devirtualize"
-
cmake . \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-   -DENABLE_LAPACK=yes
+   -DENABLE_LAPACK=yes \
+
make
 }
 


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

2015-01-12 Thread Anatol Pomozov
Date: Tuesday, January 13, 2015 @ 00:14:54
  Author: anatolik
Revision: 125854

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

Added:
  nanomsg/repos/community-i686/
  nanomsg/repos/community-i686/PKGBUILD
(from rev 125853, nanomsg/trunk/PKGBUILD)
  nanomsg/repos/community-x86_64/
  nanomsg/repos/community-x86_64/PKGBUILD
(from rev 125853, nanomsg/trunk/PKGBUILD)

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

Copied: nanomsg/repos/community-i686/PKGBUILD (from rev 125853, 
nanomsg/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-12 23:14:54 UTC (rev 125854)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: KokaKiwi 
+# Contributor: James Bulmer 
+
+pkgname=nanomsg
+pkgver=0.5
+_tag=$pkgver-beta
+pkgrel=1
+pkgdesc='Simple high-performance implementation of several "scalability 
protocols"'
+url='http://nanomsg.org/'
+license=(MIT)
+arch=(i686 x86_64)
+depends=(glibc)
+source=(http://download.nanomsg.org/nanomsg-$_tag.tar.gz)
+sha1sums=('2826bf58fe29550777dbe610e12ed20d386a6974')
+
+build() {
+  cd nanomsg-$_tag
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd nanomsg-$_tag
+  make check
+}
+
+package() {
+  cd nanomsg-$_tag
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Copied: nanomsg/repos/community-x86_64/PKGBUILD (from rev 125853, 
nanomsg/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-01-12 23:14:54 UTC (rev 125854)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: KokaKiwi 
+# Contributor: James Bulmer 
+
+pkgname=nanomsg
+pkgver=0.5
+_tag=$pkgver-beta
+pkgrel=1
+pkgdesc='Simple high-performance implementation of several "scalability 
protocols"'
+url='http://nanomsg.org/'
+license=(MIT)
+arch=(i686 x86_64)
+depends=(glibc)
+source=(http://download.nanomsg.org/nanomsg-$_tag.tar.gz)
+sha1sums=('2826bf58fe29550777dbe610e12ed20d386a6974')
+
+build() {
+  cd nanomsg-$_tag
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd nanomsg-$_tag
+  make check
+}
+
+package() {
+  cd nanomsg-$_tag
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}


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

2015-01-12 Thread Anatol Pomozov
Date: Tuesday, January 13, 2015 @ 00:14:10
  Author: anatolik
Revision: 125853

Move nanomsg from AUR to [community]

Added:
  nanomsg/
  nanomsg/repos/
  nanomsg/trunk/
  nanomsg/trunk/PKGBUILD

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

Added: nanomsg/trunk/PKGBUILD
===
--- nanomsg/trunk/PKGBUILD  (rev 0)
+++ nanomsg/trunk/PKGBUILD  2015-01-12 23:14:10 UTC (rev 125853)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: KokaKiwi 
+# Contributor: James Bulmer 
+
+pkgname=nanomsg
+pkgver=0.5
+_tag=$pkgver-beta
+pkgrel=1
+pkgdesc='Simple high-performance implementation of several "scalability 
protocols"'
+url='http://nanomsg.org/'
+license=(MIT)
+arch=(i686 x86_64)
+depends=(glibc)
+source=(http://download.nanomsg.org/nanomsg-$_tag.tar.gz)
+sha1sums=('2826bf58fe29550777dbe610e12ed20d386a6974')
+
+build() {
+  cd nanomsg-$_tag
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd nanomsg-$_tag
+  make check
+}
+
+package() {
+  cd nanomsg-$_tag
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}


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


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

2015-01-12 Thread Gaetan Bisson
Date: Monday, January 12, 2015 @ 23:05:04
  Author: bisson
Revision: 125852

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

Added:
  picard/repos/community-i686/PKGBUILD
(from rev 125851, picard/trunk/PKGBUILD)
  picard/repos/community-i686/install
(from rev 125851, picard/trunk/install)
  picard/repos/community-x86_64/PKGBUILD
(from rev 125851, picard/trunk/PKGBUILD)
  picard/repos/community-x86_64/install
(from rev 125851, picard/trunk/install)
Deleted:
  picard/repos/community-i686/PKGBUILD
  picard/repos/community-i686/install
  picard/repos/community-x86_64/PKGBUILD
  picard/repos/community-x86_64/install

---+
 /PKGBUILD |   58 
 /install  |   24 ++
 community-i686/PKGBUILD   |   29 --
 community-i686/install|   12 -
 community-x86_64/PKGBUILD |   29 --
 community-x86_64/install  |   12 -
 6 files changed, 82 insertions(+), 82 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-12 22:04:32 UTC (rev 125851)
+++ community-i686/PKGBUILD 2015-01-12 22:05:04 UTC (rev 125852)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Mateusz Herych 
-# Contributor: sysrq
-
-pkgname=picard
-pkgver=1.3.1
-pkgrel=1
-pkgdesc='Official MusicBrainz tagger'
-url='http://picard.musicbrainz.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('python2-pyqt' 'mutagen')
-optdepends=('chromaprint: fingerprinting')
-source=("http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha1sums=('5dce8f75c9d008fcc80f10088ae7be7afdfe3074')
-
-install=install
-
-build() {
-   cd "${srcdir}/picard-release-${pkgver}"
-   python2 setup.py config
-}
-
-package() {
-   cd "${srcdir}/picard-release-${pkgver}"
-   python2 setup.py install --root="${pkgdir}"
-   cp -r contrib/plugins/* 
"${pkgdir}/usr/lib/python2.7/site-packages/picard/plugins/"
-}

Copied: picard/repos/community-i686/PKGBUILD (from rev 125851, 
picard/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-12 22:05:04 UTC (rev 125852)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Mateusz Herych 
+# Contributor: sysrq
+
+pkgname=picard
+pkgver=1.3.2
+pkgrel=1
+pkgdesc='Official MusicBrainz tagger'
+url='http://picard.musicbrainz.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('python2-pyqt' 'mutagen')
+optdepends=('chromaprint: fingerprinting')
+source=("http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('adf41e3b272c325569b5368568bf2bd4c2419246')
+
+install=install
+
+build() {
+   cd "${srcdir}/picard-release-${pkgver}"
+   python2 setup.py config
+}
+
+package() {
+   cd "${srcdir}/picard-release-${pkgver}"
+   python2 setup.py install --root="${pkgdir}"
+   cp -r contrib/plugins/* 
"${pkgdir}/usr/lib/python2.7/site-packages/picard/plugins/"
+}

Deleted: community-i686/install
===
--- community-i686/install  2015-01-12 22:04:32 UTC (rev 125851)
+++ community-i686/install  2015-01-12 22:05:04 UTC (rev 125852)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &>/dev/null
-   update-desktop-database -q &>/dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: picard/repos/community-i686/install (from rev 125851, 
picard/trunk/install)
===
--- community-i686/install  (rev 0)
+++ community-i686/install  2015-01-12 22:05:04 UTC (rev 125852)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &>/dev/null
+   update-desktop-database -q &>/dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-12 22:04:32 UTC (rev 125851)
+++ community-x86_64/PKGBUILD   2015-01-12 22:05:04 UTC (rev 125852)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Mateusz Herych 
-# Contributor: sysrq
-
-pkgname=picard
-pkgver=1.3.1
-pkgrel=1
-pkgdesc='Official MusicBrainz tagger'
-url='http://picard.musicbrainz.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('python2-pyqt' 'mutagen')
-optdepends=('chromaprint: fingerprinting')
-source=("http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha1sums=('5dce8f75c9d008fcc80f10088ae7be7afdfe3074')
-
-instal

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

2015-01-12 Thread Gaetan Bisson
Date: Monday, January 12, 2015 @ 23:04:32
  Author: bisson
Revision: 125851

upstream update

Modified:
  picard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-12 18:22:01 UTC (rev 125850)
+++ PKGBUILD2015-01-12 22:04:32 UTC (rev 125851)
@@ -4,7 +4,7 @@
 # Contributor: sysrq
 
 pkgname=picard
-pkgver=1.3.1
+pkgver=1.3.2
 pkgrel=1
 pkgdesc='Official MusicBrainz tagger'
 url='http://picard.musicbrainz.org/'
@@ -13,7 +13,7 @@
 depends=('python2-pyqt' 'mutagen')
 optdepends=('chromaprint: fingerprinting')
 
source=("http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha1sums=('5dce8f75c9d008fcc80f10088ae7be7afdfe3074')
+sha1sums=('adf41e3b272c325569b5368568bf2bd4c2419246')
 
 install=install
 


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

2015-01-12 Thread Tobias Powalowski
Date: Monday, January 12, 2015 @ 21:06:03
  Author: tpowa
Revision: 228949

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

Added:
  misdnuser/repos/extra-i686/PKGBUILD
(from rev 228948, misdnuser/trunk/PKGBUILD)
  misdnuser/repos/extra-i686/c2faxrecv-mISDNcapid.service
(from rev 228948, misdnuser/trunk/c2faxrecv-mISDNcapid.service)
  misdnuser/repos/extra-i686/fix-compile-gcc48.patch
(from rev 228948, misdnuser/trunk/fix-compile-gcc48.patch)
  misdnuser/repos/extra-i686/mISDNcapid.conf
(from rev 228948, misdnuser/trunk/mISDNcapid.conf)
  misdnuser/repos/extra-i686/mISDNcapid.service
(from rev 228948, misdnuser/trunk/mISDNcapid.service)
  misdnuser/repos/extra-x86_64/PKGBUILD
(from rev 228948, misdnuser/trunk/PKGBUILD)
  misdnuser/repos/extra-x86_64/c2faxrecv-mISDNcapid.service
(from rev 228948, misdnuser/trunk/c2faxrecv-mISDNcapid.service)
  misdnuser/repos/extra-x86_64/fix-compile-gcc48.patch
(from rev 228948, misdnuser/trunk/fix-compile-gcc48.patch)
  misdnuser/repos/extra-x86_64/mISDNcapid.conf
(from rev 228948, misdnuser/trunk/mISDNcapid.conf)
  misdnuser/repos/extra-x86_64/mISDNcapid.service
(from rev 228948, misdnuser/trunk/mISDNcapid.service)
Deleted:
  misdnuser/repos/extra-i686/PKGBUILD
  misdnuser/repos/extra-i686/c2faxrecv-mISDNcapid.service
  misdnuser/repos/extra-i686/fix-compile-gcc48.patch
  misdnuser/repos/extra-i686/mISDNcapid.conf
  misdnuser/repos/extra-i686/mISDNcapid.service
  misdnuser/repos/extra-x86_64/PKGBUILD
  misdnuser/repos/extra-x86_64/c2faxrecv-mISDNcapid.service
  misdnuser/repos/extra-x86_64/fix-compile-gcc48.patch
  misdnuser/repos/extra-x86_64/mISDNcapid.conf
  misdnuser/repos/extra-x86_64/mISDNcapid.service

---+
 /PKGBUILD |  100 
 /c2faxrecv-mISDNcapid.service |   22 ++
 /fix-compile-gcc48.patch  |   30 
 /mISDNcapid.conf  |2 
 /mISDNcapid.service   |   22 ++
 extra-i686/PKGBUILD   |   48 -
 extra-i686/c2faxrecv-mISDNcapid.service   |   11 ---
 extra-i686/fix-compile-gcc48.patch|   15 
 extra-i686/mISDNcapid.conf|1 
 extra-i686/mISDNcapid.service |   11 ---
 extra-x86_64/PKGBUILD |   48 -
 extra-x86_64/c2faxrecv-mISDNcapid.service |   11 ---
 extra-x86_64/fix-compile-gcc48.patch  |   15 
 extra-x86_64/mISDNcapid.conf  |1 
 extra-x86_64/mISDNcapid.service   |   11 ---
 15 files changed, 176 insertions(+), 172 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-12 20:05:41 UTC (rev 228948)
+++ extra-i686/PKGBUILD 2015-01-12 20:06:03 UTC (rev 228949)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-
-pkgname=misdnuser
-pkgver=2.0.19
-pkgrel=1
-pkgdesc="Tools and library for mISDN"
-arch=('i686' 'x86_64')
-url="http://www.misdn.org";
-license=('GPL')
-makedepends=('git')
-depends=('isdn4k-utils' 'spandsp')
-backup=('etc/capi20.conf') 
-options=('!makeflags' '!strip')
-source=(misdnuser::git+git://git.misdn.eu/mISDNuser.git#tag=v${pkgver}
-mISDNcapid.service
-c2faxrecv-mISDNcapid.service
-mISDNcapid.conf)
-
-build() {
-  # only enable for debugging!
-  #export CFLAGS+=" -g -O0"
-  #export CXXFLAGS+=" -g -O0"
-  cd ${srcdir}/${pkgname}
-  make
-  ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc --enable-capi 
--enable-softdsp --with-mISDN_group=uucp --localstatedir=/var
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}
-  make DESTDIR=${pkgdir} install
-  # fix udev rule
-  mkdir -p ${pkgdir}/usr/lib/udev/rules.d
-  mv ${pkgdir}/etc/udev/rules.d/45-misdn.rules ${pkgdir}/usr/lib/udev/rules.d
-  rm -r ${pkgdir}/etc/udev/
-  # add systemd files
-  install -D -m644 ${srcdir}/mISDNcapid.service 
${pkgdir}/usr/lib/systemd/system/mISDNcapid.service
-  # mISDNcapid:
-  # tends to crash on avmfritz card, add an extra systemd file for
-  # restarting the services until segfaults are fixed!
-  install -D -m644 ${srcdir}/c2faxrecv-mISDNcapid.service 
${pkgdir}/usr/lib/systemd/system/c2faxrecv-mISDNcapid.service
-  install -D -m644 ${srcdir}/mISDNcapid.conf 
${pkgdir}/usr/lib/tmpfiles.d/mISDNcapid.conf
-}
-md5sums=('SKIP'
- 'bfd47480a54b41394ba5cc3f53587130'
- '32ead7f063e007c784aa883d441f33c2'
- '42c3b46880a68c3883ee1ed00af34b45')

Copied: misdnuser/repos/extra-i686/PKGBUILD (from rev 228948, 
misdnuser/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-12 20:06:03 UTC (rev 228949)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgname=misdnuser
+pkgver=2.0.19
+pkgrel=2
+pkgdesc="Tools and library for mISDN"
+arch=

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

2015-01-12 Thread Tobias Powalowski
Date: Monday, January 12, 2015 @ 21:05:41
  Author: tpowa
Revision: 228948

upgpkg: misdnuser 2.0.19-2

remove /var/run directory

Modified:
  misdnuser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-12 18:46:21 UTC (rev 228947)
+++ PKGBUILD2015-01-12 20:05:41 UTC (rev 228948)
@@ -3,7 +3,7 @@
 
 pkgname=misdnuser
 pkgver=2.0.19
-pkgrel=1
+pkgrel=2
 pkgdesc="Tools and library for mISDN"
 arch=('i686' 'x86_64')
 url="http://www.misdn.org";
@@ -41,6 +41,8 @@
   # restarting the services until segfaults are fixed!
   install -D -m644 ${srcdir}/c2faxrecv-mISDNcapid.service 
${pkgdir}/usr/lib/systemd/system/c2faxrecv-mISDNcapid.service
   install -D -m644 ${srcdir}/mISDNcapid.conf 
${pkgdir}/usr/lib/tmpfiles.d/mISDNcapid.conf
+  # remove /var/run/mISDNcapid
+  rm -r ${pkgdir}/var
 }
 md5sums=('SKIP'
  'bfd47480a54b41394ba5cc3f53587130'


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

2015-01-12 Thread Anatol Pomozov
Date: Monday, January 12, 2015 @ 19:46:21
  Author: anatolik
Revision: 228947

archrelease: copy trunk to extra-any

Added:
  linux-manpages/repos/extra-any/PKGBUILD
(from rev 228946, linux-manpages/trunk/PKGBUILD)
Deleted:
  linux-manpages/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-12 18:45:53 UTC (rev 228946)
+++ PKGBUILD2015-01-12 18:46:21 UTC (rev 228947)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Maintainer: Thomas Baechler 
-
-pkgname=linux-manpages
-pkgver=3.14
-pkgrel=1
-pkgdesc="Kernel hackers manual - Section 9 manpages that comes with the Linux 
kernel."
-arch=('any')
-url="http://www.kernel.org";
-license=('GPL2')
-makedepends=('xmlto' 'docbook-xsl')
-replaces=('kernel26-manpages')
-conflicts=('kernel26-manpages')
-provides=('kernel26-manpages')
-source=("https://www.kernel.org/pub/linux/kernel/v3.x/linux-${pkgver}.tar.xz";)
-sha256sums=('61558aa490855f42b6340d1a1596be47454909629327c49a5e4e10268065dffa')
-
-build() {
-  cd "${srcdir}/linux-$pkgver"
-  make mandocs
-}
-
-package() {
-  install -d "${pkgdir}/usr/share/man/man9/"
-  install "${srcdir}"/linux-$pkgver/Documentation/DocBook/man/*.9.gz \
-"${pkgdir}/usr/share/man/man9/"
-
-  find "${pkgdir}" -type f -exec chmod 644 {} \;
-}

Copied: linux-manpages/repos/extra-any/PKGBUILD (from rev 228946, 
linux-manpages/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-12 18:46:21 UTC (rev 228947)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Maintainer: Thomas Baechler 
+
+pkgname=linux-manpages
+pkgver=3.18
+pkgrel=1
+pkgdesc="Kernel hackers manual - Section 9 manpages that comes with the Linux 
kernel."
+arch=('any')
+url="http://www.kernel.org";
+license=('GPL2')
+makedepends=('xmlto' 'docbook-xsl')
+replaces=('kernel26-manpages')
+conflicts=('kernel26-manpages')
+provides=('kernel26-manpages')
+source=("https://www.kernel.org/pub/linux/kernel/v3.x/linux-${pkgver}.tar.xz";)
+sha256sums=('becc413cc9e6d7f5cc52a3ce66d65c3725bc1d1cc1001f4ce6c32b69eb188cbd')
+
+build() {
+  cd "${srcdir}/linux-$pkgver"
+  make mandocs
+}
+
+package() {
+  install -d "${pkgdir}/usr/share/man/man9/"
+  install "${srcdir}"/linux-$pkgver/Documentation/DocBook/man/*.9.gz \
+"${pkgdir}/usr/share/man/man9/"
+
+  find "${pkgdir}" -type f -exec chmod 644 {} \;
+}


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

2015-01-12 Thread Anatol Pomozov
Date: Monday, January 12, 2015 @ 19:45:53
  Author: anatolik
Revision: 228946

upgpkg: linux-manpages 3.18-1

Modified:
  linux-manpages/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-12 17:23:23 UTC (rev 228945)
+++ PKGBUILD2015-01-12 18:45:53 UTC (rev 228946)
@@ -3,7 +3,7 @@
 # Maintainer: Thomas Baechler 
 
 pkgname=linux-manpages
-pkgver=3.14
+pkgver=3.18
 pkgrel=1
 pkgdesc="Kernel hackers manual - Section 9 manpages that comes with the Linux 
kernel."
 arch=('any')
@@ -14,7 +14,7 @@
 conflicts=('kernel26-manpages')
 provides=('kernel26-manpages')
 source=("https://www.kernel.org/pub/linux/kernel/v3.x/linux-${pkgver}.tar.xz";)
-sha256sums=('61558aa490855f42b6340d1a1596be47454909629327c49a5e4e10268065dffa')
+sha256sums=('becc413cc9e6d7f5cc52a3ce66d65c3725bc1d1cc1001f4ce6c32b69eb188cbd')
 
 build() {
   cd "${srcdir}/linux-$pkgver"


[arch-commits] Commit in perl-poe-component-resolver/repos (2 files)

2015-01-12 Thread Sergej Pupykin
Date: Monday, January 12, 2015 @ 19:21:25
  Author: spupykin
Revision: 125849

archrelease: copy trunk to community-any

Added:
  perl-poe-component-resolver/repos/community-any/
  perl-poe-component-resolver/repos/community-any/PKGBUILD
(from rev 125848, perl-poe-component-resolver/trunk/PKGBUILD)

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

Copied: perl-poe-component-resolver/repos/community-any/PKGBUILD (from rev 
125848, perl-poe-component-resolver/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-01-12 18:21:25 UTC (rev 125849)
@@ -0,0 +1,27 @@
+# $Id: PKGBUILD 116706 2014-08-01 11:52:41Z spupykin $
+# Maintainer: Sergej Pupykin 
+# Maintainer: Charles Mauch 
+
+pkgname=perl-poe-component-resolver
+pkgver=0.921
+pkgrel=1
+pkgdesc="Perl/CPAN Module POE::Component::Client::Keepalive"
+arch=(any)
+url="http://search.cpan.org/dist/POE-Component-resolver";
+license=("GPL" "PerlArtistic")
+depends=("perl-poe")
+source=("http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-Component-Resolver-$pkgver.tar.gz";)
+md5sums=('3c7afadc3f0e8bf75947978b746d2b02')
+
+build() {
+  cd $srcdir/POE-Component-Resolver-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/POE-Component-Resolver-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}


[arch-commits] Commit in perl-poe-component-resolver/trunk (PKGBUILD)

2015-01-12 Thread Sergej Pupykin
Date: Monday, January 12, 2015 @ 19:22:01
  Author: spupykin
Revision: 125850

Modified:
  perl-poe-component-resolver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-12 18:21:25 UTC (rev 125849)
+++ PKGBUILD2015-01-12 18:22:01 UTC (rev 125850)
@@ -5,7 +5,7 @@
 pkgname=perl-poe-component-resolver
 pkgver=0.921
 pkgrel=1
-pkgdesc="Perl/CPAN Module POE::Component::Client::Keepalive"
+pkgdesc="Perl/CPAN Module POE::Component::Resolver"
 arch=(any)
 url="http://search.cpan.org/dist/POE-Component-resolver";
 license=("GPL" "PerlArtistic")


[arch-commits] Commit in (8 files)

2015-01-12 Thread Sergej Pupykin
Date: Monday, January 12, 2015 @ 19:20:58
  Author: spupykin
Revision: 125847

Added:
  perl-net-ip-minimal/
  perl-net-ip-minimal/repos/
  perl-net-ip-minimal/trunk/
  perl-net-ip-minimal/trunk/PKGBUILD
  perl-poe-component-resolver/
  perl-poe-component-resolver/repos/
  perl-poe-component-resolver/trunk/
  perl-poe-component-resolver/trunk/PKGBUILD

+
 perl-net-ip-minimal/trunk/PKGBUILD |   26 ++
 perl-poe-component-resolver/trunk/PKGBUILD |   27 +++
 2 files changed, 53 insertions(+)

Added: perl-net-ip-minimal/trunk/PKGBUILD
===
--- perl-net-ip-minimal/trunk/PKGBUILD  (rev 0)
+++ perl-net-ip-minimal/trunk/PKGBUILD  2015-01-12 18:20:58 UTC (rev 125847)
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 116706 2014-08-01 11:52:41Z spupykin $
+# Maintainer: Sergej Pupykin 
+
+pkgname=perl-net-ip-minimal
+pkgver=0.06
+pkgrel=1
+pkgdesc="Perl/CPAN Module Net::IP::Minimal"
+arch=(any)
+url="http://search.cpan.org/dist/Net-IP-Minimal";
+license=("GPL" "PerlArtistic")
+depends=("perl")
+source=("http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/Net-IP-Minimal-$pkgver.tar.gz";)
+md5sums=('249981458e9502b877145153dac3b9cf')
+
+build() {
+  cd $srcdir/Net-IP-Minimal-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/Net-IP-Minimal-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}

Added: perl-poe-component-resolver/trunk/PKGBUILD
===
--- perl-poe-component-resolver/trunk/PKGBUILD  (rev 0)
+++ perl-poe-component-resolver/trunk/PKGBUILD  2015-01-12 18:20:58 UTC (rev 
125847)
@@ -0,0 +1,27 @@
+# $Id: PKGBUILD 116706 2014-08-01 11:52:41Z spupykin $
+# Maintainer: Sergej Pupykin 
+# Maintainer: Charles Mauch 
+
+pkgname=perl-poe-component-resolver
+pkgver=0.921
+pkgrel=1
+pkgdesc="Perl/CPAN Module POE::Component::Client::Keepalive"
+arch=(any)
+url="http://search.cpan.org/dist/POE-Component-resolver";
+license=("GPL" "PerlArtistic")
+depends=("perl-poe")
+source=("http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-Component-Resolver-$pkgver.tar.gz";)
+md5sums=('3c7afadc3f0e8bf75947978b746d2b02')
+
+build() {
+  cd $srcdir/POE-Component-Resolver-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/POE-Component-Resolver-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}


[arch-commits] Commit in perl-net-ip-minimal/repos (2 files)

2015-01-12 Thread Sergej Pupykin
Date: Monday, January 12, 2015 @ 19:21:16
  Author: spupykin
Revision: 125848

archrelease: copy trunk to community-any

Added:
  perl-net-ip-minimal/repos/community-any/
  perl-net-ip-minimal/repos/community-any/PKGBUILD
(from rev 125847, perl-net-ip-minimal/trunk/PKGBUILD)

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

Copied: perl-net-ip-minimal/repos/community-any/PKGBUILD (from rev 125847, 
perl-net-ip-minimal/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-01-12 18:21:16 UTC (rev 125848)
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 116706 2014-08-01 11:52:41Z spupykin $
+# Maintainer: Sergej Pupykin 
+
+pkgname=perl-net-ip-minimal
+pkgver=0.06
+pkgrel=1
+pkgdesc="Perl/CPAN Module Net::IP::Minimal"
+arch=(any)
+url="http://search.cpan.org/dist/Net-IP-Minimal";
+license=("GPL" "PerlArtistic")
+depends=("perl")
+source=("http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/Net-IP-Minimal-$pkgver.tar.gz";)
+md5sums=('249981458e9502b877145153dac3b9cf')
+
+build() {
+  cd $srcdir/Net-IP-Minimal-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/Net-IP-Minimal-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}


[arch-commits] Commit in perl-poe-component-client-keepalive/repos/community-any (2 files)

2015-01-12 Thread Sergej Pupykin
Date: Monday, January 12, 2015 @ 19:20:38
  Author: spupykin
Revision: 125846

archrelease: copy trunk to community-any

Added:
  perl-poe-component-client-keepalive/repos/community-any/PKGBUILD
(from rev 125845, perl-poe-component-client-keepalive/trunk/PKGBUILD)
Deleted:
  perl-poe-component-client-keepalive/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-12 18:20:30 UTC (rev 125845)
+++ PKGBUILD2015-01-12 18:20:38 UTC (rev 125846)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Charles Mauch 
-
-pkgname=perl-poe-component-client-keepalive
-pkgver=0.272
-pkgrel=1
-pkgdesc="Perl/CPAN Module POE::Component::Client::Keepalive"
-arch=(any)
-url="http://search.cpan.org/dist/POE-Component-Client-Keepalive";
-license=("GPL" "PerlArtistic")
-makedepends=("perl-poe-component-client-dns" "perl-poe")
-depends=("perl-poe-component-client-dns" "perl-poe")
-source=("http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-Component-Client-Keepalive-$pkgver.tar.gz";)
-md5sums=('a4e58f1521ed369a342ae5b843d99184')
-
-build() {
-  cd $srcdir/POE-Component-Client-Keepalive-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd $srcdir/POE-Component-Client-Keepalive-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-poe-component-client-keepalive/repos/community-any/PKGBUILD (from 
rev 125845, perl-poe-component-client-keepalive/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-12 18:20:38 UTC (rev 125846)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Charles Mauch 
+
+pkgname=perl-poe-component-client-keepalive
+pkgver=0.272
+pkgrel=2
+pkgdesc="Perl/CPAN Module POE::Component::Client::Keepalive"
+arch=(any)
+url="http://search.cpan.org/dist/POE-Component-Client-Keepalive";
+license=("GPL" "PerlArtistic")
+depends=("perl-poe-component-client-dns" "perl-poe"
+   "perl-poe-component-resolver" "perl-net-ip-minimal")
+source=("http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-Component-Client-Keepalive-$pkgver.tar.gz";)
+md5sums=('a4e58f1521ed369a342ae5b843d99184')
+
+build() {
+  cd $srcdir/POE-Component-Client-Keepalive-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/POE-Component-Client-Keepalive-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}


[arch-commits] Commit in perl-poe-component-client-keepalive/trunk (PKGBUILD)

2015-01-12 Thread Sergej Pupykin
Date: Monday, January 12, 2015 @ 19:20:30
  Author: spupykin
Revision: 125845

upgpkg: perl-poe-component-client-keepalive 0.272-2

upd

Modified:
  perl-poe-component-client-keepalive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-12 18:01:47 UTC (rev 125844)
+++ PKGBUILD2015-01-12 18:20:30 UTC (rev 125845)
@@ -4,13 +4,13 @@
 
 pkgname=perl-poe-component-client-keepalive
 pkgver=0.272
-pkgrel=1
+pkgrel=2
 pkgdesc="Perl/CPAN Module POE::Component::Client::Keepalive"
 arch=(any)
 url="http://search.cpan.org/dist/POE-Component-Client-Keepalive";
 license=("GPL" "PerlArtistic")
-makedepends=("perl-poe-component-client-dns" "perl-poe")
-depends=("perl-poe-component-client-dns" "perl-poe")
+depends=("perl-poe-component-client-dns" "perl-poe"
+   "perl-poe-component-resolver" "perl-net-ip-minimal")
 
source=("http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-Component-Client-Keepalive-$pkgver.tar.gz";)
 md5sums=('a4e58f1521ed369a342ae5b843d99184')
 


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

2015-01-12 Thread Sergej Pupykin
Date: Monday, January 12, 2015 @ 19:01:32
  Author: spupykin
Revision: 125843

upgpkg: poedit 1.7.3-1

upd

Modified:
  poedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-12 17:21:46 UTC (rev 125842)
+++ PKGBUILD2015-01-12 18:01:32 UTC (rev 125843)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=poedit
-pkgver=1.7.1
+pkgver=1.7.3
 pkgrel=1
 pkgdesc="Cross-platform gettext catalogs (.po files) editor"
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 #source=(http://www.poedit.net/dl/poedit-$pkgver.tar.gz)
 
#source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-$pkgver.tar.gz
 
source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz)
-md5sums=('52915cd751c926366cf6a08371caff57')
+md5sums=('7d467aca720eff3e1e0feec9d2aa70b6')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"


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

2015-01-12 Thread Sergej Pupykin
Date: Monday, January 12, 2015 @ 19:01:47
  Author: spupykin
Revision: 125844

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

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

-+
 /PKGBUILD   |   66 ++
 /poedit.install |   24 +
 community-i686/PKGBUILD |   33 ---
 community-i686/poedit.install   |   12 --
 community-x86_64/PKGBUILD   |   33 ---
 community-x86_64/poedit.install |   12 --
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-12 18:01:32 UTC (rev 125843)
+++ community-i686/PKGBUILD 2015-01-12 18:01:47 UTC (rev 125844)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Andrea Scarpino 
-# Contributor: Giovanni Scafora 
-# Contributor: Alexander Fehr 
-# Contributor: Daniel J Griffiths 
-
-pkgname=poedit
-pkgver=1.7.1
-pkgrel=1
-pkgdesc="Cross-platform gettext catalogs (.po files) editor"
-arch=('i686' 'x86_64')
-url="http://www.poedit.net/";
-license=('MIT')
-depends=('wxgtk' 'desktop-file-utils' 'lucene++' 'gtkspell')
-makedepends=('boost' 'libsm')
-install=poedit.install
-#source=(http://www.poedit.net/dl/poedit-$pkgver.tar.gz)
-#source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-$pkgver.tar.gz
-source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz)
-md5sums=('52915cd751c926366cf6a08371caff57')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-./configure --prefix=/usr --libexecdir=/usr/lib/poedit
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: poedit/repos/community-i686/PKGBUILD (from rev 125843, 
poedit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-12 18:01:47 UTC (rev 125844)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Andrea Scarpino 
+# Contributor: Giovanni Scafora 
+# Contributor: Alexander Fehr 
+# Contributor: Daniel J Griffiths 
+
+pkgname=poedit
+pkgver=1.7.3
+pkgrel=1
+pkgdesc="Cross-platform gettext catalogs (.po files) editor"
+arch=('i686' 'x86_64')
+url="http://www.poedit.net/";
+license=('MIT')
+depends=('wxgtk' 'desktop-file-utils' 'lucene++' 'gtkspell')
+makedepends=('boost' 'libsm')
+install=poedit.install
+#source=(http://www.poedit.net/dl/poedit-$pkgver.tar.gz)
+#source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-$pkgver.tar.gz
+source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz)
+md5sums=('7d467aca720eff3e1e0feec9d2aa70b6')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure --prefix=/usr --libexecdir=/usr/lib/poedit
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: community-i686/poedit.install
===
--- community-i686/poedit.install   2015-01-12 18:01:32 UTC (rev 125843)
+++ community-i686/poedit.install   2015-01-12 18:01:47 UTC (rev 125844)
@@ -1,12 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: poedit/repos/community-i686/poedit.install (from rev 125843, 
poedit/trunk/poedit.install)
===
--- community-i686/poedit.install   (rev 0)
+++ community-i686/poedit.install   2015-01-12 18:01:47 UTC (rev 125844)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-12 18:01:32 UTC (rev 125843)
+++ c

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

2015-01-12 Thread Anatol Pomozov
Date: Monday, January 12, 2015 @ 18:23:23
  Author: anatolik
Revision: 228945

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

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

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

Copied: vim/repos/testing-i686/PKGBUILD (from rev 228944, vim/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-12 17:23:23 UTC (rev 228945)
@@ -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=567
+_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-pythonint

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

2015-01-12 Thread Anatol Pomozov
Date: Monday, January 12, 2015 @ 18:22:24
  Author: anatolik
Revision: 228944

upgpkg: vim 7.4.567-1

Fix vim bug https://github.com/vimwiki/vimwiki/issues/96

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-12 15:29:04 UTC (rev 228943)
+++ PKGBUILD2015-01-12 17:22:24 UTC (rev 228944)
@@ -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=560
+_patchlevel=567
 _tag=v${_topver/./-}-${_patchlevel}
 _versiondir="vim${_topver//./}"
 pkgver=${_topver}.${_patchlevel}


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

2015-01-12 Thread Jaroslav Lichtblau
Date: Monday, January 12, 2015 @ 18:21:46
  Author: jlichtblau
Revision: 125842

archrelease: copy trunk to community-any

Added:
  syncthing-gtk/repos/community-any/PKGBUILD
(from rev 125841, syncthing-gtk/trunk/PKGBUILD)
Deleted:
  syncthing-gtk/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-12 17:21:36 UTC (rev 125841)
+++ PKGBUILD2015-01-12 17:21:46 UTC (rev 125842)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Martin Wimpress 
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: kozec 
-
-pkgname=syncthing-gtk
-pkgver=0.5.6
-pkgrel=1
-pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
-arch=('any')
-url='https://github.com/syncthing/syncthing-gtk'
-license=('GPL2')
-makedepends=('python2-setuptools')
-depends=('gtk3' 'libnotify' 'python2-dateutil' 'python2-gobject' 
'python2-pyinotify' 'syncthing')
-source=(https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('0931d312e9cb9510ef92d4a3927b0d1e')
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: syncthing-gtk/repos/community-any/PKGBUILD (from rev 125841, 
syncthing-gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-12 17:21:46 UTC (rev 125842)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Martin Wimpress 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: kozec 
+
+pkgname=syncthing-gtk
+pkgver=0.5.7
+pkgrel=1
+pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
+arch=('any')
+url='https://github.com/syncthing/syncthing-gtk'
+license=('GPL2')
+makedepends=('python2-setuptools')
+depends=('gtk3' 'libnotify' 'python2-dateutil' 'python2-gobject' 
'python2-pyinotify' 'syncthing')
+source=(https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
+md5sums=('35158e09a4c6f8cd799f02b42dbe0111')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}


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

2015-01-12 Thread Jaroslav Lichtblau
Date: Monday, January 12, 2015 @ 18:21:36
  Author: jlichtblau
Revision: 125841

upgpkg: syncthing-gtk 0.5.7-1

Modified:
  syncthing-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-12 16:36:55 UTC (rev 125840)
+++ PKGBUILD2015-01-12 17:21:36 UTC (rev 125841)
@@ -4,7 +4,7 @@
 # Contributor: kozec 
 
 pkgname=syncthing-gtk
-pkgver=0.5.6
+pkgver=0.5.7
 pkgrel=1
 pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python2-setuptools')
 depends=('gtk3' 'libnotify' 'python2-dateutil' 'python2-gobject' 
'python2-pyinotify' 'syncthing')
 source=(https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('0931d312e9cb9510ef92d4a3927b0d1e')
+md5sums=('35158e09a4c6f8cd799f02b42dbe0111')
 
 build() {
   cd $pkgname-$pkgver


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

2015-01-12 Thread Anatol Pomozov
Date: Monday, January 12, 2015 @ 17:36:55
  Author: anatolik
Revision: 125840

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

Added:
  rethinkdb/repos/community-testing-i686/
  rethinkdb/repos/community-testing-i686/PKGBUILD
(from rev 125839, rethinkdb/trunk/PKGBUILD)
  rethinkdb/repos/community-testing-i686/boost_1.56_compat.patch
(from rev 125839, rethinkdb/trunk/boost_1.56_compat.patch)
  rethinkdb/repos/community-testing-i686/rethinkdb-tmpfile.conf
(from rev 125839, rethinkdb/trunk/rethinkdb-tmpfile.conf)
  rethinkdb/repos/community-testing-i686/rethinkdb.install
(from rev 125839, rethinkdb/trunk/rethinkdb.install)
  rethinkdb/repos/community-testing-i686/rethinkdb.service
(from rev 125839, rethinkdb/trunk/rethinkdb.service)
  rethinkdb/repos/community-testing-x86_64/
  rethinkdb/repos/community-testing-x86_64/PKGBUILD
(from rev 125839, rethinkdb/trunk/PKGBUILD)
  rethinkdb/repos/community-testing-x86_64/boost_1.56_compat.patch
(from rev 125839, rethinkdb/trunk/boost_1.56_compat.patch)
  rethinkdb/repos/community-testing-x86_64/rethinkdb-tmpfile.conf
(from rev 125839, rethinkdb/trunk/rethinkdb-tmpfile.conf)
  rethinkdb/repos/community-testing-x86_64/rethinkdb.install
(from rev 125839, rethinkdb/trunk/rethinkdb.install)
  rethinkdb/repos/community-testing-x86_64/rethinkdb.service
(from rev 125839, rethinkdb/trunk/rethinkdb.service)

--+
 community-testing-i686/PKGBUILD  |   67 +
 community-testing-i686/boost_1.56_compat.patch   |   13 
 community-testing-i686/rethinkdb-tmpfile.conf|1 
 community-testing-i686/rethinkdb.install |   37 +++
 community-testing-i686/rethinkdb.service |   12 +++
 community-testing-x86_64/PKGBUILD|   67 +
 community-testing-x86_64/boost_1.56_compat.patch |   13 
 community-testing-x86_64/rethinkdb-tmpfile.conf  |1 
 community-testing-x86_64/rethinkdb.install   |   37 +++
 community-testing-x86_64/rethinkdb.service   |   12 +++
 10 files changed, 260 insertions(+)

Copied: rethinkdb/repos/community-testing-i686/PKGBUILD (from rev 125839, 
rethinkdb/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-01-12 16:36:55 UTC (rev 125840)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Massimiliano Torromeo 
+# Contributor: Sigmund Lahn 
+
+pkgname=rethinkdb
+pkgver=1.15.3
+_tag=rethinkdb-$pkgver-1
+pkgrel=1
+pkgdesc='An open-source distributed database built with love.'
+arch=(i686 x86_64)
+url='http://www.rethinkdb.com/'
+license=(AGPL)
+depends=(protobuf ncurses gperftools curl)
+makedepends=(boost python2 wget)
+backup=(etc/rethinkdb/instances.d/default.conf)
+install=rethinkdb.install
+options=(!emptydirs)
+source=(
+  http://download.rethinkdb.com/dist/$_tag.tgz
+  rethinkdb-tmpfile.conf
+  rethinkdb.service
+  boost_1.56_compat.patch
+)
+sha256sums=('c51c5838344dde2d3f2c14e0b717bda2b0efa94ede6cb8e7d8e1af74d0642bc2'
+'656d3a42e75d087e723f71aa320fdd91cbbb82071ef72eb11fd3e4a619b429a4'
+'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2'
+'1c55b12df452ceb2470d3ec48dde21bcdc2785be371f6f0858af034e282b1f21')
+
+prepare() {
+  cd $_tag
+  # boost 1.56 workaround https://github.com/rethinkdb/rethinkdb/issues/3044
+  rm src/unittest/print_secondary.cc
+  patch -p1 < ../boost_1.56_compat.patch
+}
+
+build() {
+  cd $_tag
+  export PYTHON=/usr/bin/python2
+  ./configure CXXFLAGS="-DBOOST_VARIANT_DO_NOT_USE_VARIADIC_TEMPLATES" --fetch 
v8 --dynamic all --enable-precompiled-web --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+check() {
+  cd $_tag
+
+  make build/release/rethinkdb-unittest
+  ./build/release/rethinkdb-unittest
+  # some tests might be flaky on btrfs filesystem!
+}
+
+package() {
+  cd $_tag
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir"/rethinkdb-tmpfile.conf 
"$pkgdir"/usr/lib/tmpfiles.d/rethinkdb.conf
+  install -Dm644 "$srcdir"/rethinkdb.service 
"$pkgdir"/usr/lib/systemd/system/rethinkdb@.service
+
+  # create 'default' database instance
+  mv "$pkgdir"/etc/rethinkdb/default.conf.sample 
"$pkgdir"/etc/rethinkdb/instances.d/default.conf
+  sed -e 's|# directory=/var/lib/rethinkdb|directory=/var/lib/rethinkdb|' \
+  -e 's|# 
pid-file=/var/run/rethinkdb/rethinkdb.pid|pid-file=/var/run/rethinkdb/default.pid|'
 \
+  -i "$pkgdir"/etc/rethinkdb/instances.d/default.conf
+
+  # Arch uses systemd, no need for init.d scripts
+  rm -r "$pkgdir"/etc/init.d
+}

Copied: rethinkdb/repos/community-testing-i686/boost_1.56_compat.patch (from 
rev 125839, rethinkdb/trunk/boost_1.56_compat.patch)
===
--- community-testing-i686/boost_1.56_co

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

2015-01-12 Thread Anatol Pomozov
Date: Monday, January 12, 2015 @ 17:35:11
  Author: anatolik
Revision: 125839

upgpkg: rethinkdb 1.15.3-1

Modified:
  rethinkdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-12 16:21:06 UTC (rev 125838)
+++ PKGBUILD2015-01-12 16:35:11 UTC (rev 125839)
@@ -4,8 +4,8 @@
 # Contributor: Sigmund Lahn 
 
 pkgname=rethinkdb
-pkgver=1.15.2
-_tag=rethinkdb-$pkgver
+pkgver=1.15.3
+_tag=rethinkdb-$pkgver-1
 pkgrel=1
 pkgdesc='An open-source distributed database built with love.'
 arch=(i686 x86_64)
@@ -22,7 +22,7 @@
   rethinkdb.service
   boost_1.56_compat.patch
 )
-sha256sums=('c33fd37e52933d8eafce9f774c96e2fc218adbb54a4781c51851988aaf4afdba'
+sha256sums=('c51c5838344dde2d3f2c14e0b717bda2b0efa94ede6cb8e7d8e1af74d0642bc2'
 '656d3a42e75d087e723f71aa320fdd91cbbb82071ef72eb11fd3e4a619b429a4'
 'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2'
 '1c55b12df452ceb2470d3ec48dde21bcdc2785be371f6f0858af034e282b1f21')


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

2015-01-12 Thread Daniel Micay
Date: Monday, January 12, 2015 @ 17:21:06
  Author: thestinger
Revision: 125838

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

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

+
 /PKGBUILD  |  652 
 /change-default-console-loglevel.patch |   22 
 /config|14716 +++
 /config.x86_64 |14138 ++
 /linux-grsec.install   |  110 
 /linux.preset  |   28 
 community-i686/PKGBUILD|  326 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/config  | 7358 ---
 community-i686/config.x86_64   | 7069 ---
 community-i686/linux-grsec.install |   55 
 community-i686/linux.preset|   14 
 community-x86_64/PKGBUILD  |  326 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/config| 7358 ---
 community-x86_64/config.x86_64 | 7069 ---
 community-x86_64/linux-grsec.install   |   55 
 community-x86_64/linux.preset  |   14 
 18 files changed, 29666 insertions(+), 29666 deletions(-)

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


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

2015-01-12 Thread Daniel Micay
Date: Monday, January 12, 2015 @ 17:10:28
  Author: thestinger
Revision: 125837

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

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

+
 /PKGBUILD  |  652 
 /change-default-console-loglevel.patch |   22 
 /config|14716 +++
 /config.x86_64 |14138 ++
 /linux-grsec.install   |  110 
 /linux.preset  |   28 
 community-i686/PKGBUILD|  326 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/config  | 7358 ---
 community-i686/config.x86_64   | 7069 ---
 community-i686/linux-grsec.install |   55 
 community-i686/linux.preset|   14 
 community-x86_64/PKGBUILD  |  326 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/config| 7358 ---
 community-x86_64/config.x86_64 | 7069 ---
 community-x86_64/linux-grsec.install   |   55 
 community-x86_64/linux.preset  |   14 
 18 files changed, 29666 insertions(+), 29666 deletions(-)

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


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

2015-01-12 Thread Daniel Micay
Date: Monday, January 12, 2015 @ 17:09:31
  Author: thestinger
Revision: 125836

upgpkg: linux-grsec 3.18.2.201501120821-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-12 15:38:38 UTC (rev 125835)
+++ PKGBUILD2015-01-12 16:09:31 UTC (rev 125836)
@@ -9,7 +9,7 @@
 _srcname=linux-3.18
 _pkgver=3.18.2
 _grsecver=3.0
-_timestamp=20150422
+_timestamp=201501120821
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -34,7 +34,7 @@
 'SKIP'
 '927a30c152a193d22242de21b99c9765fb0086b0aa3fabd31938ffc6e1b3f37c'
 'SKIP'
-'6c89f74ff3bce9e1841deb1d4e9c78f3b870e37679103d44428287377f3299e9'
+'2f7245b0cda85e646298973efeda073d9caff53d6c0eb8b6b5546e2e86f1db90'
 'SKIP'
 '3730ac2c05934cdfa5f82001c3815b7ea307de2b57f38b4871fd1f73bb3bb0df'
 '8962b42de4526ce7252b51825fd9a9f2518d799b057650a4bbe3fb9cf05977d9'


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

2015-01-12 Thread Laurent Carlier
Date: Monday, January 12, 2015 @ 16:38:38
  Author: lcarlier
Revision: 125835

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-mesa/repos/multilib-x86_64/LICENSE
(from rev 125834, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-x86_64/PKGBUILD
(from rev 125834, lib32-mesa/trunk/PKGBUILD)
Deleted:
  lib32-mesa/repos/multilib-x86_64/LICENSE
  lib32-mesa/repos/multilib-x86_64/PKGBUILD

--+
 LICENSE  |  164 +--
 PKGBUILD |  280 ++---
 2 files changed, 222 insertions(+), 222 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-01-12 15:38:32 UTC (rev 125834)
+++ LICENSE 2015-01-12 15:38:38 UTC (rev 125835)
@@ -1,82 +0,0 @@
-Disclaimer
-
-Mesa is a 3-D graphics library with an API which is very similar to
-that of OpenGL*
-To the extent that Mesa utilizes the OpenGL command syntax or state
-machine, it is being used with authorization from Silicon Graphics,
-Inc.(SGI). However, the author does not possess an OpenGL license
-from SGI, and makes no claim that Mesa is in any way a compatible
-replacement for OpenGL or associated with SGI. Those who want a
-licensed implementation of OpenGL should contact a licensed
-vendor.
-
-Please do not refer to the library as MesaGL (for legal
-reasons). It's just Mesa or The Mesa 3-D graphics
-library
-
-* OpenGL is a trademark of Silicon Graphics Incorporated.
-
-License / Copyright Information
-
-The Mesa distribution consists of several components.  Different copyrights
-and licenses apply to different components.  For example, GLUT is copyrighted
-by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
-device drivers are copyrighted by their authors.  See below for a list of
-Mesa's main components and the license for each.
-
-The core Mesa library is licensed according to the terms of the MIT license.
-This allows integration with the XFree86, Xorg and DRI projects.
-
-The default Mesa license is as follows:
-
-Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the "Software"),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
-BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Attention, Contributors
-
-When contributing to the Mesa project you must agree to the licensing terms
-of the component to which you're contributing.
-The following section lists the primary components of the Mesa distribution
-and their respective licenses.
-
-
-Mesa Component Licenses
-
-Component Location   Primary Author  License
-
-Main Mesa codesrc/mesa/  Brian Paul  Mesa (MIT)
-
-Device driverssrc/mesa/drivers/* See drivers See drivers
-
-Ext headers   include/GL/glext.h SGI SGI Free B
-  include/GL/glxext.h
-
-GLUT  src/glut/  Mark KilgardMark's copyright
-
-Mesa GLU library  src/glu/mesa/  Brian Paul  GNU-LGPL
-
-SGI GLU library   src/glu/sgi/   SGI SGI Free B
-
-demo programs progs/demos/   various see source files
-
-X demos   progs/xdemos/  Brian Paul  see source files
-
-SGI demos progs/samples/ SGI SGI copyright
-
-RedBook demos progs/redbook/ SGI SGI copyright

Copied: lib32-mesa/repos/multilib-x86_64/LICENSE (from rev 125834, 
lib32-mesa/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-01-12 15:38:38 UTC (rev 125835)
@@ -0,0 +1,82 @@
+Disclaimer
+
+Mesa is a 3-D graphics library with an API which is very similar to
+that of OpenGL*
+To the extent that Mesa utilizes the OpenGL command syntax or state
+machine, it is being used with authorization from Silicon Graphics,
+Inc.(SGI). However, the author does not possess an 

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

2015-01-12 Thread Laurent Carlier
Date: Monday, January 12, 2015 @ 16:38:32
  Author: lcarlier
Revision: 125834

upgpkg: lib32-mesa 10.4.2-1

upstream update 10.4.2

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-12 12:21:45 UTC (rev 125833)
+++ PKGBUILD2015-01-12 15:38:32 UTC (rev 125834)
@@ -4,7 +4,7 @@
 
 pkgbase=lib32-mesa
 pkgname=('lib32-mesa-vdpau' 'lib32-mesa' 'lib32-mesa-libgl')
-pkgver=10.4.1
+pkgver=10.4.2
 pkgrel=1
 arch=('x86_64')
 makedepends=('python2' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 'glproto' 
'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
@@ -15,7 +15,7 @@
 
source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2{,.sig}
 
#source=(ftp://ftp.freedesktop.org/pub/mesa/10.3/MesaLib-${pkgver}.tar.bz2{,.sig}
LICENSE)
-sha256sums=('91e8b71c8aff4cb92022a09a872b1c5d1ae5bfec8c6c84dbc4221333da5bf1ca'
+sha256sums=('08a119937d9f2aa2f66dd5de97baffc2a6e675f549e40e699a31f5485d15327f'
 'SKIP'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D') # Emil Velikov 



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

2015-01-12 Thread Laurent Carlier
Date: Monday, January 12, 2015 @ 16:29:04
  Author: lcarlier
Revision: 228943

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

Added:
  mesa/repos/extra-i686/LICENSE
(from rev 228942, mesa/trunk/LICENSE)
  mesa/repos/extra-i686/PKGBUILD
(from rev 228942, mesa/trunk/PKGBUILD)
  mesa/repos/extra-x86_64/LICENSE
(from rev 228942, mesa/trunk/LICENSE)
  mesa/repos/extra-x86_64/PKGBUILD
(from rev 228942, mesa/trunk/PKGBUILD)
Deleted:
  mesa/repos/extra-i686/LICENSE
  mesa/repos/extra-i686/PKGBUILD
  mesa/repos/extra-x86_64/LICENSE
  mesa/repos/extra-x86_64/PKGBUILD

---+
 /LICENSE  |  164 +++
 /PKGBUILD |  332 
 extra-i686/LICENSE|   82 ---
 extra-i686/PKGBUILD   |  166 
 extra-x86_64/LICENSE  |   82 ---
 extra-x86_64/PKGBUILD |  166 
 6 files changed, 496 insertions(+), 496 deletions(-)

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


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

2015-01-12 Thread Laurent Carlier
Date: Monday, January 12, 2015 @ 16:28:55
  Author: lcarlier
Revision: 228942

upgpkg: mesa 10.4.2-1

upstream update 10.4.2

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-12 13:42:02 UTC (rev 228941)
+++ PKGBUILD2015-01-12 15:28:55 UTC (rev 228942)
@@ -4,7 +4,7 @@
 
 pkgbase=mesa
 pkgname=('opencl-mesa' 'libva-mesa-driver' 'mesa-vdpau' 'mesa' 'mesa-libgl')
-pkgver=10.4.1
+pkgver=10.4.2
 pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('python2' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
@@ -15,7 +15,7 @@
 
source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2{,.sig}
 
#source=(ftp://ftp.freedesktop.org/pub/mesa/10.3/MesaLib-${pkgver}.tar.bz2{,.sig}
 LICENSE)
-sha256sums=('91e8b71c8aff4cb92022a09a872b1c5d1ae5bfec8c6c84dbc4221333da5bf1ca'
+sha256sums=('08a119937d9f2aa2f66dd5de97baffc2a6e675f549e40e699a31f5485d15327f'
 'SKIP'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D') # Emil Velikov 



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

2015-01-12 Thread Jan de Groot
Date: Monday, January 12, 2015 @ 14:42:02
  Author: jgc
Revision: 228941

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

Added:
  totem-plparser/repos/extra-i686/PKGBUILD
(from rev 228940, totem-plparser/trunk/PKGBUILD)
  totem-plparser/repos/extra-x86_64/PKGBUILD
(from rev 228940, totem-plparser/trunk/PKGBUILD)
Deleted:
  totem-plparser/repos/extra-i686/PKGBUILD
  totem-plparser/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   54 
 extra-i686/PKGBUILD   |   28 
 extra-x86_64/PKGBUILD |   28 
 3 files changed, 54 insertions(+), 56 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-12 13:41:55 UTC (rev 228940)
+++ extra-i686/PKGBUILD 2015-01-12 13:42:02 UTC (rev 228941)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=totem-plparser
-pkgver=3.10.3
-pkgrel=1
-url="http://www.gnome.org";
-pkgdesc="Totem playlist parser library"
-license=('LGPL')
-arch=(i686 x86_64)
-depends=('gmime' 'libsoup' 'libarchive')
-makedepends=('intltool' 'gobject-introspection' 'libquvi' 'python2')
-optdepends=('libquvi: video site handling (Youtube etc.)')
-source=(http://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/${pkgver:0:4}/totem-pl-parser-$pkgver.tar.xz)
-sha256sums=('14512c76c7f375d8bb9e9a220afbac20be2d2eb82abee9a8986d264079a0c72f')
-
-build() {
-  cd totem-pl-parser-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/$pkgname --disable-static
-  make
-}
-
-package(){
-  cd totem-pl-parser-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: totem-plparser/repos/extra-i686/PKGBUILD (from rev 228940, 
totem-plparser/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-12 13:42:02 UTC (rev 228941)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=totem-plparser
+pkgver=3.10.3
+pkgrel=2
+url="http://www.gnome.org";
+pkgdesc="Totem playlist parser library"
+license=('LGPL')
+arch=(i686 x86_64)
+depends=('gmime' 'libsoup' 'libarchive' 'libquvi')
+makedepends=('intltool' 'gobject-introspection' 'python2')
+source=(http://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/${pkgver:0:4}/totem-pl-parser-$pkgver.tar.xz)
+sha256sums=('14512c76c7f375d8bb9e9a220afbac20be2d2eb82abee9a8986d264079a0c72f')
+
+build() {
+  cd totem-pl-parser-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/$pkgname --disable-static
+  make
+}
+
+package(){
+  cd totem-pl-parser-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-01-12 13:41:55 UTC (rev 228940)
+++ extra-x86_64/PKGBUILD   2015-01-12 13:42:02 UTC (rev 228941)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=totem-plparser
-pkgver=3.10.3
-pkgrel=1
-url="http://www.gnome.org";
-pkgdesc="Totem playlist parser library"
-license=('LGPL')
-arch=(i686 x86_64)
-depends=('gmime' 'libsoup' 'libarchive')
-makedepends=('intltool' 'gobject-introspection' 'libquvi' 'python2')
-optdepends=('libquvi: video site handling (Youtube etc.)')
-source=(http://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/${pkgver:0:4}/totem-pl-parser-$pkgver.tar.xz)
-sha256sums=('14512c76c7f375d8bb9e9a220afbac20be2d2eb82abee9a8986d264079a0c72f')
-
-build() {
-  cd totem-pl-parser-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/$pkgname --disable-static
-  make
-}
-
-package(){
-  cd totem-pl-parser-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: totem-plparser/repos/extra-x86_64/PKGBUILD (from rev 228940, 
totem-plparser/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-01-12 13:42:02 UTC (rev 228941)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=totem-plparser
+pkgver=3.10.3
+pkgrel=2
+url="http://www.gnome.org";
+pkgdesc="Totem playlist parser library"
+license=('LGPL')
+arch=(i686 x86_64)
+depends=('gmime' 'libsoup' 'libarchive' 'libquvi')
+makedepends=('intltool' 'gobject-introspection' 'python2')
+source=(http://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/${pkgver:0:4}/totem-pl-parser-$pkgver.tar.xz)
+sha256sums=('14512c76c7f375d8bb9e9a220afbac20be2d2eb82abee9a8986d264079a0c72f')
+
+build() {
+  cd totem-pl-parser-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --local

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

2015-01-12 Thread Jan de Groot
Date: Monday, January 12, 2015 @ 14:41:55
  Author: jgc
Revision: 228940

upgpkg: totem-plparser 3.10.3-2

Move libquvi to dependencies (FS#43376)

Modified:
  totem-plparser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-12 07:47:14 UTC (rev 228939)
+++ PKGBUILD2015-01-12 13:41:55 UTC (rev 228940)
@@ -4,14 +4,13 @@
 
 pkgname=totem-plparser
 pkgver=3.10.3
-pkgrel=1
+pkgrel=2
 url="http://www.gnome.org";
 pkgdesc="Totem playlist parser library"
 license=('LGPL')
 arch=(i686 x86_64)
-depends=('gmime' 'libsoup' 'libarchive')
-makedepends=('intltool' 'gobject-introspection' 'libquvi' 'python2')
-optdepends=('libquvi: video site handling (Youtube etc.)')
+depends=('gmime' 'libsoup' 'libarchive' 'libquvi')
+makedepends=('intltool' 'gobject-introspection' 'python2')
 
source=(http://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/${pkgver:0:4}/totem-pl-parser-$pkgver.tar.xz)
 sha256sums=('14512c76c7f375d8bb9e9a220afbac20be2d2eb82abee9a8986d264079a0c72f')
 


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

2015-01-12 Thread Alexander Rødseth
Date: Monday, January 12, 2015 @ 13:21:45
  Author: arodseth
Revision: 125833

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-12 12:21:38 UTC (rev 125832)
+++ PKGBUILD2015-01-12 12:21:45 UTC (rev 125833)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Angel Velasquez  
-# Contributor: Douglas Soares de Andrade 
-
-pkgbase=python-pyro
-pkgname=("$pkgbase" 'python2-pyro')
-pkgver=4.31
-pkgrel=1
-pkgdesc='Distributed object middleware for Python (RPC)'
-url='http://pypi.python.org/pypi/Pyro4/'
-arch=('any')
-license=('MIT')
-depends=('python' 'python2')
-source=("http://pypi.python.org/packages/source/P/Pyro4/Pyro4-$pkgver.tar.gz";)
-sha256sums=('0fd9342a216299ff24761e641714c7bd3e42c364f277eb3600d40085f4ace6c3')
-
-package_python-pyro() {
-  depends=('python')
-  cd "Pyro4-$pkgver"
-  python setup.py install --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-pyro() {
-  depends=('python2')
-  cd "Pyro4-$pkgver"
-  python2 setup.py install --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pyro/repos/community-any/PKGBUILD (from rev 125832, 
python-pyro/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-12 12:21:45 UTC (rev 125833)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Angel Velasquez  
+# Contributor: Douglas Soares de Andrade 
+
+pkgbase=python-pyro
+pkgname=("$pkgbase" 'python2-pyro')
+pkgver=4.32
+pkgrel=1
+pkgdesc='Distributed object middleware for Python (RPC)'
+url='http://pypi.python.org/pypi/Pyro4/'
+arch=('any')
+license=('MIT')
+depends=('python' 'python2')
+source=("http://pypi.python.org/packages/source/P/Pyro4/Pyro4-$pkgver.tar.gz";)
+sha256sums=('736eb96801881a61b9da72dced2d49574067443545892355af94411392526902')
+
+package_python-pyro() {
+  depends=('python')
+  cd "Pyro4-$pkgver"
+  python setup.py install --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-pyro() {
+  depends=('python2')
+  cd "Pyro4-$pkgver"
+  python2 setup.py install --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-01-12 Thread Alexander Rødseth
Date: Monday, January 12, 2015 @ 13:21:38
  Author: arodseth
Revision: 125832

upgpkg: python-pyro 4.32-1

Modified:
  python-pyro/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-12 12:09:24 UTC (rev 125831)
+++ PKGBUILD2015-01-12 12:21:38 UTC (rev 125832)
@@ -5,7 +5,7 @@
 
 pkgbase=python-pyro
 pkgname=("$pkgbase" 'python2-pyro')
-pkgver=4.31
+pkgver=4.32
 pkgrel=1
 pkgdesc='Distributed object middleware for Python (RPC)'
 url='http://pypi.python.org/pypi/Pyro4/'
@@ -13,7 +13,7 @@
 license=('MIT')
 depends=('python' 'python2')
 source=("http://pypi.python.org/packages/source/P/Pyro4/Pyro4-$pkgver.tar.gz";)
-sha256sums=('0fd9342a216299ff24761e641714c7bd3e42c364f277eb3600d40085f4ace6c3')
+sha256sums=('736eb96801881a61b9da72dced2d49574067443545892355af94411392526902')
 
 package_python-pyro() {
   depends=('python')


[arch-commits] Commit in ttf-anonymous-pro/trunk (PKGBUILD)

2015-01-12 Thread Andrea Scarpino
Date: Monday, January 12, 2015 @ 13:09:18
  Author: andrea
Revision: 125830

upgpkg: ttf-anonymous-pro 1.003-2

Add deps

Modified:
  ttf-anonymous-pro/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-12 12:07:10 UTC (rev 125829)
+++ PKGBUILD2015-01-12 12:09:18 UTC (rev 125830)
@@ -6,16 +6,17 @@
 
 pkgname=ttf-anonymous-pro
 pkgver=1.003
-pkgrel=1
+pkgrel=2
 pkgdesc='A family of four fixed-width fonts designed especially with coding in 
mind'
 arch=('any')
 url='http://www.marksimonson.com/fonts'
 license=('custom:OFL')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
 install=ttf-font.install
 
source=('http://www.marksimonson.com/assets/content/fonts/AnonymousPro-1.002.zip'
 
'http://www.marksimonson.com/assets/content/fonts/AnonymousProMinus-1.003.zip')
-md5sums=('87651de93312fdd3f27e50741d2a0630a41ec30d'
- '0502fc7da5796deb2dcc34030db88f874fe08fa9')
+md5sums=('bb5141b20b9d69b3190be03e5706c8b7'
+ '16468f49e2a56f8e2ad39f09728391bd')
 
 package() {
   install -d "${pkgdir}/usr/share/fonts/TTF/"
@@ -23,7 +24,7 @@
   install -m644 AnonymousProMinus-1.003/*.ttf "${pkgdir}/usr/share/fonts/TTF/"
 
   install -d "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m644 OFL.txt OFL-FAQ.txt \
+  install -m644 AnonymousPro-1.002.001/OFL{,-FAQ}.txt \
 "${pkgdir}"/usr/share/licenses/${pkgname}
 }
 


[arch-commits] Commit in ttf-anonymous-pro/repos (3 files)

2015-01-12 Thread Andrea Scarpino
Date: Monday, January 12, 2015 @ 13:09:24
  Author: andrea
Revision: 125831

archrelease: copy trunk to community-any

Added:
  ttf-anonymous-pro/repos/community-any/
  ttf-anonymous-pro/repos/community-any/PKGBUILD
(from rev 125830, ttf-anonymous-pro/trunk/PKGBUILD)
  ttf-anonymous-pro/repos/community-any/ttf-font.install
(from rev 125830, ttf-anonymous-pro/trunk/ttf-font.install)

--+
 PKGBUILD |   30 ++
 ttf-font.install |   16 
 2 files changed, 46 insertions(+)

Copied: ttf-anonymous-pro/repos/community-any/PKGBUILD (from rev 125830, 
ttf-anonymous-pro/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-01-12 12:09:24 UTC (rev 125831)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Rick W. Chen 
+# Contributor: Gaute Hope 
+# Contributor: Stein Krauz 
+
+pkgname=ttf-anonymous-pro
+pkgver=1.003
+pkgrel=2
+pkgdesc='A family of four fixed-width fonts designed especially with coding in 
mind'
+arch=('any')
+url='http://www.marksimonson.com/fonts'
+license=('custom:OFL')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+install=ttf-font.install
+source=('http://www.marksimonson.com/assets/content/fonts/AnonymousPro-1.002.zip'
+
'http://www.marksimonson.com/assets/content/fonts/AnonymousProMinus-1.003.zip')
+md5sums=('bb5141b20b9d69b3190be03e5706c8b7'
+ '16468f49e2a56f8e2ad39f09728391bd')
+
+package() {
+  install -d "${pkgdir}/usr/share/fonts/TTF/"
+  install -m644 AnonymousPro-1.002.001/*.ttf "${pkgdir}/usr/share/fonts/TTF/"
+  install -m644 AnonymousProMinus-1.003/*.ttf "${pkgdir}/usr/share/fonts/TTF/"
+
+  install -d "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m644 AnonymousPro-1.002.001/OFL{,-FAQ}.txt \
+"${pkgdir}"/usr/share/licenses/${pkgname}
+}
+

Copied: ttf-anonymous-pro/repos/community-any/ttf-font.install (from rev 
125830, ttf-anonymous-pro/trunk/ttf-font.install)
===
--- community-any/ttf-font.install  (rev 0)
+++ community-any/ttf-font.install  2015-01-12 12:09:24 UTC (rev 125831)
@@ -0,0 +1,16 @@
+post_install() {
+  echo -n "Updating font cache... "
+  fc-cache -s
+  mkfontscale /usr/share/fonts/TTF
+  mkfontdir /usr/share/fonts/TTF
+  echo "done."
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+


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

2015-01-12 Thread Sergej Pupykin
Date: Monday, January 12, 2015 @ 13:06:48
  Author: spupykin
Revision: 125827

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

Added:
  python2-ldap/repos/community-i686/PKGBUILD
(from rev 125826, python2-ldap/trunk/PKGBUILD)
  python2-ldap/repos/community-x86_64/PKGBUILD
(from rev 125826, python2-ldap/trunk/PKGBUILD)
Deleted:
  python2-ldap/repos/community-i686/PKGBUILD
  python2-ldap/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-12 12:06:33 UTC (rev 125826)
+++ community-i686/PKGBUILD 2015-01-12 12:06:48 UTC (rev 125827)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Morgan LEFIEUX 
-
-pkgname=python2-ldap
-pkgver=2.4.18
-pkgrel=1
-pkgdesc="Provides an object-oriented API to access LDAP directory servers from 
Python programs"
-arch=('i686' 'x86_64')
-url="http://python-ldap.sourceforge.net";
-license=('custom')
-depends=('python2' 'libldap>=2.4.26')
-makedepends=('chrpath')
-replaces=('python-ldap')
-source=(http://pypi.python.org/packages/source/p/python-ldap/python-ldap-$pkgver.tar.gz)
-md5sums=('9bee878cc3582d7184b0a48083446efb')
-
-build() {
-  cd $srcdir/python-ldap-$pkgver
-  sed -i 's|||' Modules/LDAPObject.c
-  python2 setup.py build
-}
-
-package() {
-  cd $srcdir/python-ldap-$pkgver
-  python2 setup.py install --root $pkgdir
-  install -D -m644 LICENCE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  chrpath -d $pkgdir/usr/lib/python2.7/site-packages/_ldap.so
-}

Copied: python2-ldap/repos/community-i686/PKGBUILD (from rev 125826, 
python2-ldap/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-12 12:06:48 UTC (rev 125827)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Morgan LEFIEUX 
+
+pkgname=python2-ldap
+pkgver=2.4.19
+pkgrel=1
+pkgdesc="Provides an object-oriented API to access LDAP directory servers from 
Python programs"
+arch=('i686' 'x86_64')
+url="http://python-ldap.sourceforge.net";
+license=('custom')
+depends=('python2' 'libldap>=2.4.26')
+makedepends=('chrpath')
+replaces=('python-ldap')
+source=(http://pypi.python.org/packages/source/p/python-ldap/python-ldap-$pkgver.tar.gz)
+md5sums=('b941bf31d09739492aa19ef679e94ae3')
+
+build() {
+  cd $srcdir/python-ldap-$pkgver
+  sed -i 's|||' Modules/LDAPObject.c
+  python2 setup.py build
+}
+
+package() {
+  cd $srcdir/python-ldap-$pkgver
+  python2 setup.py install --root $pkgdir
+  install -D -m644 LICENCE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  chrpath -d $pkgdir/usr/lib/python2.7/site-packages/_ldap.so
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-12 12:06:33 UTC (rev 125826)
+++ community-x86_64/PKGBUILD   2015-01-12 12:06:48 UTC (rev 125827)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Morgan LEFIEUX 
-
-pkgname=python2-ldap
-pkgver=2.4.18
-pkgrel=1
-pkgdesc="Provides an object-oriented API to access LDAP directory servers from 
Python programs"
-arch=('i686' 'x86_64')
-url="http://python-ldap.sourceforge.net";
-license=('custom')
-depends=('python2' 'libldap>=2.4.26')
-makedepends=('chrpath')
-replaces=('python-ldap')
-source=(http://pypi.python.org/packages/source/p/python-ldap/python-ldap-$pkgver.tar.gz)
-md5sums=('9bee878cc3582d7184b0a48083446efb')
-
-build() {
-  cd $srcdir/python-ldap-$pkgver
-  sed -i 's|||' Modules/LDAPObject.c
-  python2 setup.py build
-}
-
-package() {
-  cd $srcdir/python-ldap-$pkgver
-  python2 setup.py install --root $pkgdir
-  install -D -m644 LICENCE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  chrpath -d $pkgdir/usr/lib/python2.7/site-packages/_ldap.so
-}

Copied: python2-ldap/repos/community-x86_64/PKGBUILD (from rev 125826, 
python2-ldap/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-01-12 12:06:48 UTC (rev 125827)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Morgan LEFIEUX 
+
+pkgname=python2-ldap
+pkgver=2.4.19
+pkgrel=1
+pkgdesc="Provides an object-oriented API to access LDAP directory servers from 
Python programs"
+arch=('i686' 'x86_64')
+url="http://python-ldap.sourceforge.net";
+license=('custom')
+depends=('python2' 'libldap>=2.4.26')
+makedepends=('chrpath')
+replaces=('python-ldap')
+source=(http://pypi.python.org/packages/source/p/python-ldap/python-ldap-$pkgver.tar.gz)
+md5sums=('b94

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

2015-01-12 Thread Sergej Pupykin
Date: Monday, January 12, 2015 @ 13:07:10
  Author: spupykin
Revision: 125829

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-12 12:06:55 UTC (rev 125828)
+++ community-i686/PKGBUILD 2015-01-12 12:07:10 UTC (rev 125829)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Eric Belanger 
-# Contributor: Ravi Desai 
-
-pkgname=xfe
-pkgver=1.37
-pkgrel=2
-pkgdesc="X File Explorer (Xfe) is an MS-Explorer like file manager for X."
-arch=('i686' 'x86_64')
-url="http://roland65.free.fr/xfe";
-license=("GPL")
-depends=('fox')
-makedepends=('intltool')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('ce2a317ab4f7d728878d815afe13c1be')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|freetype/config/ftheader.h|config/ftheader.h|g' configure.ac
-  aclocal
-  automake --add-missing
-  autoreconf
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: xfe/repos/community-i686/PKGBUILD (from rev 125828, xfe/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-12 12:07:10 UTC (rev 125829)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Eric Belanger 
+# Contributor: Ravi Desai 
+
+pkgname=xfe
+pkgver=1.40
+pkgrel=1
+pkgdesc="X File Explorer (Xfe) is an MS-Explorer like file manager for X."
+arch=('i686' 'x86_64')
+url="http://roland65.free.fr/xfe";
+license=("GPL")
+depends=('fox')
+makedepends=('intltool')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('09854d424fd9e602b21aa3a363f3b5b7')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|freetype/config/ftheader.h|config/ftheader.h|g' configure.ac
+  aclocal
+  automake --add-missing
+  autoreconf
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-12 12:06:55 UTC (rev 125828)
+++ community-x86_64/PKGBUILD   2015-01-12 12:07:10 UTC (rev 125829)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Eric Belanger 
-# Contributor: Ravi Desai 
-
-pkgname=xfe
-pkgver=1.37
-pkgrel=2
-pkgdesc="X File Explorer (Xfe) is an MS-Explorer like file manager for X."
-arch=('i686' 'x86_64')
-url="http://roland65.free.fr/xfe";
-license=("GPL")
-depends=('fox')
-makedepends=('intltool')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('ce2a317ab4f7d728878d815afe13c1be')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|freetype/config/ftheader.h|config/ftheader.h|g' configure.ac
-  aclocal
-  automake --add-missing
-  autoreconf
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: xfe/repos/community-x86_64/PKGBUILD (from rev 125828, 
xfe/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-01-12 12:07:10 UTC (rev 125829)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Eric Belanger 
+# Contributor: Ravi Desai 
+
+pkgname=xfe
+pkgver=1.40
+pkgrel=1
+pkgdesc="X File Explorer (Xfe) is an MS-Explorer like file manager for X."
+arch=('i686' 'x86_64')
+url="http://roland65.free.fr/xfe";
+license=("GPL")
+depends=('fox')
+makedepends=('intltool')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('09854d424fd9e602b21aa3a363f3b5b7')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|freetype/config/ftheader.h|config/ftheader.h|g' configure.ac
+  aclocal
+  automake --add-missing
+  autoreconf
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}


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

2015-01-12 Thread Sergej Pupykin
Date: Monday, January 12, 2015 @ 13:06:55
  Author: spupykin
Revision: 125828

upgpkg: xfe 1.40-1

upd

Modified:
  xfe/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-12 12:06:48 UTC (rev 125827)
+++ PKGBUILD2015-01-12 12:06:55 UTC (rev 125828)
@@ -4,8 +4,8 @@
 # Contributor: Ravi Desai 
 
 pkgname=xfe
-pkgver=1.37
-pkgrel=2
+pkgver=1.40
+pkgrel=1
 pkgdesc="X File Explorer (Xfe) is an MS-Explorer like file manager for X."
 arch=('i686' 'x86_64')
 url="http://roland65.free.fr/xfe";
@@ -13,7 +13,7 @@
 depends=('fox')
 makedepends=('intltool')
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('ce2a317ab4f7d728878d815afe13c1be')
+md5sums=('09854d424fd9e602b21aa3a363f3b5b7')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


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

2015-01-12 Thread Sergej Pupykin
Date: Monday, January 12, 2015 @ 13:06:33
  Author: spupykin
Revision: 125826

upgpkg: python2-ldap 2.4.19-1

upd

Modified:
  python2-ldap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-12 12:06:29 UTC (rev 125825)
+++ PKGBUILD2015-01-12 12:06:33 UTC (rev 125826)
@@ -3,7 +3,7 @@
 # Contributor: Morgan LEFIEUX 
 
 pkgname=python2-ldap
-pkgver=2.4.18
+pkgver=2.4.19
 pkgrel=1
 pkgdesc="Provides an object-oriented API to access LDAP directory servers from 
Python programs"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('chrpath')
 replaces=('python-ldap')
 
source=(http://pypi.python.org/packages/source/p/python-ldap/python-ldap-$pkgver.tar.gz)
-md5sums=('9bee878cc3582d7184b0a48083446efb')
+md5sums=('b941bf31d09739492aa19ef679e94ae3')
 
 build() {
   cd $srcdir/python-ldap-$pkgver


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

2015-01-12 Thread Sergej Pupykin
Date: Monday, January 12, 2015 @ 13:05:52
  Author: spupykin
Revision: 125822

upgpkg: haskell-text 1.2.0.4-1

upd

Modified:
  haskell-text/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-12 12:05:48 UTC (rev 125821)
+++ PKGBUILD2015-01-12 12:05:52 UTC (rev 125822)
@@ -2,8 +2,8 @@
 
 _hkgname=text
 pkgname=haskell-text
-pkgver=1.2.0.3
-pkgrel=2
+pkgver=1.2.0.4
+pkgrel=1
 pkgdesc="An efficient packed Unicode text type."
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')
@@ -12,7 +12,7 @@
 depends=('ghc=7.8.4' 'sh')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install=${pkgname}.install
-md5sums=('50e6cc18e037be6ef5a3cf28b4a94b8d')
+md5sums=('77a8e63bb883317f8f2c15e64e8a7ff5')
 
 build() {
   cd ${_hkgname}-${pkgver}


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

2015-01-12 Thread Sergej Pupykin
Date: Monday, January 12, 2015 @ 13:06:14
  Author: spupykin
Revision: 125824

upgpkg: perl-dbd-pg 3.5.0-1

upd

Modified:
  perl-dbd-pg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-12 12:06:06 UTC (rev 125823)
+++ PKGBUILD2015-01-12 12:06:14 UTC (rev 125824)
@@ -3,7 +3,7 @@
 # Contributor: François Charette 
 
 pkgname=perl-dbd-pg
-pkgver=3.4.2
+pkgver=3.5.0
 pkgrel=1
 pkgdesc="Postgres Driver for DBI"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('perl-dbi>=1.52' 'postgresql-libs')
 options=('!emptydirs')
 source=("http://www.cpan.org/authors/id/T/TU/TURNSTEP/DBD-Pg-${pkgver}.tar.gz";)
-md5sums=('e8e92d86e6fd99f702da9a51d9970d87')
+md5sums=('16cea4efcd1f8917679920be50e23da9')
 
 build() {
   cd  DBD-Pg-${pkgver}


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

2015-01-12 Thread Sergej Pupykin
Date: Monday, January 12, 2015 @ 13:06:06
  Author: spupykin
Revision: 125823

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

Added:
  haskell-text/repos/community-i686/PKGBUILD
(from rev 125822, haskell-text/trunk/PKGBUILD)
  haskell-text/repos/community-i686/haskell-text.install
(from rev 125822, haskell-text/trunk/haskell-text.install)
  haskell-text/repos/community-x86_64/PKGBUILD
(from rev 125822, haskell-text/trunk/PKGBUILD)
  haskell-text/repos/community-x86_64/haskell-text.install
(from rev 125822, haskell-text/trunk/haskell-text.install)
Deleted:
  haskell-text/repos/community-i686/PKGBUILD
  haskell-text/repos/community-i686/haskell-text.install
  haskell-text/repos/community-x86_64/PKGBUILD
  haskell-text/repos/community-x86_64/haskell-text.install

---+
 /PKGBUILD |  100 
 /haskell-text.install |   70 ++
 community-i686/PKGBUILD   |   50 
 community-i686/haskell-text.install   |   35 ---
 community-x86_64/PKGBUILD |   50 
 community-x86_64/haskell-text.install |   35 ---
 6 files changed, 170 insertions(+), 170 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-12 12:05:52 UTC (rev 125822)
+++ community-i686/PKGBUILD 2015-01-12 12:06:06 UTC (rev 125823)
@@ -1,50 +0,0 @@
-# Maintainer: Thomas Dziedzic 
-
-_hkgname=text
-pkgname=haskell-text
-pkgver=1.2.0.3
-pkgrel=2
-pkgdesc="An efficient packed Unicode text type."
-url="http://hackage.haskell.org/package/${_hkgname}";
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-options=('staticlibs')
-depends=('ghc=7.8.4' 'sh')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-install=${pkgname}.install
-md5sums=('50e6cc18e037be6ef5a3cf28b4a94b8d')
-
-build() {
-  cd ${_hkgname}-${pkgver}
-
-  runhaskell Setup configure -O -p \
---enable-split-objs \
---enable-shared \
---prefix=/usr \
---docdir=/usr/share/doc/${pkgname} \
---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
-}
-
-package() {
-  cd ${_hkgname}-${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/${_hkgname}
-
-  runhaskell Setup copy --destdir=${pkgdir}
-
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}
-

Copied: haskell-text/repos/community-i686/PKGBUILD (from rev 125822, 
haskell-text/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-12 12:06:06 UTC (rev 125823)
@@ -0,0 +1,50 @@
+# Maintainer: Thomas Dziedzic 
+
+_hkgname=text
+pkgname=haskell-text
+pkgver=1.2.0.4
+pkgrel=1
+pkgdesc="An efficient packed Unicode text type."
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.8.4' 'sh')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install=${pkgname}.install
+md5sums=('77a8e63bb883317f8f2c15e64e8a7ff5')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+
+  runhaskell Setup configure -O -p \
+--enable-split-objs \
+--enable-shared \
+--prefix=/usr \
+--docdir=/usr/share/doc/${pkgname} \
+--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
+}
+
+package() {
+  cd ${_hkgname}-${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/${_hkgname}
+
+  runhaskell Setup copy --destdir=${pkgdir}
+
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}
+

Deleted: community-i686/haskell-text.install

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

2015-01-12 Thread Sergej Pupykin
Date: Monday, January 12, 2015 @ 13:06:29
  Author: spupykin
Revision: 125825

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

Added:
  perl-dbd-pg/repos/community-i686/PKGBUILD
(from rev 125824, perl-dbd-pg/trunk/PKGBUILD)
  perl-dbd-pg/repos/community-x86_64/PKGBUILD
(from rev 125824, perl-dbd-pg/trunk/PKGBUILD)
Deleted:
  perl-dbd-pg/repos/community-i686/PKGBUILD
  perl-dbd-pg/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-12 12:06:14 UTC (rev 125824)
+++ community-i686/PKGBUILD 2015-01-12 12:06:29 UTC (rev 125825)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: François Charette 
-
-pkgname=perl-dbd-pg
-pkgver=3.4.2
-pkgrel=1
-pkgdesc="Postgres Driver for DBI"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/DBD-Pg";
-license=('GPL' 'PerlArtistic')
-depends=('perl-dbi>=1.52' 'postgresql-libs')
-options=('!emptydirs')
-source=("http://www.cpan.org/authors/id/T/TU/TURNSTEP/DBD-Pg-${pkgver}.tar.gz";)
-md5sums=('e8e92d86e6fd99f702da9a51d9970d87')
-
-build() {
-  cd  DBD-Pg-${pkgver}
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  DBD-Pg-${pkgver}
-  make install DESTDIR=${pkgdir}
-  find ${pkgdir} -name '.packlist' -delete
-  find ${pkgdir} -name '*.pod' -delete
-}

Copied: perl-dbd-pg/repos/community-i686/PKGBUILD (from rev 125824, 
perl-dbd-pg/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-12 12:06:29 UTC (rev 125825)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: François Charette 
+
+pkgname=perl-dbd-pg
+pkgver=3.5.0
+pkgrel=1
+pkgdesc="Postgres Driver for DBI"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/DBD-Pg";
+license=('GPL' 'PerlArtistic')
+depends=('perl-dbi>=1.52' 'postgresql-libs')
+options=('!emptydirs')
+source=("http://www.cpan.org/authors/id/T/TU/TURNSTEP/DBD-Pg-${pkgver}.tar.gz";)
+md5sums=('16cea4efcd1f8917679920be50e23da9')
+
+build() {
+  cd  DBD-Pg-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  DBD-Pg-${pkgver}
+  make install DESTDIR=${pkgdir}
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-12 12:06:14 UTC (rev 125824)
+++ community-x86_64/PKGBUILD   2015-01-12 12:06:29 UTC (rev 125825)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: François Charette 
-
-pkgname=perl-dbd-pg
-pkgver=3.4.2
-pkgrel=1
-pkgdesc="Postgres Driver for DBI"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/DBD-Pg";
-license=('GPL' 'PerlArtistic')
-depends=('perl-dbi>=1.52' 'postgresql-libs')
-options=('!emptydirs')
-source=("http://www.cpan.org/authors/id/T/TU/TURNSTEP/DBD-Pg-${pkgver}.tar.gz";)
-md5sums=('e8e92d86e6fd99f702da9a51d9970d87')
-
-build() {
-  cd  DBD-Pg-${pkgver}
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  DBD-Pg-${pkgver}
-  make install DESTDIR=${pkgdir}
-  find ${pkgdir} -name '.packlist' -delete
-  find ${pkgdir} -name '*.pod' -delete
-}

Copied: perl-dbd-pg/repos/community-x86_64/PKGBUILD (from rev 125824, 
perl-dbd-pg/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-01-12 12:06:29 UTC (rev 125825)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: François Charette 
+
+pkgname=perl-dbd-pg
+pkgver=3.5.0
+pkgrel=1
+pkgdesc="Postgres Driver for DBI"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/DBD-Pg";
+license=('GPL' 'PerlArtistic')
+depends=('perl-dbi>=1.52' 'postgresql-libs')
+options=('!emptydirs')
+source=("http://www.cpan.org/authors/id/T/TU/TURNSTEP/DBD-Pg-${pkgver}.tar.gz";)
+md5sums=('16cea4efcd1f8917679920be50e23da9')
+
+build() {
+  cd  DBD-Pg-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  DBD-Pg-${pkgver}
+  make install DESTDIR=${pkgdir}
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}


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

2015-01-12 Thread Sergej Pupykin
Date: Monday, January 12, 2015 @ 13:05:33
  Author: spupykin
Revision: 125820

upgpkg: haskell-parsec 3.1.7-3

upd

Modified:
  haskell-parsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-12 12:05:30 UTC (rev 125819)
+++ PKGBUILD2015-01-12 12:05:33 UTC (rev 125820)
@@ -3,7 +3,7 @@
 _hkgname=parsec
 pkgname=haskell-parsec
 pkgver=3.1.7
-pkgrel=2
+pkgrel=3
 pkgdesc="Monadic parser combinators"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')


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

2015-01-12 Thread Sergej Pupykin
Date: Monday, January 12, 2015 @ 13:05:48
  Author: spupykin
Revision: 125821

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

Added:
  haskell-parsec/repos/community-i686/PKGBUILD
(from rev 125820, haskell-parsec/trunk/PKGBUILD)
  haskell-parsec/repos/community-i686/haskell-parsec.install
(from rev 125820, haskell-parsec/trunk/haskell-parsec.install)
  haskell-parsec/repos/community-x86_64/PKGBUILD
(from rev 125820, haskell-parsec/trunk/PKGBUILD)
  haskell-parsec/repos/community-x86_64/haskell-parsec.install
(from rev 125820, haskell-parsec/trunk/haskell-parsec.install)
Deleted:
  haskell-parsec/repos/community-i686/PKGBUILD
  haskell-parsec/repos/community-i686/haskell-parsec.install
  haskell-parsec/repos/community-x86_64/PKGBUILD
  haskell-parsec/repos/community-x86_64/haskell-parsec.install

-+
 /PKGBUILD   |  100 ++
 /haskell-parsec.install |   70 +
 community-i686/PKGBUILD |   50 ---
 community-i686/haskell-parsec.install   |   35 --
 community-x86_64/PKGBUILD   |   50 ---
 community-x86_64/haskell-parsec.install |   35 --
 6 files changed, 170 insertions(+), 170 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-12 12:05:33 UTC (rev 125820)
+++ community-i686/PKGBUILD 2015-01-12 12:05:48 UTC (rev 125821)
@@ -1,50 +0,0 @@
-# Maintainer: Thomas Dziedzic 
-
-_hkgname=parsec
-pkgname=haskell-parsec
-pkgver=3.1.7
-pkgrel=2
-pkgdesc="Monadic parser combinators"
-url="http://hackage.haskell.org/package/${_hkgname}";
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-options=('staticlibs')
-depends=('ghc=7.8.4-1' 'sh' 'haskell-mtl=2.1.3.1-4' 'haskell-text=1.2.0.3-2')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-install=${pkgname}.install
-md5sums=('752664d7762bad11b46a392119658016')
-
-build() {
-  cd ${_hkgname}-${pkgver}
-
-  runhaskell Setup configure -O -p \
---enable-split-objs \
---enable-shared \
---prefix=/usr \
---docdir=/usr/share/doc/${pkgname} \
---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
-}
-
-package() {
-  cd ${_hkgname}-${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/${_hkgname}
-
-  runhaskell Setup copy --destdir=${pkgdir}
-
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}
-

Copied: haskell-parsec/repos/community-i686/PKGBUILD (from rev 125820, 
haskell-parsec/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-12 12:05:48 UTC (rev 125821)
@@ -0,0 +1,50 @@
+# Maintainer: Thomas Dziedzic 
+
+_hkgname=parsec
+pkgname=haskell-parsec
+pkgver=3.1.7
+pkgrel=3
+pkgdesc="Monadic parser combinators"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.8.4-1' 'sh' 'haskell-mtl=2.1.3.1-4' 'haskell-text=1.2.0.3-2')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install=${pkgname}.install
+md5sums=('752664d7762bad11b46a392119658016')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+
+  runhaskell Setup configure -O -p \
+--enable-split-objs \
+--enable-shared \
+--prefix=/usr \
+--docdir=/usr/share/doc/${pkgname} \
+--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
+}
+
+package() {
+  cd ${_hkgname}-${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/${_hkgname}
+
+  runhaskell Setup copy --destdir=${pkgdir}
+
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  rm -f ${pkgdir}/usr/share/doc/${pkg

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

2015-01-12 Thread Sergej Pupykin
Date: Monday, January 12, 2015 @ 13:04:51
  Author: spupykin
Revision: 125815

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

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

--+
 /PKGBUILD|  104 +
 /gtk2hs-glib.install |   36 +++
 community-i686/PKGBUILD  |   52 
 community-i686/gtk2hs-glib.install   |   18 -
 community-x86_64/PKGBUILD|   52 
 community-x86_64/gtk2hs-glib.install |   18 -
 6 files changed, 140 insertions(+), 140 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-12 12:04:38 UTC (rev 125814)
+++ community-i686/PKGBUILD 2015-01-12 12:04:51 UTC (rev 125815)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=haskell-glib
-pkgver=0.13.0.7
-pkgrel=1
-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=('f98b451ed5aa4ff50ef257590252b159')
-
-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-i686/PKGBUILD (from rev 125814, 
haskell-glib/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-12 12:04:51 UTC (rev 125815)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=haskell-glib
+pkgver=0.13.0.7
+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=('f98b451ed5aa4ff50ef257590252b159')
+
+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
+

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

2015-01-12 Thread Sergej Pupykin
Date: Monday, January 12, 2015 @ 13:05:30
  Author: spupykin
Revision: 125819

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

Added:
  haskell-hashable/repos/community-i686/PKGBUILD
(from rev 125818, haskell-hashable/trunk/PKGBUILD)
  haskell-hashable/repos/community-i686/haskell-hashable.install
(from rev 125818, haskell-hashable/trunk/haskell-hashable.install)
  haskell-hashable/repos/community-x86_64/PKGBUILD
(from rev 125818, haskell-hashable/trunk/PKGBUILD)
  haskell-hashable/repos/community-x86_64/haskell-hashable.install
(from rev 125818, haskell-hashable/trunk/haskell-hashable.install)
Deleted:
  haskell-hashable/repos/community-i686/PKGBUILD
  haskell-hashable/repos/community-i686/haskell-hashable.install
  haskell-hashable/repos/community-x86_64/PKGBUILD
  haskell-hashable/repos/community-x86_64/haskell-hashable.install

---+
 /PKGBUILD |   94 
 /haskell-hashable.install |   70 
 community-i686/PKGBUILD   |   47 --
 community-i686/haskell-hashable.install   |   35 --
 community-x86_64/PKGBUILD |   47 --
 community-x86_64/haskell-hashable.install |   35 --
 6 files changed, 164 insertions(+), 164 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-12 12:05:17 UTC (rev 125818)
+++ community-i686/PKGBUILD 2015-01-12 12:05:30 UTC (rev 125819)
@@ -1,47 +0,0 @@
-_hkgname=hashable
-pkgname=haskell-hashable
-pkgver=1.2.3.1
-pkgrel=1
-pkgdesc="Mutable hash tables in the ST monad"
-url="http://hackage.haskell.org/package/${_hkgname}";
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-options=('staticlibs')
-depends=('ghc=7.8.4' 'sh' 'haskell-text')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-install=${pkgname}.install
-md5sums=('7a054e5717c0b089278f63c13ba0')
-
-build() {
-  cd ${_hkgname}-${pkgver}
-
-  runhaskell Setup configure -O -p \
---enable-split-objs \
---enable-shared \
---prefix=/usr \
---docdir=/usr/share/doc/${pkgname} \
---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
-}
-
-package() {
-  cd ${_hkgname}-${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/${_hkgname}
-
-  runhaskell Setup copy --destdir=${pkgdir}
-
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}

Copied: haskell-hashable/repos/community-i686/PKGBUILD (from rev 125818, 
haskell-hashable/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-12 12:05:30 UTC (rev 125819)
@@ -0,0 +1,47 @@
+_hkgname=hashable
+pkgname=haskell-hashable
+pkgver=1.2.3.1
+pkgrel=2
+pkgdesc="Mutable hash tables in the ST monad"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.8.4' 'sh' 'haskell-text')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install=${pkgname}.install
+md5sums=('7a054e5717c0b089278f63c13ba0')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+
+  runhaskell Setup configure -O -p \
+--enable-split-objs \
+--enable-shared \
+--prefix=/usr \
+--docdir=/usr/share/doc/${pkgname} \
+--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
+}
+
+package() {
+  cd ${_hkgname}-${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/${_hkgname}
+
+  runhaskell Setup copy --destdir=${pkgdir}
+
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}

Deleted: community-i686/haskell-hashable.inst

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

2015-01-12 Thread Sergej Pupykin
Date: Monday, January 12, 2015 @ 13:05:17
  Author: spupykin
Revision: 125818

upgpkg: haskell-hashable 1.2.3.1-2

upd

Modified:
  haskell-hashable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-12 12:05:11 UTC (rev 125817)
+++ PKGBUILD2015-01-12 12:05:17 UTC (rev 125818)
@@ -1,7 +1,7 @@
 _hkgname=hashable
 pkgname=haskell-hashable
 pkgver=1.2.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Mutable hash tables in the ST monad"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')


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

2015-01-12 Thread Sergej Pupykin
Date: Monday, January 12, 2015 @ 13:05:11
  Author: spupykin
Revision: 125817

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

Added:
  haskell-haddock-api/repos/community-i686/PKGBUILD
(from rev 125816, haskell-haddock-api/trunk/PKGBUILD)
  haskell-haddock-api/repos/community-i686/haskell-haddock-api.install
(from rev 125816, haskell-haddock-api/trunk/haskell-haddock-api.install)
  haskell-haddock-api/repos/community-x86_64/PKGBUILD
(from rev 125816, haskell-haddock-api/trunk/PKGBUILD)
  haskell-haddock-api/repos/community-x86_64/haskell-haddock-api.install
(from rev 125816, haskell-haddock-api/trunk/haskell-haddock-api.install)
Deleted:
  haskell-haddock-api/repos/community-i686/PKGBUILD
  haskell-haddock-api/repos/community-i686/haskell-haddock-api.install
  haskell-haddock-api/repos/community-x86_64/PKGBUILD
  haskell-haddock-api/repos/community-x86_64/haskell-haddock-api.install

--+
 /PKGBUILD|  116 +
 /haskell-haddock-api.install |   40 
 community-i686/PKGBUILD  |   57 
 community-i686/haskell-haddock-api.install   |   20 
 community-x86_64/PKGBUILD|   57 
 community-x86_64/haskell-haddock-api.install |   20 
 6 files changed, 156 insertions(+), 154 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-12 12:04:57 UTC (rev 125816)
+++ community-i686/PKGBUILD 2015-01-12 12:05:11 UTC (rev 125817)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=haskell-haddock-api
-pkgver=2.15.0.1
-pkgrel=3
-pkgdesc="A documentation-generation tool for Haskell libraries"
-url="http://www.haskell.org/haddock/";
-license=("BSD3")
-arch=('i686' 'x86_64')
-makedepends=()
-depends=("ghc"
- "haskell-ghc-paths"
- "haskell-haddock-library")
-options=('strip' 'staticlibs')
-source=("http://hackage.haskell.org/packages/archive/haddock-api/${pkgver}/haddock-api-${pkgver}.tar.gz";)
-install="${pkgname}.install"
-sha256sums=("551b4485663f86528ebc8c9a268eee97342f83ff07e863226449cdd2a6e745e8")
-
-build() {
-cd "${srcdir}/haddock-api-${pkgver}"
-
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
---libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock --hoogle --html
-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() {
-cd "${srcdir}/haddock-api-${pkgver}"
-
-_update_deps ghc
-_update_deps haskell-ghc-paths
-_update_deps haskell-haddock-library
-
-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/haddock-api"
-runhaskell Setup copy --destdir="${pkgdir}"
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}

Copied: haskell-haddock-api/repos/community-i686/PKGBUILD (from rev 125816, 
haskell-haddock-api/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-12 12:05:11 UTC (rev 125817)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=haskell-haddock-api
+pkgver=2.15.0.2
+pkgrel=1
+pkgdesc="A documentation-generation tool for Haskell libraries"
+url="http://www.haskell.org/haddock/";
+license=("BSD3")
+arch=('i686' 'x86_64')
+makedepends=()
+depends=("ghc"
+ "haskell-ghc-paths"
+ "haskell-haddock-library")
+options=('strip' 'staticlibs')
+source=("http://hackage.haskell.org/packages/archive/haddock-api/${pkgver}/haddock-api-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=("551b4485663f86528ebc8c9a268eee97342f83ff07e863226449cdd2a6e745e8")
+sha256sums=('87228957b713ed087fdeb1031dc2af5bdf20c24377218100c5063d3c5ae4b5bd')
+
+build() {
+cd "${srcdir}/haddock-api-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhas

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

2015-01-12 Thread Sergej Pupykin
Date: Monday, January 12, 2015 @ 13:04:57
  Author: spupykin
Revision: 125816

upgpkg: haskell-haddock-api 2.15.0.2-1

upd

Modified:
  haskell-haddock-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-12 12:04:51 UTC (rev 125815)
+++ PKGBUILD2015-01-12 12:04:57 UTC (rev 125816)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=haskell-haddock-api
-pkgver=2.15.0.1
-pkgrel=3
+pkgver=2.15.0.2
+pkgrel=1
 pkgdesc="A documentation-generation tool for Haskell libraries"
 url="http://www.haskell.org/haddock/";
 license=("BSD3")
@@ -16,6 +16,7 @@
 
source=("http://hackage.haskell.org/packages/archive/haddock-api/${pkgver}/haddock-api-${pkgver}.tar.gz";)
 install="${pkgname}.install"
 sha256sums=("551b4485663f86528ebc8c9a268eee97342f83ff07e863226449cdd2a6e745e8")
+sha256sums=('87228957b713ed087fdeb1031dc2af5bdf20c24377218100c5063d3c5ae4b5bd')
 
 build() {
 cd "${srcdir}/haddock-api-${pkgver}"


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

2015-01-12 Thread Sergej Pupykin
Date: Monday, January 12, 2015 @ 13:04:38
  Author: spupykin
Revision: 125814

upgpkg: haskell-glib 0.13.0.7-2

upd

Modified:
  haskell-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-12 12:04:37 UTC (rev 125813)
+++ PKGBUILD2015-01-12 12:04:38 UTC (rev 125814)
@@ -3,7 +3,7 @@
 
 pkgname=haskell-glib
 pkgver=0.13.0.7
-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 haskell-cairo/repos (8 files)

2015-01-12 Thread Sergej Pupykin
Date: Monday, January 12, 2015 @ 13:04:33
  Author: spupykin
Revision: 125812

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

Added:
  haskell-cairo/repos/community-i686/PKGBUILD
(from rev 125811, haskell-cairo/trunk/PKGBUILD)
  haskell-cairo/repos/community-i686/gtk2hs-cairo.install
(from rev 125811, haskell-cairo/trunk/gtk2hs-cairo.install)
  haskell-cairo/repos/community-x86_64/PKGBUILD
(from rev 125811, haskell-cairo/trunk/PKGBUILD)
  haskell-cairo/repos/community-x86_64/gtk2hs-cairo.install
(from rev 125811, haskell-cairo/trunk/gtk2hs-cairo.install)
Deleted:
  haskell-cairo/repos/community-i686/PKGBUILD
  haskell-cairo/repos/community-i686/gtk2hs-cairo.install
  haskell-cairo/repos/community-x86_64/PKGBUILD
  haskell-cairo/repos/community-x86_64/gtk2hs-cairo.install

---+
 /PKGBUILD |  106 
 /gtk2hs-cairo.install |   36 ++
 community-i686/PKGBUILD   |   53 
 community-i686/gtk2hs-cairo.install   |   18 -
 community-x86_64/PKGBUILD |   53 
 community-x86_64/gtk2hs-cairo.install |   18 -
 6 files changed, 142 insertions(+), 142 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-12 12:04:19 UTC (rev 125811)
+++ community-i686/PKGBUILD 2015-01-12 12:04:33 UTC (rev 125812)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=haskell-cairo
-pkgver=0.13.0.6
-pkgrel=1
-pkgdesc="Binding to the cairo library for Gtk2Hs."
-url="http://hackage.haskell.org/package/cairo";
-license=('LGPL2.1')
-arch=('i686' 'x86_64')
-# deps adjusted to specific versions in package()
-depends=('ghc' 'cairo' 'haskell-mtl' 'haskell-utf8-string' 'haskell-text')
-makedepends=("gtk2hs-buildtools")
-options=('strip' 'staticlibs')
-conflicts=('gtk2hs-cairo')
-provides=('gtk2hs-cairo')
-replaces=('gtk2hs-cairo')
-install=gtk2hs-cairo.install
-source=(http://hackage.haskell.org/packages/archive/cairo/$pkgver/cairo-$pkgver.tar.gz)
-md5sums=('1c6aede725cbd5f81019798405f5ef03')
-
-build() {
-cd ${srcdir}/cairo-$pkgver
-runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
-  --prefix=/usr --docdir=/usr/share/doc/haskell-cairo \
-  --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
-_update_deps haskell-mtl
-
-cd ${srcdir}/cairo-${pkgver}
-install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/gtk2hs-cairo/register.sh
-install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/gtk2hs-cairo/unregister.sh
-install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-ln -s /usr/share/doc/haskell-cairo/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/cairo
-runhaskell Setup copy --destdir=${pkgdir}
-}

Copied: haskell-cairo/repos/community-i686/PKGBUILD (from rev 125811, 
haskell-cairo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-12 12:04:33 UTC (rev 125812)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=haskell-cairo
+pkgver=0.13.0.6
+pkgrel=2
+pkgdesc="Binding to the cairo library for Gtk2Hs."
+url="http://hackage.haskell.org/package/cairo";
+license=('LGPL2.1')
+arch=('i686' 'x86_64')
+# deps adjusted to specific versions in package()
+depends=('ghc' 'cairo' 'haskell-mtl' 'haskell-utf8-string' 'haskell-text')
+makedepends=("gtk2hs-buildtools")
+options=('strip' 'staticlibs')
+conflicts=('gtk2hs-cairo')
+provides=('gtk2hs-cairo')
+replaces=('gtk2hs-cairo')
+install=gtk2hs-cairo.install
+source=(http://hackage.haskell.org/packages/archive/cairo/$pkgver/cairo-$pkgver.tar.gz)
+md5sums=('1c6aede725cbd5f81019798405f5ef03')
+
+build() {
+cd ${srcdir}/cairo-$pkgver
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+  --prefix=/usr --docdir=/usr/share/doc/haskell-cairo \
+  --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 [ $

[arch-commits] Commit in ttf-ionicons/repos (3 files)

2015-01-12 Thread Andrea Scarpino
Date: Monday, January 12, 2015 @ 13:04:37
  Author: andrea
Revision: 125813

archrelease: copy trunk to community-any

Added:
  ttf-ionicons/repos/community-any/
  ttf-ionicons/repos/community-any/PKGBUILD
(from rev 125812, ttf-ionicons/trunk/PKGBUILD)
  ttf-ionicons/repos/community-any/ttf-font.install
(from rev 125812, ttf-ionicons/trunk/ttf-font.install)

--+
 PKGBUILD |   19 +++
 ttf-font.install |   15 +++
 2 files changed, 34 insertions(+)

Copied: ttf-ionicons/repos/community-any/PKGBUILD (from rev 125812, 
ttf-ionicons/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-01-12 12:04:37 UTC (rev 125813)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=ttf-ionicons
+pkgver=2.0.0
+pkgrel=1
+pkgdesc='The premium icon font for Ionic Framework'
+arch=('any')
+license=('MIT')
+url='http://ionicons.com/'
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+install=ttf-font.install
+source=("https://github.com/driftyco/ionicons/raw/v${pkgver}/fonts/ionicons.ttf";)
+md5sums=('0d39918c71ad0bf2db5766fe14828114')
+
+package() {
+  install -d "${pkgdir}"/usr/share/fonts/TTF
+  install -m644 ionicons.ttf "${pkgdir}"/usr/share/fonts/TTF/
+}

Copied: ttf-ionicons/repos/community-any/ttf-font.install (from rev 125812, 
ttf-ionicons/trunk/ttf-font.install)
===
--- community-any/ttf-font.install  (rev 0)
+++ community-any/ttf-font.install  2015-01-12 12:04:37 UTC (rev 125813)
@@ -0,0 +1,15 @@
+post_install() {
+  echo -n "Updating font cache... "
+  fc-cache -s
+  mkfontscale /usr/share/fonts/TTF
+  mkfontdir /usr/share/fonts/TTF
+  echo "done."
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-01-12 Thread Sergej Pupykin
Date: Monday, January 12, 2015 @ 13:03:54
  Author: spupykin
Revision: 125809

upgpkg: haddock 2.15.0.2-1

upd

Modified:
  haddock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-12 11:52:25 UTC (rev 125808)
+++ PKGBUILD2015-01-12 12:03:54 UTC (rev 125809)
@@ -4,8 +4,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=haddock
-pkgver=2.15.0.1
-pkgrel=2
+pkgver=2.15.0.2
+pkgrel=1
 pkgdesc='Tool for generating documentation for Haskell libraries'
 url='http://hackage.haskell.org/package/haddock/'
 license=('custom:BSD3')
@@ -16,6 +16,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz";)
 sha256sums=('b7b9e357060e99a68996aca3e3921b2e99bcb5a7669bf7cbad33bac91486705f')
+sha256sums=('bdbbb4393b80caa24255a45442187ac4539492229db66e9033f36090a56cab1e')
 
 build() {
   cd "$pkgname-$pkgver"


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

2015-01-12 Thread Sergej Pupykin
Date: Monday, January 12, 2015 @ 13:04:19
  Author: spupykin
Revision: 125811

upgpkg: haskell-cairo 0.13.0.6-2

upd

Modified:
  haskell-cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-12 12:04:10 UTC (rev 125810)
+++ PKGBUILD2015-01-12 12:04:19 UTC (rev 125811)
@@ -3,7 +3,7 @@
 
 pkgname=haskell-cairo
 pkgver=0.13.0.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Binding to the cairo library for Gtk2Hs."
 url="http://hackage.haskell.org/package/cairo";
 license=('LGPL2.1')


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

2015-01-12 Thread Sergej Pupykin
Date: Monday, January 12, 2015 @ 13:04:10
  Author: spupykin
Revision: 125810

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

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

--+
 /PKGBUILD|  126 +
 /haddock.install |   50 ++
 community-i686/PKGBUILD  |   62 --
 community-i686/haddock.install   |   25 ---
 community-x86_64/PKGBUILD|   62 --
 community-x86_64/haddock.install |   25 ---
 6 files changed, 176 insertions(+), 174 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-12 12:03:54 UTC (rev 125809)
+++ community-i686/PKGBUILD 2015-01-12 12:04:10 UTC (rev 125810)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Arch Haskell Team 
-
-pkgname=haddock
-pkgver=2.15.0.1
-pkgrel=2
-pkgdesc='Tool for generating documentation for Haskell libraries'
-url='http://hackage.haskell.org/package/haddock/'
-license=('custom:BSD3')
-arch=('x86_64' 'i686')
-makedepends=('alex' 'happy')
-depends=('ghc' 'haskell-ghc-paths' 'haskell-haddock-api')
-install="$pkgname.install"
-options=('staticlibs')
-source=("http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha256sums=('b7b9e357060e99a68996aca3e3921b2e99bcb5a7669bf7cbad33bac91486705f')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
---prefix=/usr --docdir=/usr/share/doc/"$pkgname" \
---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() {
-  cd "$pkgname-$pkgver"
-
-  _update_deps ghc
-  _update_deps haskell-ghc-paths
-  _update_deps haskell-haddock-api
-
-#  install -Dm744 register.sh "$pkgdir/usr/share/haskell/$pkgname/register.sh"
-  install -Dm744 unregister.sh \
-"$pkgdir/usr/share/haskell/$pkgname/unregister.sh"
-  install -dm755 "$pkgdir/usr/share/doc/ghc/html/libraries"
-  ln -s "/usr/share/doc/$pkgname/html" \
-"$pkgdir/usr/share/doc/ghc/html/libraries/$pkgname"
-  runhaskell Setup copy --destdir="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE"
-  mv "$pkgdir/usr/bin/haddock" "$pkgdir/usr/bin/haddock-cabal"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: haddock/repos/community-i686/PKGBUILD (from rev 125809, 
haddock/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-12 12:04:10 UTC (rev 125810)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+pkgname=haddock
+pkgver=2.15.0.2
+pkgrel=1
+pkgdesc='Tool for generating documentation for Haskell libraries'
+url='http://hackage.haskell.org/package/haddock/'
+license=('custom:BSD3')
+arch=('x86_64' 'i686')
+makedepends=('alex' 'happy')
+depends=('ghc' 'haskell-ghc-paths' 'haskell-haddock-api')
+install="$pkgname.install"
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha256sums=('b7b9e357060e99a68996aca3e3921b2e99bcb5a7669bf7cbad33bac91486705f')
+sha256sums=('bdbbb4393b80caa24255a45442187ac4539492229db66e9033f36090a56cab1e')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/"$pkgname" \
+--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-`
+fo

[arch-commits] Commit in (5 files)

2015-01-12 Thread Andrea Scarpino
Date: Monday, January 12, 2015 @ 12:52:17
  Author: andrea
Revision: 125807

Move from AUR

Added:
  ttf-ionicons/
  ttf-ionicons/repos/
  ttf-ionicons/trunk/
  ttf-ionicons/trunk/PKGBUILD
  ttf-ionicons/trunk/ttf-font.install

--+
 PKGBUILD |   19 +++
 ttf-font.install |   15 +++
 2 files changed, 34 insertions(+)

Added: ttf-ionicons/trunk/PKGBUILD
===
--- ttf-ionicons/trunk/PKGBUILD (rev 0)
+++ ttf-ionicons/trunk/PKGBUILD 2015-01-12 11:52:17 UTC (rev 125807)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=ttf-ionicons
+pkgver=2.0.0
+pkgrel=1
+pkgdesc='The premium icon font for Ionic Framework'
+arch=('any')
+license=('MIT')
+url='http://ionicons.com/'
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+install=ttf-font.install
+source=("https://github.com/driftyco/ionicons/raw/v${pkgver}/fonts/ionicons.ttf";)
+md5sums=('0d39918c71ad0bf2db5766fe14828114')
+
+package() {
+  install -d "${pkgdir}"/usr/share/fonts/TTF
+  install -m644 ionicons.ttf "${pkgdir}"/usr/share/fonts/TTF/
+}


Property changes on: ttf-ionicons/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: ttf-ionicons/trunk/ttf-font.install
===
--- ttf-ionicons/trunk/ttf-font.install (rev 0)
+++ ttf-ionicons/trunk/ttf-font.install 2015-01-12 11:52:17 UTC (rev 125807)
@@ -0,0 +1,15 @@
+post_install() {
+  echo -n "Updating font cache... "
+  fc-cache -s
+  mkfontscale /usr/share/fonts/TTF
+  mkfontdir /usr/share/fonts/TTF
+  echo "done."
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


[arch-commits] Commit in (5 files)

2015-01-12 Thread Andrea Scarpino
Date: Monday, January 12, 2015 @ 12:52:25
  Author: andrea
Revision: 125808

Move from AUR

Added:
  ttf-anonymous-pro/
  ttf-anonymous-pro/repos/
  ttf-anonymous-pro/trunk/
  ttf-anonymous-pro/trunk/PKGBUILD
  ttf-anonymous-pro/trunk/ttf-font.install

--+
 PKGBUILD |   29 +
 ttf-font.install |   16 
 2 files changed, 45 insertions(+)

Added: ttf-anonymous-pro/trunk/PKGBUILD
===
--- ttf-anonymous-pro/trunk/PKGBUILD(rev 0)
+++ ttf-anonymous-pro/trunk/PKGBUILD2015-01-12 11:52:25 UTC (rev 125808)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Rick W. Chen 
+# Contributor: Gaute Hope 
+# Contributor: Stein Krauz 
+
+pkgname=ttf-anonymous-pro
+pkgver=1.003
+pkgrel=1
+pkgdesc='A family of four fixed-width fonts designed especially with coding in 
mind'
+arch=('any')
+url='http://www.marksimonson.com/fonts'
+license=('custom:OFL')
+install=ttf-font.install
+source=('http://www.marksimonson.com/assets/content/fonts/AnonymousPro-1.002.zip'
+
'http://www.marksimonson.com/assets/content/fonts/AnonymousProMinus-1.003.zip')
+md5sums=('87651de93312fdd3f27e50741d2a0630a41ec30d'
+ '0502fc7da5796deb2dcc34030db88f874fe08fa9')
+
+package() {
+  install -d "${pkgdir}/usr/share/fonts/TTF/"
+  install -m644 AnonymousPro-1.002.001/*.ttf "${pkgdir}/usr/share/fonts/TTF/"
+  install -m644 AnonymousProMinus-1.003/*.ttf "${pkgdir}/usr/share/fonts/TTF/"
+
+  install -d "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m644 OFL.txt OFL-FAQ.txt \
+"${pkgdir}"/usr/share/licenses/${pkgname}
+}
+


Property changes on: ttf-anonymous-pro/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: ttf-anonymous-pro/trunk/ttf-font.install
===
--- ttf-anonymous-pro/trunk/ttf-font.install(rev 0)
+++ ttf-anonymous-pro/trunk/ttf-font.install2015-01-12 11:52:25 UTC (rev 
125808)
@@ -0,0 +1,16 @@
+post_install() {
+  echo -n "Updating font cache... "
+  fc-cache -s
+  mkfontscale /usr/share/fonts/TTF
+  mkfontdir /usr/share/fonts/TTF
+  echo "done."
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+


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

2015-01-12 Thread Antonio Rojas
Date: Monday, January 12, 2015 @ 12:02:28
  Author: arojas
Revision: 125806

Update URL

Modified:
  kcm-touchpad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-12 10:29:24 UTC (rev 125805)
+++ PKGBUILD2015-01-12 11:02:28 UTC (rev 125806)
@@ -8,7 +8,7 @@
 pkgrel=1
 pkgdesc='KCM, daemon and applet for touchpad'
 arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/playground/utils/kcm-touchpad'
+url='https://projects.kde.org/projects/kde/workspace/kcm-touchpad'
 license=('GPL')
 depends=('kdebase-workspace' 'xf86-input-synaptics')
 makedepends=('cmake' 'automoc4' 'xorg-server-devel')


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

2015-01-12 Thread Timothy Redaelli
Date: Monday, January 12, 2015 @ 11:29:24
  Author: tredaelli
Revision: 125805

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

Added:
  wireshark/repos/community-i686/PKGBUILD
(from rev 125804, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-i686/wireshark-gtk.install
(from rev 125804, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/community-i686/wireshark-qt.install
(from rev 125804, wireshark/trunk/wireshark-qt.install)
  wireshark/repos/community-i686/wireshark.install
(from rev 125804, wireshark/trunk/wireshark.install)
  wireshark/repos/community-x86_64/PKGBUILD
(from rev 125804, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-x86_64/wireshark-gtk.install
(from rev 125804, wireshark/trunk/wireshark-gtk.install)
  wireshark/repos/community-x86_64/wireshark-qt.install
(from rev 125804, wireshark/trunk/wireshark-qt.install)
  wireshark/repos/community-x86_64/wireshark.install
(from rev 125804, wireshark/trunk/wireshark.install)
Deleted:
  wireshark/repos/community-i686/PKGBUILD
  wireshark/repos/community-i686/wireshark-gtk.install
  wireshark/repos/community-i686/wireshark-qt.install
  wireshark/repos/community-i686/wireshark.install
  wireshark/repos/community-x86_64/PKGBUILD
  wireshark/repos/community-x86_64/wireshark-gtk.install
  wireshark/repos/community-x86_64/wireshark-qt.install
  wireshark/repos/community-x86_64/wireshark.install

+
 /PKGBUILD  |  190 +++
 /wireshark-gtk.install |   24 +++
 /wireshark-qt.install  |   22 +++
 /wireshark.install |   36 +
 community-i686/PKGBUILD|   95 ---
 community-i686/wireshark-gtk.install   |   12 -
 community-i686/wireshark-qt.install|   11 -
 community-i686/wireshark.install   |   18 --
 community-x86_64/PKGBUILD  |   95 ---
 community-x86_64/wireshark-gtk.install |   12 -
 community-x86_64/wireshark-qt.install  |   11 -
 community-x86_64/wireshark.install |   18 --
 12 files changed, 272 insertions(+), 272 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-12 10:28:56 UTC (rev 125804)
+++ community-i686/PKGBUILD 2015-01-12 10:29:24 UTC (rev 125805)
@@ -1,95 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Guillaume ALAUX 
-# Contributor: Florian Pritz 
-pkgname=('wireshark-cli' 'wireshark-gtk' 'wireshark-qt')
-pkgbase=wireshark
-pkgver=1.12.2
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('qt4' 'gtk3' 'krb5' 'libpcap' 'bash' 'gnutls' 'portaudio'
- 'lua' 'python' 'desktop-file-utils' 'hicolor-icon-theme')
-url='http://www.wireshark.org/'
-source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2)
-sha1sums=('0598fe285725f97045d7d08e6bde04686044b335')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-  sed -i 's/$(AM_V_RCC)rcc/&-qt4/p' ui/qt/Makefile.am
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-
-  ./autogen.sh
-  ./configure \
-  --prefix=/usr \
-  --with-qt \
-  --with-gtk3=yes \
-  --with-pcap \
-  --with-zlib \
-  --with-lua \
-  --with-portaudio \
-  --with-ssl \
-  --with-krb5
-  make all
-}
-
-package_wireshark-cli() {
-  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - CLI 
version'
-  depends=('krb5' 'libgcrypt' 'libcap' 'libpcap' 'bash' 'gnutls' 'glib2' 'lua')
-  install=wireshark.install
-  conflicts=(wireshark)
-
-  cd ${pkgbase}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  #wireshark uid group is 150
-  chgrp 150 "${pkgdir}/usr/bin/dumpcap"
-  chmod 754 "${pkgdir}/usr/bin/dumpcap"
-  rm "${pkgdir}/usr/bin/wireshark" "${pkgdir}/usr/bin/wireshark-qt"
-
-  # Headers
-  install -dm755 
"${pkgdir}"/usr/include/${pkgbase}/{epan/{crypt,dfilter,dissectors,ftypes,wmem},wiretap,wsutil}
-
-  install -m644 color.h config.h register.h ws_symbol_export.h 
"${pkgdir}/usr/include/${pkgbase}"
-  for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes epan/wmem 
wiretap wsutil; do
-install -m644 ${d}/*.h "${pkgdir}"/usr/include/${pkgbase}/${d}
-  done
-}
-
-package_wireshark-gtk() {
-  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - GTK 
frontend'
-  depends=('gtk3' 'portaudio' 'wireshark-cli' 'desktop-file-utils' 
'hicolor-icon-theme')
-  install=wireshark-gtk.install
-  replaces=(wireshark)
-  conflicts=(wireshark)
-
-  cd ${pkgbase}-${pkgver}
-
-  install -Dm755 .libs/wireshark "${pkgdir}/usr/bin/wireshark"
-  for d in 16 32 48; do
-install -Dm644 image/hi${d}-app-wireshark.png  \
-   
"${pkgdir}/usr/share/icons/hicolor/${d}x${d}/apps/wireshark.png"
-  done
-
-  for d in 16 24 32 48 64 128 256 ; do
-install -Dm644 image/WiresharkDoc-${d}.png \
-   
"${pkgdir}/usr/share/ico

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

2015-01-12 Thread Timothy Redaelli
Date: Monday, January 12, 2015 @ 11:28:56
  Author: tredaelli
Revision: 125804

upgpkg: wireshark 1.12.3-1

Modified:
  wireshark/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-12 10:05:14 UTC (rev 125803)
+++ PKGBUILD2015-01-12 10:28:56 UTC (rev 125804)
@@ -4,7 +4,7 @@
 # Contributor: Florian Pritz 
 pkgname=('wireshark-cli' 'wireshark-gtk' 'wireshark-qt')
 pkgbase=wireshark
-pkgver=1.12.2
+pkgver=1.12.3
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -12,7 +12,7 @@
  'lua' 'python' 'desktop-file-utils' 'hicolor-icon-theme')
 url='http://www.wireshark.org/'
 source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2)
-sha1sums=('0598fe285725f97045d7d08e6bde04686044b335')
+sha1sums=('44ad77b6e80f41ba34ac0eaf477b81cb1345ceed')
 
 prepare() {
   cd ${pkgbase}-${pkgver}


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

2015-01-12 Thread Timothy Redaelli
Date: Monday, January 12, 2015 @ 11:05:14
  Author: tredaelli
Revision: 125803

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

Added:
  tinc/repos/community-i686/PKGBUILD
(from rev 125802, tinc/trunk/PKGBUILD)
  tinc/repos/community-i686/tinc.install
(from rev 125802, tinc/trunk/tinc.install)
  tinc/repos/community-i686/tincd@.service
(from rev 125802, tinc/trunk/tincd@.service)
  tinc/repos/community-x86_64/PKGBUILD
(from rev 125802, tinc/trunk/PKGBUILD)
  tinc/repos/community-x86_64/tinc.install
(from rev 125802, tinc/trunk/tinc.install)
  tinc/repos/community-x86_64/tincd@.service
(from rev 125802, tinc/trunk/tincd@.service)
Deleted:
  tinc/repos/community-i686/PKGBUILD
  tinc/repos/community-i686/tinc.install
  tinc/repos/community-i686/tincd@.service
  tinc/repos/community-x86_64/PKGBUILD
  tinc/repos/community-x86_64/tinc.install
  tinc/repos/community-x86_64/tincd@.service

-+
 /PKGBUILD   |   80 ++
 /tinc.install   |   40 +++
 /tincd@.service |   20 +
 community-i686/PKGBUILD |   39 --
 community-i686/tinc.install |   20 -
 community-i686/tincd@.service   |   10 
 community-x86_64/PKGBUILD   |   39 --
 community-x86_64/tinc.install   |   20 -
 community-x86_64/tincd@.service |   10 
 9 files changed, 140 insertions(+), 138 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-12 10:05:02 UTC (rev 125802)
+++ community-i686/PKGBUILD 2015-01-12 10:05:14 UTC (rev 125803)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: helios
-# Contributor: Lothar Gesslein
-# Contributor: Dominik George 
-
-pkgname=tinc
-pkgver=1.0.24
-pkgrel=2
-pkgdesc="VPN (Virtual Private Network) daemon"
-arch=('i686' 'x86_64')
-url="http://www.tinc-vpn.org/";
-license=('GPL')
-depends=('lzo' 'openssl')
-install=tinc.install
-source=(http://www.tinc-vpn.org/packages/tinc-$pkgver.tar.gz{,.sig}
-tincd@.service)
-md5sums=('14a91eb2e85bdc0451a815612521b708'
- 'SKIP'
- '112327da32fdb56ab779fe004712235f')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-  install -dm755 "$pkgdir"/usr/share/tinc/examples
-  tar xozvf doc/sample-config.tar.gz -C $pkgdir/usr/share/tinc/examples
-  find "$pkgdir"/usr/share/tinc/examples -type f -exec chmod 644 {} +
-  find "$pkgdir"/usr/share/tinc/examples -type d -exec chmod 755 {} +
-
-  install -Dm644 "$srcdir/tincd@.service" 
"$pkgdir/usr/lib/systemd/system/tincd@.service"
-}

Copied: tinc/repos/community-i686/PKGBUILD (from rev 125802, 
tinc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-12 10:05:14 UTC (rev 125803)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: helios
+# Contributor: Lothar Gesslein
+# Contributor: Dominik George 
+
+pkgname=tinc
+pkgver=1.0.25
+pkgrel=1
+pkgdesc="VPN (Virtual Private Network) daemon"
+arch=('i686' 'x86_64')
+url="http://www.tinc-vpn.org/";
+license=('GPL')
+depends=('lzo' 'openssl')
+install=tinc.install
+source=(http://www.tinc-vpn.org/packages/tinc-$pkgver.tar.gz{,.sig}
+tincd@.service)
+md5sums=('0b91b693f7cf76f481b547d0c86f9578'
+ 'SKIP'
+ '112327da32fdb56ab779fe004712235f')
+validpgpkeys=('D62BDD168EFBE48BC60E8E234A6084B9C0D71F4A')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+  install -dm755 "$pkgdir"/usr/share/tinc/examples
+  tar xozvf doc/sample-config.tar.gz -C $pkgdir/usr/share/tinc/examples
+  find "$pkgdir"/usr/share/tinc/examples -type f -exec chmod 644 {} +
+  find "$pkgdir"/usr/share/tinc/examples -type d -exec chmod 755 {} +
+
+  install -Dm644 "$srcdir/tincd@.service" 
"$pkgdir/usr/lib/systemd/system/tincd@.service"
+}

Deleted: community-i686/tinc.install
===
--- community-i686/tinc.install 2015-01-12 10:05:02 UTC (rev 125802)
+++ community-i686/tinc.install 2015-01-12 10:05:14 UTC (rev 125803)
@@ -1,20 +0,0 @@
-infodir=/usr/share/info
-filelist=(tinc.info.gz)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
- 

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

2015-01-12 Thread Timothy Redaelli
Date: Monday, January 12, 2015 @ 11:05:02
  Author: tredaelli
Revision: 125802

upgpkg: tinc 1.0.25-1

Modified:
  tinc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-12 10:03:10 UTC (rev 125801)
+++ PKGBUILD2015-01-12 10:05:02 UTC (rev 125802)
@@ -5,8 +5,8 @@
 # Contributor: Dominik George 
 
 pkgname=tinc
-pkgver=1.0.24
-pkgrel=2
+pkgver=1.0.25
+pkgrel=1
 pkgdesc="VPN (Virtual Private Network) daemon"
 arch=('i686' 'x86_64')
 url="http://www.tinc-vpn.org/";
@@ -15,9 +15,10 @@
 install=tinc.install
 source=(http://www.tinc-vpn.org/packages/tinc-$pkgver.tar.gz{,.sig}
 tincd@.service)
-md5sums=('14a91eb2e85bdc0451a815612521b708'
+md5sums=('0b91b693f7cf76f481b547d0c86f9578'
  'SKIP'
  '112327da32fdb56ab779fe004712235f')
+validpgpkeys=('D62BDD168EFBE48BC60E8E234A6084B9C0D71F4A')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2015-01-12 Thread Timothy Redaelli
Date: Monday, January 12, 2015 @ 11:03:10
  Author: tredaelli
Revision: 125801

validpgpkeys integrity check

Modified:
  vidalia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-12 10:00:43 UTC (rev 125800)
+++ PKGBUILD2015-01-12 10:03:10 UTC (rev 125801)
@@ -15,6 +15,7 @@
 source=(https://www.torproject.org/vidalia/dist/$pkgname-$pkgver.tar.gz{,.asc})
 md5sums=('8d3079a66d79c79ccfefb929b820f9ac'
  'c735521ae9d231e974c753a5206c2c0f')
+validpgpkeys=('8738A680B84B3031A630F2DB416F061063FEE659')
 
 build() {
   cd "$srcdir"


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

2015-01-12 Thread Timothy Redaelli
Date: Monday, January 12, 2015 @ 11:00:43
  Author: tredaelli
Revision: 125800

validpgpkeys integrity check

Modified:
  parallel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-12 09:58:17 UTC (rev 125799)
+++ PKGBUILD2015-01-12 10:00:43 UTC (rev 125800)
@@ -16,6 +16,7 @@
  'SKIP')
 sha1sums=('234b43a99354e2079b3dff48ab2e10a9cc9e3b42'
   'SKIP')
+validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
 
 build() {
   cd "$pkgname-$pkgver"


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

2015-01-12 Thread Timothy Redaelli
Date: Monday, January 12, 2015 @ 10:58:17
  Author: tredaelli
Revision: 125799

validpgpkeys integrity check

Modified:
  keepass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-12 09:57:00 UTC (rev 125798)
+++ PKGBUILD2015-01-12 09:58:17 UTC (rev 125799)
@@ -28,6 +28,7 @@
 'a5fff678466443c0c8256c4771128c86103da47b6a2c49351d9941191b65dd6f'
 '1d5420e8babce5f4bbb3c68bdffe3bc0d3c3be25ad689138cd02fa14edd89140'
 '3d017c17a8788166c644e2460ba3596fd503f300342561921201fe5f69e5d194')
+validpgpkeys=('2171BEEAD0DD92A180655626DCCAA5B3FEB7C7BC')
 
 prepare() {
   # Extract icons


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

2015-01-12 Thread Timothy Redaelli
Date: Monday, January 12, 2015 @ 10:57:00
  Author: tredaelli
Revision: 125798

validpgpkeys integrity check

Modified:
  electrum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-12 09:55:04 UTC (rev 125797)
+++ PKGBUILD2015-01-12 09:57:00 UTC (rev 125798)
@@ -30,6 +30,8 @@
 '5f8d846dedce20601f3131e687bd2dc54ca8df0137cbdaa1b06eab11eb6a52da'
 'ba97ed1716af25fb64e439415cbe55aadac3d6528ab29f7a0ea0f93b5a539299'
 '2542b0891b3e25674b4ab0755b4bf23523144b3e86dfb6281f852117e2e3d973')
+validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
+
 provides=('electrum')
 install=electrum.install
 


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

2015-01-12 Thread Timothy Redaelli
Date: Monday, January 12, 2015 @ 10:55:04
  Author: tredaelli
Revision: 125797

validpgpkeys integrity check

Modified:
  ecryptfs-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-12 09:41:56 UTC (rev 125796)
+++ PKGBUILD2015-01-12 09:55:04 UTC (rev 125797)
@@ -17,6 +17,7 @@
 
"${pkgname}_${pkgver}.orig.tar.gz.sig::http://launchpad.net/ecryptfs/trunk/${pkgver}/+download/..-${pkgname}_${pkgver}.orig.tar.gz.asc";)
 md5sums=('6ae93822bcf0d15470516c30a3deee32'
  'SKIP')
+validpgpkeys=('E2D9E1C5F9F5D59291F4607D95E64373F1529469')
 
 build() {
   cd "$srcdir/${pkgname}-${pkgver}"


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

2015-01-12 Thread Alexander Rødseth
Date: Monday, January 12, 2015 @ 10:41:56
  Author: arodseth
Revision: 125796

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

Added:
  botan/repos/community-i686/PKGBUILD
(from rev 125795, botan/trunk/PKGBUILD)
  botan/repos/community-i686/botan.key
(from rev 125795, botan/trunk/botan.key)
  botan/repos/community-x86_64/PKGBUILD
(from rev 125795, botan/trunk/PKGBUILD)
  botan/repos/community-x86_64/botan.key
(from rev 125795, botan/trunk/botan.key)
Deleted:
  botan/repos/community-i686/PKGBUILD
  botan/repos/community-i686/botan.key
  botan/repos/community-x86_64/PKGBUILD
  botan/repos/community-x86_64/botan.key

+
 /PKGBUILD  |   88 +++
 /botan.key |   70 ++
 community-i686/PKGBUILD|   46 --
 community-i686/botan.key   |   35 -
 community-x86_64/PKGBUILD  |   46 --
 community-x86_64/botan.key |   35 -
 6 files changed, 158 insertions(+), 162 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-12 09:41:45 UTC (rev 125795)
+++ community-i686/PKGBUILD 2015-01-12 09:41:56 UTC (rev 125796)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Angel Velasquez 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: d'Ronin 
-# Contributor: Hexchain Tong 
-
-pkgname=botan
-pkgver=1.11.12
-pkgrel=2
-pkgdesc='Crypto library written in C++'
-license=('BSD')
-arch=('x86_64' 'i686')
-url='http://botan.randombit.net/'
-depends=('gcc-libs' 'sh' 'asio')
-makedepends=('python2' 'asio')
-source=("http://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc})
-sha256sums=('053d4c2647d9cc2da99112717facb36cf98c2b0f3d99bd7e37c9677c6b5c3025' 
'SKIP')
-validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC') # Botan Distribution 
Key
-
-prepare() {
-  cd "Botan-$pkgver/src"
-
-  # Use python2 for the installation scripts
-  find scripts -name '*.py' -exec sed -i -e '1s,python$,python2,' {} +
-}
-
-build() {
-  cd "Botan-$pkgver"
-
-  python2 configure.py --prefix=/usr --enable-modules=cvc 
--destdir="$pkgdir/usr"
-  make 
-}
-
-package() {
-  cd "Botan-$pkgver"
-
-  make DESTDIR="$pkgdir/usr" install
-  find "$pkgdir/usr/share/doc" -type f -exec chmod 0644 {} \;
-  install -Dm644 doc/license.rst 
"$pkgdir/usr/share/licenses/$pkgname/license.rst"
-
-  # Fix the pkg-config location
-  mv "$pkgdir/usr/pkgconfig" "$pkgdir/usr/lib/pkgconfig"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: botan/repos/community-i686/PKGBUILD (from rev 125795, 
botan/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-12 09:41:56 UTC (rev 125796)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Angel Velasquez 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: d'Ronin 
+# Contributor: Hexchain Tong 
+
+pkgname=botan
+pkgver=1.11.13
+pkgrel=1
+pkgdesc='Crypto library written in C++'
+license=('BSD')
+arch=('x86_64' 'i686')
+url='http://botan.randombit.net/'
+depends=('gcc-libs' 'sh' 'asio')
+makedepends=('python2' 'asio')
+source=("http://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc})
+sha256sums=('81f826a609ec1eed8b0ede1b870b8dea1294f5314de807cf33cd7073c634e3c9'
+'SKIP')
+validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC') # Botan Distribution 
Key
+
+prepare() {
+  cd "Botan-$pkgver/src"
+
+  # Use python2 for the installation scripts
+  find scripts -name '*.py' -exec sed -i -e '1s,python$,python2,' {} +
+}
+
+build() {
+  cd "Botan-$pkgver"
+
+  python2 configure.py --prefix=/usr --enable-modules=cvc 
--destdir="$pkgdir/usr"
+  make 
+}
+
+package() {
+  cd "Botan-$pkgver"
+
+  make DESTDIR="$pkgdir/usr" install
+  find "$pkgdir/usr/share/doc" -type f -exec chmod 0644 {} \;
+  install -Dm644 doc/license.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/botan.key
===
--- community-i686/botan.key2015-01-12 09:41:45 UTC (rev 125795)
+++ community-i686/botan.key2015-01-12 09:41:56 UTC (rev 125796)
@@ -1,35 +0,0 @@
-pub   2048R/EFBADFBC 2004-10-30
-  Key fingerprint = 621D AF64 11E1 851C 4CF9  A2E1 6211 EBF1 EFBA DFBC
-uid  Botan Distribution Key
-
--BEGIN PGP PUBLIC KEY BLOCK-
-Version: GnuPG v2.0.17 (GNU/Linux)
-
-mQELBEGD1j0BCADHxPJkPcjJE+4Dlisx2hVc0Dj6JI1MSLrkM8R+2bOhVUSferxP
-T1EMPhfrAdOHTAloyvRThJztnZsNKqfLL49GGcBLdEGAVNks1pG37Teze5Lx1XIu
-zJFrozL2sqBy5C6nHpFgd1tcD68Rah2wp0u2cR9owXf1IqKdEfuo661+MTv7wTB1
-4hKV75nB7ZO6676SEZRILYM+7RJwKAKEmEPJc6hEf94VXn9ecNzaTlHgYkjhz9db
-LOd3od9XvuUw+LMR1dwBqMxbvR90MiXjbedDEkbArcZB9YOAIvEX/lC3qaW4XJt4
-iwHWl

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

2015-01-12 Thread Alexander Rødseth
Date: Monday, January 12, 2015 @ 10:41:45
  Author: arodseth
Revision: 125795

upgpkg: botan 1.11.13-1

Modified:
  botan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-12 09:41:20 UTC (rev 125794)
+++ PKGBUILD2015-01-12 09:41:45 UTC (rev 125795)
@@ -6,8 +6,8 @@
 # Contributor: Hexchain Tong 
 
 pkgname=botan
-pkgver=1.11.12
-pkgrel=2
+pkgver=1.11.13
+pkgrel=1
 pkgdesc='Crypto library written in C++'
 license=('BSD')
 arch=('x86_64' 'i686')
@@ -15,7 +15,8 @@
 depends=('gcc-libs' 'sh' 'asio')
 makedepends=('python2' 'asio')
 source=("http://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc})
-sha256sums=('053d4c2647d9cc2da99112717facb36cf98c2b0f3d99bd7e37c9677c6b5c3025' 
'SKIP')
+sha256sums=('81f826a609ec1eed8b0ede1b870b8dea1294f5314de807cf33cd7073c634e3c9'
+'SKIP')
 validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC') # Botan Distribution 
Key
 
 prepare() {
@@ -37,10 +38,7 @@
 
   make DESTDIR="$pkgdir/usr" install
   find "$pkgdir/usr/share/doc" -type f -exec chmod 0644 {} \;
-  install -Dm644 doc/license.rst 
"$pkgdir/usr/share/licenses/$pkgname/license.rst"
-
-  # Fix the pkg-config location
-  mv "$pkgdir/usr/pkgconfig" "$pkgdir/usr/lib/pkgconfig"
+  install -Dm644 doc/license.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
 # vim:set ts=2 sw=2 et:


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

2015-01-12 Thread Timothy Redaelli
Date: Monday, January 12, 2015 @ 10:41:20
  Author: tredaelli
Revision: 125794

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

Added:
  bitcoin/repos/community-i686/037bfefe6bccbdf656e628a1f4526db8f80c3922.patch
(from rev 125793, 
bitcoin/trunk/037bfefe6bccbdf656e628a1f4526db8f80c3922.patch)
  bitcoin/repos/community-i686/0a94661e8db94e84ecbf1ea45a51fb3c7fb77283.patch
(from rev 125793, 
bitcoin/trunk/0a94661e8db94e84ecbf1ea45a51fb3c7fb77283.patch)
  bitcoin/repos/community-i686/60c51f1c381bbd93c70cfdf41c6688609a7956fc.patch
(from rev 125793, 
bitcoin/trunk/60c51f1c381bbd93c70cfdf41c6688609a7956fc.patch)
  bitcoin/repos/community-i686/PKGBUILD
(from rev 125793, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-i686/b8e81b7ccd4490155e3345fc73346ff8c3a77524.patch
(from rev 125793, 
bitcoin/trunk/b8e81b7ccd4490155e3345fc73346ff8c3a77524.patch)
  bitcoin/repos/community-i686/bitcoin-qt.install
(from rev 125793, bitcoin/trunk/bitcoin-qt.install)
  bitcoin/repos/community-x86_64/037bfefe6bccbdf656e628a1f4526db8f80c3922.patch
(from rev 125793, 
bitcoin/trunk/037bfefe6bccbdf656e628a1f4526db8f80c3922.patch)
  bitcoin/repos/community-x86_64/0a94661e8db94e84ecbf1ea45a51fb3c7fb77283.patch
(from rev 125793, 
bitcoin/trunk/0a94661e8db94e84ecbf1ea45a51fb3c7fb77283.patch)
  bitcoin/repos/community-x86_64/60c51f1c381bbd93c70cfdf41c6688609a7956fc.patch
(from rev 125793, 
bitcoin/trunk/60c51f1c381bbd93c70cfdf41c6688609a7956fc.patch)
  bitcoin/repos/community-x86_64/PKGBUILD
(from rev 125793, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-x86_64/b8e81b7ccd4490155e3345fc73346ff8c3a77524.patch
(from rev 125793, 
bitcoin/trunk/b8e81b7ccd4490155e3345fc73346ff8c3a77524.patch)
  bitcoin/repos/community-x86_64/bitcoin-qt.install
(from rev 125793, bitcoin/trunk/bitcoin-qt.install)
Deleted:
  bitcoin/repos/community-i686/PKGBUILD
  bitcoin/repos/community-i686/bitcoin-qt.install
  bitcoin/repos/community-x86_64/PKGBUILD
  bitcoin/repos/community-x86_64/bitcoin-qt.install

-+
 /PKGBUILD   |  200 
++
 /bitcoin-qt.install |   22 +
 community-i686/037bfefe6bccbdf656e628a1f4526db8f80c3922.patch   |   43 ++
 community-i686/0a94661e8db94e84ecbf1ea45a51fb3c7fb77283.patch   |   50 ++
 community-i686/60c51f1c381bbd93c70cfdf41c6688609a7956fc.patch   |   25 +
 community-i686/PKGBUILD |   84 
 community-i686/b8e81b7ccd4490155e3345fc73346ff8c3a77524.patch   |   43 ++
 community-i686/bitcoin-qt.install   |   11 
 community-x86_64/037bfefe6bccbdf656e628a1f4526db8f80c3922.patch |   43 ++
 community-x86_64/0a94661e8db94e84ecbf1ea45a51fb3c7fb77283.patch |   50 ++
 community-x86_64/60c51f1c381bbd93c70cfdf41c6688609a7956fc.patch |   25 +
 community-x86_64/PKGBUILD   |   84 
 community-x86_64/b8e81b7ccd4490155e3345fc73346ff8c3a77524.patch |   43 ++
 community-x86_64/bitcoin-qt.install |   11 
 14 files changed, 544 insertions(+), 190 deletions(-)

Copied: 
bitcoin/repos/community-i686/037bfefe6bccbdf656e628a1f4526db8f80c3922.patch 
(from rev 125793, bitcoin/trunk/037bfefe6bccbdf656e628a1f4526db8f80c3922.patch)
===
--- community-i686/037bfefe6bccbdf656e628a1f4526db8f80c3922.patch   
(rev 0)
+++ community-i686/037bfefe6bccbdf656e628a1f4526db8f80c3922.patch   
2015-01-12 09:41:20 UTC (rev 125794)
@@ -0,0 +1,43 @@
+From 037bfefe6bccbdf656e628a1f4526db8f80c3922 Mon Sep 17 00:00:00 2001
+From: "Wladimir J. van der Laan" 
+Date: Mon, 12 Jan 2015 09:28:24 +0100
+Subject: [PATCH] Improve robustness of DER recoding code
+
+Add some defensive programming on top of #5634.
+
+This copies the respective OpenSSL code in ECDSA_verify in
+OpenSSL pre-1.0.1k (e.g. 
https://github.com/openssl/openssl/blob/OpenSSL_1_0_1j/crypto/ecdsa/ecs_vrf.c#L89)
+more closely.
+
+As reported by @sergiodemianlerner.
+
+Github-Pull: #5640
+Rebased-From: c6b7b29f232c651f898eeffb93f36c8f537c56d2
+---
+ src/key.cpp | 13 -
+ 1 file changed, 12 insertions(+), 1 deletion(-)
+
+diff --git a/src/key.cpp b/src/key.cpp
+index a845ba1..63332bf 100644
+--- a/src/key.cpp
 b/src/key.cpp
+@@ -234,7 +234,18 @@ class CECKey {
+ unsigned char *norm_der = NULL;
+ ECDSA_SIG *norm_sig = ECDSA_SIG_new();
+ const unsigned char* sigptr = &vchSig[0];
+-d2i_ECDSA_SIG(&norm_sig, &sigptr, vchSig.size());
++assert(norm_sig);
++if (d2i_ECDSA_SIG(&norm_sig, &sigptr, vchSig.size()) == NULL)
++{
++/* As of OpenSSL 1.0.0p d2i_ECDSA_SIG frees and nulls the pointer 
on
++ * error. But OpenSSL's own use of this function redundantly 
frees the
++ * result. As 

[arch-commits] Commit in bitcoin/trunk (5 files)

2015-01-12 Thread Timothy Redaelli
Date: Monday, January 12, 2015 @ 10:41:00
  Author: tredaelli
Revision: 125793

upgpkg: bitcoin 0.9.3-4

FS#43396

Added:
  bitcoin/trunk/037bfefe6bccbdf656e628a1f4526db8f80c3922.patch
  bitcoin/trunk/0a94661e8db94e84ecbf1ea45a51fb3c7fb77283.patch
  bitcoin/trunk/60c51f1c381bbd93c70cfdf41c6688609a7956fc.patch
  bitcoin/trunk/b8e81b7ccd4490155e3345fc73346ff8c3a77524.patch
Modified:
  bitcoin/trunk/PKGBUILD

+
 037bfefe6bccbdf656e628a1f4526db8f80c3922.patch |   43 +++
 0a94661e8db94e84ecbf1ea45a51fb3c7fb77283.patch |   50 +++
 60c51f1c381bbd93c70cfdf41c6688609a7956fc.patch |   25 +++
 PKGBUILD   |   18 +++-
 b8e81b7ccd4490155e3345fc73346ff8c3a77524.patch |   43 +++
 5 files changed, 178 insertions(+), 1 deletion(-)

Added: 037bfefe6bccbdf656e628a1f4526db8f80c3922.patch
===
--- 037bfefe6bccbdf656e628a1f4526db8f80c3922.patch  
(rev 0)
+++ 037bfefe6bccbdf656e628a1f4526db8f80c3922.patch  2015-01-12 09:41:00 UTC 
(rev 125793)
@@ -0,0 +1,43 @@
+From 037bfefe6bccbdf656e628a1f4526db8f80c3922 Mon Sep 17 00:00:00 2001
+From: "Wladimir J. van der Laan" 
+Date: Mon, 12 Jan 2015 09:28:24 +0100
+Subject: [PATCH] Improve robustness of DER recoding code
+
+Add some defensive programming on top of #5634.
+
+This copies the respective OpenSSL code in ECDSA_verify in
+OpenSSL pre-1.0.1k (e.g. 
https://github.com/openssl/openssl/blob/OpenSSL_1_0_1j/crypto/ecdsa/ecs_vrf.c#L89)
+more closely.
+
+As reported by @sergiodemianlerner.
+
+Github-Pull: #5640
+Rebased-From: c6b7b29f232c651f898eeffb93f36c8f537c56d2
+---
+ src/key.cpp | 13 -
+ 1 file changed, 12 insertions(+), 1 deletion(-)
+
+diff --git a/src/key.cpp b/src/key.cpp
+index a845ba1..63332bf 100644
+--- a/src/key.cpp
 b/src/key.cpp
+@@ -234,7 +234,18 @@ class CECKey {
+ unsigned char *norm_der = NULL;
+ ECDSA_SIG *norm_sig = ECDSA_SIG_new();
+ const unsigned char* sigptr = &vchSig[0];
+-d2i_ECDSA_SIG(&norm_sig, &sigptr, vchSig.size());
++assert(norm_sig);
++if (d2i_ECDSA_SIG(&norm_sig, &sigptr, vchSig.size()) == NULL)
++{
++/* As of OpenSSL 1.0.0p d2i_ECDSA_SIG frees and nulls the pointer 
on
++ * error. But OpenSSL's own use of this function redundantly 
frees the
++ * result. As ECDSA_SIG_free(NULL) is a no-op, and in the absence 
of a
++ * clear contract for the function behaving the same way is more
++ * conservative.
++ */
++ECDSA_SIG_free(norm_sig);
++return false;
++}
+ int derlen = i2d_ECDSA_SIG(norm_sig, &norm_der);
+ ECDSA_SIG_free(norm_sig);
+ if (derlen <= 0)

Added: 0a94661e8db94e84ecbf1ea45a51fb3c7fb77283.patch
===
--- 0a94661e8db94e84ecbf1ea45a51fb3c7fb77283.patch  
(rev 0)
+++ 0a94661e8db94e84ecbf1ea45a51fb3c7fb77283.patch  2015-01-12 09:41:00 UTC 
(rev 125793)
@@ -0,0 +1,50 @@
+From 0a94661e8db94e84ecbf1ea45a51fb3c7fb77283 Mon Sep 17 00:00:00 2001
+From: Gregory Maxwell 
+Date: Sat, 6 Dec 2014 07:08:02 -0800
+Subject: [PATCH] Disable SSLv3 (in favor of TLS) for the RPC client and
+ server.
+
+TLS is subject to downgrade attacks when SSLv3 is available, and
+ SSLv3 has vulnerabilities.
+
+The popular solution is to disable SSLv3. On the web this breaks
+ some tiny number of very old clients. While Bitcoin RPC shouldn't
+ be exposed to the open Internet, it also shouldn't be exposed to
+ really old SSL implementations, so it shouldn't be a major issue
+ for us to disable SSLv3.
+
+There is more information on the downgrade attacks and disabling
+ SSLv3 at https://disablessl3.com/ .
+
+Rebased-From: 683dc4009b2b01699e672f8150c28e2ebe0aae19
+---
+ src/rpcclient.cpp | 2 +-
+ src/rpcserver.cpp | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/rpcclient.cpp b/src/rpcclient.cpp
+index 4f3c39c..5e62b71 100644
+--- a/src/rpcclient.cpp
 b/src/rpcclient.cpp
+@@ -40,7 +40,7 @@ Object CallRPC(const string& strMethod, const Array& params)
+ bool fUseSSL = GetBoolArg("-rpcssl", false);
+ asio::io_service io_service;
+ ssl::context context(io_service, ssl::context::sslv23);
+-context.set_options(ssl::context::no_sslv2);
++context.set_options(ssl::context::no_sslv2 | ssl::context::no_sslv3);
+ asio::ssl::stream sslStream(io_service, context);
+ SSLIOStreamDevice d(sslStream, fUseSSL);
+ iostreams::stream< SSLIOStreamDevice > stream(d);
+diff --git a/src/rpcserver.cpp b/src/rpcserver.cpp
+index f43acf4..cc9e330 100644
+--- a/src/rpcserver.cpp
 b/src/rpcserver.cpp
+@@ -539,7 +539,7 @@ void StartRPCThreads()
+ 
+ if (fUseSSL)
+ {
+-rpc_ssl_context->set_options(ss

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

2015-01-12 Thread Massimiliano Torromeo
Date: Monday, January 12, 2015 @ 09:29:26
  Author: mtorromeo
Revision: 125792

archrelease: copy trunk to community-any

Added:
  nodejs-less/repos/community-any/PKGBUILD
(from rev 125791, nodejs-less/trunk/PKGBUILD)
Deleted:
  nodejs-less/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-12 08:28:51 UTC (rev 125791)
+++ PKGBUILD2015-01-12 08:29:26 UTC (rev 125792)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=nodejs-less
-pkgver=2.1.2
-pkgrel=1
-pkgdesc="A standalone compiler for the LESS CSS language."
-arch=('any')
-url="http://lesscss.org/";
-license=('Apache')
-depends=('nodejs')
-conflicts=('lessc')
-provides=("lessc=$pkgver")
-replaces=('lessc')
-source=("https://registry.npmjs.org/less/-/less-$pkgver.tgz";)
-
-package() {
-npm install -g --user root --prefix "$pkgdir/usr" 
"$srcdir/less-$pkgver.tgz"
-}
-
-sha256sums=('127852ad06c02a2409b4232e8d6b339b5a2bc1f3a980a3d5845146e6fe0362f5')

Copied: nodejs-less/repos/community-any/PKGBUILD (from rev 125791, 
nodejs-less/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-12 08:29:26 UTC (rev 125792)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=nodejs-less
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="A standalone compiler for the LESS CSS language."
+arch=('any')
+url="http://lesscss.org/";
+license=('Apache')
+depends=('nodejs')
+conflicts=('lessc')
+provides=("lessc=$pkgver")
+replaces=('lessc')
+source=("https://registry.npmjs.org/less/-/less-$pkgver.tgz";)
+
+package() {
+npm install -g --user root --prefix "$pkgdir/usr" 
"$srcdir/less-$pkgver.tgz"
+}
+
+sha256sums=('8185ac57e052cea9312909b8837859b2672d8d1bb8becf65399f6abfae7ec479')


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

2015-01-12 Thread Massimiliano Torromeo
Date: Monday, January 12, 2015 @ 09:28:51
  Author: mtorromeo
Revision: 125791

upgpkg: nodejs-less 2.2.0-1

Updated to 2.2.0

Modified:
  nodejs-less/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-12 08:08:27 UTC (rev 125790)
+++ PKGBUILD2015-01-12 08:28:51 UTC (rev 125791)
@@ -2,7 +2,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=nodejs-less
-pkgver=2.1.2
+pkgver=2.2.0
 pkgrel=1
 pkgdesc="A standalone compiler for the LESS CSS language."
 arch=('any')
@@ -18,4 +18,4 @@
 npm install -g --user root --prefix "$pkgdir/usr" 
"$srcdir/less-$pkgver.tgz"
 }
 
-sha256sums=('127852ad06c02a2409b4232e8d6b339b5a2bc1f3a980a3d5845146e6fe0362f5')
+sha256sums=('8185ac57e052cea9312909b8837859b2672d8d1bb8becf65399f6abfae7ec479')


[arch-commits] Commit in python-apsw/trunk (LICENSE)

2015-01-12 Thread Jelle van der Waa
Date: Monday, January 12, 2015 @ 09:08:27
  Author: jelle
Revision: 125790

Update LICENSE

Modified:
  python-apsw/trunk/LICENSE

-+
 LICENSE |   32 ++--
 1 file changed, 22 insertions(+), 10 deletions(-)

Modified: LICENSE
===
--- LICENSE 2015-01-12 04:46:55 UTC (rev 125789)
+++ LICENSE 2015-01-12 08:08:27 UTC (rev 125790)
@@ -1,15 +1,27 @@
-Copyright (C) 2004-2009 Roger Binns
+Copyright (c) 2004-2014 Roger Binns 
+See src/traceback.c for code by Greg Ewing.
 
-This software is provided ‘as-is’, without any express or implied warranty. In 
no event will the authors be held liable
-for any damages arising from the use of this software.
+All code and documentation is provided under this license:
 
-Permission is granted to anyone to use this software for any purpose, 
including commercial applications, and to alter it
-and redistribute it freely, subject to the following restrictions: 
+This software is provided 'as-is', without any express or implied
+warranty. In no event will the authors be held liable for any damages
+arising from the use of this software.
 
-- The origin of this software must not be misrepresented; you must not claim 
that you wrote the original software. If
-  you use this software in a product, an acknowledgment in the product 
documentation would be appreciated but is not
-  required.
+Permission is granted to anyone to use this software for any purpose,
+including commercial applications, and to alter it and redistribute it
+freely, subject to the following restrictions:
 
-- Altered source versions must be plainly marked as such, and must not be 
misrepresented as being the original software.
+1. The origin of this software must not be misrepresented; you must not
+claim that you wrote the original software. If you use this software
+in a product, an acknowledgment in the product documentation would be
+appreciated but is not required.
 
-- This notice may not be removed or altered from any source distribution.
+2. Altered source versions must be plainly marked as such, and must not be
+misrepresented as being the original software.
+
+3. This notice may not be removed or altered from any source
+distribution.
+
+Alternatively you may strike the license above and use it under any
+OSI approved open source license such as those listed at
+http://opensource.org/licenses/alphabetical