[arch-commits] Commit in steam/repos/multilib-x86_64 (8 files)

2014-02-15 Thread Daniel Wallace
Date: Sunday, February 16, 2014 @ 05:19:47
  Author: dwallace
Revision: 105834

archrelease: copy trunk to multilib-x86_64

Added:
  steam/repos/multilib-x86_64/PKGBUILD
(from rev 105833, steam/trunk/PKGBUILD)
  steam/repos/multilib-x86_64/alsa_sdl_audiodriver.patch
(from rev 105833, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/multilib-x86_64/lib32-flashplugin-path.patch
(from rev 105833, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/multilib-x86_64/steam.install
(from rev 105833, steam/trunk/steam.install)
Deleted:
  steam/repos/multilib-x86_64/PKGBUILD
  steam/repos/multilib-x86_64/alsa_sdl_audiodriver.patch
  steam/repos/multilib-x86_64/lib32-flashplugin-path.patch
  steam/repos/multilib-x86_64/steam.install

--+
 PKGBUILD |  112 -
 alsa_sdl_audiodriver.patch   |   28 +-
 lib32-flashplugin-path.patch |   20 +++
 steam.install|   54 +--
 4 files changed, 107 insertions(+), 107 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-16 04:16:45 UTC (rev 105833)
+++ PKGBUILD2014-02-16 04:19:47 UTC (rev 105834)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: K900 
-pkgname=steam
-pkgver=1.0.0.45
-pkgrel=1
-pkgdesc="Digital distribution client bootstrap package"
-arch=("i686" "x86_64")
-url="http://steampowered.com/";
-license=('custom')
-install=steam.install
-source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz";
-'lib32-flashplugin-path.patch'
-'alsa_sdl_audiodriver.patch')
-md5sums=('586e707d30a034cc049f9156062fc37a'
- '1d83a1df55d677f35ce415e0750f4448'
- 'ac0e03d70f1101331598b2b32ed9bac3')
-if [[ "$CARCH" == "x86_64" ]]; then
-  #depends+=(lib32-libgl lib32-mesa-libgl lib32-gcc-libs lib32-libx11)
-  optdepends=(
-  'lib32-ati-dri: for open source ATI driver users'
-  'lib32-catalyst-utils: for AMD Catalyst users'
-  'lib32-intel-dri: for open source Intel driver users'
-  'lib32-nouveau-dri: for Nouveau users'
-  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
-  'lib32-flashplugin: for flash video'
-  )
-prepare() {
-patch -d "$pkgname" -Np1 -i "$srcdir/lib32-flashplugin-path.patch"
-patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
-}
-else
-optdepends=('flashplugin: for flash videos')
-prepare() {
-patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
-}
-fi
-
-package() {
-depends=(
-  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
-  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
-  )
-  if [[ "$CARCH" == x86_64 ]]; then
-depends+=(lib32-libgl lib32-gcc-libs lib32-libx11)
-  fi
-
-  # Install license
-  make -C "$pkgname" DESTDIR="$pkgdir" install
-  
-  install -Dm644 "$pkgdir/usr/share/doc/steam/steam_install_agreement.txt" 
"$pkgdir/usr/share/licenses/steam/LICENSE"
-
-  # blank steamdeps because apt-get
-  ln -sf /bin/true "$pkgdir/usr/bin/steamdeps"
-}
-#vim: set ft=PKGBUILD sw=2 ts=2 et

Copied: steam/repos/multilib-x86_64/PKGBUILD (from rev 105833, 
steam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-16 04:19:47 UTC (rev 105834)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: K900 
+pkgname=steam
+pkgver=1.0.0.47
+pkgrel=1
+pkgdesc="Digital distribution client bootstrap package"
+arch=("i686" "x86_64")
+url="http://steampowered.com/";
+license=('custom')
+install=steam.install
+source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz";
+'lib32-flashplugin-path.patch'
+'alsa_sdl_audiodriver.patch')
+md5sums=('c6f75ebaa9e32f2565df620d1867f274'
+ '1d83a1df55d677f35ce415e0750f4448'
+ 'ac0e03d70f1101331598b2b32ed9bac3')
+if [[ "$CARCH" == "x86_64" ]]; then
+  #depends+=(lib32-libgl lib32-mesa-libgl lib32-gcc-libs lib32-libx11)
+  optdepends=(
+  'lib32-ati-dri: for open source ATI driver users'
+  'lib32-catalyst-utils: for AMD Catalyst users'
+  'lib32-intel-dri: for open source Intel driver users'
+  'lib32-nouveau-dri: for Nouveau users'
+  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
+  'lib32-flashplugin: for flash video'
+  )
+prepare() {
+patch -d "$pkgname" -Np1 -i "$srcdir/lib32-flashplugin-path.patch"
+patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
+}
+else
+optdepends=('flashplugin: for flash videos')
+prepare() {
+patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
+}
+fi
+
+package() {
+depends=(
+  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
+  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
+  )
+  if [[ "$CARCH" == x86_64 ]]; then
+depends+=(lib32-libgl lib32-g

[arch-commits] Commit in steam/repos/community-i686 (8 files)

2014-02-15 Thread Daniel Wallace
Date: Sunday, February 16, 2014 @ 05:16:45
  Author: dwallace
Revision: 105833

archrelease: copy trunk to community-i686

Added:
  steam/repos/community-i686/PKGBUILD
(from rev 105832, steam/trunk/PKGBUILD)
  steam/repos/community-i686/alsa_sdl_audiodriver.patch
(from rev 105832, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-i686/lib32-flashplugin-path.patch
(from rev 105832, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-i686/steam.install
(from rev 105832, steam/trunk/steam.install)
Deleted:
  steam/repos/community-i686/PKGBUILD
  steam/repos/community-i686/alsa_sdl_audiodriver.patch
  steam/repos/community-i686/lib32-flashplugin-path.patch
  steam/repos/community-i686/steam.install

--+
 PKGBUILD |  112 -
 alsa_sdl_audiodriver.patch   |   28 +-
 lib32-flashplugin-path.patch |   20 +++
 steam.install|   54 +--
 4 files changed, 107 insertions(+), 107 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-16 04:16:17 UTC (rev 105832)
+++ PKGBUILD2014-02-16 04:16:45 UTC (rev 105833)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: K900 
-pkgname=steam
-pkgver=1.0.0.45
-pkgrel=1
-pkgdesc="Digital distribution client bootstrap package"
-arch=("i686" "x86_64")
-url="http://steampowered.com/";
-license=('custom')
-install=steam.install
-source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz";
-'lib32-flashplugin-path.patch'
-'alsa_sdl_audiodriver.patch')
-md5sums=('586e707d30a034cc049f9156062fc37a'
- '1d83a1df55d677f35ce415e0750f4448'
- 'ac0e03d70f1101331598b2b32ed9bac3')
-if [[ "$CARCH" == "x86_64" ]]; then
-  #depends+=(lib32-libgl lib32-mesa-libgl lib32-gcc-libs lib32-libx11)
-  optdepends=(
-  'lib32-ati-dri: for open source ATI driver users'
-  'lib32-catalyst-utils: for AMD Catalyst users'
-  'lib32-intel-dri: for open source Intel driver users'
-  'lib32-nouveau-dri: for Nouveau users'
-  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
-  'lib32-flashplugin: for flash video'
-  )
-prepare() {
-patch -d "$pkgname" -Np1 -i "$srcdir/lib32-flashplugin-path.patch"
-patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
-}
-else
-optdepends=('flashplugin: for flash videos')
-prepare() {
-patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
-}
-fi
-
-package() {
-depends=(
-  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
-  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
-  )
-  if [[ "$CARCH" == x86_64 ]]; then
-depends+=(lib32-libgl lib32-gcc-libs lib32-libx11)
-  fi
-
-  # Install license
-  make -C "$pkgname" DESTDIR="$pkgdir" install
-  
-  install -Dm644 "$pkgdir/usr/share/doc/steam/steam_install_agreement.txt" 
"$pkgdir/usr/share/licenses/steam/LICENSE"
-
-  # blank steamdeps because apt-get
-  ln -sf /bin/true "$pkgdir/usr/bin/steamdeps"
-}
-#vim: set ft=PKGBUILD sw=2 ts=2 et

Copied: steam/repos/community-i686/PKGBUILD (from rev 105832, 
steam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-16 04:16:45 UTC (rev 105833)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: K900 
+pkgname=steam
+pkgver=1.0.0.47
+pkgrel=1
+pkgdesc="Digital distribution client bootstrap package"
+arch=("i686" "x86_64")
+url="http://steampowered.com/";
+license=('custom')
+install=steam.install
+source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz";
+'lib32-flashplugin-path.patch'
+'alsa_sdl_audiodriver.patch')
+md5sums=('c6f75ebaa9e32f2565df620d1867f274'
+ '1d83a1df55d677f35ce415e0750f4448'
+ 'ac0e03d70f1101331598b2b32ed9bac3')
+if [[ "$CARCH" == "x86_64" ]]; then
+  #depends+=(lib32-libgl lib32-mesa-libgl lib32-gcc-libs lib32-libx11)
+  optdepends=(
+  'lib32-ati-dri: for open source ATI driver users'
+  'lib32-catalyst-utils: for AMD Catalyst users'
+  'lib32-intel-dri: for open source Intel driver users'
+  'lib32-nouveau-dri: for Nouveau users'
+  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
+  'lib32-flashplugin: for flash video'
+  )
+prepare() {
+patch -d "$pkgname" -Np1 -i "$srcdir/lib32-flashplugin-path.patch"
+patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
+}
+else
+optdepends=('flashplugin: for flash videos')
+prepare() {
+patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
+}
+fi
+
+package() {
+depends=(
+  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
+  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
+  )
+  if [[ "$CARCH" == x86_64 ]]; then
+depends+=(lib32-libgl lib32-gcc-libs li

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

2014-02-15 Thread Daniel Wallace
Date: Sunday, February 16, 2014 @ 05:16:17
  Author: dwallace
Revision: 105832

upgpkg: steam 1.0.0.47-1

upgpkg: steam 1.0.0.47

Modified:
  steam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-16 04:13:51 UTC (rev 105831)
+++ PKGBUILD2014-02-16 04:16:17 UTC (rev 105832)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Wallace 
 # Contributor: K900 
 pkgname=steam
-pkgver=1.0.0.45
+pkgver=1.0.0.47
 pkgrel=1
 pkgdesc="Digital distribution client bootstrap package"
 arch=("i686" "x86_64")
@@ -12,7 +12,7 @@
 
source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz";
 'lib32-flashplugin-path.patch'
 'alsa_sdl_audiodriver.patch')
-md5sums=('586e707d30a034cc049f9156062fc37a'
+md5sums=('c6f75ebaa9e32f2565df620d1867f274'
  '1d83a1df55d677f35ce415e0750f4448'
  'ac0e03d70f1101331598b2b32ed9bac3')
 if [[ "$CARCH" == "x86_64" ]]; then



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

2014-02-15 Thread Daniel Wallace
Date: Sunday, February 16, 2014 @ 05:13:51
  Author: dwallace
Revision: 105831

archrelease: copy trunk to community-any

Added:
  ansible/repos/community-any/PKGBUILD
(from rev 105830, ansible/trunk/PKGBUILD)
Deleted:
  ansible/repos/community-any/PKGBUILD

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-16 04:13:23 UTC (rev 105830)
+++ PKGBUILD2014-02-16 04:13:51 UTC (rev 105831)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Chris 
-# Contributor: m0ikz 
-# Contributor: atweiden 
-
-pkgname=ansible
-pkgver=1.4.4
-pkgrel=4
-pkgdesc='Radically simple IT automation platform'
-arch=('any')
-url='http://www.ansible.com'
-license=('GPL3')
-depends=('python2' 'python2-yaml' 'python2-paramiko>=1.7.7' 'python2-jinja')
-makedepends=('asciidoc' 'fakeroot')
-backup=('etc/ansible/ansible.cfg')
-source=(http://releases.ansible.com/ansible/$pkgname-$pkgver.tar.gz)
-sha256sums=('1b62fd1c4b26c0c7b7215b11308c5b981e7af0e3d78119680d9248f5c229180b')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  mkdir -p "$pkgdir/usr/share/ansible"
-  cp -dpr --no-preserve=ownership ./library/* "$pkgdir/usr/share/ansible/"
-  cp -dpr --no-preserve=ownership ./examples "$pkgdir/usr/share/ansible"
-
-  python2 setup.py install -O1 --root="$pkgdir"
-
-  install -D examples/ansible.cfg "$pkgdir/etc/ansible/ansible.cfg"
-
-  install -D README.md "$pkgdir/usr/share/doc/ansible/README.md"
-  install -D COPYING "$pkgdir/usr/share/doc/ansible/COPYING"
-
-  mkdir -p "$pkgdir/usr/share/man/man1"
-  cp -dpr --no-preserve=ownership docs/man/man1/*.1 
"$pkgdir/usr/share/man/man1"
-  mkdir -p "$pkgdir/usr/share/man/man3"
-  cp -dpr --no-preserve=ownership docs/man/man3/*.3 
"$pkgdir/usr/share/man/man3"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ansible/repos/community-any/PKGBUILD (from rev 105830, 
ansible/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-16 04:13:51 UTC (rev 105831)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Chris 
+# Contributor: m0ikz 
+# Contributor: atweiden 
+
+pkgname=ansible
+pkgver=1.4.5
+pkgrel=1
+pkgdesc='Radically simple IT automation platform'
+arch=('any')
+url='http://www.ansible.com'
+license=('GPL3')
+depends=('python2' 'python2-yaml' 'python2-paramiko>=1.7.7' 'python2-jinja' 
'python2-httplib2')
+makedepends=('asciidoc' 'fakeroot')
+backup=('etc/ansible/ansible.cfg')
+source=(http://releases.ansible.com/ansible/$pkgname-$pkgver.tar.gz)
+sha256sums=('faa6c1f1b801de3639c8375a4f5ab36c75d8cdb5c69bde2a21532430d6c8b4a9')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  mkdir -p "$pkgdir/usr/share/ansible"
+  cp -dpr --no-preserve=ownership ./library/* "$pkgdir/usr/share/ansible/"
+  cp -dpr --no-preserve=ownership ./examples "$pkgdir/usr/share/ansible"
+
+  python2 setup.py install -O1 --root="$pkgdir"
+
+  install -D examples/ansible.cfg "$pkgdir/etc/ansible/ansible.cfg"
+
+  install -D README.md "$pkgdir/usr/share/doc/ansible/README.md"
+  install -D COPYING "$pkgdir/usr/share/doc/ansible/COPYING"
+
+  mkdir -p "$pkgdir/usr/share/man/man1"
+  cp -dpr --no-preserve=ownership docs/man/man1/*.1 
"$pkgdir/usr/share/man/man1"
+  mkdir -p "$pkgdir/usr/share/man/man3"
+  cp -dpr --no-preserve=ownership docs/man/man3/*.3 
"$pkgdir/usr/share/man/man3"
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-02-15 Thread Daniel Wallace
Date: Sunday, February 16, 2014 @ 05:13:23
  Author: dwallace
Revision: 105830

upgpkg: ansible 1.4.5-1

upgpkg: ansible 1.4.5

Modified:
  ansible/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-16 04:05:23 UTC (rev 105829)
+++ PKGBUILD2014-02-16 04:13:23 UTC (rev 105830)
@@ -5,17 +5,17 @@
 # Contributor: atweiden 
 
 pkgname=ansible
-pkgver=1.4.4
-pkgrel=4
+pkgver=1.4.5
+pkgrel=1
 pkgdesc='Radically simple IT automation platform'
 arch=('any')
 url='http://www.ansible.com'
 license=('GPL3')
-depends=('python2' 'python2-yaml' 'python2-paramiko>=1.7.7' 'python2-jinja')
+depends=('python2' 'python2-yaml' 'python2-paramiko>=1.7.7' 'python2-jinja' 
'python2-httplib2')
 makedepends=('asciidoc' 'fakeroot')
 backup=('etc/ansible/ansible.cfg')
 source=(http://releases.ansible.com/ansible/$pkgname-$pkgver.tar.gz)
-sha256sums=('1b62fd1c4b26c0c7b7215b11308c5b981e7af0e3d78119680d9248f5c229180b')
+sha256sums=('faa6c1f1b801de3639c8375a4f5ab36c75d8cdb5c69bde2a21532430d6c8b4a9')
 
 build() {
   cd $pkgname-$pkgver



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

2014-02-15 Thread Eric Bélanger
Date: Sunday, February 16, 2014 @ 05:07:15
  Author: eric
Revision: 206035

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

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

---+
 /PKGBUILD |   48 
 extra-i686/PKGBUILD   |   26 --
 extra-x86_64/PKGBUILD |   26 --
 3 files changed, 48 insertions(+), 52 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-16 04:06:30 UTC (rev 206034)
+++ extra-i686/PKGBUILD 2014-02-16 04:07:15 UTC (rev 206035)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=di
-pkgver=4.34
-pkgrel=1
-pkgdesc="A disk information utility, displaying everything (and more) that 
your df command does"
-arch=('i686' 'x86_64')
-url="http://www.gentoo.com/di/";
-license=('ZLIB')
-depends=('glibc')
-source=(http://www.gentoo.com/di/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('5be548368bb795303f11cff340f3bbc659f892cd')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i 's|error|//error|' C/di.h
-  sed -i '11i\#include ' C/di.h
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make INSTALL_DIR="${pkgdir}/usr" install
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: di/repos/extra-i686/PKGBUILD (from rev 206034, di/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-16 04:07:15 UTC (rev 206035)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=di
+pkgver=4.35
+pkgrel=1
+pkgdesc="A disk information utility, displaying everything (and more) that 
your df command does"
+arch=('i686' 'x86_64')
+url="http://www.gentoo.com/di/";
+license=('ZLIB')
+depends=('glibc')
+source=(http://www.gentoo.com/di/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('989b03afb0bc40d4dbdcc8e2b6889cf2cf8e2852')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make INSTALL_DIR="${pkgdir}/usr" install
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-02-16 04:06:30 UTC (rev 206034)
+++ extra-x86_64/PKGBUILD   2014-02-16 04:07:15 UTC (rev 206035)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=di
-pkgver=4.34
-pkgrel=1
-pkgdesc="A disk information utility, displaying everything (and more) that 
your df command does"
-arch=('i686' 'x86_64')
-url="http://www.gentoo.com/di/";
-license=('ZLIB')
-depends=('glibc')
-source=(http://www.gentoo.com/di/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('5be548368bb795303f11cff340f3bbc659f892cd')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i 's|error|//error|' C/di.h
-  sed -i '11i\#include ' C/di.h
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make INSTALL_DIR="${pkgdir}/usr" install
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: di/repos/extra-x86_64/PKGBUILD (from rev 206034, di/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-02-16 04:07:15 UTC (rev 206035)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=di
+pkgver=4.35
+pkgrel=1
+pkgdesc="A disk information utility, displaying everything (and more) that 
your df command does"
+arch=('i686' 'x86_64')
+url="http://www.gentoo.com/di/";
+license=('ZLIB')
+depends=('glibc')
+source=(http://www.gentoo.com/di/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('989b03afb0bc40d4dbdcc8e2b6889cf2cf8e2852')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make INSTALL_DIR="${pkgdir}/usr" install
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2014-02-15 Thread Eric Bélanger
Date: Sunday, February 16, 2014 @ 05:06:30
  Author: eric
Revision: 206034

upgpkg: di 4.35-1

Upstream update

Modified:
  di/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-16 02:34:53 UTC (rev 206033)
+++ PKGBUILD2014-02-16 04:06:30 UTC (rev 206034)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=di
-pkgver=4.34
+pkgver=4.35
 pkgrel=1
 pkgdesc="A disk information utility, displaying everything (and more) that 
your df command does"
 arch=('i686' 'x86_64')
@@ -10,17 +10,15 @@
 license=('ZLIB')
 depends=('glibc')
 source=(http://www.gentoo.com/di/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('5be548368bb795303f11cff340f3bbc659f892cd')
+sha1sums=('989b03afb0bc40d4dbdcc8e2b6889cf2cf8e2852')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i 's|error|//error|' C/di.h
-  sed -i '11i\#include ' C/di.h
+  cd ${pkgname}-${pkgver}
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
   make INSTALL_DIR="${pkgdir}/usr" install
   install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }



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

2014-02-15 Thread Daniel Micay
Date: Sunday, February 16, 2014 @ 05:05:23
  Author: thestinger
Revision: 105829

archrelease: copy trunk to community-any

Added:
  virt-manager/repos/community-any/PKGBUILD
(from rev 105828, virt-manager/trunk/PKGBUILD)
  virt-manager/repos/community-any/virt-manager.install
(from rev 105828, virt-manager/trunk/virt-manager.install)
Deleted:
  virt-manager/repos/community-any/PKGBUILD
  virt-manager/repos/community-any/virt-manager.install

--+
 PKGBUILD |   79 -
 virt-manager.install |   46 ++--
 2 files changed, 62 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-16 04:05:02 UTC (rev 105828)
+++ PKGBUILD2014-02-16 04:05:23 UTC (rev 105829)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Jonathan Wiersma 
-
-pkgname=virt-manager
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="Desktop user interface for managing virtual machines"
-arch=('any')
-url="http://virt-manager.et.redhat.com";
-license=('GPL')
-depends=('dbus-python' 'libvirt' 'libxml2' 'gtk-vnc' 'rarian'
- 'gconf' 'yajl' 'librsvg' 'python2' 'python2-gconf' 'libuser'
- 'python2-ipy' 'newt-syrup' 'openbsd-netcat' 'x11-ssh-askpass'
- 'gnome-icon-theme' 'graphite' 'python2-ipaddr' 'spice-gtk3'
- 'libvirt-glib' 'python2-gobject' 'urlgrabber' 'vte3'
- 'libvirt-python')
-makedepends=('gnome-doc-utils' 'intltool>=0.35.0')
-conflicts=('virtinst')
-replaces=('virtinst')
-install=virt-manager.install
-source=("http://virt-manager.et.redhat.com/download/sources/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('8a0585de48d8060a5394aae912342c95')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i 's#bin/python#bin/python2#' virt-*
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python2 setup.py build
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python2 setup.py install --root "$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: virt-manager/repos/community-any/PKGBUILD (from rev 105828, 
virt-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-16 04:05:23 UTC (rev 105829)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Jonathan Wiersma 
+
+pkgname=virt-manager
+pkgver=1.0.0
+pkgrel=2
+pkgdesc="Desktop user interface for managing virtual machines"
+arch=('any')
+url="http://virt-manager.et.redhat.com";
+license=('GPL')
+depends=('dbus-python' 'libvirt' 'libxml2' 'gtk-vnc' 'rarian'
+ 'gconf' 'yajl' 'librsvg' 'python2' 'python2-gconf' 'libuser'
+ 'python2-ipy' 'newt-syrup' 'openbsd-netcat' 'x11-ssh-askpass'
+ 'gnome-icon-theme' 'graphite' 'python2-ipaddr' 'spice-gtk3'
+ 'libvirt-glib' 'python2-gobject' 'urlgrabber' 'vte3'
+ 'libvirt-python')
+makedepends=('gnome-doc-utils' 'intltool>=0.35.0')
+conflicts=('virtinst')
+replaces=('virtinst')
+install=virt-manager.install
+source=("http://virt-manager.et.redhat.com/download/sources/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('8a0585de48d8060a5394aae912342c95')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python2 setup.py install --root "$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: virt-manager.install
===
--- virt-manager.install2014-02-16 04:05:02 UTC (rev 105828)
+++ virt-manager.install2014-02-16 04:05:23 UTC (rev 105829)
@@ -1,23 +0,0 @@
-post_install() {
-   [ -x usr/bin/update-desktop-database ] && update-desktop-database -q
-   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-   glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-pre_upgrade() {
-   pre_remove $1
-}
-
-post_upgrade() {
-   post_install $1
-}
-
-pre_remove() {
-   rm -f /usr/share/virt-manager/virtManager/*.pyc || true
-}
-
-post_remove() {
-   [ -x usr/bin/update-desktop-database ] && update-desktop-database -q
-   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-   glib-compile-schemas usr/share/glib-2.0/schemas
-}

Copied: virt-manager/repos/community-any/virt-manager.install (from rev 105828, 
virt-manager/trunk/virt-manager.install)
===
--- virt-manager.install(rev 0)
+++ virt-manager.install2014-02-16 04:05:23 UTC (rev 105829)
@@ -0,0 +1,23 @@
+post_install() {
+   [ -x usr/bin/update-desktop-database ] && update-desktop-database -q
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+   glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+pre_upgrade() {
+   pre_remove $1
+}
+
+post_upgrade() {
+   

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

2014-02-15 Thread Daniel Micay
Date: Sunday, February 16, 2014 @ 05:05:02
  Author: thestinger
Revision: 105828

upgpkg: virt-manager 1.0.0-2

fix python shebangs

Modified:
  virt-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-15 22:36:11 UTC (rev 105827)
+++ PKGBUILD2014-02-16 04:05:02 UTC (rev 105828)
@@ -4,7 +4,7 @@
 
 pkgname=virt-manager
 pkgver=1.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Desktop user interface for managing virtual machines"
 arch=('any')
 url="http://virt-manager.et.redhat.com";
@@ -24,7 +24,6 @@
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"
-  sed -i 's#bin/python#bin/python2#' virt-*
 }
 
 build() {



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

2014-02-15 Thread Eric Bélanger
Date: Sunday, February 16, 2014 @ 03:34:53
  Author: eric
Revision: 206033

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

Added:
  imagemagick/repos/extra-i686/PKGBUILD
(from rev 206032, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
(from rev 206032, imagemagick/trunk/perlmagick.rpath.patch)
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 206032, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch
(from rev 206032, imagemagick/trunk/perlmagick.rpath.patch)
Deleted:
  imagemagick/repos/extra-i686/PKGBUILD
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch

-+
 /PKGBUILD   |  178 ++
 /perlmagick.rpath.patch |   22 
 extra-i686/PKGBUILD |   89 -
 extra-i686/perlmagick.rpath.patch   |   11 --
 extra-x86_64/PKGBUILD   |   89 -
 extra-x86_64/perlmagick.rpath.patch |   11 --
 6 files changed, 200 insertions(+), 200 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-16 02:34:19 UTC (rev 206032)
+++ extra-i686/PKGBUILD 2014-02-16 02:34:53 UTC (rev 206033)
@@ -1,89 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.8.8.5
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.imagemagick.org/";
-license=('custom')
-makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript'
- 'openexr' 'libwmf' 'librsvg' 'libxml2' 'liblqr'
- 'opencl-headers' 'libcl' 'libwebp')
-#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-perlmagick.rpath.patch)
-sha1sums=('5cb75caf426acf3eacaf882dbbb24f462016d828'
-  'SKIP'
-  'e143cf9d530fabf3b58023899b5cc544ba93daec')
-
-prepare() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf --force --install
-  patch -p0 -i "${srcdir}/perlmagick.rpath.patch"
-}
-
-build() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  [[ $CARCH = "i686" ]] && EXTRAOPTS="--with-gcc-arch=i686"
-  [[ $CARCH = "x86_64" ]] && EXTRAOPTS="--with-gcc-arch=x86-64"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --with-modules \
---enable-hdri --with-wmf --with-openexr --with-xml --with-lcms2 \
---with-webp --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
---with-perl --with-perl-options="INSTALLDIRS=vendor" --with-lqr 
--with-rsvg \
---enable-opencl --without-gvc --without-djvu --without-autotrace \
---without-jbig --without-fpx --without-dps --without-fftw $EXTRAOPTS
-  make
-}
-
-check() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-#  make check
-}
-
-package_imagemagick() {
-  pkgdesc="An image viewing/manipulation program"
-  depends=('perl' 'libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr' 
'libcl')
-  optdepends=('imagemagick-doc: for additional information'
-  'ghostscript: for Ghostscript support' 
-  'openexr: for OpenEXR support' 
-  'libwmf: for WMF support' 
-  'librsvg: for SVG support' 
-  'libxml2: for XML support' 
-  'libpng: for PNG support' 
- 'libwebp: for WEBP support')
-  backup=("etc/ImageMagick-${pkgver%%.*}/coder.xml"
-  "etc/ImageMagick-${pkgver%%.*}/colors.xml"
-  "etc/ImageMagick-${pkgver%%.*}/delegates.xml"
-  "etc/ImageMagick-${pkgver%%.*}/log.xml"
-  "etc/ImageMagick-${pkgver%%.*}/magic.xml"
-  "etc/ImageMagick-${pkgver%%.*}/mime.xml"
-  "etc/ImageMagick-${pkgver%%.*}/policy.xml"
-  "etc/ImageMagick-${pkgver%%.*}/quantization-table.xml"
-  "etc/ImageMagick-${pkgver%%.*}/thresholds.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-dejavu.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-ghostscript.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-windows.xml")
-  options=('!docs' 'libtool' '!emptydirs')
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make -j1 DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/imagemagick/LICENSE"
-  install -Dm644 NOTICE "${pkgdir}/usr/share/licenses/imagemagick/NOTICE"
-
-#Cleaning
-  rm -f "${pkgdir}"/usr/lib/*.la
-}
-
-package_imagemagick-doc() {
-  pkgdesc="The ImageMagick documentation (utilities manuals and libraries API)"
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make DESTDIR="${pkgdir}" install-data-html
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/imagemagick-doc/LI

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

2014-02-15 Thread Eric Bélanger
Date: Sunday, February 16, 2014 @ 03:34:19
  Author: eric
Revision: 206032

upgpkg: imagemagick 6.8.8.6-1

Upstream update

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-15 18:26:07 UTC (rev 206031)
+++ PKGBUILD2014-02-16 02:34:19 UTC (rev 206032)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick
 pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.8.8.5
+pkgver=6.8.8.6
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.imagemagick.org/";
@@ -14,7 +14,7 @@
 
#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 
source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 perlmagick.rpath.patch)
-sha1sums=('5cb75caf426acf3eacaf882dbbb24f462016d828'
+sha1sums=('02bb3888a7d9218a9c81af1bef8df7e68af846a0'
   'SKIP'
   'e143cf9d530fabf3b58023899b5cc544ba93daec')
 



[arch-commits] Commit in qmmp/repos/community-i686 (6 files)

2014-02-15 Thread Jaroslav Lichtblau
Date: Saturday, February 15, 2014 @ 23:36:11
  Author: jlichtblau
Revision: 105827

archrelease: copy trunk to community-i686

Added:
  qmmp/repos/community-i686/PKGBUILD
(from rev 105826, qmmp/trunk/PKGBUILD)
  qmmp/repos/community-i686/qmmp.changelog
(from rev 105826, qmmp/trunk/qmmp.changelog)
  qmmp/repos/community-i686/qmmp.install
(from rev 105826, qmmp/trunk/qmmp.install)
Deleted:
  qmmp/repos/community-i686/PKGBUILD
  qmmp/repos/community-i686/qmmp.changelog
  qmmp/repos/community-i686/qmmp.install

+
 PKGBUILD   |   88 +++---
 qmmp.changelog |  219 +++
 qmmp.install   |   24 +++---
 3 files changed, 167 insertions(+), 164 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-15 21:58:32 UTC (rev 105826)
+++ PKGBUILD2014-02-15 22:36:11 UTC (rev 105827)
@@ -1,44 +0,0 @@
-#$Id$
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=qmmp
-pkgver=0.7.4
-pkgrel=2
-pkgdesc="Qt4 based audio-player"
-arch=('i686' 'x86_64')
-url="http://qmmp.ylsoftware.com/";
-license=('GPL')
-depends=('alsa-lib' 'curl' 'hicolor-icon-theme' 'libmad' 'libvorbis' 'libogg'  
'qt4' 'taglib' 'xdg-utils')
-makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia' 'libcddb' 'libmms' 'libsamplerate' 'libmodplug' 'libsndfile' 
'wavpack' 'projectm' 'mesa')
-optdepends=('flac: native FLAC support'
-'jack: JACK sound output'
-'libmpcdec: Musepack support'
-'pulseaudio: PulseAudio output'
-'libcdio-paranoia: Compact Disc input and control support'
-'libcddb: CDDB server support'
-'libmms: MMS stream protocol support'
-'libmodplug: MOD playing library'
-'libsndfile: sampled sound support'
-'projectm: visual efects'
-'ffmpeg' 'libsamplerate' 'wavpack')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('ba10d0595b99495587643584c9c8400e6eb987bd2e4bbb30c1060c507f44b4f2')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=/usr/lib
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-
-  if [[ $CARCH == 'x86_64' ]]; then
-mv $pkgdir/usr/lib64 $pkgdir/usr/lib
-  fi
-}

Copied: qmmp/repos/community-i686/PKGBUILD (from rev 105826, 
qmmp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-15 22:36:11 UTC (rev 105827)
@@ -0,0 +1,44 @@
+#$Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=qmmp
+pkgver=0.7.5
+pkgrel=1
+pkgdesc="Qt4 based audio-player"
+arch=('i686' 'x86_64')
+url="http://qmmp.ylsoftware.com/";
+license=('GPL')
+depends=('alsa-lib' 'curl' 'hicolor-icon-theme' 'libmad' 'libvorbis' 'libogg'  
'qt4' 'taglib' 'xdg-utils')
+makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia' 'libcddb' 'libmms' 'libsamplerate' 'libmodplug' 'libsndfile' 
'wavpack' 'projectm' 'mesa')
+optdepends=('flac: native FLAC support'
+'jack: JACK sound output'
+'libmpcdec: Musepack support'
+'pulseaudio: PulseAudio output'
+'libcdio-paranoia: Compact Disc input and control support'
+'libcddb: CDDB server support'
+'libmms: MMS stream protocol support'
+'libmodplug: MOD playing library'
+'libsndfile: sampled sound support'
+'projectm: visual efects'
+'ffmpeg' 'libsamplerate' 'wavpack')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
+sha256sums=('6066aea939813667dae7cf32ff1d6eb9913894977d132c2cd729fea22d24cf67')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=/usr/lib
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+
+  if [[ $CARCH == 'x86_64' ]]; then
+mv $pkgdir/usr/lib64 $pkgdir/usr/lib
+  fi
+}

Deleted: qmmp.changelog
===
--- qmmp.changelog  2014-02-15 21:58:32 UTC (rev 105826)
+++ qmmp.changelog  2014-02-15 22:36:11 UTC (rev 105827)
@@ -1,108 +0,0 @@
-2013-12-27 Jaroslav Lichtblau 
-   * qmmp 0.7.4-1
-
-2013-10-05 Jaroslav Lichtblau 
-   * qmmp 0.7.3-1
-
-2013-09-29 Jaroslav Lichtblau 
-   * qmmp 0.7.2-1
-
-2013-06-15 Jaroslav Lichtblau 
-   * qmmp 0.7.1-1
-
-2013-04-20 Jaroslav Lichtblau 
-   * qmmp 0.7.0-1
-
-2013-03-05 Jaroslav Lichtblau 
-   * qmmp 0.6.7-1
-
-2013-01-13 Jaroslav Lichtblau 
-   * qmmp 0.6.6-2 libcdio/libcdio-paranoia rebuild
-
-2013-01-13 Jaroslav Lichtblau 
-   * qmmp 0.6.6-1

[arch-commits] Commit in qmmp/trunk (PKGBUILD qmmp.changelog)

2014-02-15 Thread Jaroslav Lichtblau
Date: Saturday, February 15, 2014 @ 22:58:21
  Author: jlichtblau
Revision: 105825

upgpkg: qmmp 0.7.5-1

Modified:
  qmmp/trunk/PKGBUILD
  qmmp/trunk/qmmp.changelog

+
 PKGBUILD   |6 +++---
 qmmp.changelog |3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-15 21:20:50 UTC (rev 105824)
+++ PKGBUILD2014-02-15 21:58:21 UTC (rev 105825)
@@ -2,8 +2,8 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=qmmp
-pkgver=0.7.4
-pkgrel=2
+pkgver=0.7.5
+pkgrel=1
 pkgdesc="Qt4 based audio-player"
 arch=('i686' 'x86_64')
 url="http://qmmp.ylsoftware.com/";
@@ -24,7 +24,7 @@
 install=$pkgname.install
 changelog=$pkgname.changelog
 source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('ba10d0595b99495587643584c9c8400e6eb987bd2e4bbb30c1060c507f44b4f2')
+sha256sums=('6066aea939813667dae7cf32ff1d6eb9913894977d132c2cd729fea22d24cf67')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver

Modified: qmmp.changelog
===
--- qmmp.changelog  2014-02-15 21:20:50 UTC (rev 105824)
+++ qmmp.changelog  2014-02-15 21:58:21 UTC (rev 105825)
@@ -1,3 +1,6 @@
+2014-02-15 Jaroslav Lichtblau 
+   * qmmp 0.7.5-1
+
 2013-12-27 Jaroslav Lichtblau 
* qmmp 0.7.4-1
 



[arch-commits] Commit in qmmp/repos/community-x86_64 (6 files)

2014-02-15 Thread Jaroslav Lichtblau
Date: Saturday, February 15, 2014 @ 22:58:32
  Author: jlichtblau
Revision: 105826

archrelease: copy trunk to community-x86_64

Added:
  qmmp/repos/community-x86_64/PKGBUILD
(from rev 105825, qmmp/trunk/PKGBUILD)
  qmmp/repos/community-x86_64/qmmp.changelog
(from rev 105825, qmmp/trunk/qmmp.changelog)
  qmmp/repos/community-x86_64/qmmp.install
(from rev 105825, qmmp/trunk/qmmp.install)
Deleted:
  qmmp/repos/community-x86_64/PKGBUILD
  qmmp/repos/community-x86_64/qmmp.changelog
  qmmp/repos/community-x86_64/qmmp.install

+
 PKGBUILD   |   88 +++---
 qmmp.changelog |  219 +++
 qmmp.install   |   24 +++---
 3 files changed, 167 insertions(+), 164 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-15 21:58:21 UTC (rev 105825)
+++ PKGBUILD2014-02-15 21:58:32 UTC (rev 105826)
@@ -1,44 +0,0 @@
-#$Id$
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=qmmp
-pkgver=0.7.4
-pkgrel=2
-pkgdesc="Qt4 based audio-player"
-arch=('i686' 'x86_64')
-url="http://qmmp.ylsoftware.com/";
-license=('GPL')
-depends=('alsa-lib' 'curl' 'hicolor-icon-theme' 'libmad' 'libvorbis' 'libogg'  
'qt4' 'taglib' 'xdg-utils')
-makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia' 'libcddb' 'libmms' 'libsamplerate' 'libmodplug' 'libsndfile' 
'wavpack' 'projectm' 'mesa')
-optdepends=('flac: native FLAC support'
-'jack: JACK sound output'
-'libmpcdec: Musepack support'
-'pulseaudio: PulseAudio output'
-'libcdio-paranoia: Compact Disc input and control support'
-'libcddb: CDDB server support'
-'libmms: MMS stream protocol support'
-'libmodplug: MOD playing library'
-'libsndfile: sampled sound support'
-'projectm: visual efects'
-'ffmpeg' 'libsamplerate' 'wavpack')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('ba10d0595b99495587643584c9c8400e6eb987bd2e4bbb30c1060c507f44b4f2')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=/usr/lib
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-
-  if [[ $CARCH == 'x86_64' ]]; then
-mv $pkgdir/usr/lib64 $pkgdir/usr/lib
-  fi
-}

Copied: qmmp/repos/community-x86_64/PKGBUILD (from rev 105825, 
qmmp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-15 21:58:32 UTC (rev 105826)
@@ -0,0 +1,44 @@
+#$Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=qmmp
+pkgver=0.7.5
+pkgrel=1
+pkgdesc="Qt4 based audio-player"
+arch=('i686' 'x86_64')
+url="http://qmmp.ylsoftware.com/";
+license=('GPL')
+depends=('alsa-lib' 'curl' 'hicolor-icon-theme' 'libmad' 'libvorbis' 'libogg'  
'qt4' 'taglib' 'xdg-utils')
+makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia' 'libcddb' 'libmms' 'libsamplerate' 'libmodplug' 'libsndfile' 
'wavpack' 'projectm' 'mesa')
+optdepends=('flac: native FLAC support'
+'jack: JACK sound output'
+'libmpcdec: Musepack support'
+'pulseaudio: PulseAudio output'
+'libcdio-paranoia: Compact Disc input and control support'
+'libcddb: CDDB server support'
+'libmms: MMS stream protocol support'
+'libmodplug: MOD playing library'
+'libsndfile: sampled sound support'
+'projectm: visual efects'
+'ffmpeg' 'libsamplerate' 'wavpack')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
+sha256sums=('6066aea939813667dae7cf32ff1d6eb9913894977d132c2cd729fea22d24cf67')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=/usr/lib
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+
+  if [[ $CARCH == 'x86_64' ]]; then
+mv $pkgdir/usr/lib64 $pkgdir/usr/lib
+  fi
+}

Deleted: qmmp.changelog
===
--- qmmp.changelog  2014-02-15 21:58:21 UTC (rev 105825)
+++ qmmp.changelog  2014-02-15 21:58:32 UTC (rev 105826)
@@ -1,108 +0,0 @@
-2013-12-27 Jaroslav Lichtblau 
-   * qmmp 0.7.4-1
-
-2013-10-05 Jaroslav Lichtblau 
-   * qmmp 0.7.3-1
-
-2013-09-29 Jaroslav Lichtblau 
-   * qmmp 0.7.2-1
-
-2013-06-15 Jaroslav Lichtblau 
-   * qmmp 0.7.1-1
-
-2013-04-20 Jaroslav Lichtblau 
-   * qmmp 0.7.0-1
-
-2013-03-05 Jaroslav Lichtblau 
-   * qmmp 0.6.7-1
-
-2013-01-13 Jaroslav Lichtblau 
-   * qmmp 0.6.6-2 libcdio/libcdio-paranoia rebuild
-
-2013-01-13 Jaroslav Lichtblau 
- 

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

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 22:20:50
  Author: spupykin
Revision: 105824

archrelease: copy trunk to community-any

Added:
  virt-manager/repos/community-any/PKGBUILD
(from rev 105823, virt-manager/trunk/PKGBUILD)
  virt-manager/repos/community-any/virt-manager.install
(from rev 105823, virt-manager/trunk/virt-manager.install)
Deleted:
  virt-manager/repos/community-any/PKGBUILD
  virt-manager/repos/community-any/virt-manager.install

--+
 PKGBUILD |   80 -
 virt-manager.install |   46 ++--
 2 files changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-15 21:20:33 UTC (rev 105823)
+++ PKGBUILD2014-02-15 21:20:50 UTC (rev 105824)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Jonathan Wiersma 
-
-pkgname=virt-manager
-pkgver=0.10.0
-pkgrel=4
-pkgdesc="Desktop user interface for managing virtual machines"
-arch=('any')
-url="http://virt-manager.et.redhat.com";
-license=('GPL')
-depends=('dbus-python' 'libvirt' 'libxml2' 'gtk-vnc' 'rarian'
- 'gconf' 'yajl' 'librsvg' 'python2' 'python2-gconf' 'libuser'
- 'python2-ipy' 'newt-syrup' 'openbsd-netcat' 'x11-ssh-askpass'
- 'gnome-icon-theme' 'graphite' 'python2-ipaddr' 'spice-gtk3'
- 'libvirt-glib' 'python2-gobject' 'urlgrabber' 'vte3'
- 'libvirt-python')
-makedepends=('gnome-doc-utils' 'intltool>=0.35.0')
-conflicts=('virtinst')
-replaces=('virtinst')
-install=virt-manager.install
-source=("http://virt-manager.et.redhat.com/download/sources/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('e23b8d2a7623b4e8e256c25735f332c8')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i 's#bin/python#bin/python2#' virt-*
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python2 setup.py build
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python2 setup.py install --root "$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: virt-manager/repos/community-any/PKGBUILD (from rev 105823, 
virt-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-15 21:20:50 UTC (rev 105824)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Jonathan Wiersma 
+
+pkgname=virt-manager
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="Desktop user interface for managing virtual machines"
+arch=('any')
+url="http://virt-manager.et.redhat.com";
+license=('GPL')
+depends=('dbus-python' 'libvirt' 'libxml2' 'gtk-vnc' 'rarian'
+ 'gconf' 'yajl' 'librsvg' 'python2' 'python2-gconf' 'libuser'
+ 'python2-ipy' 'newt-syrup' 'openbsd-netcat' 'x11-ssh-askpass'
+ 'gnome-icon-theme' 'graphite' 'python2-ipaddr' 'spice-gtk3'
+ 'libvirt-glib' 'python2-gobject' 'urlgrabber' 'vte3'
+ 'libvirt-python')
+makedepends=('gnome-doc-utils' 'intltool>=0.35.0')
+conflicts=('virtinst')
+replaces=('virtinst')
+install=virt-manager.install
+source=("http://virt-manager.et.redhat.com/download/sources/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('8a0585de48d8060a5394aae912342c95')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i 's#bin/python#bin/python2#' virt-*
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python2 setup.py install --root "$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: virt-manager.install
===
--- virt-manager.install2014-02-15 21:20:33 UTC (rev 105823)
+++ virt-manager.install2014-02-15 21:20:50 UTC (rev 105824)
@@ -1,23 +0,0 @@
-post_install() {
-   [ -x usr/bin/update-desktop-database ] && update-desktop-database -q
-   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-   glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-pre_upgrade() {
-   pre_remove $1
-}
-
-post_upgrade() {
-   post_install $1
-}
-
-pre_remove() {
-   rm -f /usr/share/virt-manager/virtManager/*.pyc || true
-}
-
-post_remove() {
-   [ -x usr/bin/update-desktop-database ] && update-desktop-database -q
-   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-   glib-compile-schemas usr/share/glib-2.0/schemas
-}

Copied: virt-manager/repos/community-any/virt-manager.install (from rev 105823, 
virt-manager/trunk/virt-manager.install)
===
--- virt-manager.install(rev 0)
+++ virt-manager.install2014-02-15 21:20:50 UTC (rev 105824)
@@ -0,0 +1,23 @@
+post_install() {
+   [ -x usr/bin/update-desktop-database ] && update-desktop-database -q
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+   glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+pre_upgrade() {
+  

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

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 22:20:33
  Author: spupykin
Revision: 105823

upgpkg: virt-manager 1.0.0-1

upd

Modified:
  virt-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-15 20:51:51 UTC (rev 105822)
+++ PKGBUILD2014-02-15 21:20:33 UTC (rev 105823)
@@ -3,8 +3,8 @@
 # Contributor: Jonathan Wiersma 
 
 pkgname=virt-manager
-pkgver=0.10.0
-pkgrel=4
+pkgver=1.0.0
+pkgrel=1
 pkgdesc="Desktop user interface for managing virtual machines"
 arch=('any')
 url="http://virt-manager.et.redhat.com";
@@ -20,7 +20,7 @@
 replaces=('virtinst')
 install=virt-manager.install
 
source=("http://virt-manager.et.redhat.com/download/sources/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('e23b8d2a7623b4e8e256c25735f332c8')
+md5sums=('8a0585de48d8060a5394aae912342c95')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"



[arch-commits] Commit in dolphin-emu/repos/community-i686 (6 files)

2014-02-15 Thread Jakob Gruber
Date: Saturday, February 15, 2014 @ 21:51:45
  Author: schuay
Revision: 105821

archrelease: copy trunk to community-i686

Added:
  dolphin-emu/repos/community-i686/Dolphin_Logo.png
(from rev 105820, dolphin-emu/trunk/Dolphin_Logo.png)
  dolphin-emu/repos/community-i686/PKGBUILD
(from rev 105820, dolphin-emu/trunk/PKGBUILD)
  dolphin-emu/repos/community-i686/dolphin-emu.desktop
(from rev 105820, dolphin-emu/trunk/dolphin-emu.desktop)
Deleted:
  dolphin-emu/repos/community-i686/Dolphin_Logo.png
  dolphin-emu/repos/community-i686/PKGBUILD
  dolphin-emu/repos/community-i686/dolphin-emu.desktop

-+
 PKGBUILD|   86 +-
 dolphin-emu.desktop |   22 ++--
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: Dolphin_Logo.png
===
(Binary files differ)

Copied: dolphin-emu/repos/community-i686/Dolphin_Logo.png (from rev 105820, 
dolphin-emu/trunk/Dolphin_Logo.png)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-15 20:50:16 UTC (rev 105820)
+++ PKGBUILD2014-02-15 20:51:45 UTC (rev 105821)
@@ -1,43 +0,0 @@
-# Maintainer: schuay 
-# Contributor: Jeremy Newton (Mystro256)
-
-pkgname=dolphin-emu
-pkgver=4.0.2
-pkgrel=2
-epoch=1
-pkgdesc='A Gamecube / Wii / Triforce emulator'
-arch=('i686' 'x86_64')
-url='http://dolphin-emu.org'
-license=('GPL2')
-
-makedepends=('cmake' 'git' 'opencl-headers')
-depends=('bluez-libs' 'ffmpeg' 'glew' 'libao' 'miniupnpc' 'openal' 'portaudio' 
'sdl2' 'soundtouch' 'wxgtk')
-optdepends=('pulseaudio: PulseAudio backend')
-
-source=("${pkgname%-*}::git+https://code.google.com/p/dolphin-emu/#tag=${pkgver}";
-'dolphin-emu.desktop'
-'Dolphin_Logo.png')
-
-# TODO: Drop the custom icon and .desktop file, apparently dolphin ships these 
now.
-
-build() {
-  cd "${srcdir}/${pkgname%-*}"
-
-  mkdir build && cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr 
-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-2.9
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname%-*}/build"
-
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 "${srcdir}/dolphin-emu.desktop" \
- "${pkgdir}/usr/share/applications/dolphin-emu.desktop"
-  install -Dm644 "${srcdir}/Dolphin_Logo.png" 
"${pkgdir}/usr/share/pixmaps/dolphin-emu.png"
-}
-
-md5sums=('SKIP'
- 'feed4580c2e6bfbc7f6c67dad861daae'
- 'd15c51f547b4bd47e510faac40bcc9d6')

Copied: dolphin-emu/repos/community-i686/PKGBUILD (from rev 105820, 
dolphin-emu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-15 20:51:45 UTC (rev 105821)
@@ -0,0 +1,43 @@
+# Maintainer: schuay 
+# Contributor: Jeremy Newton (Mystro256)
+
+pkgname=dolphin-emu
+pkgver=4.0.2
+pkgrel=3
+epoch=1
+pkgdesc='A Gamecube / Wii / Triforce emulator'
+arch=('i686' 'x86_64')
+url='http://dolphin-emu.org'
+license=('GPL2')
+
+makedepends=('cmake' 'git' 'opencl-headers')
+depends=('bluez-libs' 'ffmpeg' 'glew' 'libao' 'miniupnpc' 'openal' 'portaudio' 
'sdl2' 'soundtouch' 'wxgtk')
+optdepends=('pulseaudio: PulseAudio backend')
+
+source=("${pkgname%-*}::git+https://code.google.com/p/dolphin-emu/#tag=${pkgver}";
+'dolphin-emu.desktop'
+'Dolphin_Logo.png')
+
+# TODO: Drop the custom icon and .desktop file, apparently dolphin ships these 
now.
+
+build() {
+  cd "${srcdir}/${pkgname%-*}"
+
+  mkdir build && cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr 
-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-2.9
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname%-*}/build"
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 "${srcdir}/dolphin-emu.desktop" \
+ "${pkgdir}/usr/share/applications/dolphin-emu.desktop"
+  install -Dm644 "${srcdir}/Dolphin_Logo.png" 
"${pkgdir}/usr/share/pixmaps/dolphin-emu.png"
+}
+
+md5sums=('SKIP'
+ 'feed4580c2e6bfbc7f6c67dad861daae'
+ 'd15c51f547b4bd47e510faac40bcc9d6')

Deleted: dolphin-emu.desktop
===
--- dolphin-emu.desktop 2014-02-15 20:50:16 UTC (rev 105820)
+++ dolphin-emu.desktop 2014-02-15 20:51:45 UTC (rev 105821)
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Type=Application
-Name=Dolphin
-Categories=Game;Emulator;GTK;
-GenericName=GameCube and Wii Emulator
-Comment=An emulator for the GameCube and Wii consoles
-Exec=dolphin-emu
-Icon=dolphin-emu
-StartupNotify=false
-Name[en_US]=Dolphin

Copied: dolphin-emu/repos/community-i686/dolphin-emu.desktop (from rev 105820, 
dolphin-emu/trunk/dolphin-emu.desktop)
===
--- dolphin-emu.desktop (rev 0)
+++ dolphin-emu.desktop 2014-02-15 20:51:45 UTC (rev 105821)
@@ 

[arch-commits] Commit in dolphin-emu/repos/community-x86_64 (6 files)

2014-02-15 Thread Jakob Gruber
Date: Saturday, February 15, 2014 @ 21:51:51
  Author: schuay
Revision: 105822

archrelease: copy trunk to community-x86_64

Added:
  dolphin-emu/repos/community-x86_64/Dolphin_Logo.png
(from rev 105821, dolphin-emu/trunk/Dolphin_Logo.png)
  dolphin-emu/repos/community-x86_64/PKGBUILD
(from rev 105821, dolphin-emu/trunk/PKGBUILD)
  dolphin-emu/repos/community-x86_64/dolphin-emu.desktop
(from rev 105821, dolphin-emu/trunk/dolphin-emu.desktop)
Deleted:
  dolphin-emu/repos/community-x86_64/Dolphin_Logo.png
  dolphin-emu/repos/community-x86_64/PKGBUILD
  dolphin-emu/repos/community-x86_64/dolphin-emu.desktop

-+
 PKGBUILD|   86 +-
 dolphin-emu.desktop |   22 ++--
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: Dolphin_Logo.png
===
(Binary files differ)

Copied: dolphin-emu/repos/community-x86_64/Dolphin_Logo.png (from rev 105821, 
dolphin-emu/trunk/Dolphin_Logo.png)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-15 20:51:45 UTC (rev 105821)
+++ PKGBUILD2014-02-15 20:51:51 UTC (rev 105822)
@@ -1,43 +0,0 @@
-# Maintainer: schuay 
-# Contributor: Jeremy Newton (Mystro256)
-
-pkgname=dolphin-emu
-pkgver=4.0.2
-pkgrel=2
-epoch=1
-pkgdesc='A Gamecube / Wii / Triforce emulator'
-arch=('i686' 'x86_64')
-url='http://dolphin-emu.org'
-license=('GPL2')
-
-makedepends=('cmake' 'git' 'opencl-headers')
-depends=('bluez-libs' 'ffmpeg' 'glew' 'libao' 'miniupnpc' 'openal' 'portaudio' 
'sdl2' 'soundtouch' 'wxgtk')
-optdepends=('pulseaudio: PulseAudio backend')
-
-source=("${pkgname%-*}::git+https://code.google.com/p/dolphin-emu/#tag=${pkgver}";
-'dolphin-emu.desktop'
-'Dolphin_Logo.png')
-
-# TODO: Drop the custom icon and .desktop file, apparently dolphin ships these 
now.
-
-build() {
-  cd "${srcdir}/${pkgname%-*}"
-
-  mkdir build && cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr 
-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-2.9
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname%-*}/build"
-
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 "${srcdir}/dolphin-emu.desktop" \
- "${pkgdir}/usr/share/applications/dolphin-emu.desktop"
-  install -Dm644 "${srcdir}/Dolphin_Logo.png" 
"${pkgdir}/usr/share/pixmaps/dolphin-emu.png"
-}
-
-md5sums=('SKIP'
- 'feed4580c2e6bfbc7f6c67dad861daae'
- 'd15c51f547b4bd47e510faac40bcc9d6')

Copied: dolphin-emu/repos/community-x86_64/PKGBUILD (from rev 105821, 
dolphin-emu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-15 20:51:51 UTC (rev 105822)
@@ -0,0 +1,43 @@
+# Maintainer: schuay 
+# Contributor: Jeremy Newton (Mystro256)
+
+pkgname=dolphin-emu
+pkgver=4.0.2
+pkgrel=3
+epoch=1
+pkgdesc='A Gamecube / Wii / Triforce emulator'
+arch=('i686' 'x86_64')
+url='http://dolphin-emu.org'
+license=('GPL2')
+
+makedepends=('cmake' 'git' 'opencl-headers')
+depends=('bluez-libs' 'ffmpeg' 'glew' 'libao' 'miniupnpc' 'openal' 'portaudio' 
'sdl2' 'soundtouch' 'wxgtk')
+optdepends=('pulseaudio: PulseAudio backend')
+
+source=("${pkgname%-*}::git+https://code.google.com/p/dolphin-emu/#tag=${pkgver}";
+'dolphin-emu.desktop'
+'Dolphin_Logo.png')
+
+# TODO: Drop the custom icon and .desktop file, apparently dolphin ships these 
now.
+
+build() {
+  cd "${srcdir}/${pkgname%-*}"
+
+  mkdir build && cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr 
-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-2.9
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname%-*}/build"
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 "${srcdir}/dolphin-emu.desktop" \
+ "${pkgdir}/usr/share/applications/dolphin-emu.desktop"
+  install -Dm644 "${srcdir}/Dolphin_Logo.png" 
"${pkgdir}/usr/share/pixmaps/dolphin-emu.png"
+}
+
+md5sums=('SKIP'
+ 'feed4580c2e6bfbc7f6c67dad861daae'
+ 'd15c51f547b4bd47e510faac40bcc9d6')

Deleted: dolphin-emu.desktop
===
--- dolphin-emu.desktop 2014-02-15 20:51:45 UTC (rev 105821)
+++ dolphin-emu.desktop 2014-02-15 20:51:51 UTC (rev 105822)
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Type=Application
-Name=Dolphin
-Categories=Game;Emulator;GTK;
-GenericName=GameCube and Wii Emulator
-Comment=An emulator for the GameCube and Wii consoles
-Exec=dolphin-emu
-Icon=dolphin-emu
-StartupNotify=false
-Name[en_US]=Dolphin

Copied: dolphin-emu/repos/community-x86_64/dolphin-emu.desktop (from rev 
105821, dolphin-emu/trunk/dolphin-emu.desktop)
===
--- dolphin-emu.desktop (rev 0)
+++ dolphin-emu.desktop 2014-02-15 20:51:51 

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

2014-02-15 Thread Jakob Gruber
Date: Saturday, February 15, 2014 @ 21:50:16
  Author: schuay
Revision: 105820

dolphin-emu rebuild

Modified:
  dolphin-emu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-15 20:44:50 UTC (rev 105819)
+++ PKGBUILD2014-02-15 20:50:16 UTC (rev 105820)
@@ -3,7 +3,7 @@
 
 pkgname=dolphin-emu
 pkgver=4.0.2
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc='A Gamecube / Wii / Triforce emulator'
 arch=('i686' 'x86_64')



[arch-commits] Commit in perlio-via-dynamic/repos/community-any (PKGBUILD PKGBUILD)

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:44:50
  Author: spupykin
Revision: 105819

archrelease: copy trunk to community-any

Added:
  perlio-via-dynamic/repos/community-any/PKGBUILD
(from rev 105818, perlio-via-dynamic/trunk/PKGBUILD)
Deleted:
  perlio-via-dynamic/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-15 20:44:42 UTC (rev 105818)
+++ PKGBUILD2014-02-15 20:44:50 UTC (rev 105819)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Charles Mauch 
-
-pkgname=perlio-via-dynamic
-pkgver=0.13
-pkgrel=3
-pkgdesc="Perl/CPAN Module PerlIO::via::dynamic"
-arch=("any")
-url="http://search.cpan.org/dist/PerlIO-via-dynamic";
-license=("GPL" "PerlArtistic")
-source=("http://www.cpan.org/authors/id/C/CL/CLKAO/PerlIO-via-dynamic-$pkgver.tar.gz";)
-md5sums=('3715f57c346f0c185e24fbc8f580b33b')
-
-build() {
-  cd $srcdir/PerlIO-via-dynamic-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perlio-via-dynamic/repos/community-any/PKGBUILD (from rev 105818, 
perlio-via-dynamic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-15 20:44:50 UTC (rev 105819)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Charles Mauch 
+
+pkgname=perlio-via-dynamic
+pkgver=0.14
+pkgrel=1
+pkgdesc="Perl/CPAN Module PerlIO::via::dynamic"
+arch=("any")
+url="http://search.cpan.org/dist/PerlIO-via-dynamic";
+license=("GPL" "PerlArtistic")
+source=("http://search.cpan.org/CPAN/authors/id/A/AL/ALEXMV/PerlIO-via-dynamic-$pkgver.tar.gz";)
+md5sums=('c1f33e4c4612ef7023545f4f94ee7c56')
+
+build() {
+  cd $srcdir/PerlIO-via-dynamic-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/PerlIO-via-dynamic-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



[arch-commits] Commit in perlio-via-dynamic/trunk (PKGBUILD)

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:44:42
  Author: spupykin
Revision: 105818

upgpkg: perlio-via-dynamic 0.14-1

upd

Modified:
  perlio-via-dynamic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-15 20:44:40 UTC (rev 105817)
+++ PKGBUILD2014-02-15 20:44:42 UTC (rev 105818)
@@ -3,14 +3,14 @@
 # Maintainer: Charles Mauch 
 
 pkgname=perlio-via-dynamic
-pkgver=0.13
-pkgrel=3
+pkgver=0.14
+pkgrel=1
 pkgdesc="Perl/CPAN Module PerlIO::via::dynamic"
 arch=("any")
 url="http://search.cpan.org/dist/PerlIO-via-dynamic";
 license=("GPL" "PerlArtistic")
-source=("http://www.cpan.org/authors/id/C/CL/CLKAO/PerlIO-via-dynamic-$pkgver.tar.gz";)
-md5sums=('3715f57c346f0c185e24fbc8f580b33b')
+source=("http://search.cpan.org/CPAN/authors/id/A/AL/ALEXMV/PerlIO-via-dynamic-$pkgver.tar.gz";)
+md5sums=('c1f33e4c4612ef7023545f4f94ee7c56')
 
 build() {
   cd $srcdir/PerlIO-via-dynamic-$pkgver



[arch-commits] Commit in perl-io-all/repos/community-any (PKGBUILD PKGBUILD)

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:44:40
  Author: spupykin
Revision: 105817

archrelease: copy trunk to community-any

Added:
  perl-io-all/repos/community-any/PKGBUILD
(from rev 105816, perl-io-all/trunk/PKGBUILD)
Deleted:
  perl-io-all/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-15 20:44:32 UTC (rev 105816)
+++ PKGBUILD2014-02-15 20:44:40 UTC (rev 105817)
@@ -1,43 +0,0 @@
-# Packager: Justin Davis 
-# $Id$
-
-pkgname=perl-io-all
-pkgver=0.50
-pkgrel=1
-pkgdesc="IO::All of it to Graham and Damian!"
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl>=5.6.1' 'perl-io-string>=1.08')
-url="https://metacpan.org/release/IO-All";
-source=("http://search.cpan.org/CPAN/authors/id/I/IN/INGY/IO-All-${pkgver}.tar.gz";)
-sha1sums=('07cc71d462fba7469f3190df839e9a3c6dd427e3')
-
-build() {
-  export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
-  PERL_AUTOINSTALL=--skipdeps \
-  PERL_MM_OPT="INSTALLDIRS=vendor" \
-  PERL_MB_OPT="--installdirs vendor" \
-  MODULEBUILDRC=/dev/null
-
-  cd "${srcdir}/IO-All-${pkgver}"
-  perl Makefile.PL
-  make
-}
-
-check() {
-  export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-  cd "${srcdir}/IO-All-${pkgver}"
-  make test
-}
-
-package() {
-  cd "${srcdir}/IO-All-${pkgver}"
-  make DESTDIR="$pkgdir" install
-}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-io-all/repos/community-any/PKGBUILD (from rev 105816, 
perl-io-all/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-15 20:44:40 UTC (rev 105817)
@@ -0,0 +1,44 @@
+# Packager: Justin Davis 
+# $Id$
+
+pkgname=perl-io-all
+pkgver=0.57
+pkgrel=1
+pkgdesc="IO::All of it to Graham and Damian!"
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl>=5.6.1' 'perl-io-string>=1.08')
+url="http://search.cpan.org/dist/IO-All/";
+source=("http://search.cpan.org/CPAN/authors/id/F/FR/FREW/IO-All-${pkgver}.tar.gz";)
+sha1sums=('07cc71d462fba7469f3190df839e9a3c6dd427e3')
+sha1sums=('df2d21b3443a41b5915ea09f04192b527ca44cac')
+
+build() {
+  export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps \
+  PERL_MM_OPT="INSTALLDIRS=vendor" \
+  PERL_MB_OPT="--installdirs vendor" \
+  MODULEBUILDRC=/dev/null
+
+  cd "${srcdir}/IO-All-${pkgver}"
+  perl Makefile.PL
+  make
+}
+
+check() {
+  export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+  cd "${srcdir}/IO-All-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/IO-All-${pkgver}"
+  make DESTDIR="$pkgdir" install
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in perl-io-all/trunk (PKGBUILD)

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:44:32
  Author: spupykin
Revision: 105816

upgpkg: perl-io-all 0.57-1

upd

Modified:
  perl-io-all/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-15 20:44:29 UTC (rev 105815)
+++ PKGBUILD2014-02-15 20:44:32 UTC (rev 105816)
@@ -2,7 +2,7 @@
 # $Id$
 
 pkgname=perl-io-all
-pkgver=0.50
+pkgver=0.57
 pkgrel=1
 pkgdesc="IO::All of it to Graham and Damian!"
 arch=(any)
@@ -9,9 +9,10 @@
 license=(PerlArtistic GPL)
 options=(!emptydirs)
 depends=('perl>=5.6.1' 'perl-io-string>=1.08')
-url="https://metacpan.org/release/IO-All";
-source=("http://search.cpan.org/CPAN/authors/id/I/IN/INGY/IO-All-${pkgver}.tar.gz";)
+url="http://search.cpan.org/dist/IO-All/";
+source=("http://search.cpan.org/CPAN/authors/id/F/FR/FREW/IO-All-${pkgver}.tar.gz";)
 sha1sums=('07cc71d462fba7469f3190df839e9a3c6dd427e3')
+sha1sums=('df2d21b3443a41b5915ea09f04192b527ca44cac')
 
 build() {
   export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \



[arch-commits] Commit in perl-class-load/trunk (PKGBUILD)

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:44:04
  Author: spupykin
Revision: 105812

upgpkg: perl-class-load 0.21-1

upd

Modified:
  perl-class-load/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-15 20:35:53 UTC (rev 105811)
+++ PKGBUILD2014-02-15 20:44:04 UTC (rev 105812)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=perl-class-load
-pkgver=0.20
+pkgver=0.21
 pkgrel=1
 pkgdesc="a working (require 'Class::Name') and more"
 arch=('any')
@@ -11,8 +11,8 @@
 options=(!emptydirs)
 depends=('perl' 'perl-module-runtime' 'perl-data-optlist' 
'perl-package-stash>=0.32'
 'perl-try-tiny' 'perl-test-fatal' 'perl-module-implementation')
-source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Class-Load-$pkgver.tar.gz)
-md5sums=('9ccb131338a6cf1318599c08c095cf72')
+source=(http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Class-Load-$pkgver.tar.gz)
+md5sums=('67674318b7b47b519abfd9f16292dc35')
 
 build() {
   cd "${srcdir}/Class-Load-${pkgver}"



[arch-commits] Commit in perl-class-load/repos/community-any (PKGBUILD PKGBUILD)

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:44:13
  Author: spupykin
Revision: 105813

archrelease: copy trunk to community-any

Added:
  perl-class-load/repos/community-any/PKGBUILD
(from rev 105812, perl-class-load/trunk/PKGBUILD)
Deleted:
  perl-class-load/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-15 20:44:04 UTC (rev 105812)
+++ PKGBUILD2014-02-15 20:44:13 UTC (rev 105813)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=perl-class-load
-pkgver=0.20
-pkgrel=1
-pkgdesc="a working (require 'Class::Name') and more"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-url="http://search.cpan.org/dist/Class-Load";
-options=(!emptydirs)
-depends=('perl' 'perl-module-runtime' 'perl-data-optlist' 
'perl-package-stash>=0.32'
-'perl-try-tiny' 'perl-test-fatal' 'perl-module-implementation')
-source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Class-Load-$pkgver.tar.gz)
-md5sums=('9ccb131338a6cf1318599c08c095cf72')
-
-build() {
-  cd "${srcdir}/Class-Load-${pkgver}"
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-#  make test
-  make install DESTDIR=${pkgdir}
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
-}

Copied: perl-class-load/repos/community-any/PKGBUILD (from rev 105812, 
perl-class-load/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-15 20:44:13 UTC (rev 105813)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=perl-class-load
+pkgver=0.21
+pkgrel=1
+pkgdesc="a working (require 'Class::Name') and more"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+url="http://search.cpan.org/dist/Class-Load";
+options=(!emptydirs)
+depends=('perl' 'perl-module-runtime' 'perl-data-optlist' 
'perl-package-stash>=0.32'
+'perl-try-tiny' 'perl-test-fatal' 'perl-module-implementation')
+source=(http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Class-Load-$pkgver.tar.gz)
+md5sums=('67674318b7b47b519abfd9f16292dc35')
+
+build() {
+  cd "${srcdir}/Class-Load-${pkgver}"
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+#  make test
+}
+
+package() {
+  cd "${srcdir}/Class-Load-${pkgver}"
+  make install DESTDIR=${pkgdir}
+  find ${pkgdir} -name perllocal.pod -delete
+  find ${pkgdir} -name .packlist -delete
+}



[arch-commits] Commit in perl-class-methodmaker/repos (4 files)

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:44:29
  Author: spupykin
Revision: 105815

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

Added:
  perl-class-methodmaker/repos/community-i686/PKGBUILD
(from rev 105814, perl-class-methodmaker/trunk/PKGBUILD)
  perl-class-methodmaker/repos/community-x86_64/PKGBUILD
(from rev 105814, perl-class-methodmaker/trunk/PKGBUILD)
Deleted:
  perl-class-methodmaker/repos/community-i686/PKGBUILD
  perl-class-methodmaker/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 2014-02-15 20:44:16 UTC (rev 105814)
+++ community-i686/PKGBUILD 2014-02-15 20:44:29 UTC (rev 105815)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: François Charette 
-
-pkgname=perl-class-methodmaker
-pkgver=2.18
-pkgrel=7
-pkgdesc="Create generic class methods"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/Class-MethodMaker";
-license=('GPL' 'PerlArtistic')
-depends=('perl>=5.10.0')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/S/SC/SCHWIGON/Class-MethodMaker-${pkgver}.tar.gz";)
-md5sums=('99435d78e0a1754b102fe39597c6c3df')
-
-build() {
-  cd  $srcdir/Class-MethodMaker-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor 
-  make
-}
-
-package() {
-  cd  $srcdir/Class-MethodMaker-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-class-methodmaker/repos/community-i686/PKGBUILD (from rev 105814, 
perl-class-methodmaker/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-15 20:44:29 UTC (rev 105815)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: François Charette 
+
+pkgname=perl-class-methodmaker
+pkgver=2.20
+pkgrel=1
+pkgdesc="Create generic class methods"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/Class-MethodMaker";
+license=('GPL' 'PerlArtistic')
+depends=('perl>=5.10.0')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/S/SC/SCHWIGON/class-methodmaker/Class-MethodMaker-${pkgver}.tar.gz";)
+md5sums=('6ff22acb19ebfccaa9de07c7d4358129')
+
+build() {
+  cd  $srcdir/Class-MethodMaker-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor 
+  make
+}
+
+package() {
+  cd  $srcdir/Class-MethodMaker-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-02-15 20:44:16 UTC (rev 105814)
+++ community-x86_64/PKGBUILD   2014-02-15 20:44:29 UTC (rev 105815)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: François Charette 
-
-pkgname=perl-class-methodmaker
-pkgver=2.18
-pkgrel=7
-pkgdesc="Create generic class methods"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/Class-MethodMaker";
-license=('GPL' 'PerlArtistic')
-depends=('perl>=5.10.0')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/S/SC/SCHWIGON/Class-MethodMaker-${pkgver}.tar.gz";)
-md5sums=('99435d78e0a1754b102fe39597c6c3df')
-
-build() {
-  cd  $srcdir/Class-MethodMaker-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor 
-  make
-}
-
-package() {
-  cd  $srcdir/Class-MethodMaker-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-class-methodmaker/repos/community-x86_64/PKGBUILD (from rev 
105814, perl-class-methodmaker/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-02-15 20:44:29 UTC (rev 105815)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: François Charette 
+
+pkgname=perl-class-methodmaker
+pkgver=2.20
+pkgrel=1
+pkgdesc="Create generic class methods"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/Class-MethodMaker";
+license=('GPL' 'PerlArtistic')
+depends=('perl>=5.10.0')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/S/SC/SCHWIGON/class-methodmaker/Class-MethodMaker-${pkgver}.tar.gz";)
+md5sums=('6ff22acb19ebfccaa9de07c7d4358129')
+
+build() {
+  cd  $srcdir/Class-MethodMaker-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor 
+  make
+}
+
+package() {
+  cd  $srcdir/Class-MethodMaker-$pkg

[arch-commits] Commit in perl-class-methodmaker/trunk (PKGBUILD)

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:44:16
  Author: spupykin
Revision: 105814

upgpkg: perl-class-methodmaker 2.20-1

upd

Modified:
  perl-class-methodmaker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-15 20:44:13 UTC (rev 105813)
+++ PKGBUILD2014-02-15 20:44:16 UTC (rev 105814)
@@ -3,8 +3,8 @@
 # Contributor: François Charette 
 
 pkgname=perl-class-methodmaker
-pkgver=2.18
-pkgrel=7
+pkgver=2.20
+pkgrel=1
 pkgdesc="Create generic class methods"
 arch=('i686' 'x86_64')
 url="http://search.cpan.org/dist/Class-MethodMaker";
@@ -11,8 +11,8 @@
 license=('GPL' 'PerlArtistic')
 depends=('perl>=5.10.0')
 options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/S/SC/SCHWIGON/Class-MethodMaker-${pkgver}.tar.gz";)
-md5sums=('99435d78e0a1754b102fe39597c6c3df')
+source=("http://search.cpan.org/CPAN/authors/id/S/SC/SCHWIGON/class-methodmaker/Class-MethodMaker-${pkgver}.tar.gz";)
+md5sums=('6ff22acb19ebfccaa9de07c7d4358129')
 
 build() {
   cd  $srcdir/Class-MethodMaker-$pkgver



[arch-commits] Commit in perl-xml-writer/repos/community-any (PKGBUILD PKGBUILD)

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:35:53
  Author: spupykin
Revision: 105811

archrelease: copy trunk to community-any

Added:
  perl-xml-writer/repos/community-any/PKGBUILD
(from rev 105810, perl-xml-writer/trunk/PKGBUILD)
Deleted:
  perl-xml-writer/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-15 20:35:45 UTC (rev 105810)
+++ PKGBUILD2014-02-15 20:35:53 UTC (rev 105811)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Justin Davis 
-# Contributor: François Charette 
-
-pkgname=perl-xml-writer
-pkgver=0.623
-pkgrel=1
-pkgdesc="Module for writing XML documents"
-arch=('any')
-url="http://search.cpan.org/dist/XML-Writer";
-license=('custom')
-depends=('perl')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/J/JO/JOSEPHW/XML-Writer-$pkgver.tar.gz)
-md5sums=('5109b43ee8cb6c5bb12cb13dce7e80af')
-
-build() {
-  cd XML-Writer-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd XML-Writer-$pkgver
-  make test
-}
-
-package() {
-  cd  XML-Writer-$pkgver
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: perl-xml-writer/repos/community-any/PKGBUILD (from rev 105810, 
perl-xml-writer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-15 20:35:53 UTC (rev 105811)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Justin Davis 
+# Contributor: François Charette 
+
+pkgname=perl-xml-writer
+pkgver=0.624
+pkgrel=1
+pkgdesc="Module for writing XML documents"
+arch=('any')
+url="http://search.cpan.org/dist/XML-Writer";
+license=('custom')
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/J/JO/JOSEPHW/XML-Writer-$pkgver.tar.gz)
+md5sums=('ac797a3f49b837f39131240869b9d789')
+
+build() {
+  cd XML-Writer-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd XML-Writer-$pkgver
+  make test
+}
+
+package() {
+  cd  XML-Writer-$pkgver
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:35:45
  Author: spupykin
Revision: 105810

upgpkg: perl-xml-writer 0.624-1

upd

Modified:
  perl-xml-writer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-15 20:35:42 UTC (rev 105809)
+++ PKGBUILD2014-02-15 20:35:45 UTC (rev 105810)
@@ -3,7 +3,7 @@
 # Contributor: François Charette 
 
 pkgname=perl-xml-writer
-pkgver=0.623
+pkgver=0.624
 pkgrel=1
 pkgdesc="Module for writing XML documents"
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('perl')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/J/JO/JOSEPHW/XML-Writer-$pkgver.tar.gz)
-md5sums=('5109b43ee8cb6c5bb12cb13dce7e80af')
+md5sums=('ac797a3f49b837f39131240869b9d789')
 
 build() {
   cd XML-Writer-$pkgver



[arch-commits] Commit in perl-xml-sax-writer/repos/community-any (PKGBUILD PKGBUILD)

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:35:42
  Author: spupykin
Revision: 105809

archrelease: copy trunk to community-any

Added:
  perl-xml-sax-writer/repos/community-any/PKGBUILD
(from rev 105808, perl-xml-sax-writer/trunk/PKGBUILD)
Deleted:
  perl-xml-sax-writer/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-15 20:35:34 UTC (rev 105808)
+++ PKGBUILD2014-02-15 20:35:42 UTC (rev 105809)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Ondrej Kucera 
-
-pkgname=perl-xml-sax-writer
-pkgver=0.53
-pkgrel=2
-pkgdesc="XML-SAX-Writer perl module (SAX2 writer)"
-arch=("any")
-url="http://search.cpan.org/dist/XML-SAX-Writer/";
-license=("PerlArtistic")
-depends=('perl' 'perl-text-iconv' 'perl-xml-filter-buffertext')
-options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/P/PE/PERIGRIN/XML-SAX-Writer-$pkgver.tar.gz)
-md5sums=('afc83cdc49ccc8a7ad72911b2a0bcfbe')
-
-build() {
-  cd $srcdir/XML-SAX-Writer-${pkgver}
-  # Install module into the vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-  make test
-  make DESTDIR=$pkgdir install
-
-  # Remove .packlist and perllocal.pod files.
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name 'perllocal.pod' -delete
-}

Copied: perl-xml-sax-writer/repos/community-any/PKGBUILD (from rev 105808, 
perl-xml-sax-writer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-15 20:35:42 UTC (rev 105809)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Ondrej Kucera 
+
+pkgname=perl-xml-sax-writer
+pkgver=0.54
+pkgrel=1
+pkgdesc="XML-SAX-Writer perl module (SAX2 writer)"
+arch=("any")
+url="http://search.cpan.org/dist/XML-SAX-Writer/";
+license=("PerlArtistic")
+depends=('perl' 'perl-text-iconv' 'perl-xml-filter-buffertext')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/P/PE/PERIGRIN/XML-SAX-Writer-$pkgver.tar.gz)
+md5sums=('383139d76418a82b9800dc4f8b568891')
+
+build() {
+  cd $srcdir/XML-SAX-Writer-${pkgver}
+  # Install module into the vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+  make test
+}
+
+package() {
+  cd $srcdir/XML-SAX-Writer-${pkgver}
+  make DESTDIR=$pkgdir install
+
+  # Remove .packlist and perllocal.pod files.
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name 'perllocal.pod' -delete
+}



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

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:35:34
  Author: spupykin
Revision: 105808

upgpkg: perl-xml-sax-writer 0.54-1

upd

Modified:
  perl-xml-sax-writer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-15 20:35:31 UTC (rev 105807)
+++ PKGBUILD2014-02-15 20:35:34 UTC (rev 105808)
@@ -3,8 +3,8 @@
 # Contributor: Ondrej Kucera 
 
 pkgname=perl-xml-sax-writer
-pkgver=0.53
-pkgrel=2
+pkgver=0.54
+pkgrel=1
 pkgdesc="XML-SAX-Writer perl module (SAX2 writer)"
 arch=("any")
 url="http://search.cpan.org/dist/XML-SAX-Writer/";
@@ -12,7 +12,7 @@
 depends=('perl' 'perl-text-iconv' 'perl-xml-filter-buffertext')
 options=(!emptydirs)
 
source=(http://search.cpan.org/CPAN/authors/id/P/PE/PERIGRIN/XML-SAX-Writer-$pkgver.tar.gz)
-md5sums=('afc83cdc49ccc8a7ad72911b2a0bcfbe')
+md5sums=('383139d76418a82b9800dc4f8b568891')
 
 build() {
   cd $srcdir/XML-SAX-Writer-${pkgver}



[arch-commits] Commit in perl-tree-dag-node/repos/community-any (PKGBUILD PKGBUILD)

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:35:11
  Author: spupykin
Revision: 105803

archrelease: copy trunk to community-any

Added:
  perl-tree-dag-node/repos/community-any/PKGBUILD
(from rev 105802, perl-tree-dag-node/trunk/PKGBUILD)
Deleted:
  perl-tree-dag-node/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-15 20:34:57 UTC (rev 105802)
+++ PKGBUILD2014-02-15 20:35:11 UTC (rev 105803)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgname=perl-tree-dag-node
-pkgver=1.19
-pkgrel=1
-pkgdesc="base class for trees"
-arch=('any')
-url="http://search.cpan.org/dist/Tree-DAG_Node";
-license=('GPL' 'PerlArtistic')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/R/RS/RSAVAGE/Tree-DAG_Node-$pkgver.tgz)
-md5sums=('7733321a4e4bfa94876bdbc3354e92ab')
-
-build() {
-  cd  $srcdir/Tree-DAG_Node-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  $srcdir/Tree-DAG_Node-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-tree-dag-node/repos/community-any/PKGBUILD (from rev 105802, 
perl-tree-dag-node/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-15 20:35:11 UTC (rev 105803)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgname=perl-tree-dag-node
+pkgver=1.22
+pkgrel=1
+pkgdesc="base class for trees"
+arch=('any')
+url="http://search.cpan.org/dist/Tree-DAG_Node";
+license=('GPL' 'PerlArtistic')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/R/RS/RSAVAGE/Tree-DAG_Node-$pkgver.tgz)
+md5sums=('71ab3d930767e2c849b51d805965977b')
+
+build() {
+  cd  $srcdir/Tree-DAG_Node-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/Tree-DAG_Node-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



[arch-commits] Commit in perl-universal-can/trunk (PKGBUILD)

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:35:13
  Author: spupykin
Revision: 105804

upgpkg: perl-universal-can 1.20140124-1

upd

Modified:
  perl-universal-can/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-15 20:35:11 UTC (rev 105803)
+++ PKGBUILD2014-02-15 20:35:13 UTC (rev 105804)
@@ -4,7 +4,7 @@
 # Contributor: François Charette 
 
 pkgname=perl-universal-can
-pkgver=1.20120726
+pkgver=1.20140124
 pkgrel=1
 pkgdesc="Hack around people calling UNIVERSAL::can() as a function"
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('perl>=5.10.0')
 options=('!emptydirs')
 
source=(http://www.cpan.org/authors/id/C/CH/CHROMATIC/UNIVERSAL-can-$pkgver.tar.gz)
-md5sums=('6fd9ece12720615f9f081073dc2aedbb')
+md5sums=('e712691ee6b04c9f690aacbed3ec415c')
 
 build() {
   cd  $srcdir/UNIVERSAL-can-$pkgver



[arch-commits] Commit in perl-test-base/repos/community-any (PKGBUILD PKGBUILD)

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:34:43
  Author: spupykin
Revision: 105799

archrelease: copy trunk to community-any

Added:
  perl-test-base/repos/community-any/PKGBUILD
(from rev 105798, perl-test-base/trunk/PKGBUILD)
Deleted:
  perl-test-base/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-15 20:34:35 UTC (rev 105798)
+++ PKGBUILD2014-02-15 20:34:43 UTC (rev 105799)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Francois Charette 
-
-pkgname=perl-test-base
-pkgver=0.60
-pkgrel=1
-pkgdesc="A Data Driven Testing Framework"
-arch=('any')
-url="http://search.cpan.org/dist/Test-Base";
-license=('GPL' 'PerlArtistic')
-depends=('perl-spiffy>=0.30')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/I/IN/INGY/Test-Base-$pkgver.tar.gz)
-md5sums=('7d839807da66d69db32fc4b22994f9e4')
-
-build() {
-  cd  $srcdir/Test-Base-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-test-base/repos/community-any/PKGBUILD (from rev 105798, 
perl-test-base/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-15 20:34:43 UTC (rev 105799)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Francois Charette 
+
+pkgname=perl-test-base
+pkgver=0.62
+pkgrel=1
+pkgdesc="A Data Driven Testing Framework"
+arch=('any')
+url="http://search.cpan.org/dist/Test-Base";
+license=('GPL' 'PerlArtistic')
+depends=('perl-spiffy>=0.30')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/I/IN/INGY/Test-Base-$pkgver.tar.gz)
+md5sums=('c5b06043b2441d9787533575d6f5e798')
+
+build() {
+  cd  $srcdir/Test-Base-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/Test-Base-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



[arch-commits] Commit in perl-test-trap/repos/community-any (PKGBUILD PKGBUILD)

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:34:54
  Author: spupykin
Revision: 105801

archrelease: copy trunk to community-any

Added:
  perl-test-trap/repos/community-any/PKGBUILD
(from rev 105800, perl-test-trap/trunk/PKGBUILD)
Deleted:
  perl-test-trap/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-15 20:34:46 UTC (rev 105800)
+++ PKGBUILD2014-02-15 20:34:54 UTC (rev 105801)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgname=perl-test-trap
-pkgver=0.2.2
-pkgrel=2
-pkgdesc='Trap exit codes, exceptions, output, etc.'
-arch=('any')
-url="https://metacpan.org/release/Test-Trap";
-license=('PerlArtistic' 'GPL')
-depends=('perl' 'perl-data-dump' 'perl-test-tester')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/E/EB/EBHANSSEN/Test-Trap-v$pkgver.tar.gz";)
-sha1sums=('2342990b5a96e751cdcea839efcc79a2f2223f3e')
-
-build() {
-  cd Test-Trap-v$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Test-Trap-v$pkgver
-  make test
-}
-
-package() {
-  cd Test-Trap-v$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-test-trap/repos/community-any/PKGBUILD (from rev 105800, 
perl-test-trap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-15 20:34:54 UTC (rev 105801)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+
+pkgname=perl-test-trap
+pkgver=0.2.3
+pkgrel=1
+pkgdesc='Trap exit codes, exceptions, output, etc.'
+arch=('any')
+url="https://metacpan.org/release/Test-Trap";
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-data-dump' 'perl-test-tester')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/E/EB/EBHANSSEN/Test-Trap-v$pkgver.tar.gz";)
+sha1sums=('2342990b5a96e751cdcea839efcc79a2f2223f3e')
+sha1sums=('38c4c6936973463c14daf7f1eac926d5b9da20f6')
+
+build() {
+  cd Test-Trap-v$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test-Trap-v$pkgver
+  make test
+}
+
+package() {
+  cd Test-Trap-v$pkgver
+  make DESTDIR="$pkgdir" install
+}



[arch-commits] Commit in perl-universal-can/repos/community-any (PKGBUILD PKGBUILD)

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:35:21
  Author: spupykin
Revision: 105805

archrelease: copy trunk to community-any

Added:
  perl-universal-can/repos/community-any/PKGBUILD
(from rev 105804, perl-universal-can/trunk/PKGBUILD)
Deleted:
  perl-universal-can/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-15 20:35:13 UTC (rev 105804)
+++ PKGBUILD2014-02-15 20:35:21 UTC (rev 105805)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
-# Contributor: François Charette 
-
-pkgname=perl-universal-can
-pkgver=1.20120726
-pkgrel=1
-pkgdesc="Hack around people calling UNIVERSAL::can() as a function"
-arch=('any')
-url="http://search.cpan.org/dist/UNIVERSAL-can";
-license=('GPL' 'PerlArtistic')
-depends=('perl>=5.10.0')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/C/CH/CHROMATIC/UNIVERSAL-can-$pkgver.tar.gz)
-md5sums=('6fd9ece12720615f9f081073dc2aedbb')
-
-build() {
-  cd  $srcdir/UNIVERSAL-can-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  $srcdir/UNIVERSAL-can-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-universal-can/repos/community-any/PKGBUILD (from rev 105804, 
perl-universal-can/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-15 20:35:21 UTC (rev 105805)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
+# Contributor: François Charette 
+
+pkgname=perl-universal-can
+pkgver=1.20140124
+pkgrel=1
+pkgdesc="Hack around people calling UNIVERSAL::can() as a function"
+arch=('any')
+url="http://search.cpan.org/dist/UNIVERSAL-can";
+license=('GPL' 'PerlArtistic')
+depends=('perl>=5.10.0')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/C/CH/CHROMATIC/UNIVERSAL-can-$pkgver.tar.gz)
+md5sums=('e712691ee6b04c9f690aacbed3ec415c')
+
+build() {
+  cd  $srcdir/UNIVERSAL-can-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/UNIVERSAL-can-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



[arch-commits] Commit in perl-xml-sax-expat/repos/community-any (4 files)

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:35:31
  Author: spupykin
Revision: 105807

archrelease: copy trunk to community-any

Added:
  perl-xml-sax-expat/repos/community-any/PKGBUILD
(from rev 105806, perl-xml-sax-expat/trunk/PKGBUILD)
  perl-xml-sax-expat/repos/community-any/perl-xml-sax-expat.install
(from rev 105806, perl-xml-sax-expat/trunk/perl-xml-sax-expat.install)
Deleted:
  perl-xml-sax-expat/repos/community-any/PKGBUILD
  perl-xml-sax-expat/repos/community-any/perl-xml-sax-expat.install

+
 PKGBUILD   |   56 +--
 perl-xml-sax-expat.install |   24 +-
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-15 20:35:24 UTC (rev 105806)
+++ PKGBUILD2014-02-15 20:35:31 UTC (rev 105807)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Francois Charette 
-
-pkgname=perl-xml-sax-expat
-pkgver=0.50
-pkgrel=1
-pkgdesc="SAX2 Driver for Expat (XML::Parser) "
-arch=('any')
-url="http://search.cpan.org/dist/XML-SAX-Expat";
-license=('GPL' 'PerlArtistic')
-depends=('perl-xml-namespacesupport' 'perlxml' 'perl-xml-sax')
-install=perl-xml-sax-expat.install
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/B/BJ/BJOERN/XML-SAX-Expat-$pkgver.tar.gz)
-md5sums=('e737722d70944c9ee54208692c17a10e')
-
-build() {
-  cd  $srcdir/XML-SAX-Expat-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor 
-  make 
-}
-package(){
-  cd  $srcdir/XML-SAX-Expat-$pkgver
-  make pure_install doc_install DESTDIR=$pkgdir 
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-xml-sax-expat/repos/community-any/PKGBUILD (from rev 105806, 
perl-xml-sax-expat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-15 20:35:31 UTC (rev 105807)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Francois Charette 
+
+pkgname=perl-xml-sax-expat
+pkgver=0.51
+pkgrel=1
+pkgdesc="SAX2 Driver for Expat (XML::Parser) "
+arch=('any')
+url="http://search.cpan.org/dist/XML-SAX-Expat";
+license=('GPL' 'PerlArtistic')
+depends=('perl-xml-namespacesupport' 'perlxml' 'perl-xml-sax')
+install=perl-xml-sax-expat.install
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/B/BJ/BJOERN/XML-SAX-Expat-$pkgver.tar.gz)
+md5sums=('74c540095d84e3f054d1f8703a73ef76')
+
+build() {
+  cd  $srcdir/XML-SAX-Expat-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor 
+  make 
+}
+package(){
+  cd  $srcdir/XML-SAX-Expat-$pkgver
+  make pure_install doc_install DESTDIR=$pkgdir 
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}

Deleted: perl-xml-sax-expat.install
===
--- perl-xml-sax-expat.install  2014-02-15 20:35:24 UTC (rev 105806)
+++ perl-xml-sax-expat.install  2014-02-15 20:35:31 UTC (rev 105807)
@@ -1,12 +0,0 @@
-post_install() {
-if [ ! -r /usr/lib/perl5/site_perl/current/XML/SAX/ParserDetails.ini ]; then
-perl -MXML::SAX -e 
"XML::SAX->add_parser(q(XML::SAX::Expat))->save_parsers()"
-fi
-}
-
-post_upgrade() {
-if [ ! -r /usr/lib/perl5/site_perl/current/XML/SAX/ParserDetails.ini ]; then 
-perl -MXML::SAX -e 
"XML::SAX->add_parser(q(XML::SAX::Expat))->save_parsers()"
-fi
-}
-

Copied: perl-xml-sax-expat/repos/community-any/perl-xml-sax-expat.install (from 
rev 105806, perl-xml-sax-expat/trunk/perl-xml-sax-expat.install)
===
--- perl-xml-sax-expat.install  (rev 0)
+++ perl-xml-sax-expat.install  2014-02-15 20:35:31 UTC (rev 105807)
@@ -0,0 +1,12 @@
+post_install() {
+if [ ! -r /usr/lib/perl5/site_perl/current/XML/SAX/ParserDetails.ini ]; then
+perl -MXML::SAX -e 
"XML::SAX->add_parser(q(XML::SAX::Expat))->save_parsers()"
+fi
+}
+
+post_upgrade() {
+if [ ! -r /usr/lib/perl5/site_perl/current/XML/SAX/ParserDetails.ini ]; then 
+perl -MXML::SAX -e 
"XML::SAX->add_parser(q(XML::SAX::Expat))->save_parsers()"
+fi
+}
+



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

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:35:24
  Author: spupykin
Revision: 105806

upgpkg: perl-xml-sax-expat 0.51-1

upd

Modified:
  perl-xml-sax-expat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-15 20:35:21 UTC (rev 105805)
+++ PKGBUILD2014-02-15 20:35:24 UTC (rev 105806)
@@ -3,7 +3,7 @@
 # Contributor: Francois Charette 
 
 pkgname=perl-xml-sax-expat
-pkgver=0.50
+pkgver=0.51
 pkgrel=1
 pkgdesc="SAX2 Driver for Expat (XML::Parser) "
 arch=('any')
@@ -13,7 +13,7 @@
 install=perl-xml-sax-expat.install
 options=('!emptydirs')
 
source=(http://www.cpan.org/authors/id/B/BJ/BJOERN/XML-SAX-Expat-$pkgver.tar.gz)
-md5sums=('e737722d70944c9ee54208692c17a10e')
+md5sums=('74c540095d84e3f054d1f8703a73ef76')
 
 build() {
   cd  $srcdir/XML-SAX-Expat-$pkgver



[arch-commits] Commit in perl-test-base/trunk (PKGBUILD)

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:34:35
  Author: spupykin
Revision: 105798

upgpkg: perl-test-base 0.62-1

upd

Modified:
  perl-test-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-15 20:34:32 UTC (rev 105797)
+++ PKGBUILD2014-02-15 20:34:35 UTC (rev 105798)
@@ -3,7 +3,7 @@
 # Contributor: Francois Charette 
 
 pkgname=perl-test-base
-pkgver=0.60
+pkgver=0.62
 pkgrel=1
 pkgdesc="A Data Driven Testing Framework"
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('perl-spiffy>=0.30')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/I/IN/INGY/Test-Base-$pkgver.tar.gz)
-md5sums=('7d839807da66d69db32fc4b22994f9e4')
+md5sums=('c5b06043b2441d9787533575d6f5e798')
 
 build() {
   cd  $srcdir/Test-Base-$pkgver



[arch-commits] Commit in perl-test-trap/trunk (PKGBUILD)

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:34:46
  Author: spupykin
Revision: 105800

upgpkg: perl-test-trap 0.2.3-1

upd

Modified:
  perl-test-trap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-15 20:34:43 UTC (rev 105799)
+++ PKGBUILD2014-02-15 20:34:46 UTC (rev 105800)
@@ -2,8 +2,8 @@
 # Maintainer:
 
 pkgname=perl-test-trap
-pkgver=0.2.2
-pkgrel=2
+pkgver=0.2.3
+pkgrel=1
 pkgdesc='Trap exit codes, exceptions, output, etc.'
 arch=('any')
 url="https://metacpan.org/release/Test-Trap";
@@ -12,6 +12,7 @@
 options=('!emptydirs')
 
source=("http://search.cpan.org/CPAN/authors/id/E/EB/EBHANSSEN/Test-Trap-v$pkgver.tar.gz";)
 sha1sums=('2342990b5a96e751cdcea839efcc79a2f2223f3e')
+sha1sums=('38c4c6936973463c14daf7f1eac926d5b9da20f6')
 
 build() {
   cd Test-Trap-v$pkgver



[arch-commits] Commit in perl-tree-dag-node/trunk (PKGBUILD)

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:34:57
  Author: spupykin
Revision: 105802

upgpkg: perl-tree-dag-node 1.22-1

upd

Modified:
  perl-tree-dag-node/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-15 20:34:54 UTC (rev 105801)
+++ PKGBUILD2014-02-15 20:34:57 UTC (rev 105802)
@@ -3,7 +3,7 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=perl-tree-dag-node
-pkgver=1.19
+pkgver=1.22
 pkgrel=1
 pkgdesc="base class for trees"
 arch=('any')
@@ -11,7 +11,7 @@
 license=('GPL' 'PerlArtistic')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/R/RS/RSAVAGE/Tree-DAG_Node-$pkgver.tgz)
-md5sums=('7733321a4e4bfa94876bdbc3354e92ab')
+md5sums=('71ab3d930767e2c849b51d805965977b')
 
 build() {
   cd  $srcdir/Tree-DAG_Node-$pkgver



[arch-commits] Commit in perl-locale-maketext-lexicon/trunk (PKGBUILD)

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:33:37
  Author: spupykin
Revision: 105788

upgpkg: perl-locale-maketext-lexicon 0.99-1

upd

Modified:
  perl-locale-maketext-lexicon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-15 20:33:34 UTC (rev 105787)
+++ PKGBUILD2014-02-15 20:33:37 UTC (rev 105788)
@@ -3,7 +3,7 @@
 # Contributor: Charles Mauch 
 
 pkgname=perl-locale-maketext-lexicon
-pkgver=0.96
+pkgver=0.99
 pkgrel=1
 pkgdesc="Perl/CPAN Module Locale::Maketext::Lexicon : Use other catalog 
formats in Maketext"
 arch=(any)
@@ -12,7 +12,7 @@
 license=("GPL" "PerlArtistic")
 options=(!emptydirs)
 
source=("http://search.cpan.org/CPAN/authors/id/D/DR/DRTECH/Locale-Maketext-Lexicon-$pkgver.tar.gz";)
-md5sums=('7b88febfd5bdbb2ed9e2ea197b7f0148')
+md5sums=('c88e75b607a424c04613765cebb5')
 
 build() {
   cd $srcdir/Locale-Maketext-Lexicon-$pkgver



[arch-commits] Commit in perl-string-crc32/trunk (PKGBUILD)

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:34:19
  Author: spupykin
Revision: 105796

upgpkg: perl-string-crc32 1.5-1

upd

Modified:
  perl-string-crc32/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-15 20:34:16 UTC (rev 105795)
+++ PKGBUILD2014-02-15 20:34:19 UTC (rev 105796)
@@ -3,8 +3,8 @@
 # Maintainer: Charles Mauch 
 
 pkgname=perl-string-crc32
-pkgver=1.4
-pkgrel=9
+pkgver=1.5
+pkgrel=1
 pkgdesc="Perl/CPAN Module String::CRC32 : ZMODEMlike CRC32 generation"
 arch=("i686" "x86_64")
 url="http://search.cpan.org/dist/String-CRC32";
@@ -11,7 +11,7 @@
 license=("GPL" "PerlArtistic")
 options=('!emptydirs')
 
source=("http://www.cpan.org/authors/id/S/SO/SOENKE/String-CRC32-${pkgver}.tar.gz";)
-md5sums=('9b241bc4a482a3aa59fbb1429bc30546')
+md5sums=('3a9516454722823bd7965d1128d53869')
 
 build() {
   cd String-CRC32-${pkgver}



[arch-commits] Commit in perl-string-crc32/repos (4 files)

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:34:32
  Author: spupykin
Revision: 105797

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

Added:
  perl-string-crc32/repos/community-i686/PKGBUILD
(from rev 105796, perl-string-crc32/trunk/PKGBUILD)
  perl-string-crc32/repos/community-x86_64/PKGBUILD
(from rev 105796, perl-string-crc32/trunk/PKGBUILD)
Deleted:
  perl-string-crc32/repos/community-i686/PKGBUILD
  perl-string-crc32/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 2014-02-15 20:34:19 UTC (rev 105796)
+++ community-i686/PKGBUILD 2014-02-15 20:34:32 UTC (rev 105797)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Charles Mauch 
-
-pkgname=perl-string-crc32
-pkgver=1.4
-pkgrel=9
-pkgdesc="Perl/CPAN Module String::CRC32 : ZMODEMlike CRC32 generation"
-arch=("i686" "x86_64")
-url="http://search.cpan.org/dist/String-CRC32";
-license=("GPL" "PerlArtistic")
-options=('!emptydirs')
-source=("http://www.cpan.org/authors/id/S/SO/SOENKE/String-CRC32-${pkgver}.tar.gz";)
-md5sums=('9b241bc4a482a3aa59fbb1429bc30546')
-
-build() {
-  cd String-CRC32-${pkgver}
-
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-
-  make
-}
-
-package() {
-  cd String-CRC32-${pkgver}
-
-  make pure_install doc_install DESTDIR=${pkgdir}
-
-  find ${pkgdir} -name '.packlist' -delete
-  find ${pkgdir} -name '*.pod' -delete
-}

Copied: perl-string-crc32/repos/community-i686/PKGBUILD (from rev 105796, 
perl-string-crc32/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-15 20:34:32 UTC (rev 105797)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Charles Mauch 
+
+pkgname=perl-string-crc32
+pkgver=1.5
+pkgrel=1
+pkgdesc="Perl/CPAN Module String::CRC32 : ZMODEMlike CRC32 generation"
+arch=("i686" "x86_64")
+url="http://search.cpan.org/dist/String-CRC32";
+license=("GPL" "PerlArtistic")
+options=('!emptydirs')
+source=("http://www.cpan.org/authors/id/S/SO/SOENKE/String-CRC32-${pkgver}.tar.gz";)
+md5sums=('3a9516454722823bd7965d1128d53869')
+
+build() {
+  cd String-CRC32-${pkgver}
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+
+  make
+}
+
+package() {
+  cd String-CRC32-${pkgver}
+
+  make pure_install doc_install DESTDIR=${pkgdir}
+
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-02-15 20:34:19 UTC (rev 105796)
+++ community-x86_64/PKGBUILD   2014-02-15 20:34:32 UTC (rev 105797)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Charles Mauch 
-
-pkgname=perl-string-crc32
-pkgver=1.4
-pkgrel=9
-pkgdesc="Perl/CPAN Module String::CRC32 : ZMODEMlike CRC32 generation"
-arch=("i686" "x86_64")
-url="http://search.cpan.org/dist/String-CRC32";
-license=("GPL" "PerlArtistic")
-options=('!emptydirs')
-source=("http://www.cpan.org/authors/id/S/SO/SOENKE/String-CRC32-${pkgver}.tar.gz";)
-md5sums=('9b241bc4a482a3aa59fbb1429bc30546')
-
-build() {
-  cd String-CRC32-${pkgver}
-
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-
-  make
-}
-
-package() {
-  cd String-CRC32-${pkgver}
-
-  make pure_install doc_install DESTDIR=${pkgdir}
-
-  find ${pkgdir} -name '.packlist' -delete
-  find ${pkgdir} -name '*.pod' -delete
-}

Copied: perl-string-crc32/repos/community-x86_64/PKGBUILD (from rev 105796, 
perl-string-crc32/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-02-15 20:34:32 UTC (rev 105797)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Charles Mauch 
+
+pkgname=perl-string-crc32
+pkgver=1.5
+pkgrel=1
+pkgdesc="Perl/CPAN Module String::CRC32 : ZMODEMlike CRC32 generation"
+arch=("i686" "x86_64")
+url="http://search.cpan.org/dist/String-CRC32";
+license=("GPL" "PerlArtistic")
+options=('!emptydirs')
+source=("http://www.cpan.org/authors/id/S/SO/SOENKE/String-CRC32-${pkgver}.tar.gz";)
+md5sums=('3a9516454722823bd7965d1128d53869')
+
+build() {
+  cd String-CRC32-${pkgver}
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+
+  make
+}
+
+package() {
+  cd String-CRC32-${pkgver}
+
+  make pure_install doc_install DESTDIR=${pkgdir}
+
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}



[arch-commits] Commit in perl-path-class/repos/community-any (PKGBUILD PKGBUILD)

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:34:06
  Author: spupykin
Revision: 105793

archrelease: copy trunk to community-any

Added:
  perl-path-class/repos/community-any/PKGBUILD
(from rev 105792, perl-path-class/trunk/PKGBUILD)
Deleted:
  perl-path-class/repos/community-any/PKGBUILD

--+
 PKGBUILD |   96 ++---
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-15 20:33:58 UTC (rev 105792)
+++ PKGBUILD2014-02-15 20:34:06 UTC (rev 105793)
@@ -1,48 +0,0 @@
-# Packager: Justin "juster" Davis 
-# $Id$
-
-pkgname=perl-path-class
-pkgver=0.32
-pkgrel=1
-pkgdesc="Cross-platform path specification manipulation"
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl')
-url="http://search.cpan.org/dist/Path-Class";
-source=("http://search.cpan.org/CPAN/authors/id/K/KW/KWILLIAMS/Path-Class-${pkgver}.tar.gz";)
-md5sums=('c3f3bacb17cbefd4f5b47159445415f8')
-
-build()
-(
-export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT="INSTALLDIRS=vendor" \
-  PERL_MB_OPT="--installdirs vendor" \
-  MODULEBUILDRC=/dev/null
-
-cd Path-Class-${pkgver}
-/usr/bin/perl Build.PL
-./Build
-)
-
-check()
-(
-export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-cd Path-Class-${pkgver}
-./Build test
-)
-
-package() {
-export PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
-  PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" 
-
-cd Path-Class-${pkgver}
-./Build install
-}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-path-class/repos/community-any/PKGBUILD (from rev 105792, 
perl-path-class/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-15 20:34:06 UTC (rev 105793)
@@ -0,0 +1,48 @@
+# Packager: Justin "juster" Davis 
+# $Id$
+
+pkgname=perl-path-class
+pkgver=0.33
+pkgrel=1
+pkgdesc="Cross-platform path specification manipulation"
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl')
+url="http://search.cpan.org/dist/Path-Class";
+source=("http://search.cpan.org/CPAN/authors/id/K/KW/KWILLIAMS/Path-Class-${pkgver}.tar.gz";)
+md5sums=('bac152fffe772252bbcfc2f15dc3bb34')
+
+build()
+(
+export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor" \
+  PERL_MB_OPT="--installdirs vendor" \
+  MODULEBUILDRC=/dev/null
+
+cd Path-Class-${pkgver}
+/usr/bin/perl Build.PL
+./Build
+)
+
+check()
+(
+export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+cd Path-Class-${pkgver}
+./Build test
+)
+
+package() {
+export PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
+  PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" 
+
+cd Path-Class-${pkgver}
+./Build install
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:



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

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:34:16
  Author: spupykin
Revision: 105795

archrelease: copy trunk to community-any

Added:
  perl-poe/repos/community-any/PKGBUILD
(from rev 105794, perl-poe/trunk/PKGBUILD)
Deleted:
  perl-poe/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-15 20:34:08 UTC (rev 105794)
+++ PKGBUILD2014-02-15 20:34:16 UTC (rev 105795)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: François Charette 
-
-pkgname=perl-poe
-pkgver=1.356
-pkgrel=2
-pkgdesc="portable multitasking and networking framework for Perl "
-arch=(any)
-url="http://search.cpan.org/dist/POE";
-license=('GPL' 'PerlArtistic')
-depends=('perl>=5.10.0' 'perl-io-tty>=1.08' 'perl-io-pipely')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-$pkgver.tar.gz)
-md5sums=('287f75fb2ae59fb9de16abfdca01baae')
-
-build() {
-  cd  $srcdir/POE-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  $srcdir/POE-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-poe/repos/community-any/PKGBUILD (from rev 105794, 
perl-poe/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-15 20:34:16 UTC (rev 105795)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: François Charette 
+
+pkgname=perl-poe
+pkgver=1.358
+pkgrel=1
+pkgdesc="portable multitasking and networking framework for Perl "
+arch=(any)
+url="http://search.cpan.org/dist/POE";
+license=('GPL' 'PerlArtistic')
+depends=('perl>=5.10.0' 'perl-io-tty>=1.08' 'perl-io-pipely')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-$pkgver.tar.gz)
+md5sums=('0fb64ec09c2a2b22bb555a2a0de7d638')
+
+build() {
+  cd  $srcdir/POE-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/POE-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



[arch-commits] Commit in perl-path-class/trunk (PKGBUILD)

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:33:58
  Author: spupykin
Revision: 105792

upgpkg: perl-path-class 0.33-1

upd

Modified:
  perl-path-class/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-15 20:33:55 UTC (rev 105791)
+++ PKGBUILD2014-02-15 20:33:58 UTC (rev 105792)
@@ -2,7 +2,7 @@
 # $Id$
 
 pkgname=perl-path-class
-pkgver=0.32
+pkgver=0.33
 pkgrel=1
 pkgdesc="Cross-platform path specification manipulation"
 arch=(any)
@@ -11,7 +11,7 @@
 depends=('perl')
 url="http://search.cpan.org/dist/Path-Class";
 
source=("http://search.cpan.org/CPAN/authors/id/K/KW/KWILLIAMS/Path-Class-${pkgver}.tar.gz";)
-md5sums=('c3f3bacb17cbefd4f5b47159445415f8')
+md5sums=('bac152fffe772252bbcfc2f15dc3bb34')
 
 build()
 (



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

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:34:08
  Author: spupykin
Revision: 105794

upgpkg: perl-poe 1.358-1

upd

Modified:
  perl-poe/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-15 20:34:06 UTC (rev 105793)
+++ PKGBUILD2014-02-15 20:34:08 UTC (rev 105794)
@@ -3,8 +3,8 @@
 # Contributor: François Charette 
 
 pkgname=perl-poe
-pkgver=1.356
-pkgrel=2
+pkgver=1.358
+pkgrel=1
 pkgdesc="portable multitasking and networking framework for Perl "
 arch=(any)
 url="http://search.cpan.org/dist/POE";
@@ -12,7 +12,7 @@
 depends=('perl>=5.10.0' 'perl-io-tty>=1.08' 'perl-io-pipely')
 options=('!emptydirs')
 source=(http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-$pkgver.tar.gz)
-md5sums=('287f75fb2ae59fb9de16abfdca01baae')
+md5sums=('0fb64ec09c2a2b22bb555a2a0de7d638')
 
 build() {
   cd  $srcdir/POE-$pkgver



[arch-commits] Commit in perl-lingua-en-numbers/repos/community-any (2 files)

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:33:34
  Author: spupykin
Revision: 105787

archrelease: copy trunk to community-any

Added:
  perl-lingua-en-numbers/repos/community-any/PKGBUILD
(from rev 105786, perl-lingua-en-numbers/trunk/PKGBUILD)
Deleted:
  perl-lingua-en-numbers/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-15 20:33:26 UTC (rev 105786)
+++ PKGBUILD2014-02-15 20:33:34 UTC (rev 105787)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Allan McRae 
-# Contributor: François Charette 
-
-pkgname=perl-lingua-en-numbers
-pkgver=1.05
-pkgrel=1
-pkgdesc="Turn 407 into four hundred and seven, etc."
-arch=('any')
-url="http://search.cpan.org/dist/Lingua-EN-Numbers";
-license=('GPL' 'PerlArtistic')
-depends=('perl>=5.10.0')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/N/NE/NEILB/Lingua-EN-Numbers-$pkgver.tar.gz)
-md5sums=('49eef759d5295c60fe8444a6d0ef4d8c')
-
-build() {
-  cd  $srcdir/Lingua-EN-Numbers-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  $srcdir/Lingua-EN-Numbers-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-lingua-en-numbers/repos/community-any/PKGBUILD (from rev 105786, 
perl-lingua-en-numbers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-15 20:33:34 UTC (rev 105787)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Allan McRae 
+# Contributor: François Charette 
+
+pkgname=perl-lingua-en-numbers
+pkgver=1.06
+pkgrel=1
+pkgdesc="Turn 407 into four hundred and seven, etc."
+arch=('any')
+url="http://search.cpan.org/dist/Lingua-EN-Numbers";
+license=('GPL' 'PerlArtistic')
+depends=('perl>=5.10.0')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/N/NE/NEILB/Lingua-EN-Numbers-$pkgver.tar.gz)
+md5sums=('9a84e14fea6eacd2cbf1355b93f6c6a0')
+
+build() {
+  cd  $srcdir/Lingua-EN-Numbers-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/Lingua-EN-Numbers-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



[arch-commits] Commit in perl-locale-maketext-lexicon/repos/community-any (4 files)

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:33:44
  Author: spupykin
Revision: 105789

archrelease: copy trunk to community-any

Added:
  perl-locale-maketext-lexicon/repos/community-any/ChangeLog
(from rev 105788, perl-locale-maketext-lexicon/trunk/ChangeLog)
  perl-locale-maketext-lexicon/repos/community-any/PKGBUILD
(from rev 105788, perl-locale-maketext-lexicon/trunk/PKGBUILD)
Deleted:
  perl-locale-maketext-lexicon/repos/community-any/ChangeLog
  perl-locale-maketext-lexicon/repos/community-any/PKGBUILD

---+
 ChangeLog |   14 +++---
 PKGBUILD  |   56 
 2 files changed, 35 insertions(+), 35 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2014-02-15 20:33:37 UTC (rev 105788)
+++ ChangeLog   2014-02-15 20:33:44 UTC (rev 105789)
@@ -1,7 +0,0 @@
-2010-05-25 Angel Velasquez 
-   * Updated PKGBUILD (removed || return 1 and added package function)
-   * bump release to 0.86
-   * Deleted empty directories on the pkg
-
-2007-07-29 Georg Grabler (STiAT) 
-* Version bump to 0.64

Copied: perl-locale-maketext-lexicon/repos/community-any/ChangeLog (from rev 
105788, perl-locale-maketext-lexicon/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2014-02-15 20:33:44 UTC (rev 105789)
@@ -0,0 +1,7 @@
+2010-05-25 Angel Velasquez 
+   * Updated PKGBUILD (removed || return 1 and added package function)
+   * bump release to 0.86
+   * Deleted empty directories on the pkg
+
+2007-07-29 Georg Grabler (STiAT) 
+* Version bump to 0.64

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-15 20:33:37 UTC (rev 105788)
+++ PKGBUILD2014-02-15 20:33:44 UTC (rev 105789)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Charles Mauch 
-
-pkgname=perl-locale-maketext-lexicon
-pkgver=0.96
-pkgrel=1
-pkgdesc="Perl/CPAN Module Locale::Maketext::Lexicon : Use other catalog 
formats in Maketext"
-arch=(any)
-depends=(perl)
-url="http://search.cpan.org/dist/Locale-Maketext-Lexicon";
-license=("GPL" "PerlArtistic")
-options=(!emptydirs)
-source=("http://search.cpan.org/CPAN/authors/id/D/DR/DRTECH/Locale-Maketext-Lexicon-$pkgver.tar.gz";)
-md5sums=('7b88febfd5bdbb2ed9e2ea197b7f0148')
-
-build() {
-  cd $srcdir/Locale-Maketext-Lexicon-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd $srcdir/Locale-Maketext-Lexicon-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-locale-maketext-lexicon/repos/community-any/PKGBUILD (from rev 
105788, perl-locale-maketext-lexicon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-15 20:33:44 UTC (rev 105789)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Charles Mauch 
+
+pkgname=perl-locale-maketext-lexicon
+pkgver=0.99
+pkgrel=1
+pkgdesc="Perl/CPAN Module Locale::Maketext::Lexicon : Use other catalog 
formats in Maketext"
+arch=(any)
+depends=(perl)
+url="http://search.cpan.org/dist/Locale-Maketext-Lexicon";
+license=("GPL" "PerlArtistic")
+options=(!emptydirs)
+source=("http://search.cpan.org/CPAN/authors/id/D/DR/DRTECH/Locale-Maketext-Lexicon-$pkgver.tar.gz";)
+md5sums=('c88e75b607a424c04613765cebb5')
+
+build() {
+  cd $srcdir/Locale-Maketext-Lexicon-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/Locale-Maketext-Lexicon-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



[arch-commits] Commit in perl-net-imap-simple/repos/community-any (PKGBUILD PKGBUILD)

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:33:55
  Author: spupykin
Revision: 105791

archrelease: copy trunk to community-any

Added:
  perl-net-imap-simple/repos/community-any/PKGBUILD
(from rev 105790, perl-net-imap-simple/trunk/PKGBUILD)
Deleted:
  perl-net-imap-simple/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-15 20:33:47 UTC (rev 105790)
+++ PKGBUILD2014-02-15 20:33:55 UTC (rev 105791)
@@ -1,26 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=perl-net-imap-simple
-pkgver=1.2203
-pkgrel=1
-pkgdesc="Net::IMAP::Simple - a simple IMAP access library"
-arch=(any)
-license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/Net-IMAP-Simple/";
-depends=('perl>=5.10.0')
-options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/J/JE/JETTERO/Net-IMAP-Simple-${pkgver}.tar.gz)
-md5sums=('9697aa4197aa8bedda506904fa0b1a6e')
-
-build() {
-  cd $srcdir/Net-IMAP-Simple-${pkgver}
-  yes n | perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd $srcdir/Net-IMAP-Simple-${pkgver}
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name perllocal.pod -delete
-  find $pkgdir -name .packlist -delete
-}

Copied: perl-net-imap-simple/repos/community-any/PKGBUILD (from rev 105790, 
perl-net-imap-simple/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-15 20:33:55 UTC (rev 105791)
@@ -0,0 +1,26 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=perl-net-imap-simple
+pkgver=1.2204
+pkgrel=1
+pkgdesc="Net::IMAP::Simple - a simple IMAP access library"
+arch=(any)
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/Net-IMAP-Simple/";
+depends=('perl>=5.10.0')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/J/JE/JETTERO/Net-IMAP-Simple-${pkgver}.tar.gz)
+md5sums=('addb27081d85150edd68f3436a072ec8')
+
+build() {
+  cd $srcdir/Net-IMAP-Simple-${pkgver}
+  yes n | perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/Net-IMAP-Simple-${pkgver}
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name perllocal.pod -delete
+  find $pkgdir -name .packlist -delete
+}



[arch-commits] Commit in perl-net-imap-simple/trunk (PKGBUILD)

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:33:47
  Author: spupykin
Revision: 105790

upgpkg: perl-net-imap-simple 1.2204-1

upd

Modified:
  perl-net-imap-simple/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-15 20:33:44 UTC (rev 105789)
+++ PKGBUILD2014-02-15 20:33:47 UTC (rev 105790)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=perl-net-imap-simple
-pkgver=1.2203
+pkgver=1.2204
 pkgrel=1
 pkgdesc="Net::IMAP::Simple - a simple IMAP access library"
 arch=(any)
@@ -10,7 +10,7 @@
 depends=('perl>=5.10.0')
 options=(!emptydirs)
 
source=(http://search.cpan.org/CPAN/authors/id/J/JE/JETTERO/Net-IMAP-Simple-${pkgver}.tar.gz)
-md5sums=('9697aa4197aa8bedda506904fa0b1a6e')
+md5sums=('addb27081d85150edd68f3436a072ec8')
 
 build() {
   cd $srcdir/Net-IMAP-Simple-${pkgver}



[arch-commits] Commit in perl-lingua-en-numbers/trunk (PKGBUILD)

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:33:26
  Author: spupykin
Revision: 105786

upgpkg: perl-lingua-en-numbers 1.06-1

upd

Modified:
  perl-lingua-en-numbers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-15 20:33:23 UTC (rev 105785)
+++ PKGBUILD2014-02-15 20:33:26 UTC (rev 105786)
@@ -4,7 +4,7 @@
 # Contributor: François Charette 
 
 pkgname=perl-lingua-en-numbers
-pkgver=1.05
+pkgver=1.06
 pkgrel=1
 pkgdesc="Turn 407 into four hundred and seven, etc."
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('perl>=5.10.0')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/N/NE/NEILB/Lingua-EN-Numbers-$pkgver.tar.gz)
-md5sums=('49eef759d5295c60fe8444a6d0ef4d8c')
+md5sums=('9a84e14fea6eacd2cbf1355b93f6c6a0')
 
 build() {
   cd  $srcdir/Lingua-EN-Numbers-$pkgver



[arch-commits] Commit in perl-http-lite/repos/community-any (PKGBUILD PKGBUILD)

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:33:12
  Author: spupykin
Revision: 105783

archrelease: copy trunk to community-any

Added:
  perl-http-lite/repos/community-any/PKGBUILD
(from rev 105782, perl-http-lite/trunk/PKGBUILD)
Deleted:
  perl-http-lite/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-15 20:33:04 UTC (rev 105782)
+++ PKGBUILD2014-02-15 20:33:12 UTC (rev 105783)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Charles Mauch 
-
-pkgname=perl-http-lite
-pkgver=2.42
-pkgrel=1
-pkgdesc="Perl/CPAN Module HTTP::Lite"
-arch=(any)
-url="http://search.cpan.org/dist/HTTP-Lite";
-license=("GPL" "PerlArtistic")
-options=(!emptydirs)
-source=("http://search.cpan.org/CPAN/authors/id/N/NE/NEILB/HTTP-Lite-$pkgver.tar.gz";)
-md5sums=('238f584fa859582af8355e668624')
-
-build() {
-  cd $srcdir/HTTP-Lite-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd $srcdir/HTTP-Lite-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-http-lite/repos/community-any/PKGBUILD (from rev 105782, 
perl-http-lite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-15 20:33:12 UTC (rev 105783)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Charles Mauch 
+
+pkgname=perl-http-lite
+pkgver=2.43
+pkgrel=1
+pkgdesc="Perl/CPAN Module HTTP::Lite"
+arch=(any)
+url="http://search.cpan.org/dist/HTTP-Lite";
+license=("GPL" "PerlArtistic")
+options=(!emptydirs)
+source=("http://search.cpan.org/CPAN/authors/id/N/NE/NEILB/HTTP-Lite-$pkgver.tar.gz";)
+md5sums=('5d0e96b3841f0f603f93c3e58d692135')
+
+build() {
+  cd $srcdir/HTTP-Lite-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/HTTP-Lite-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



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

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:33:01
  Author: spupykin
Revision: 105781

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

Added:
  perl-gd/repos/community-i686/PKGBUILD
(from rev 105780, perl-gd/trunk/PKGBUILD)
  perl-gd/repos/community-x86_64/PKGBUILD
(from rev 105780, perl-gd/trunk/PKGBUILD)
Deleted:
  perl-gd/repos/community-i686/PKGBUILD
  perl-gd/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 2014-02-15 20:32:48 UTC (rev 105780)
+++ community-i686/PKGBUILD 2014-02-15 20:33:01 UTC (rev 105781)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgname=perl-gd
-pkgver=2.50
-pkgrel=2
-pkgdesc="Interface to Gd Graphics Library"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/GD";
-license=('GPL' 'PerlArtistic')
-depends=('gd')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/L/LD/LDS/GD-$pkgver.tar.gz)
-md5sums=('b2f1e47dfc1c4e4fdda3277f165d36e5')
-
-build() {
-  cd  $srcdir/GD-$pkgver
-  unset CFLAGS
-  unset LDFLAGS
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make CCFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
-}
-package() {
-  cd  $srcdir/GD-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-gd/repos/community-i686/PKGBUILD (from rev 105780, 
perl-gd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-15 20:33:01 UTC (rev 105781)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgname=perl-gd
+pkgver=2.51
+pkgrel=1
+pkgdesc="Interface to Gd Graphics Library"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/GD";
+license=('GPL' 'PerlArtistic')
+depends=('gd')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/L/LD/LDS/GD-$pkgver.tar.gz)
+md5sums=('49ab25536d4708ab10b7f4879d2fbbc8')
+
+build() {
+  cd  $srcdir/GD-$pkgver
+  unset CFLAGS
+  unset LDFLAGS
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make CCFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
+}
+package() {
+  cd  $srcdir/GD-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-02-15 20:32:48 UTC (rev 105780)
+++ community-x86_64/PKGBUILD   2014-02-15 20:33:01 UTC (rev 105781)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgname=perl-gd
-pkgver=2.50
-pkgrel=2
-pkgdesc="Interface to Gd Graphics Library"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/GD";
-license=('GPL' 'PerlArtistic')
-depends=('gd')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/L/LD/LDS/GD-$pkgver.tar.gz)
-md5sums=('b2f1e47dfc1c4e4fdda3277f165d36e5')
-
-build() {
-  cd  $srcdir/GD-$pkgver
-  unset CFLAGS
-  unset LDFLAGS
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make CCFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
-}
-package() {
-  cd  $srcdir/GD-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-gd/repos/community-x86_64/PKGBUILD (from rev 105780, 
perl-gd/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-02-15 20:33:01 UTC (rev 105781)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgname=perl-gd
+pkgver=2.51
+pkgrel=1
+pkgdesc="Interface to Gd Graphics Library"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/GD";
+license=('GPL' 'PerlArtistic')
+depends=('gd')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/L/LD/LDS/GD-$pkgver.tar.gz)
+md5sums=('49ab25536d4708ab10b7f4879d2fbbc8')
+
+build() {
+  cd  $srcdir/GD-$pkgver
+  unset CFLAGS
+  unset LDFLAGS
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make CCFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
+}
+package() {
+  cd  $srcdir/GD-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



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

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:33:15
  Author: spupykin
Revision: 105784

upgpkg: perl-ldap 0.58-1

upd

Modified:
  perl-ldap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-15 20:33:12 UTC (rev 105783)
+++ PKGBUILD2014-02-15 20:33:15 UTC (rev 105784)
@@ -3,7 +3,7 @@
 # Maintainer: Tom K 
 
 pkgname=perl-ldap
-pkgver=0.57
+pkgver=0.58
 pkgrel=1
 pkgdesc="Interface to LDAP Protocol (RFC1777)"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('perl-convert-asn1' 'perl-xml-sax-writer')
 license=("GPL")
 
source=(http://search.cpan.org/CPAN/authors/id/M/MA/MARSCHAP/perl-ldap-$pkgver.tar.gz)
-md5sums=('deff50f0de5d4cf95145765b6edd67d1')
+md5sums=('fbd97cfbe631cc0412a6504fe210b25b')
 
 build() {
   cd  $srcdir/perl-ldap-$pkgver



[arch-commits] Commit in perl-email-mime/trunk (PKGBUILD)

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:32:37
  Author: spupykin
Revision: 105778

upgpkg: perl-email-mime 1.926-1

upd

Modified:
  perl-email-mime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-15 20:32:35 UTC (rev 105777)
+++ PKGBUILD2014-02-15 20:32:37 UTC (rev 105778)
@@ -3,7 +3,7 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=perl-email-mime
-pkgver=1.925
+pkgver=1.926
 pkgrel=1
 pkgdesc="Easy MIME message parsing"
 arch=('any')
@@ -16,7 +16,7 @@
 replaces=("perl-email-mime-creator" "perl-email-mime-modifier")
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/R/RJ/RJBS/Email-MIME-$pkgver.tar.gz)
-md5sums=('5a9a820bd4b2410e490ff876a39e')
+md5sums=('fd8b06d1bf7b8599bdcf808f49908451')
 
 build() {
   cd  $srcdir/Email-MIME-$pkgver



[arch-commits] Commit in perl-email-mime/repos/community-any (PKGBUILD PKGBUILD)

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:32:45
  Author: spupykin
Revision: 105779

archrelease: copy trunk to community-any

Added:
  perl-email-mime/repos/community-any/PKGBUILD
(from rev 105778, perl-email-mime/trunk/PKGBUILD)
Deleted:
  perl-email-mime/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-15 20:32:37 UTC (rev 105778)
+++ PKGBUILD2014-02-15 20:32:45 UTC (rev 105779)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgname=perl-email-mime
-pkgver=1.925
-pkgrel=1
-pkgdesc="Easy MIME message parsing"
-arch=('any')
-url="http://search.cpan.org/dist/Email-MIME";
-license=('GPL' 'PerlArtistic')
-depends=('perl-email-mime-encodings>=1.3' 'perl-mime-types>=1.13'
-'perl-email-simple>=2.003' 'perl-email-mime-contenttype>=1.011'
-'perl-email-messageid')
-provides=("perl-email-mime-creator=$pkgver" "perl-email-mime-modifier=$pkgver")
-replaces=("perl-email-mime-creator" "perl-email-mime-modifier")
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/R/RJ/RJBS/Email-MIME-$pkgver.tar.gz)
-md5sums=('5a9a820bd4b2410e490ff876a39e')
-
-build() {
-  cd  $srcdir/Email-MIME-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package(){
-  cd  $srcdir/Email-MIME-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-email-mime/repos/community-any/PKGBUILD (from rev 105778, 
perl-email-mime/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-15 20:32:45 UTC (rev 105779)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgname=perl-email-mime
+pkgver=1.926
+pkgrel=1
+pkgdesc="Easy MIME message parsing"
+arch=('any')
+url="http://search.cpan.org/dist/Email-MIME";
+license=('GPL' 'PerlArtistic')
+depends=('perl-email-mime-encodings>=1.3' 'perl-mime-types>=1.13'
+'perl-email-simple>=2.003' 'perl-email-mime-contenttype>=1.011'
+'perl-email-messageid')
+provides=("perl-email-mime-creator=$pkgver" "perl-email-mime-modifier=$pkgver")
+replaces=("perl-email-mime-creator" "perl-email-mime-modifier")
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/R/RJ/RJBS/Email-MIME-$pkgver.tar.gz)
+md5sums=('fd8b06d1bf7b8599bdcf808f49908451')
+
+build() {
+  cd  $srcdir/Email-MIME-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package(){
+  cd  $srcdir/Email-MIME-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



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

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:33:23
  Author: spupykin
Revision: 105785

archrelease: copy trunk to community-any

Added:
  perl-ldap/repos/community-any/PKGBUILD
(from rev 105784, perl-ldap/trunk/PKGBUILD)
Deleted:
  perl-ldap/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-15 20:33:15 UTC (rev 105784)
+++ PKGBUILD2014-02-15 20:33:23 UTC (rev 105785)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Tom K 
-
-pkgname=perl-ldap
-pkgver=0.57
-pkgrel=1
-pkgdesc="Interface to LDAP Protocol (RFC1777)"
-arch=('any')
-url="http://search.cpan.org/dist/perl-ldap";
-depends=('perl-convert-asn1' 'perl-xml-sax-writer')
-license=("GPL")
-source=(http://search.cpan.org/CPAN/authors/id/M/MA/MARSCHAP/perl-ldap-$pkgver.tar.gz)
-md5sums=('deff50f0de5d4cf95145765b6edd67d1')
-
-build() {
-  cd  $srcdir/perl-ldap-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  $srcdir/perl-ldap-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-ldap/repos/community-any/PKGBUILD (from rev 105784, 
perl-ldap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-15 20:33:23 UTC (rev 105785)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Tom K 
+
+pkgname=perl-ldap
+pkgver=0.58
+pkgrel=1
+pkgdesc="Interface to LDAP Protocol (RFC1777)"
+arch=('any')
+url="http://search.cpan.org/dist/perl-ldap";
+depends=('perl-convert-asn1' 'perl-xml-sax-writer')
+license=("GPL")
+source=(http://search.cpan.org/CPAN/authors/id/M/MA/MARSCHAP/perl-ldap-$pkgver.tar.gz)
+md5sums=('fbd97cfbe631cc0412a6504fe210b25b')
+
+build() {
+  cd  $srcdir/perl-ldap-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/perl-ldap-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



[arch-commits] Commit in perl-http-lite/trunk (PKGBUILD)

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:33:04
  Author: spupykin
Revision: 105782

upgpkg: perl-http-lite 2.43-1

upd

Modified:
  perl-http-lite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-15 20:33:01 UTC (rev 105781)
+++ PKGBUILD2014-02-15 20:33:04 UTC (rev 105782)
@@ -3,7 +3,7 @@
 # Maintainer: Charles Mauch 
 
 pkgname=perl-http-lite
-pkgver=2.42
+pkgver=2.43
 pkgrel=1
 pkgdesc="Perl/CPAN Module HTTP::Lite"
 arch=(any)
@@ -11,7 +11,7 @@
 license=("GPL" "PerlArtistic")
 options=(!emptydirs)
 
source=("http://search.cpan.org/CPAN/authors/id/N/NE/NEILB/HTTP-Lite-$pkgver.tar.gz";)
-md5sums=('238f584fa859582af8355e668624')
+md5sums=('5d0e96b3841f0f603f93c3e58d692135')
 
 build() {
   cd $srcdir/HTTP-Lite-$pkgver



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

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:32:48
  Author: spupykin
Revision: 105780

upgpkg: perl-gd 2.51-1

upd

Modified:
  perl-gd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-15 20:32:45 UTC (rev 105779)
+++ PKGBUILD2014-02-15 20:32:48 UTC (rev 105780)
@@ -3,8 +3,8 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=perl-gd
-pkgver=2.50
-pkgrel=2
+pkgver=2.51
+pkgrel=1
 pkgdesc="Interface to Gd Graphics Library"
 arch=('i686' 'x86_64')
 url="http://search.cpan.org/dist/GD";
@@ -12,7 +12,7 @@
 depends=('gd')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/L/LD/LDS/GD-$pkgver.tar.gz)
-md5sums=('b2f1e47dfc1c4e4fdda3277f165d36e5')
+md5sums=('49ab25536d4708ab10b7f4879d2fbbc8')
 
 build() {
   cd  $srcdir/GD-$pkgver



[arch-commits] Commit in perl-email-abstract/trunk (PKGBUILD)

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:32:05
  Author: spupykin
Revision: 105772

upgpkg: perl-email-abstract 3.007-1

upd

Modified:
  perl-email-abstract/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-15 20:32:03 UTC (rev 105771)
+++ PKGBUILD2014-02-15 20:32:05 UTC (rev 105772)
@@ -3,7 +3,7 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=perl-email-abstract
-pkgver=3.006
+pkgver=3.007
 pkgrel=1
 pkgdesc="unified interface to mail representations"
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('perl-email-simple>=1.91')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Email-Abstract-$pkgver.tar.gz)
-md5sums=('d0877b6f5b877e204524460721b0733c')
+md5sums=('a1e9d40882ee32cf5e329297aba9e3ed')
 
 build() {
   cd  $srcdir/Email-Abstract-$pkgver



[arch-commits] Commit in perl-email-address/repos/community-any (PKGBUILD PKGBUILD)

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:32:24
  Author: spupykin
Revision: 105775

archrelease: copy trunk to community-any

Added:
  perl-email-address/repos/community-any/PKGBUILD
(from rev 105774, perl-email-address/trunk/PKGBUILD)
Deleted:
  perl-email-address/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-15 20:32:16 UTC (rev 105774)
+++ PKGBUILD2014-02-15 20:32:24 UTC (rev 105775)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgname=perl-email-address
-pkgver=1.900
-pkgrel=1
-pkgdesc="RFC 2822 Address Parsing and Creation "
-arch=('any')
-url="http://search.cpan.org/dist/Email-Address";
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Email-Address-$pkgver.tar.gz";)
-md5sums=('40a76806c7cf5cb8ef65bc80328436b8')
-
-build() {
-  cd  $srcdir/Email-Address-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  $srcdir/Email-Address-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-email-address/repos/community-any/PKGBUILD (from rev 105774, 
perl-email-address/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-15 20:32:24 UTC (rev 105775)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgname=perl-email-address
+pkgver=1.901
+pkgrel=1
+pkgdesc="RFC 2822 Address Parsing and Creation "
+arch=('any')
+url="http://search.cpan.org/dist/Email-Address";
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Email-Address-$pkgver.tar.gz";)
+md5sums=('9ba0cc26b1813315f2e5b71d104f51fb')
+
+build() {
+  cd  $srcdir/Email-Address-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/Email-Address-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



[arch-commits] Commit in perl-email-abstract/repos/community-any (PKGBUILD PKGBUILD)

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:32:13
  Author: spupykin
Revision: 105773

archrelease: copy trunk to community-any

Added:
  perl-email-abstract/repos/community-any/PKGBUILD
(from rev 105772, perl-email-abstract/trunk/PKGBUILD)
Deleted:
  perl-email-abstract/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-15 20:32:05 UTC (rev 105772)
+++ PKGBUILD2014-02-15 20:32:13 UTC (rev 105773)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgname=perl-email-abstract
-pkgver=3.006
-pkgrel=1
-pkgdesc="unified interface to mail representations"
-arch=('any')
-url="http://search.cpan.org/dist/Email-Abstract";
-license=('GPL' 'PerlArtistic')
-depends=('perl-email-simple>=1.91')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Email-Abstract-$pkgver.tar.gz)
-md5sums=('d0877b6f5b877e204524460721b0733c')
-
-build() {
-  cd  $srcdir/Email-Abstract-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  $srcdir/Email-Abstract-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-email-abstract/repos/community-any/PKGBUILD (from rev 105772, 
perl-email-abstract/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-15 20:32:13 UTC (rev 105773)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgname=perl-email-abstract
+pkgver=3.007
+pkgrel=1
+pkgdesc="unified interface to mail representations"
+arch=('any')
+url="http://search.cpan.org/dist/Email-Abstract";
+license=('GPL' 'PerlArtistic')
+depends=('perl-email-simple>=1.91')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Email-Abstract-$pkgver.tar.gz)
+md5sums=('a1e9d40882ee32cf5e329297aba9e3ed')
+
+build() {
+  cd  $srcdir/Email-Abstract-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/Email-Abstract-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



[arch-commits] Commit in perl-email-messageid/trunk (PKGBUILD)

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:32:27
  Author: spupykin
Revision: 105776

upgpkg: perl-email-messageid 1.404-1

upd

Modified:
  perl-email-messageid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-15 20:32:24 UTC (rev 105775)
+++ PKGBUILD2014-02-15 20:32:27 UTC (rev 105776)
@@ -3,8 +3,8 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=perl-email-messageid
-pkgver=1.402
-pkgrel=2
+pkgver=1.404
+pkgrel=1
 pkgdesc="Generate world unique message-ids. "
 arch=('any')
 url="http://search.cpan.org/dist/Email-MessageID";
@@ -12,7 +12,7 @@
 depends=('perl-email-address>=1.80')
 options=('!emptydirs')
 
source=(http://www.cpan.org/authors/id/R/RJ/RJBS/Email-MessageID-$pkgver.tar.gz)
-md5sums=('ceadc7110336fa0de0da5e2c49be8235')
+md5sums=('4dc2f45a665dde29e6f0cf8b94befba9')
 
 build() {
   cd  $srcdir/Email-MessageID-$pkgver



[arch-commits] Commit in perl-device-modem/repos/community-any (PKGBUILD PKGBUILD)

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:32:03
  Author: spupykin
Revision: 105771

archrelease: copy trunk to community-any

Added:
  perl-device-modem/repos/community-any/PKGBUILD
(from rev 105770, perl-device-modem/trunk/PKGBUILD)
Deleted:
  perl-device-modem/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-15 20:31:55 UTC (rev 105770)
+++ PKGBUILD2014-02-15 20:32:03 UTC (rev 105771)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=perl-device-modem
-pkgver=1.56
-pkgrel=2
-pkgdesc="Perl extension to talk to modem devices connected via serial port"
-arch=('any')
-url="http://search.cpan.org/dist/Device-Modem/";
-license=('GPL' 'PerlArtistic')
-depends=('perl-device-serialport')
-makedepends=()
-provides=('perl-device-modem-log-file=2.10.0' 
'perl-device-modem-log-syslog=2.10.0'
- 'perl-device-modem-usrobotics=1.50.0')
-options=(!emptydirs)
-source=("http://search.cpan.org/CPAN/authors/id/C/CO/COSIMO/Device-Modem-$pkgver.tar.gz";)
-md5sums=('a0ec45c3e313bea27ccb476d3b725955')
-
-build() {
-  cd  $srcdir/Device-Modem-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  $srcdir/Device-Modem-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-device-modem/repos/community-any/PKGBUILD (from rev 105770, 
perl-device-modem/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-15 20:32:03 UTC (rev 105771)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=perl-device-modem
+pkgver=1.57
+pkgrel=1
+pkgdesc="Perl extension to talk to modem devices connected via serial port"
+arch=('any')
+url="http://search.cpan.org/dist/Device-Modem/";
+license=('GPL' 'PerlArtistic')
+depends=('perl-device-serialport')
+makedepends=()
+provides=('perl-device-modem-log-file=2.10.0' 
'perl-device-modem-log-syslog=2.10.0'
+ 'perl-device-modem-usrobotics=1.50.0')
+options=(!emptydirs)
+source=("http://search.cpan.org/CPAN/authors/id/C/CO/COSIMO/Device-Modem-$pkgver.tar.gz";)
+md5sums=('3477a29915990b6aad8c977d57e4a068')
+
+build() {
+  cd  $srcdir/Device-Modem-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/Device-Modem-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



[arch-commits] Commit in perl-email-messageid/repos/community-any (PKGBUILD PKGBUILD)

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:32:35
  Author: spupykin
Revision: 105777

archrelease: copy trunk to community-any

Added:
  perl-email-messageid/repos/community-any/PKGBUILD
(from rev 105776, perl-email-messageid/trunk/PKGBUILD)
Deleted:
  perl-email-messageid/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-15 20:32:27 UTC (rev 105776)
+++ PKGBUILD2014-02-15 20:32:35 UTC (rev 105777)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgname=perl-email-messageid
-pkgver=1.402
-pkgrel=2
-pkgdesc="Generate world unique message-ids. "
-arch=('any')
-url="http://search.cpan.org/dist/Email-MessageID";
-license=('GPL' 'PerlArtistic')
-depends=('perl-email-address>=1.80')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/R/RJ/RJBS/Email-MessageID-$pkgver.tar.gz)
-md5sums=('ceadc7110336fa0de0da5e2c49be8235')
-
-build() {
-  cd  $srcdir/Email-MessageID-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-email-messageid/repos/community-any/PKGBUILD (from rev 105776, 
perl-email-messageid/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-15 20:32:35 UTC (rev 105777)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgname=perl-email-messageid
+pkgver=1.404
+pkgrel=1
+pkgdesc="Generate world unique message-ids. "
+arch=('any')
+url="http://search.cpan.org/dist/Email-MessageID";
+license=('GPL' 'PerlArtistic')
+depends=('perl-email-address>=1.80')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/R/RJ/RJBS/Email-MessageID-$pkgver.tar.gz)
+md5sums=('4dc2f45a665dde29e6f0cf8b94befba9')
+
+build() {
+  cd  $srcdir/Email-MessageID-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/Email-MessageID-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



[arch-commits] Commit in perl-email-address/trunk (PKGBUILD)

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:32:16
  Author: spupykin
Revision: 105774

upgpkg: perl-email-address 1.901-1

upd

Modified:
  perl-email-address/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-15 20:32:13 UTC (rev 105773)
+++ PKGBUILD2014-02-15 20:32:16 UTC (rev 105774)
@@ -3,7 +3,7 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=perl-email-address
-pkgver=1.900
+pkgver=1.901
 pkgrel=1
 pkgdesc="RFC 2822 Address Parsing and Creation "
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=("http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Email-Address-$pkgver.tar.gz";)
-md5sums=('40a76806c7cf5cb8ef65bc80328436b8')
+md5sums=('9ba0cc26b1813315f2e5b71d104f51fb')
 
 build() {
   cd  $srcdir/Email-Address-$pkgver



[arch-commits] Commit in perl-device-modem/trunk (PKGBUILD)

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:31:55
  Author: spupykin
Revision: 105770

upgpkg: perl-device-modem 1.57-1

upd

Modified:
  perl-device-modem/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-15 20:31:52 UTC (rev 105769)
+++ PKGBUILD2014-02-15 20:31:55 UTC (rev 105770)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=perl-device-modem
-pkgver=1.56
-pkgrel=2
+pkgver=1.57
+pkgrel=1
 pkgdesc="Perl extension to talk to modem devices connected via serial port"
 arch=('any')
 url="http://search.cpan.org/dist/Device-Modem/";
@@ -14,7 +14,7 @@
  'perl-device-modem-usrobotics=1.50.0')
 options=(!emptydirs)
 
source=("http://search.cpan.org/CPAN/authors/id/C/CO/COSIMO/Device-Modem-$pkgver.tar.gz";)
-md5sums=('a0ec45c3e313bea27ccb476d3b725955')
+md5sums=('3477a29915990b6aad8c977d57e4a068')
 
 build() {
   cd  $srcdir/Device-Modem-$pkgver



[arch-commits] Commit in perl-devel-patchperl/repos/community-any (PKGBUILD PKGBUILD)

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:31:52
  Author: spupykin
Revision: 105769

archrelease: copy trunk to community-any

Added:
  perl-devel-patchperl/repos/community-any/PKGBUILD
(from rev 105768, perl-devel-patchperl/trunk/PKGBUILD)
Deleted:
  perl-devel-patchperl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-15 20:31:44 UTC (rev 105768)
+++ PKGBUILD2014-02-15 20:31:52 UTC (rev 105769)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgname=perl-devel-patchperl
-pkgver=1.14
-pkgrel=1
-pkgdesc="Patch perl source a la Devel::PPPort's buildperl.pl"
-arch=('any')
-url="https://metacpan.org/release/Devel-PatchPerl";
-license=('PerlArtistic' 'GPL')
-depends=('perl' 'perl-file-pushd')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/Devel-PatchPerl-$pkgver.tar.gz";)
-md5sums=('68765a40c06c88c30a86c201eaba7497')
-
-build() {
-  cd Devel-PatchPerl-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Devel-PatchPerl-$pkgver
-  make test
-}
-
-package() {
-  cd Devel-PatchPerl-$pkgver
-  make install DESTDIR="$pkgdir"
-}
-

Copied: perl-devel-patchperl/repos/community-any/PKGBUILD (from rev 105768, 
perl-devel-patchperl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-15 20:31:52 UTC (rev 105769)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+
+pkgname=perl-devel-patchperl
+pkgver=1.16
+pkgrel=1
+pkgdesc="Patch perl source a la Devel::PPPort's buildperl.pl"
+arch=('any')
+url="https://metacpan.org/release/Devel-PatchPerl";
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-file-pushd')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/Devel-PatchPerl-$pkgver.tar.gz";)
+md5sums=('14570881d5930e2d5748f3945b344320')
+
+build() {
+  cd Devel-PatchPerl-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Devel-PatchPerl-$pkgver
+  make test
+}
+
+package() {
+  cd Devel-PatchPerl-$pkgver
+  make install DESTDIR="$pkgdir"
+}
+



[arch-commits] Commit in perl-devel-patchperl/trunk (PKGBUILD)

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:31:44
  Author: spupykin
Revision: 105768

upgpkg: perl-devel-patchperl 1.16-1

upd

Modified:
  perl-devel-patchperl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-15 20:31:41 UTC (rev 105767)
+++ PKGBUILD2014-02-15 20:31:44 UTC (rev 105768)
@@ -2,7 +2,7 @@
 # Maintainer:
 
 pkgname=perl-devel-patchperl
-pkgver=1.14
+pkgver=1.16
 pkgrel=1
 pkgdesc="Patch perl source a la Devel::PPPort's buildperl.pl"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('perl' 'perl-file-pushd')
 options=('!emptydirs')
 
source=("http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/Devel-PatchPerl-$pkgver.tar.gz";)
-md5sums=('68765a40c06c88c30a86c201eaba7497')
+md5sums=('14570881d5930e2d5748f3945b344320')
 
 build() {
   cd Devel-PatchPerl-$pkgver



[arch-commits] Commit in perl-datetime-timezone/repos/community-any (4 files)

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:31:41
  Author: spupykin
Revision: 105767

archrelease: copy trunk to community-any

Added:
  perl-datetime-timezone/repos/community-any/ChangeLog
(from rev 105766, perl-datetime-timezone/trunk/ChangeLog)
  perl-datetime-timezone/repos/community-any/PKGBUILD
(from rev 105766, perl-datetime-timezone/trunk/PKGBUILD)
Deleted:
  perl-datetime-timezone/repos/community-any/ChangeLog
  perl-datetime-timezone/repos/community-any/PKGBUILD

---+
 ChangeLog |   10 +-
 PKGBUILD  |   56 
 2 files changed, 33 insertions(+), 33 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2014-02-15 20:31:34 UTC (rev 105766)
+++ ChangeLog   2014-02-15 20:31:41 UTC (rev 105767)
@@ -1,5 +0,0 @@
-
-2008-01-05  Douglas Soares de Andrade  
-
-   * Updated for x86_64
-

Copied: perl-datetime-timezone/repos/community-any/ChangeLog (from rev 105766, 
perl-datetime-timezone/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2014-02-15 20:31:41 UTC (rev 105767)
@@ -0,0 +1,5 @@
+
+2008-01-05  Douglas Soares de Andrade  
+
+   * Updated for x86_64
+

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-15 20:31:34 UTC (rev 105766)
+++ PKGBUILD2014-02-15 20:31:41 UTC (rev 105767)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: François Charette 
-
-pkgname=perl-datetime-timezone
-pkgver=1.63
-pkgrel=1
-pkgdesc="Time zone object base class and factory "
-arch=(any)
-url="http://search.cpan.org/dist/DateTime-TimeZone";
-license=('GPL' 'PerlArtistic')
-depends=('perl-class-singleton>=1.03' 'perl-params-validate>=0.72' 
'perl-class-load')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-TimeZone-$pkgver.tar.gz)
-md5sums=('df07f1ae5f04d7b6bf4343c85a9b05c6')
-
-build() {
-  cd  $srcdir/DateTime-TimeZone-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  $srcdir/DateTime-TimeZone-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-datetime-timezone/repos/community-any/PKGBUILD (from rev 105766, 
perl-datetime-timezone/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-15 20:31:41 UTC (rev 105767)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: François Charette 
+
+pkgname=perl-datetime-timezone
+pkgver=1.64
+pkgrel=1
+pkgdesc="Time zone object base class and factory "
+arch=(any)
+url="http://search.cpan.org/dist/DateTime-TimeZone";
+license=('GPL' 'PerlArtistic')
+depends=('perl-class-singleton>=1.03' 'perl-params-validate>=0.72' 
'perl-class-load')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-TimeZone-$pkgver.tar.gz)
+md5sums=('5fb202d7622658854904ad53419a5a0d')
+
+build() {
+  cd  $srcdir/DateTime-TimeZone-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/DateTime-TimeZone-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



[arch-commits] Commit in perl-datetime-timezone/trunk (PKGBUILD)

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:31:34
  Author: spupykin
Revision: 105766

upgpkg: perl-datetime-timezone 1.64-1

upd

Modified:
  perl-datetime-timezone/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-15 20:31:31 UTC (rev 105765)
+++ PKGBUILD2014-02-15 20:31:34 UTC (rev 105766)
@@ -3,7 +3,7 @@
 # Contributor: François Charette 
 
 pkgname=perl-datetime-timezone
-pkgver=1.63
+pkgver=1.64
 pkgrel=1
 pkgdesc="Time zone object base class and factory "
 arch=(any)
@@ -12,7 +12,7 @@
 depends=('perl-class-singleton>=1.03' 'perl-params-validate>=0.72' 
'perl-class-load')
 options=('!emptydirs')
 
source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-TimeZone-$pkgver.tar.gz)
-md5sums=('df07f1ae5f04d7b6bf4343c85a9b05c6')
+md5sums=('5fb202d7622658854904ad53419a5a0d')
 
 build() {
   cd  $srcdir/DateTime-TimeZone-$pkgver



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

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:30:37
  Author: spupykin
Revision: 105758

upgpkg: perl-clone 0.36-1

upd

Modified:
  perl-clone/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-15 17:51:12 UTC (rev 105757)
+++ PKGBUILD2014-02-15 20:30:37 UTC (rev 105758)
@@ -3,7 +3,7 @@
 # Contributor: Alex Dioso gmail*com>
 
 pkgname=perl-clone
-pkgver=0.35
+pkgver=0.36
 pkgrel=1
 pkgdesc='Recursive copy of nested objects.'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('perl>=5.10.0')
 options=('!emptydirs')
 
source=("http://search.cpan.org/CPAN/authors/id/G/GA/GARU/Clone-$pkgver.tar.gz";)
-md5sums=('22175ef74a6e5f5604cb74d1e4af456e')
+md5sums=('bb7aeeb66b183f600e5a4ccb941cbc1b')
 
 build() {
   cd  Clone-${pkgver}



[arch-commits] Commit in perl-datetime-set/repos/community-any (PKGBUILD PKGBUILD)

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:31:31
  Author: spupykin
Revision: 105765

archrelease: copy trunk to community-any

Added:
  perl-datetime-set/repos/community-any/PKGBUILD
(from rev 105764, perl-datetime-set/trunk/PKGBUILD)
Deleted:
  perl-datetime-set/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-15 20:31:23 UTC (rev 105764)
+++ PKGBUILD2014-02-15 20:31:31 UTC (rev 105765)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: François Charette 
-
-pkgname=perl-datetime-set
-pkgver=0.33
-pkgrel=1
-pkgdesc="Datetime sets and set math"
-arch=(any)
-url="http://search.cpan.org/dist/DateTime-Set";
-license=('GPL' 'PerlArtistic')
-depends=('perl>=5.10.0' 'perl-set-infinite>=0.59' 'perl-datetime>=0.12')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/F/FG/FGLOCK/DateTime-Set-$pkgver.tar.gz)
-md5sums=('8cfb1921725cda545732256d93a4c0dd')
-
-build() {
-  cd  $srcdir/DateTime-Set-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  $srcdir/DateTime-Set-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-datetime-set/repos/community-any/PKGBUILD (from rev 105764, 
perl-datetime-set/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-15 20:31:31 UTC (rev 105765)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: François Charette 
+
+pkgname=perl-datetime-set
+pkgver=0.3400
+pkgrel=1
+pkgdesc="Datetime sets and set math"
+arch=(any)
+url="http://search.cpan.org/dist/DateTime-Set";
+license=('GPL' 'PerlArtistic')
+depends=('perl>=5.10.0' 'perl-set-infinite>=0.59' 'perl-datetime>=0.12')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/F/FG/FGLOCK/DateTime-Set-$pkgver.tar.gz)
+md5sums=('9142499d535ac5ce2a1d6a0fef0626b3')
+
+build() {
+  cd  $srcdir/DateTime-Set-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/DateTime-Set-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



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

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:31:20
  Author: spupykin
Revision: 105763

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

Added:
  perl-datetime/repos/community-i686/PKGBUILD
(from rev 105762, perl-datetime/trunk/PKGBUILD)
  perl-datetime/repos/community-x86_64/PKGBUILD
(from rev 105762, perl-datetime/trunk/PKGBUILD)
Deleted:
  perl-datetime/repos/community-i686/PKGBUILD
  perl-datetime/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-15 20:31:07 UTC (rev 105762)
+++ community-i686/PKGBUILD 2014-02-15 20:31:20 UTC (rev 105763)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: François Charette 
-
-pkgname=perl-datetime
-pkgver=1.06
-pkgrel=1
-pkgdesc="A complete, easy to use date and time object"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/DateTime";
-license=('GPL' 'PerlArtistic')
-depends=('perl-datetime-timezone>=0.59' 'perl-datetime-locale>=0.41'
-'perl-params-validate>=0.76' 'perl-math-round')
-LC_NUMERIC=C
-provides=("perl-datetime=`printf %.4f $pkgver`")
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
-md5sums=('2d05c0cfa17b4011abb18d75a3e09453')
-
-build() {
-  cd  $srcdir/DateTime-$pkgver
-  perl Build.PL installdirs=vendor destdir="$pkgdir/"
-  ./Build
-}
-
-check() {
-  cd  $srcdir/DateTime-$pkgver
-#  ./Build test
-  true
-}
-
-package() {
-  cd  $srcdir/DateTime-$pkgver
-  ./Build install
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-datetime/repos/community-i686/PKGBUILD (from rev 105762, 
perl-datetime/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-15 20:31:20 UTC (rev 105763)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: François Charette 
+
+pkgname=perl-datetime
+pkgver=1.07
+pkgrel=1
+pkgdesc="A complete, easy to use date and time object"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/DateTime";
+license=('GPL' 'PerlArtistic')
+depends=('perl-datetime-timezone>=0.59' 'perl-datetime-locale>=0.41'
+'perl-params-validate>=0.76' 'perl-math-round')
+LC_NUMERIC=C
+provides=("perl-datetime=`printf %.4f $pkgver`")
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
+md5sums=('2b1745e4f7c0777c02545033588f6394')
+
+build() {
+  cd  $srcdir/DateTime-$pkgver
+  perl Build.PL installdirs=vendor destdir="$pkgdir/"
+  ./Build
+}
+
+check() {
+  cd  $srcdir/DateTime-$pkgver
+#  ./Build test
+  true
+}
+
+package() {
+  cd  $srcdir/DateTime-$pkgver
+  ./Build install
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-02-15 20:31:07 UTC (rev 105762)
+++ community-x86_64/PKGBUILD   2014-02-15 20:31:20 UTC (rev 105763)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: François Charette 
-
-pkgname=perl-datetime
-pkgver=1.06
-pkgrel=1
-pkgdesc="A complete, easy to use date and time object"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/DateTime";
-license=('GPL' 'PerlArtistic')
-depends=('perl-datetime-timezone>=0.59' 'perl-datetime-locale>=0.41'
-'perl-params-validate>=0.76' 'perl-math-round')
-LC_NUMERIC=C
-provides=("perl-datetime=`printf %.4f $pkgver`")
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
-md5sums=('2d05c0cfa17b4011abb18d75a3e09453')
-
-build() {
-  cd  $srcdir/DateTime-$pkgver
-  perl Build.PL installdirs=vendor destdir="$pkgdir/"
-  ./Build
-}
-
-check() {
-  cd  $srcdir/DateTime-$pkgver
-#  ./Build test
-  true
-}
-
-package() {
-  cd  $srcdir/DateTime-$pkgver
-  ./Build install
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-datetime/repos/community-x86_64/PKGBUILD (from rev 105762, 
perl-datetime/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-02-15 20:31:20 UTC (rev 105763)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: François Charette 
+
+pkgname=perl-datetime
+pkgver=1.07
+pkgrel=1
+pkgdesc="A complete, easy to use date and time object"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/DateTime";
+l

[arch-commits] Commit in perl-datetime-set/trunk (PKGBUILD)

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:31:23
  Author: spupykin
Revision: 105764

upgpkg: perl-datetime-set 0.3400-1

upd

Modified:
  perl-datetime-set/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-15 20:31:20 UTC (rev 105763)
+++ PKGBUILD2014-02-15 20:31:23 UTC (rev 105764)
@@ -3,7 +3,7 @@
 # Contributor: François Charette 
 
 pkgname=perl-datetime-set
-pkgver=0.33
+pkgver=0.3400
 pkgrel=1
 pkgdesc="Datetime sets and set math"
 arch=(any)
@@ -12,7 +12,7 @@
 depends=('perl>=5.10.0' 'perl-set-infinite>=0.59' 'perl-datetime>=0.12')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/F/FG/FGLOCK/DateTime-Set-$pkgver.tar.gz)
-md5sums=('8cfb1921725cda545732256d93a4c0dd')
+md5sums=('9142499d535ac5ce2a1d6a0fef0626b3')
 
 build() {
   cd  $srcdir/DateTime-Set-$pkgver



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

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:30:54
  Author: spupykin
Revision: 105759

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

Added:
  perl-clone/repos/community-i686/PKGBUILD
(from rev 105758, perl-clone/trunk/PKGBUILD)
  perl-clone/repos/community-x86_64/PKGBUILD
(from rev 105758, perl-clone/trunk/PKGBUILD)
Deleted:
  perl-clone/repos/community-i686/PKGBUILD
  perl-clone/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 2014-02-15 20:30:37 UTC (rev 105758)
+++ community-i686/PKGBUILD 2014-02-15 20:30:54 UTC (rev 105759)
@@ -1,28 +0,0 @@
-# Maintainer: Thomas Dziedzic < gostrc at gmail >
-# Contributor: François Charette 
-# Contributor: Alex Dioso gmail*com>
-
-pkgname=perl-clone
-pkgver=0.35
-pkgrel=1
-pkgdesc='Recursive copy of nested objects.'
-arch=('i686' 'x86_64')
-url='http://search.cpan.org/~RDF/Clone'
-license=('GPL' 'PerlArtistic')
-depends=('perl>=5.10.0')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/G/GA/GARU/Clone-$pkgver.tar.gz";)
-md5sums=('22175ef74a6e5f5604cb74d1e4af456e')
-
-build() {
-  cd  Clone-${pkgver}
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  Clone-${pkgver}
-  make DESTDIR=${pkgdir} install
-  find ${pkgdir} -name '.packlist' -delete
-  find ${pkgdir} -name '*.pod' -delete
-}

Copied: perl-clone/repos/community-i686/PKGBUILD (from rev 105758, 
perl-clone/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-15 20:30:54 UTC (rev 105759)
@@ -0,0 +1,28 @@
+# Maintainer: Thomas Dziedzic < gostrc at gmail >
+# Contributor: François Charette 
+# Contributor: Alex Dioso gmail*com>
+
+pkgname=perl-clone
+pkgver=0.36
+pkgrel=1
+pkgdesc='Recursive copy of nested objects.'
+arch=('i686' 'x86_64')
+url='http://search.cpan.org/~RDF/Clone'
+license=('GPL' 'PerlArtistic')
+depends=('perl>=5.10.0')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/G/GA/GARU/Clone-$pkgver.tar.gz";)
+md5sums=('bb7aeeb66b183f600e5a4ccb941cbc1b')
+
+build() {
+  cd  Clone-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  Clone-${pkgver}
+  make DESTDIR=${pkgdir} install
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-02-15 20:30:37 UTC (rev 105758)
+++ community-x86_64/PKGBUILD   2014-02-15 20:30:54 UTC (rev 105759)
@@ -1,28 +0,0 @@
-# Maintainer: Thomas Dziedzic < gostrc at gmail >
-# Contributor: François Charette 
-# Contributor: Alex Dioso gmail*com>
-
-pkgname=perl-clone
-pkgver=0.35
-pkgrel=1
-pkgdesc='Recursive copy of nested objects.'
-arch=('i686' 'x86_64')
-url='http://search.cpan.org/~RDF/Clone'
-license=('GPL' 'PerlArtistic')
-depends=('perl>=5.10.0')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/G/GA/GARU/Clone-$pkgver.tar.gz";)
-md5sums=('22175ef74a6e5f5604cb74d1e4af456e')
-
-build() {
-  cd  Clone-${pkgver}
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  Clone-${pkgver}
-  make DESTDIR=${pkgdir} install
-  find ${pkgdir} -name '.packlist' -delete
-  find ${pkgdir} -name '*.pod' -delete
-}

Copied: perl-clone/repos/community-x86_64/PKGBUILD (from rev 105758, 
perl-clone/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-02-15 20:30:54 UTC (rev 105759)
@@ -0,0 +1,28 @@
+# Maintainer: Thomas Dziedzic < gostrc at gmail >
+# Contributor: François Charette 
+# Contributor: Alex Dioso gmail*com>
+
+pkgname=perl-clone
+pkgver=0.36
+pkgrel=1
+pkgdesc='Recursive copy of nested objects.'
+arch=('i686' 'x86_64')
+url='http://search.cpan.org/~RDF/Clone'
+license=('GPL' 'PerlArtistic')
+depends=('perl>=5.10.0')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/G/GA/GARU/Clone-$pkgver.tar.gz";)
+md5sums=('bb7aeeb66b183f600e5a4ccb941cbc1b')
+
+build() {
+  cd  Clone-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  Clone-${pkgver}
+  make DESTDIR=${pkgdir} install
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}



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

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:31:07
  Author: spupykin
Revision: 105762

upgpkg: perl-datetime 1.07-1

upd

Modified:
  perl-datetime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-15 20:31:04 UTC (rev 105761)
+++ PKGBUILD2014-02-15 20:31:07 UTC (rev 105762)
@@ -3,7 +3,7 @@
 # Contributor: François Charette 
 
 pkgname=perl-datetime
-pkgver=1.06
+pkgver=1.07
 pkgrel=1
 pkgdesc="A complete, easy to use date and time object"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 provides=("perl-datetime=`printf %.4f $pkgver`")
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
-md5sums=('2d05c0cfa17b4011abb18d75a3e09453')
+md5sums=('2b1745e4f7c0777c02545033588f6394')
 
 build() {
   cd  $srcdir/DateTime-$pkgver



[arch-commits] Commit in perl-cpan-perl-releases/repos/community-any (2 files)

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:31:04
  Author: spupykin
Revision: 105761

archrelease: copy trunk to community-any

Added:
  perl-cpan-perl-releases/repos/community-any/PKGBUILD
(from rev 105760, perl-cpan-perl-releases/trunk/PKGBUILD)
Deleted:
  perl-cpan-perl-releases/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-15 20:30:56 UTC (rev 105760)
+++ PKGBUILD2014-02-15 20:31:04 UTC (rev 105761)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: 
-
-pkgname=perl-cpan-perl-releases
-pkgver=1.52
-pkgrel=1
-pkgdesc='Mapping Perl releases on CPAN to the location of the tarballs'
-arch=('any')
-url="https://metacpan.org/release/CPAN-Perl-Releases";
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/CPAN-Perl-Releases-$pkgver.tar.gz";)
-md5sums=('1477ba3d1f96264d0b9e5f67befb45ca')
-
-build() {
-  cd CPAN-Perl-Releases-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd CPAN-Perl-Releases-$pkgver
-  make test
-}
-
-package() {
-  cd CPAN-Perl-Releases-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-cpan-perl-releases/repos/community-any/PKGBUILD (from rev 105760, 
perl-cpan-perl-releases/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-15 20:31:04 UTC (rev 105761)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: 
+
+pkgname=perl-cpan-perl-releases
+pkgver=1.62
+pkgrel=1
+pkgdesc='Mapping Perl releases on CPAN to the location of the tarballs'
+arch=('any')
+url="https://metacpan.org/release/CPAN-Perl-Releases";
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/CPAN-Perl-Releases-$pkgver.tar.gz";)
+md5sums=('9191da4ea73b48c6741c442104f9a4a0')
+
+build() {
+  cd CPAN-Perl-Releases-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd CPAN-Perl-Releases-$pkgver
+  make test
+}
+
+package() {
+  cd CPAN-Perl-Releases-$pkgver
+  make DESTDIR="$pkgdir" install
+}



[arch-commits] Commit in perl-cpan-perl-releases/trunk (PKGBUILD)

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:30:56
  Author: spupykin
Revision: 105760

upgpkg: perl-cpan-perl-releases 1.62-1

upd

Modified:
  perl-cpan-perl-releases/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-15 20:30:54 UTC (rev 105759)
+++ PKGBUILD2014-02-15 20:30:56 UTC (rev 105760)
@@ -2,7 +2,7 @@
 # Maintainer: 
 
 pkgname=perl-cpan-perl-releases
-pkgver=1.52
+pkgver=1.62
 pkgrel=1
 pkgdesc='Mapping Perl releases on CPAN to the location of the tarballs'
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=("http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/CPAN-Perl-Releases-$pkgver.tar.gz";)
-md5sums=('1477ba3d1f96264d0b9e5f67befb45ca')
+md5sums=('9191da4ea73b48c6741c442104f9a4a0')
 
 build() {
   cd CPAN-Perl-Releases-$pkgver



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

2014-02-15 Thread Jan Steffens
Date: Saturday, February 15, 2014 @ 19:26:07
  Author: heftig
Revision: 206031

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-15 18:25:14 UTC (rev 206030)
+++ extra-i686/PKGBUILD 2014-02-15 18:26:07 UTC (rev 206031)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=(harfbuzz)
-pkgname=(harfbuzz harfbuzz-icu)
-pkgver=0.9.24
-pkgrel=1
-pkgdesc="OpenType text shaping engine"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/HarfBuzz";
-license=(MIT)
-makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection)
-source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('edf25dd8a318acdeacd2aeade2387db23c109fec0da626f2127f43917a372422')
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr \
---with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \
---with-gobject
-  make
-}
-
-package_harfbuzz() {
-  depends=(glib2 freetype2 graphite)
-  optdepends=('cairo: hb-view program')
-
-  cd $pkgbase-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/harfbuzz/COPYING"
-
-# Split harfbuzz-icu
-  mkdir -p ../hb-icu/usr/{include/harfbuzz,lib/pkgconfig}; cd ../hb-icu
-  mv "$pkgdir"/usr/lib/libharfbuzz-icu* ./usr/lib
-  mv "$pkgdir"/usr/lib/pkgconfig/harfbuzz-icu.pc ./usr/lib/pkgconfig
-  mv "$pkgdir"/usr/include/harfbuzz/hb-icu.h ./usr/include/harfbuzz
-}
-
-package_harfbuzz-icu(){
-  pkgdesc="$pkgdesc (ICU integration)"
-  depends=(harfbuzz icu)
-
-  mv hb-icu/* "$pkgdir"
-
-  install -Dm644 $pkgbase-$pkgver/COPYING 
"$pkgdir/usr/share/licenses/harfbuzz-icu/COPYING"
-}

Copied: harfbuzz/repos/extra-i686/PKGBUILD (from rev 206030, 
harfbuzz/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-15 18:26:07 UTC (rev 206031)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=(harfbuzz)
+pkgname=(harfbuzz harfbuzz-icu)
+pkgver=0.9.26
+pkgrel=1
+pkgdesc="OpenType text shaping engine"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/HarfBuzz";
+license=(MIT)
+makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection)
+source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
+sha256sums=('5ded7dc3d15fb5c9230d7a224b9256b67b35fde30193b4c3a4c3f6b13110e257')
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr \
+--with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \
+--with-gobject
+  make
+}
+
+package_harfbuzz() {
+  depends=(glib2 freetype2 graphite)
+  optdepends=('cairo: hb-view program')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/harfbuzz/COPYING"
+
+# Split harfbuzz-icu
+  mkdir -p ../hb-icu/usr/{include/harfbuzz,lib/pkgconfig}; cd ../hb-icu
+  mv "$pkgdir"/usr/lib/libharfbuzz-icu* ./usr/lib
+  mv "$pkgdir"/usr/lib/pkgconfig/harfbuzz-icu.pc ./usr/lib/pkgconfig
+  mv "$pkgdir"/usr/include/harfbuzz/hb-icu.h ./usr/include/harfbuzz
+}
+
+package_harfbuzz-icu(){
+  pkgdesc="$pkgdesc (ICU integration)"
+  depends=(harfbuzz icu)
+
+  mv hb-icu/* "$pkgdir"
+
+  install -Dm644 $pkgbase-$pkgver/COPYING 
"$pkgdir/usr/share/licenses/harfbuzz-icu/COPYING"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-02-15 18:25:14 UTC (rev 206030)
+++ extra-x86_64/PKGBUILD   2014-02-15 18:26:07 UTC (rev 206031)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=(harfbuzz)
-pkgname=(harfbuzz harfbuzz-icu)
-pkgver=0.9.24
-pkgrel=1
-pkgdesc="OpenType text shaping engine"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/HarfBuzz";
-license=(MIT)
-makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection)
-source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('edf25dd8a318acdeacd2aeade2387db23c109fec0da626f2127f43917a372422')
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr \
---with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \
---with-gobject
-  make
-}
-
-package_harfbuzz() {
-  depends=(glib2 freetype2 graphi

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

2014-02-15 Thread Jan Steffens
Date: Saturday, February 15, 2014 @ 19:25:14
  Author: heftig
Revision: 206030

0.9.26

Modified:
  harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-15 17:56:52 UTC (rev 206029)
+++ PKGBUILD2014-02-15 18:25:14 UTC (rev 206030)
@@ -3,7 +3,7 @@
 
 pkgbase=(harfbuzz)
 pkgname=(harfbuzz harfbuzz-icu)
-pkgver=0.9.24
+pkgver=0.9.26
 pkgrel=1
 pkgdesc="OpenType text shaping engine"
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection)
 
source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('edf25dd8a318acdeacd2aeade2387db23c109fec0da626f2127f43917a372422')
+sha256sums=('5ded7dc3d15fb5c9230d7a224b9256b67b35fde30193b4c3a4c3f6b13110e257')
 
 build() {
   cd $pkgbase-$pkgver



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

2014-02-15 Thread Gaetan Bisson
Date: Saturday, February 15, 2014 @ 18:56:52
  Author: bisson
Revision: 206029

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

Added:
  s-nail/repos/testing-i686/
  s-nail/repos/testing-i686/PKGBUILD
(from rev 206028, s-nail/trunk/PKGBUILD)
  s-nail/repos/testing-x86_64/
  s-nail/repos/testing-x86_64/PKGBUILD
(from rev 206028, s-nail/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   49 ++
 testing-x86_64/PKGBUILD |   49 ++
 2 files changed, 98 insertions(+)

Copied: s-nail/repos/testing-i686/PKGBUILD (from rev 206028, 
s-nail/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-02-15 17:56:52 UTC (rev 206029)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Sergej Pupykin 
+# Contributor: Andreas Wagner 
+
+pkgname=s-nail
+pkgver=14.6
+pkgrel=1
+pkgdesc='Mail processing system with a command syntax reminiscent of ed'
+url='http://sdaoden.users.sourceforge.net/code.html#s-nail'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('openssl')
+optdepends=('smtp-forwarder: for sending mail')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar.xz";)
+sha1sums=('57603cdc3dea79fda699cc172c33ccae75b1d794')
+
+groups=('base')
+backup=('etc/mail.rc')
+replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make \
+   PREFIX=/usr \
+   SYSCONFDIR=/etc \
+   MANDIR=/usr/share/man \
+   MAILSPOOL=/var/spool/mail \
+   SID= NAIL=mail \
+   config
+
+   make build
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make test
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" packager-install
+   ln -sf mail "${pkgdir}"/usr/bin/mailx
+   ln -sf mail.1.gz "${pkgdir}"/usr/share/man/man1/mailx.1.gz
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Copied: s-nail/repos/testing-x86_64/PKGBUILD (from rev 206028, 
s-nail/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-02-15 17:56:52 UTC (rev 206029)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Sergej Pupykin 
+# Contributor: Andreas Wagner 
+
+pkgname=s-nail
+pkgver=14.6
+pkgrel=1
+pkgdesc='Mail processing system with a command syntax reminiscent of ed'
+url='http://sdaoden.users.sourceforge.net/code.html#s-nail'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('openssl')
+optdepends=('smtp-forwarder: for sending mail')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar.xz";)
+sha1sums=('57603cdc3dea79fda699cc172c33ccae75b1d794')
+
+groups=('base')
+backup=('etc/mail.rc')
+replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make \
+   PREFIX=/usr \
+   SYSCONFDIR=/etc \
+   MANDIR=/usr/share/man \
+   MAILSPOOL=/var/spool/mail \
+   SID= NAIL=mail \
+   config
+
+   make build
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make test
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" packager-install
+   ln -sf mail "${pkgdir}"/usr/bin/mailx
+   ln -sf mail.1.gz "${pkgdir}"/usr/share/man/man1/mailx.1.gz
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



[arch-commits] Commit in s-nail/trunk (4 files)

2014-02-15 Thread Gaetan Bisson
Date: Saturday, February 15, 2014 @ 18:56:23
  Author: bisson
Revision: 206028

upstream update

Modified:
  s-nail/trunk/PKGBUILD
Deleted:
  s-nail/trunk/maildir.patch
  s-nail/trunk/mimeheader.patch
  s-nail/trunk/sort.patch

--+
 PKGBUILD |   21 
 maildir.patch|  253 -
 mimeheader.patch |  147 --
 sort.patch   |   75 ---
 4 files changed, 4 insertions(+), 492 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-15 17:21:53 UTC (rev 206027)
+++ PKGBUILD2014-02-15 17:56:23 UTC (rev 206028)
@@ -5,8 +5,8 @@
 # Contributor: Andreas Wagner 
 
 pkgname=s-nail
-pkgver=14.5.2
-pkgrel=4
+pkgver=14.6
+pkgrel=1
 pkgdesc='Mail processing system with a command syntax reminiscent of ed'
 url='http://sdaoden.users.sourceforge.net/code.html#s-nail'
 license=('custom:BSD')
@@ -13,14 +13,8 @@
 arch=('i686' 'x86_64')
 depends=('openssl')
 optdepends=('smtp-forwarder: for sending mail')
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar.xz";
-'mimeheader.patch'
-'maildir.patch'
-'sort.patch')
-sha1sums=('26ad43f5f41b429d5f13a3ce73a3dff75325950c'
-  'e72ed84f584ebc50eb9d04779b8b754afa446bf4'
-  '9ba91a0c697c121d9de4ff67766ec90f4ee354b5'
-  '909da731e590d1d2877ed38bed667440a02d1259')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar.xz";)
+sha1sums=('57603cdc3dea79fda699cc172c33ccae75b1d794')
 
 groups=('base')
 backup=('etc/mail.rc')
@@ -28,13 +22,6 @@
 provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
 conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
 
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../mimeheader.patch
-   patch -p1 -i ../maildir.patch
-   patch -p1 -i ../sort.patch
-}
-
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
make \

Deleted: maildir.patch
===
--- maildir.patch   2014-02-15 17:21:53 UTC (rev 206027)
+++ maildir.patch   2014-02-15 17:56:23 UTC (rev 206028)
@@ -1,253 +0,0 @@
-s-nail-14_5_2-maildir.patch, 2014-02-10:
-
-Apply:
-  $ cd s-nail-14.5.2
-  $ patch -bu < s-nail-14_5_2-maildir.patch
-
-Description:
-  To overcome a general design problem of the Berkeley Mail codebase
-  i once added realpath(3) calls to be able to resolve the path of
-  a mailbox file: like that changing a directory wouldn't cause the
-  program to "hang" because the (relatively) opened mailbox became
-  inaccessible.  (Again: the real solution will take many years.)
-
-  My first KISS solution to one aspect of the general problem was
-  [3adf33ee] (schdir(): realpath() local files before leaving CWD..,
-  2013-01-08), and it should possibly have worked with maildir boxes,
-  because we'd only did anything once the user actively used the `chdir'
-  command (and who does), but Christos Zoulas from NetBSD actually forced
-  me to do more (after i've reported the general Berkeley bug), and that
-  led to the current code, which always calls realpath(3).
-  Anyway, i wasn't in the position to reflect the impact of doing so at
-  that time.  And the entire codebase needs to be reworked anyway. (:(
-
-  Anyway -- this patch is an adjusted combination of the [1c2563b]
-  (lex.c:_update_mailname(): continue if realname() fails.., 2014-02-10)
-  and [13f325f] (Avoid "cannot canonicalize" maildir warning.., 2014-02-10)
-  changesets that have been pushed to [master], and make maildir mailboxes
-  usable again.
-
-Notes:
-  The patch is so large because it was cherry-picked from [crawl] onto
-  [master] and (thus) includes the very large [nyd] topic branch style-and-
-  much-more changes.  Sorry for that.
-
- lex.c |  11 +++--
- maildir.c | 152 +-
- 2 files changed, 87 insertions(+), 76 deletions(-)
-
-diff --git a/lex.c b/lex.c
-index 922faf8..3b3b3cc 100644
 a/lex.c
-+++ b/lex.c
-@@ -164,7 +164,7 @@ _update_mailname(char const *name)
- {
-char tbuf[MAXPATHLEN], *mailp, *dispp;
-size_t i, j;
--   bool_t rv;
-+   bool_t rv = TRU1;
- 
-/* Don't realpath(3) if it's only an update request */
-if (name != NULL) {
-@@ -174,9 +174,10 @@ _update_mailname(char const *name)
-  if (realpath(name, mailname) == NULL) {
- fprintf(stderr, tr(151, "Can't canonicalize `%s'\n"), name);
- rv = FAL0;
--goto jleave;
-+goto jdocopy;
-  }
-   } else
-+jdocopy:
- #endif
-  n_strlcpy(mailname, name, sizeof(mailname));
-}
-@@ -197,9 +198,10 @@ _update_mailname(char const *name)
- 
-/* We want to see the name of the folder .. on the screen */
-i = strlen(mailp);
--   if ((rv = (i < sizeof(displayname) - 1)))
-+   if (i < sizeof(d

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

2014-02-15 Thread Jan Steffens
Date: Saturday, February 15, 2014 @ 18:51:12
  Author: heftig
Revision: 105757

archrelease: copy trunk to community-any

Added:
  urlgrabber/repos/community-any/PKGBUILD
(from rev 105756, urlgrabber/trunk/PKGBUILD)
Deleted:
  urlgrabber/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-15 17:50:32 UTC (rev 105756)
+++ PKGBUILD2014-02-15 17:51:12 UTC (rev 105757)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Chris Brannon 
-# Contributor: Pat Rondon 
-
-pkgname=urlgrabber
-pkgver=3.10.1
-pkgrel=1
-pkgdesc="A high-level cross-protocol url-grabber and Python library"
-url="http://urlgrabber.baseurl.org/";
-license=('LGPL')
-arch=(any)
-depends=(python2 python2-pycurl)
-source=(http://$pkgname.baseurl.org/download/$pkgname-$pkgver.tar.gz)
-md5sums=('1f5dc63805623cc473e06204fd240bb2')
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}

Copied: urlgrabber/repos/community-any/PKGBUILD (from rev 105756, 
urlgrabber/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-15 17:51:12 UTC (rev 105757)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Chris Brannon 
+# Contributor: Pat Rondon 
+
+pkgname=urlgrabber
+pkgver=3.10.1
+pkgrel=2
+pkgdesc="A high-level cross-protocol url-grabber and Python library"
+url="http://urlgrabber.baseurl.org/";
+license=('LGPL')
+arch=(any)
+depends=(python2 python2-pycurl)
+source=(http://$pkgname.baseurl.org/download/$pkgname-$pkgver.tar.gz)
+md5sums=('1f5dc63805623cc473e06204fd240bb2')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i 's/libexec/lib/' setup.py urlgrabber/grabber.py
+  sed -i '1s/python/&2/' scripts/urlgrabber-ext-down
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}



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

2014-02-15 Thread Jan Steffens
Date: Saturday, February 15, 2014 @ 18:50:32
  Author: heftig
Revision: 105756

Avoid libexec, and actually get the parallel downloader working

Modified:
  urlgrabber/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-15 13:12:50 UTC (rev 105755)
+++ PKGBUILD2014-02-15 17:50:32 UTC (rev 105756)
@@ -4,7 +4,7 @@
 
 pkgname=urlgrabber
 pkgver=3.10.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A high-level cross-protocol url-grabber and Python library"
 url="http://urlgrabber.baseurl.org/";
 license=('LGPL')
@@ -15,5 +15,7 @@
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"
+  sed -i 's/libexec/lib/' setup.py urlgrabber/grabber.py
+  sed -i '1s/python/&2/' scripts/urlgrabber-ext-down
   python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
 }



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

2014-02-15 Thread Andreas Radke
Date: Saturday, February 15, 2014 @ 18:21:53
  Author: andyrtr
Revision: 206027

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

Added:
  cups-filters/repos/extra-i686/PKGBUILD
(from rev 206026, cups-filters/trunk/PKGBUILD)
  cups-filters/repos/extra-x86_64/PKGBUILD
(from rev 206026, cups-filters/trunk/PKGBUILD)
Deleted:
  cups-filters/repos/extra-i686/PKGBUILD
  cups-filters/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-15 17:21:35 UTC (rev 206026)
+++ extra-i686/PKGBUILD 2014-02-15 17:21:53 UTC (rev 206027)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgname=cups-filters
-pkgver=1.0.44
-pkgrel=2
-pkgdesc="OpenPrinting CUPS Filters"
-arch=('i686' 'x86_64')
-url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting";
-license=('GPL')
-depends=('lcms2' 'poppler' 'qpdf')
-makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
-optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
-   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
-   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
-backup=(etc/fonts/conf.d/99pdftoopvp.conf
-etc/cups/cups-browsed.conf)
-source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz)
-provides=('foomatic-filters')
-replaces=('foomatic-filters')
-conflicts=('foomatic-filters')
-md5sums=('41d853788cf8e176f952136549488d34')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr  \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---with-rcdir=no \
---enable-avahi \
---with-browseremoteprotocols=DNSSD,CUPS \
---with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-  
-  # add upstream systemd support file
-  install -Dm644 utils/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  sed -i "s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed|" 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  
-  # use lp group from cups pkg FS#36769
-  chgrp -R lp ${pkgdir}/etc/cups
-}

Copied: cups-filters/repos/extra-i686/PKGBUILD (from rev 206026, 
cups-filters/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-15 17:21:53 UTC (rev 206027)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=cups-filters
+pkgver=1.0.45
+pkgrel=1
+pkgdesc="OpenPrinting CUPS Filters"
+arch=('i686' 'x86_64')
+url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting";
+license=('GPL')
+depends=('lcms2' 'poppler' 'qpdf')
+makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
+backup=(etc/fonts/conf.d/99pdftoopvp.conf
+etc/cups/cups-browsed.conf)
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz)
+provides=('foomatic-filters')
+replaces=('foomatic-filters')
+conflicts=('foomatic-filters')
+md5sums=('950c72b6fb7983f9a9fc126042e146c9')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--with-rcdir=no \
+--enable-avahi \
+--with-browseremoteprotocols=DNSSD,CUPS \
+--with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+  
+  # add upstream systemd support file
+  install -Dm644 utils/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+  sed -i "s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed|" 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+  
+  # use lp group from cups pkg FS#36769
+  chgrp -R lp ${pkgdir}/etc/cups
+}

Deleted: extra-x86_64/PKGBUILD
=

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

2014-02-15 Thread Andreas Radke
Date: Saturday, February 15, 2014 @ 18:21:35
  Author: andyrtr
Revision: 206026

upgpkg: cups-filters 1.0.45-1

upstream update 1.0.45

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-15 16:38:59 UTC (rev 206025)
+++ PKGBUILD2014-02-15 17:21:35 UTC (rev 206026)
@@ -2,8 +2,8 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.0.44
-pkgrel=2
+pkgver=1.0.45
+pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('i686' 'x86_64')
 url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting";
@@ -20,7 +20,7 @@
 provides=('foomatic-filters')
 replaces=('foomatic-filters')
 conflicts=('foomatic-filters')
-md5sums=('41d853788cf8e176f952136549488d34')
+md5sums=('950c72b6fb7983f9a9fc126042e146c9')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in tomcat8/repos/extra-any (8 files)

2014-02-15 Thread Guillaume Alaux
Date: Saturday, February 15, 2014 @ 17:38:59
  Author: guillaume
Revision: 206025

archrelease: copy trunk to extra-any

Added:
  tomcat8/repos/extra-any/PKGBUILD
(from rev 206024, tomcat8/trunk/PKGBUILD)
  tomcat8/repos/extra-any/systemd_tmpfiles.d_tomcat8.conf
(from rev 206024, tomcat8/trunk/systemd_tmpfiles.d_tomcat8.conf)
  tomcat8/repos/extra-any/systemd_tomcat8.service
(from rev 206024, tomcat8/trunk/systemd_tomcat8.service)
  tomcat8/repos/extra-any/tomcat8.install
(from rev 206024, tomcat8/trunk/tomcat8.install)
Deleted:
  tomcat8/repos/extra-any/PKGBUILD
  tomcat8/repos/extra-any/systemd_tmpfiles.d_tomcat8.conf
  tomcat8/repos/extra-any/systemd_tomcat8.service
  tomcat8/repos/extra-any/tomcat8.install

-+
 PKGBUILD|  160 +-
 systemd_tmpfiles.d_tomcat8.conf |6 -
 systemd_tomcat8.service |   67 +++
 tomcat8.install |   63 --
 4 files changed, 146 insertions(+), 150 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-15 16:38:41 UTC (rev 206024)
+++ PKGBUILD2014-02-15 16:38:59 UTC (rev 206025)
@@ -1,85 +0,0 @@
-# Maintainer: Guillaume ALAUX 
-pkgname=tomcat8
-pkgver=8.0.3
-pkgrel=1
-arch=('any')
-url='http://tomcat.apache.org/'
-license=('APACHE')
-makedepends=('java-environment>=7' 'apache-ant>=1.8' 'java-commons-daemon' 
'eclipse-ecj')
-pkgdesc='Servlet-3.1/JSP-2.3 Container'
-depends=('java-runtime>=7' 'java-jsvc' 'java-commons-daemon' 'eclipse-ecj')
-optdepends=('tomcat-native: to allow optimal performance in production 
environments')
-backup=(etc/tomcat8/catalina.policy
-etc/tomcat8/catalina.properties
-etc/tomcat8/context.xml
-etc/tomcat8/logging.properties
-etc/tomcat8/server.xml
-etc/tomcat8/tomcat-users.xml
-etc/tomcat8/web.xml)
-install=tomcat8.install
-source=(http://archive.apache.org/dist/tomcat/tomcat-8/v${pkgver}/bin/apache-tomcat-${pkgver}.tar.gz
-systemd_tomcat8.service
-systemd_tmpfiles.d_tomcat8.conf
-tomcat8.install)
-
-sha256sums=('c2ef50159348a660eeecf310d75a8c05d02dc33904c59bb14b2b51fb5b3ca232'
-'a72a07377b5c30b36923a410172a4b02925f7743a61ebd39c183b48c427b48a0'
-'cd637d5b1a0e816c149c868a72d3d315ea0061efc9e544cadfbc73859dedb847'
-'901c9262d869b4788a1ebb0cd50c5f2a195ebf26d9a8eac74679361f1a19fae1')
-
-# Takes ages:
-#check() {
-#  cd "${srcdir}/apache-tomcat-${pkgver}-src"
-#
-#  ant test \
-#-Dbase.path="${srcdir}/DOWN_LIBS"
-#}
-
-_gid_log=19
-_gid_tomcat8=57
-_uid_tomcat8=57
-
-package() {
-  cd "${srcdir}/apache-tomcat-${pkgver}"
-
-  # Tomcat general files
-  install -dm755 "${pkgdir}"/usr/share/${pkgname} \
- "${pkgdir}"/usr/share/java/${pkgname}
-  cp -r bin "${pkgdir}"/usr/share/${pkgname}
-  # commons-daemon and tomcat-natives are packaged on their own
-  rm 
"${pkgdir}"/usr/share/${pkgname}/bin/{*.bat,commons-daemon*,tomcat-native.tar.gz}
-  ln -s /usr/share/java/commons-daemon.jar 
"${pkgdir}"/usr/share/${pkgname}/bin/commons-daemon.jar
-
-  install -m644 lib/* "${pkgdir}"/usr/share/java/${pkgname}
-  # eclipse-ecj is packaged on its own
-  rm "${pkgdir}"/usr/share/java/${pkgname}/ecj-*.jar
-  ln -s ../eclipse-ecj.jar "${pkgdir}"/usr/share/java/${pkgname}/ecj.jar
-
-  ln -s /usr/share/java/${pkgname} "${pkgdir}"/usr/share/${pkgname}/lib
-
-  # We log through systemd but this would still be required for stock Tomcat 
logging
-  install -dm775 -o ${_uid_tomcat8} -g ${_gid_log} 
"${pkgdir}"/var/log/${pkgname}
-  ln -s /var/log/${pkgname} "${pkgdir}"/usr/share/${pkgname}/logs
-  touch "${pkgdir}"/var/log/${pkgname}/catalina.{out,err}
-  chgrp ${_gid_log} "${pkgdir}"/var/log/${pkgname}/catalina.{out,err}
-
-  install -dm775 "${pkgdir}"/etc/${pkgname}
-  install -g ${_gid_tomcat8} -m640 conf/* "${pkgdir}"/etc/${pkgname}
-  install -d -g ${_gid_tomcat8} -m775 "${pkgdir}"/etc/${pkgname}/Catalina
-  ln -s /etc/${pkgname} "${pkgdir}"/usr/share/${pkgname}/conf
-
-  install -dm775 "${pkgdir}"/var/lib/${pkgname}
-  cp -r webapps "${pkgdir}"/var/lib/${pkgname}
-  chown -R ${_uid_tomcat8}:${_gid_tomcat8} "${pkgdir}"/var/lib/${pkgname}
-  ln -s /var/lib/${pkgname}/webapps "${pkgdir}"/usr/share/${pkgname}/webapps
-
-  install -dm1777 "${pkgdir}"/var/tmp
-  install -dm775 -o ${_uid_tomcat8} -g ${_gid_tomcat8} 
"${pkgdir}"/var/tmp/${pkgname}/{temp,work}
-  ln -s /var/tmp/${pkgname}/temp "${pkgdir}"/usr/share/${pkgname}/temp
-  ln -s /var/tmp/${pkgname}/work "${pkgdir}"/usr/share/${pkgname}/work
-
-  install -Dm644 "${srcdir}"/systemd_tomcat8.service \
- "${pkgdir}"/usr/lib/systemd/system/${pkgname}.service
-  install -Dm644 "${srcdir}"/systemd_tmpfiles.d_tomcat8.conf \
- "${pkgdir}"/usr/lib/tmpfiles.d/${pkgname}.conf
-}

Copied: tomcat8/repos/extra-any/PKGBUILD (from rev 206024, 
tomcat8/trunk/P

[arch-commits] Commit in tomcat7/repos/extra-any (8 files)

2014-02-15 Thread Guillaume Alaux
Date: Saturday, February 15, 2014 @ 17:38:41
  Author: guillaume
Revision: 206024

archrelease: copy trunk to extra-any

Added:
  tomcat7/repos/extra-any/PKGBUILD
(from rev 206023, tomcat7/trunk/PKGBUILD)
  tomcat7/repos/extra-any/systemd_tmpfiles.d_tomcat7.conf
(from rev 206023, tomcat7/trunk/systemd_tmpfiles.d_tomcat7.conf)
  tomcat7/repos/extra-any/systemd_tomcat7.service
(from rev 206023, tomcat7/trunk/systemd_tomcat7.service)
  tomcat7/repos/extra-any/tomcat7.install
(from rev 206023, tomcat7/trunk/tomcat7.install)
Deleted:
  tomcat7/repos/extra-any/PKGBUILD
  tomcat7/repos/extra-any/systemd_tmpfiles.d_tomcat7.conf
  tomcat7/repos/extra-any/systemd_tomcat7.service
  tomcat7/repos/extra-any/tomcat7.install

-+
 PKGBUILD|  212 +-
 systemd_tmpfiles.d_tomcat7.conf |6 -
 systemd_tomcat7.service |   67 +---
 tomcat7.install |   79 ++
 4 files changed, 146 insertions(+), 218 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-15 16:37:29 UTC (rev 206023)
+++ PKGBUILD2014-02-15 16:38:41 UTC (rev 206024)
@@ -1,137 +0,0 @@
-# Maintainer: Guillaume ALAUX 
-pkgbase=tomcat7
-pkgname=('java-servlet3.0-tomcat' 'java-jsp2.2-tomcat' 'tomcat7')
-pkgver=7.0.50
-pkgrel=1
-arch=('any')
-url='http://tomcat.apache.org/'
-license=('APACHE')
-makedepends=('java-environment' 'apache-ant>=1.8' 'java-commons-daemon' 
'eclipse-ecj')
-source=(http://archive.apache.org/dist/tomcat/tomcat-7/v${pkgver}/src/apache-tomcat-${pkgver}-src.tar.gz
-
http://archive.apache.org/dist/tomcat/tomcat-7/v${pkgver}/bin/apache-tomcat-${pkgver}.tar.gz
-systemd_tomcat7.service
-systemd_tmpfiles.d_tomcat7.conf
-tomcat7.install)
-
-sha256sums=('a668e1356b4fa3032ecf2b65bc9136cd2eed98547719b363df66eb27b5e20fd0'
-'7be7b2d9e6626c81f2aa3d39a7e5b0e52e025d773cd29c4a0cf9e71b0d4c11e9'
-'6b3d9711319165c331b827cba40cb788c0d1ea60fd181a56b8da4ca41e2d2930'
-'4bfeb2f4462547bf15cb2b72db545c0531c70f8640fa79344d520ceea6812a93'
-'4db469bcbcfb043c63ce3db0412997552861ea0f9c09d8825808570ed75aa27b')
-
-_servletver=3.0
-_jspver=2.2
-
-build() {
-  cd "${srcdir}/apache-tomcat-${pkgver}-src"
-
-  . /etc/profile.d/apache-ant.sh
-
-  ant clean deploy \
--Dbase.path=${srcdir}/DOWN_LIBS \
--Dcommons-daemon.jar=/usr/share/java/commons-daemon.jar \
--Djdt.jar=/usr/share/java/eclipse-ecj.jar \
--Dno.build.dbcp=true \
--Djava.7.home=${JAVA_HOME}
-}
-
-#TODO add test "ant test"
-
-package_java-servlet3.0-tomcat() {
-  pkgdesc='Servlet 3.0 java library implementation by Apache Tomcat'
-  depends=('java-environment>=5')
-
-  cd "${srcdir}/apache-tomcat-${pkgver}-src/output/build/lib"
-
-  install -dm755 ${pkgdir}/usr/share/java/servlet${_servletver}-tomcat
-  install -m644 servlet-api.jar \
-
${pkgdir}/usr/share/java/servlet${_servletver}-tomcat/servlet-api-${_servletver}.jar
-  ln -s servlet${_servletver}-tomcat/servlet-api-${_servletver}.jar \
-${pkgdir}/usr/share/java/servlet-api.jar
-}
-
-package_java-jsp2.2-tomcat() {
-  pkgdesc='JSP 2.2 java library implementation by Apache Tomcat'
-  depends=('java-environment>=5')
-
-  cd "${srcdir}/apache-tomcat-${pkgver}-src/output/build/lib"
-
-  install -dm755 ${pkgdir}/usr/share/java/jsp${_jspver}-tomcat
-  for j in el-api jsp-api; do
-install -m644 ${j}.jar \
-  
${pkgdir}/usr/share/java/jsp${_jspver}-tomcat/${j}-${_jspver}.jar
-ln -s jsp${_jspver}-tomcat/${j}-${_jspver}.jar 
${pkgdir}/usr/share/java/${j}.jar
-  done
-}
-
-package_tomcat7() {
-  pkgdesc='Servlet-3.0/JSP-2.2 Container'
-  depends=('java-runtime>=6' 'java-jsvc' 'eclipse-ecj'
-   "java-servlet3.0-tomcat=${pkgver}" "java-jsp2.2-tomcat=${pkgver}")
-  optdepends=('tomcat-native: to allow optimal performance in production 
environments')
-  backup=(etc/tomcat7/catalina.policy
-  etc/tomcat7/catalina.properties
-  etc/tomcat7/context.xml
-  etc/tomcat7/logging.properties
-  etc/tomcat7/server.xml
-  etc/tomcat7/tomcat-users.xml
-  etc/tomcat7/web.xml)
-  install=tomcat7.install
-
-  cd "${srcdir}/apache-tomcat-${pkgver}-src/output/build"
-
-  # Tomcat general files
-  install -dm755 ${pkgdir}/usr/share/{,java/}${pkgname}
-  # commons-daemon and tomcat-natives are packaged on their own
-  rm bin/{*.bat,commons-daemon*,tomcat-native.tar.gz}
-  cp -r bin ${pkgdir}/usr/share/${pkgname}
-
-  # eclipse-ecj is packaged on its own
-  rm lib/eclipse-ecj.jar
-  install -m644 lib/* ${pkgdir}/usr/share/java/${pkgname}
-  ln -s ../eclipse-ecj.jar ${pkgdir}/usr/share/java/${pkgname}/eclipse-ecj.jar
-
-  # Provided by previous packages
-  rm ${pkgdir}/usr/share/java/${pkgname}/servlet-api.jar
-  ln -s 
/usr/share/java/servlet${_servletver}-tomcat/servlet-api-${_servle

[arch-commits] Commit in tomcat6/repos/extra-any (8 files)

2014-02-15 Thread Guillaume Alaux
Date: Saturday, February 15, 2014 @ 17:37:29
  Author: guillaume
Revision: 206023

archrelease: copy trunk to extra-any

Added:
  tomcat6/repos/extra-any/PKGBUILD
(from rev 206022, tomcat6/trunk/PKGBUILD)
  tomcat6/repos/extra-any/systemd_tmpfiles.d_tomcat6.conf
(from rev 206022, tomcat6/trunk/systemd_tmpfiles.d_tomcat6.conf)
  tomcat6/repos/extra-any/systemd_tomcat6.service
(from rev 206022, tomcat6/trunk/systemd_tomcat6.service)
  tomcat6/repos/extra-any/tomcat6.install
(from rev 206022, tomcat6/trunk/tomcat6.install)
Deleted:
  tomcat6/repos/extra-any/PKGBUILD
  tomcat6/repos/extra-any/systemd_tmpfiles.d_tomcat6.conf
  tomcat6/repos/extra-any/systemd_tomcat6.service
  tomcat6/repos/extra-any/tomcat6.install

-+
 PKGBUILD|  150 +++---
 systemd_tmpfiles.d_tomcat6.conf |6 -
 systemd_tomcat6.service |   66 
 tomcat6.install |   60 ---
 4 files changed, 146 insertions(+), 136 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-15 16:36:19 UTC (rev 206022)
+++ PKGBUILD2014-02-15 16:37:29 UTC (rev 206023)
@@ -1,75 +0,0 @@
-# Maintainer: Guillaume ALAUX 
-pkgname=tomcat6
-pkgver=6.0.39
-pkgrel=1
-pkgdesc='Open source implementation of the Java Servlet 2.5 and JavaServer 
Pages 2.1 technologies'
-arch=('any')
-url='http://tomcat.apache.org/'
-license=('APACHE')
-depends=('java-runtime>=5' 'java-jsvc' 'java-commons-daemon' 'eclipse-ecj')
-optdepends=('tomcat-native: to allow optimal performance in production 
environments')
-backup=(etc/${pkgname}/catalina.policy
-etc/${pkgname}/catalina.properties
-etc/${pkgname}/context.xml
-etc/${pkgname}/logging.properties
-etc/${pkgname}/server.xml
-etc/${pkgname}/tomcat-users.xml
-etc/${pkgname}/web.xml)
-install=${pkgname}.install
-source=(http://archive.apache.org/dist/tomcat/tomcat-6/v${pkgver}/bin/apache-tomcat-${pkgver}.tar.gz
-systemd_${pkgname}.service
-systemd_tmpfiles.d_${pkgname}.conf
-${pkgname}.install)
-
-sha256sums=('debdeafe900f5eb85f8816ea235ab7e3e5261071b2ea01ac288241e794e911a7'
-'b6d85501b00032a1385222e80a5f8e357276aaad605e699f40d5cc3770b8ce68'
-'07b9ff0686134b3256cda8b5253b91ba23f54b547640729e2382c3c12067ea80'
-'53ec4e24b3c4eec9d5dd4ac6e84d5758de4f459031d630486812439cce74af21')
-
-_gid_log=19
-_gid_tomcat=66
-_uid_tomcat=66
-
-package() {
-  cd "${srcdir}/apache-tomcat-${pkgver}"
-
-  # Tomcat general files
-  install -dm755 "${pkgdir}"/usr/share/{,java/}${pkgname}
-  cp -r bin "${pkgdir}"/usr/share/${pkgname}
-  # commons-daemon and tomcat-natives are packaged on their own
-  rm 
"${pkgdir}"/usr/share/${pkgname}/bin/{*.bat,commons-daemon*,tomcat-native.tar.gz}
-  ln -s /usr/share/java/commons-daemon.jar 
"${pkgdir}"/usr/share/${pkgname}/bin/commons-daemon.jar
-
-  install -m644 lib/* "${pkgdir}"/usr/share/java/${pkgname}
-  # eclipse-ecj is packaged on its own
-  rm "${pkgdir}"/usr/share/java/${pkgname}/ecj-*.jar
-  ln -s ../eclipse-ecj.jar "${pkgdir}"/usr/share/java/${pkgname}/ecj.jar
-
-  ln -s /usr/share/java/${pkgname} "${pkgdir}"/usr/share/${pkgname}/lib
-
-  # We log through systemd but this would still be required for stock Tomcat 
logging
-  install -dm775 -o ${_uid_tomcat} -g ${_gid_log} 
"${pkgdir}"/var/log/${pkgname}
-  ln -s /var/log/${pkgname} "${pkgdir}"/usr/share/${pkgname}/logs
-  touch "${pkgdir}"/var/log/${pkgname}/catalina.{out,err}
-  chgrp ${_gid_log} "${pkgdir}"/var/log/${pkgname}/catalina.{out,err}
-
-  install -dm775 "${pkgdir}"/etc/${pkgname}
-  install -g ${_gid_tomcat} -m640 conf/* "${pkgdir}"/etc/${pkgname}
-  install -d -g ${_gid_tomcat} -m775 "${pkgdir}"/etc/${pkgname}/Catalina
-  ln -s /etc/${pkgname} "${pkgdir}"/usr/share/${pkgname}/conf
-
-  install -dm775 "${pkgdir}"/var/lib/${pkgname}
-  cp -r webapps "${pkgdir}"/var/lib/${pkgname}
-  chown -R ${_uid_tomcat}:${_gid_tomcat} "${pkgdir}"/var/lib/${pkgname}
-  ln -s /var/lib/${pkgname}/webapps "${pkgdir}"/usr/share/${pkgname}/webapps
-
-  install -dm1777 "${pkgdir}"/var/tmp
-  install -dm775 -o ${_uid_tomcat} -g ${_gid_tomcat} 
"${pkgdir}"/var/tmp/${pkgname}/{temp,work}
-  ln -s /var/tmp/${pkgname}/temp "${pkgdir}"/usr/share/${pkgname}/temp
-  ln -s /var/tmp/${pkgname}/work "${pkgdir}"/usr/share/${pkgname}/work
-
-  install -Dm644 "${srcdir}"/systemd_${pkgname}.service \
- "${pkgdir}"/usr/lib/systemd/system/${pkgname}.service
-  install -Dm644 "${srcdir}"/systemd_tmpfiles.d_${pkgname}.conf \
- "${pkgdir}"/usr/lib/tmpfiles.d/${pkgname}.conf
-}

Copied: tomcat6/repos/extra-any/PKGBUILD (from rev 206022, 
tomcat6/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-15 16:37:29 UTC (rev 206023)
@@ -0,0 +

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

2014-02-15 Thread Guillaume Alaux
Date: Saturday, February 15, 2014 @ 17:35:54
  Author: guillaume
Revision: 206021

Use new layout (see svn history of tomcat{6,8})

Modified:
  tomcat7/trunk/PKGBUILD
  tomcat7/trunk/systemd_tomcat7.service
  tomcat7/trunk/tomcat7.install

-+
 PKGBUILD|  170 ++
 systemd_tomcat7.service |7 -
 tomcat7.install |   43 ---
 3 files changed, 74 insertions(+), 146 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-15 16:35:21 UTC (rev 206020)
+++ PKGBUILD2014-02-15 16:35:54 UTC (rev 206021)
@@ -1,137 +1,75 @@
 # Maintainer: Guillaume ALAUX 
-pkgbase=tomcat7
-pkgname=('java-servlet3.0-tomcat' 'java-jsp2.2-tomcat' 'tomcat7')
+pkgname=tomcat7
 pkgver=7.0.50
-pkgrel=1
+pkgrel=2
+pkgdesc='Open source implementation of the Java Servlet 3.0 and JavaServer 
Pages 2.2 technologies'
 arch=('any')
 url='http://tomcat.apache.org/'
 license=('APACHE')
-makedepends=('java-environment' 'apache-ant>=1.8' 'java-commons-daemon' 
'eclipse-ecj')
-source=(http://archive.apache.org/dist/tomcat/tomcat-7/v${pkgver}/src/apache-tomcat-${pkgver}-src.tar.gz
-
http://archive.apache.org/dist/tomcat/tomcat-7/v${pkgver}/bin/apache-tomcat-${pkgver}.tar.gz
-systemd_tomcat7.service
-systemd_tmpfiles.d_tomcat7.conf
-tomcat7.install)
+depends=('java-runtime>=7' 'java-jsvc' 'java-commons-daemon' 'eclipse-ecj')
+optdepends=('tomcat-native: to allow optimal performance in production 
environments')
+backup=(etc/${pkgname}/catalina.policy
+etc/${pkgname}/catalina.properties
+etc/${pkgname}/context.xml
+etc/${pkgname}/logging.properties
+etc/${pkgname}/server.xml
+etc/${pkgname}/tomcat-users.xml
+etc/${pkgname}/web.xml)
+install=${pkgname}.install
+source=(http://archive.apache.org/dist/tomcat/tomcat-7/v${pkgver}/bin/apache-tomcat-${pkgver}.tar.gz
+systemd_${pkgname}.service
+systemd_tmpfiles.d_${pkgname}.conf
+${pkgname}.install)
 
-sha256sums=('a668e1356b4fa3032ecf2b65bc9136cd2eed98547719b363df66eb27b5e20fd0'
-'7be7b2d9e6626c81f2aa3d39a7e5b0e52e025d773cd29c4a0cf9e71b0d4c11e9'
-'6b3d9711319165c331b827cba40cb788c0d1ea60fd181a56b8da4ca41e2d2930'
+sha256sums=('7be7b2d9e6626c81f2aa3d39a7e5b0e52e025d773cd29c4a0cf9e71b0d4c11e9'
+'7f2931a77b3da0dfce4886251c5bdfc186bf1ad60f6c01c3cafe0bab75034fb7'
 '4bfeb2f4462547bf15cb2b72db545c0531c70f8640fa79344d520ceea6812a93'
-'4db469bcbcfb043c63ce3db0412997552861ea0f9c09d8825808570ed75aa27b')
+'13df331dad3441f027c8b5964ba5bf420df3dc8faf0f96e071db981e8ea322f0')
 
-_servletver=3.0
-_jspver=2.2
+_gid_log=19
+_gid_tomcat=71
+_uid_tomcat=71
 
-build() {
-  cd "${srcdir}/apache-tomcat-${pkgver}-src"
+package() {
+  cd "${srcdir}/apache-tomcat-${pkgver}"
 
-  . /etc/profile.d/apache-ant.sh
-
-  ant clean deploy \
--Dbase.path=${srcdir}/DOWN_LIBS \
--Dcommons-daemon.jar=/usr/share/java/commons-daemon.jar \
--Djdt.jar=/usr/share/java/eclipse-ecj.jar \
--Dno.build.dbcp=true \
--Djava.7.home=${JAVA_HOME}
-}
-
-#TODO add test "ant test"
-
-package_java-servlet3.0-tomcat() {
-  pkgdesc='Servlet 3.0 java library implementation by Apache Tomcat'
-  depends=('java-environment>=5')
-
-  cd "${srcdir}/apache-tomcat-${pkgver}-src/output/build/lib"
-
-  install -dm755 ${pkgdir}/usr/share/java/servlet${_servletver}-tomcat
-  install -m644 servlet-api.jar \
-
${pkgdir}/usr/share/java/servlet${_servletver}-tomcat/servlet-api-${_servletver}.jar
-  ln -s servlet${_servletver}-tomcat/servlet-api-${_servletver}.jar \
-${pkgdir}/usr/share/java/servlet-api.jar
-}
-
-package_java-jsp2.2-tomcat() {
-  pkgdesc='JSP 2.2 java library implementation by Apache Tomcat'
-  depends=('java-environment>=5')
-
-  cd "${srcdir}/apache-tomcat-${pkgver}-src/output/build/lib"
-
-  install -dm755 ${pkgdir}/usr/share/java/jsp${_jspver}-tomcat
-  for j in el-api jsp-api; do
-install -m644 ${j}.jar \
-  
${pkgdir}/usr/share/java/jsp${_jspver}-tomcat/${j}-${_jspver}.jar
-ln -s jsp${_jspver}-tomcat/${j}-${_jspver}.jar 
${pkgdir}/usr/share/java/${j}.jar
-  done
-}
-
-package_tomcat7() {
-  pkgdesc='Servlet-3.0/JSP-2.2 Container'
-  depends=('java-runtime>=6' 'java-jsvc' 'eclipse-ecj'
-   "java-servlet3.0-tomcat=${pkgver}" "java-jsp2.2-tomcat=${pkgver}")
-  optdepends=('tomcat-native: to allow optimal performance in production 
environments')
-  backup=(etc/tomcat7/catalina.policy
-  etc/tomcat7/catalina.properties
-  etc/tomcat7/context.xml
-  etc/tomcat7/logging.properties
-  etc/tomcat7/server.xml
-  etc/tomcat7/tomcat-users.xml
-  etc/tomcat7/web.xml)
-  install=tomcat7.install
-
-  cd "${srcdir}/apache-tomcat-${pkgver}-src/output/build"
-
   # Tomcat general files
-  install -dm755 ${pkgdir}/us

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

2014-02-15 Thread Guillaume Alaux
Date: Saturday, February 15, 2014 @ 17:36:19
  Author: guillaume
Revision: 206022

Fix typo on pkg name and pkgrel bump

Modified:
  tomcat6/trunk/PKGBUILD
  tomcat6/trunk/tomcat6.install

-+
 PKGBUILD|4 ++--
 tomcat6.install |4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-15 16:35:54 UTC (rev 206021)
+++ PKGBUILD2014-02-15 16:36:19 UTC (rev 206022)
@@ -1,7 +1,7 @@
 # Maintainer: Guillaume ALAUX 
 pkgname=tomcat6
 pkgver=6.0.39
-pkgrel=1
+pkgrel=2
 pkgdesc='Open source implementation of the Java Servlet 2.5 and JavaServer 
Pages 2.1 technologies'
 arch=('any')
 url='http://tomcat.apache.org/'
@@ -24,7 +24,7 @@
 sha256sums=('debdeafe900f5eb85f8816ea235ab7e3e5261071b2ea01ac288241e794e911a7'
 'b6d85501b00032a1385222e80a5f8e357276aaad605e699f40d5cc3770b8ce68'
 '07b9ff0686134b3256cda8b5253b91ba23f54b547640729e2382c3c12067ea80'
-'35c9607502237febba2e588185b8eed4936a061c8926bbb86c3b99e0b67f6e0e')
+'16046fc93a569cb817994ac251bbf464659286c39c2d9a5a2f52030d94a50dd0')
 
 _gid_log=19
 _gid_tomcat=66

Modified: tomcat6.install
===
--- tomcat6.install 2014-02-15 16:35:54 UTC (rev 206021)
+++ tomcat6.install 2014-02-15 16:36:19 UTC (rev 206022)
@@ -1,7 +1,7 @@
 _pkgname='tomcat6'
-_gid_tomcat_name='tomcat6'
+_gid_tomcat_name='tomcat'
 _gid_tomcat=66
-_uid_tomcat_name='tomcat6'
+_uid_tomcat_name='tomcat'
 _uid_tomcat=66
 
 post_install() {



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

2014-02-15 Thread Guillaume Alaux
Date: Saturday, February 15, 2014 @ 17:35:21
  Author: guillaume
Revision: 206020

pkgrel bump for new PKGBUILD

Modified:
  tomcat8/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-15 16:18:27 UTC (rev 206019)
+++ PKGBUILD2014-02-15 16:35:21 UTC (rev 206020)
@@ -1,7 +1,7 @@
 # Maintainer: Guillaume ALAUX 
 pkgname=tomcat8
 pkgver=8.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Open source implementation of the Java Servlet 3.1 and JavaServer 
Pages 2.3 technologies'
 arch=('any')
 url='http://tomcat.apache.org/'



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

2014-02-15 Thread Guillaume Alaux
Date: Saturday, February 15, 2014 @ 17:18:27
  Author: guillaume
Revision: 206019

Rewrote install scripts

Modified:
  tomcat6/trunk/PKGBUILD
  tomcat6/trunk/tomcat6.install

-+
 PKGBUILD|2 +-
 tomcat6.install |   34 +-
 2 files changed, 22 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-15 16:15:55 UTC (rev 206018)
+++ PKGBUILD2014-02-15 16:18:27 UTC (rev 206019)
@@ -24,7 +24,7 @@
 sha256sums=('debdeafe900f5eb85f8816ea235ab7e3e5261071b2ea01ac288241e794e911a7'
 'b6d85501b00032a1385222e80a5f8e357276aaad605e699f40d5cc3770b8ce68'
 '07b9ff0686134b3256cda8b5253b91ba23f54b547640729e2382c3c12067ea80'
-'53ec4e24b3c4eec9d5dd4ac6e84d5758de4f459031d630486812439cce74af21')
+'35c9607502237febba2e588185b8eed4936a061c8926bbb86c3b99e0b67f6e0e')
 
 _gid_log=19
 _gid_tomcat=66

Modified: tomcat6.install
===
--- tomcat6.install 2014-02-15 16:15:55 UTC (rev 206018)
+++ tomcat6.install 2014-02-15 16:18:27 UTC (rev 206019)
@@ -1,13 +1,21 @@
+_pkgname='tomcat6'
+_gid_tomcat_name='tomcat6'
+_gid_tomcat=66
+_uid_tomcat_name='tomcat6'
+_uid_tomcat=66
+
 post_install() {
-  getent group tomcat >/dev/null 2>&1 || groupadd -g 66 tomcat
-  getent passwd tomcat >/dev/null 2>&1 || useradd -u 66 -g tomcat -d 
/usr/share/tomcat6 -s /bin/false tomcat
+  if ! getent group ${_gid_tomcat_name} >/dev/null 2>&1; then
+groupadd -g ${_gid_tomcat} ${_gid_tomcat_name}
+  fi
+  if ! getent passwd ${_uid_tomcat_name} >/dev/null 2>&1; then
+useradd  -u ${_uid_tomcat} -g ${_gid_tomcat_name} -d 
/usr/share/${_pkgname} -s /bin/false ${_uid_tomcat_name}
+  fi
 
-  if [ -f lib/modules/`uname -r`/kernel/security/capability.ko ]; then
-echo ">>> It appears that your current kernel has linux security"
-echo ">>> capabilities built as a module. Tomcat requires this"
-echo ">>> functionality to operate."
-echo ">>>"
-echo ">>> To activate the module, please load it now (modprobe 
capability)."
+  if [ -f lib/modules/$(uname -r)/kernel/security/capability.ko ]; then
+echo 'It appears that your current kernel has linux security'
+echo 'capabilities built as a module. Tomcat requires this'
+echo ' functionality to operate.'
   fi
 }
 
@@ -16,12 +24,12 @@
 }
 
 pre_remove() {
-  if getent passwd tomcat >/dev/null 2>&1; then
-  userdel tomcat
+  if getent passwd ${_uid_tomcat_name} > /dev/null 2>&1; then
+userdel ${_uid_tomcat_name}
   fi
-  if getent group tomcat >/dev/null 2>&1; then
-  groupdel tomcat
+  if getent group ${_gid_tomcat_name} > /dev/null 2>&1; then
+groupdel ${_gid_tomcat_name}
   fi
 
-  echo 'To fully clean Tomcat''s file, consider removing directories 
/var/{lib,tmp,log}/tomcat6'
+  echo "To fully clean Tomcat's file, consider removing directories 
/var/{lib,tmp,log}/${_pkgname}"
 }



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

2014-02-15 Thread Vesa Kaihlavirta
Date: Saturday, February 15, 2014 @ 17:15:55
  Author: vesa
Revision: 206018

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

Added:
  cabal-install/repos/testing-i686/PKGBUILD
(from rev 206017, cabal-install/trunk/PKGBUILD)
  cabal-install/repos/testing-x86_64/PKGBUILD
(from rev 206017, cabal-install/trunk/PKGBUILD)
Deleted:
  cabal-install/repos/testing-i686/PKGBUILD
  cabal-install/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-02-15 16:13:49 UTC (rev 206017)
+++ testing-i686/PKGBUILD   2014-02-15 16:15:55 UTC (rev 206018)
@@ -1,34 +0,0 @@
-# Maintainer: Thomas Dziedzic 
-# Maintainer: Vesa Kaihlavirta 
-# Contributor: Arch Haskell Team 
-
-pkgname=cabal-install
-pkgver=1.18.0.2
-pkgrel=1
-pkgdesc="The command-line interface for Cabal and Hackage."
-url="http://hackage.haskell.org/package/cabal-install";
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-#depends=('ghc' 'gmp' 'zlib')
-makedepends=('ghc')
-depends=('gmp' 'zlib')
-source=("http://hackage.haskell.org/packages/archive/cabal-install/${pkgver}/cabal-install-${pkgver}.tar.gz";)
-md5sums=('e7e46406d43539616388aeafa01c689d')
-
-build() {
-  cd cabal-install-${pkgver}
-
-  sh bootstrap.sh --user
-}
-
-package() {
-  cd cabal-install-${pkgver}
-
-  install -D -m755 /build/.cabal/bin/cabal $pkgdir/usr/bin/cabal
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  # add bash completion
-  install -d ${pkgdir}/usr/share/bash-completion/completions
-  install -m644 bash-completion/cabal \
-${pkgdir}/usr/share/bash-completion/completions
-}

Copied: cabal-install/repos/testing-i686/PKGBUILD (from rev 206017, 
cabal-install/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-02-15 16:15:55 UTC (rev 206018)
@@ -0,0 +1,34 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+pkgname=cabal-install
+pkgver=1.18.0.2
+pkgrel=1
+pkgdesc="The command-line interface for Cabal and Hackage."
+url="http://hackage.haskell.org/package/cabal-install";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+#depends=('ghc' 'gmp' 'zlib')
+makedepends=('ghc')
+depends=('gmp' 'zlib')
+source=("http://hackage.haskell.org/packages/archive/cabal-install/${pkgver}/cabal-install-${pkgver}.tar.gz";)
+md5sums=('e7e46406d43539616388aeafa01c689d')
+
+build() {
+  cd cabal-install-${pkgver}
+
+  sh bootstrap.sh --user
+}
+
+package() {
+  cd cabal-install-${pkgver}
+
+  install -D -m755 /build/.cabal/bin/cabal $pkgdir/usr/bin/cabal
+  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # add bash completion
+  install -d ${pkgdir}/usr/share/bash-completion/completions
+  install -m644 bash-completion/cabal \
+${pkgdir}/usr/share/bash-completion/completions
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2014-02-15 16:13:49 UTC (rev 206017)
+++ testing-x86_64/PKGBUILD 2014-02-15 16:15:55 UTC (rev 206018)
@@ -1,34 +0,0 @@
-# Maintainer: Thomas Dziedzic 
-# Maintainer: Vesa Kaihlavirta 
-# Contributor: Arch Haskell Team 
-
-pkgname=cabal-install
-pkgver=1.18.0.2
-pkgrel=1
-pkgdesc="The command-line interface for Cabal and Hackage."
-url="http://hackage.haskell.org/package/cabal-install";
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-#depends=('ghc' 'gmp' 'zlib')
-makedepends=('ghc')
-depends=('gmp' 'zlib')
-source=("http://hackage.haskell.org/packages/archive/cabal-install/${pkgver}/cabal-install-${pkgver}.tar.gz";)
-md5sums=('e7e46406d43539616388aeafa01c689d')
-
-build() {
-  cd cabal-install-${pkgver}
-
-  sh bootstrap.sh --user
-}
-
-package() {
-  cd cabal-install-${pkgver}
-
-  install -D -m755 /build/.cabal/bin/cabal $pkgdir/usr/bin/cabal
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  # add bash completion
-  install -d ${pkgdir}/usr/share/bash-completion/completions
-  install -m644 bash-completion/cabal \
-${pkgdir}/usr/share/bash-completion/completions
-}

Copied: cabal-install/repos/testing-x86_64/PKGBUILD (from rev 206017, 
cabal-install/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-02-15 16:15:55 UTC (rev 206018)
@@ -0,0 +1,34 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+pkgname=cabal-install
+pkgver=

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

2014-02-15 Thread Vesa Kaihlavirta
Date: Saturday, February 15, 2014 @ 17:13:49
  Author: vesa
Revision: 206017

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

Added:
  cabal-install/repos/testing-i686/PKGBUILD
(from rev 206016, cabal-install/trunk/PKGBUILD)
  cabal-install/repos/testing-x86_64/PKGBUILD
(from rev 206016, cabal-install/trunk/PKGBUILD)
Deleted:
  cabal-install/repos/testing-i686/PKGBUILD
  cabal-install/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-02-15 16:11:34 UTC (rev 206016)
+++ testing-i686/PKGBUILD   2014-02-15 16:13:49 UTC (rev 206017)
@@ -1,34 +0,0 @@
-# Maintainer: Thomas Dziedzic 
-# Maintainer: Vesa Kaihlavirta 
-# Contributor: Arch Haskell Team 
-
-pkgname=cabal-install
-pkgver=1.18.0.2
-pkgrel=1
-pkgdesc="The command-line interface for Cabal and Hackage."
-url="http://hackage.haskell.org/package/cabal-install";
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-#depends=('ghc' 'gmp' 'zlib')
-makedepends=('ghc')
-depends=('gmp' 'zlib')
-source=("http://hackage.haskell.org/packages/archive/cabal-install/${pkgver}/cabal-install-${pkgver}.tar.gz";)
-md5sums=('e7e46406d43539616388aeafa01c689d')
-
-build() {
-  cd cabal-install-${pkgver}
-
-  sh bootstrap.sh --user
-}
-
-package() {
-  cd cabal-install-${pkgver}
-
-  install -D -m755 /build/.cabal/bin/cabal $pkgdir/usr/bin/cabal
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  # add bash completion
-  install -d ${pkgdir}/usr/share/bash-completion/completions
-  install -m644 bash-completion/cabal \
-${pkgdir}/usr/share/bash-completion/completions
-}

Copied: cabal-install/repos/testing-i686/PKGBUILD (from rev 206016, 
cabal-install/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-02-15 16:13:49 UTC (rev 206017)
@@ -0,0 +1,34 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+pkgname=cabal-install
+pkgver=1.18.0.2
+pkgrel=1
+pkgdesc="The command-line interface for Cabal and Hackage."
+url="http://hackage.haskell.org/package/cabal-install";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+#depends=('ghc' 'gmp' 'zlib')
+makedepends=('ghc')
+depends=('gmp' 'zlib')
+source=("http://hackage.haskell.org/packages/archive/cabal-install/${pkgver}/cabal-install-${pkgver}.tar.gz";)
+md5sums=('e7e46406d43539616388aeafa01c689d')
+
+build() {
+  cd cabal-install-${pkgver}
+
+  sh bootstrap.sh --user
+}
+
+package() {
+  cd cabal-install-${pkgver}
+
+  install -D -m755 /build/.cabal/bin/cabal $pkgdir/usr/bin/cabal
+  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # add bash completion
+  install -d ${pkgdir}/usr/share/bash-completion/completions
+  install -m644 bash-completion/cabal \
+${pkgdir}/usr/share/bash-completion/completions
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2014-02-15 16:11:34 UTC (rev 206016)
+++ testing-x86_64/PKGBUILD 2014-02-15 16:13:49 UTC (rev 206017)
@@ -1,34 +0,0 @@
-# Maintainer: Thomas Dziedzic 
-# Maintainer: Vesa Kaihlavirta 
-# Contributor: Arch Haskell Team 
-
-pkgname=cabal-install
-pkgver=1.18.0.2
-pkgrel=1
-pkgdesc="The command-line interface for Cabal and Hackage."
-url="http://hackage.haskell.org/package/cabal-install";
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-#depends=('ghc' 'gmp' 'zlib')
-makedepends=('ghc')
-depends=('gmp' 'zlib')
-source=("http://hackage.haskell.org/packages/archive/cabal-install/${pkgver}/cabal-install-${pkgver}.tar.gz";)
-md5sums=('e7e46406d43539616388aeafa01c689d')
-
-build() {
-  cd cabal-install-${pkgver}
-
-  sh bootstrap.sh --user
-}
-
-package() {
-  cd cabal-install-${pkgver}
-
-  install -D -m755 /build/.cabal/bin/cabal $pkgdir/usr/bin/cabal
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  # add bash completion
-  install -d ${pkgdir}/usr/share/bash-completion/completions
-  install -m644 bash-completion/cabal \
-${pkgdir}/usr/share/bash-completion/completions
-}

Copied: cabal-install/repos/testing-x86_64/PKGBUILD (from rev 206016, 
cabal-install/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-02-15 16:13:49 UTC (rev 206017)
@@ -0,0 +1,34 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+pkgname=cabal-install
+pkgver=

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

2014-02-15 Thread Dan McGee
Date: Saturday, February 15, 2014 @ 17:11:08
  Author: dan
Revision: 206015

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

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

--+
 /PKGBUILD|  230 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   42 ++
 extra-i686/PKGBUILD  |  112 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   21 ---
 extra-x86_64/PKGBUILD|  112 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   21 ---
 12 files changed, 310 insertions(+), 304 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-15 16:10:56 UTC (rev 206014)
+++ extra-i686/PKGBUILD 2014-02-15 16:11:08 UTC (rev 206015)
@@ -1,112 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgname=git
-pkgver=1.8.5.5
-pkgrel=1
-pkgdesc="the fast distributed version control system"
-arch=(i686 x86_64)
-url="http://git-scm.com/";
-license=('GPL2')
-depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=("http://git-core.googlecode.com/files/git-$pkgver.tar.gz";
-git-daemon@.service
-git-daemon.socket)
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  local jobs
-  jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*')
-  # build failures with multiple jobs in check, not ideal...
-  jobs='-j1'
-  mkdir -p /dev/shm/git-test
-  # We used to use this, but silly git regressions:
-  #GIT_TEST_OPTS="--root=/dev/shm/" \
-  # http://comments.gmane.org/gmane.comp.version-control.git/202020
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS="$jobs -Q" \
-GIT_TEST_OPTS="--root=/dev/shm/git-test" \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR="$pkgdir" install install-doc
-
-  # bash completion
-  mkdir -p "$pkgdir"/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/git
-  # fancy git prompt
-  mkdir -p "$pkgdir"/usr/share/git/
-  install -m644 ./contrib/completion/git-prompt.sh 
"$pkgdir"/usr/share/git/git-prompt.sh
-  # emacs
-  make -C contrib/emacs prefix=/usr DESTDIR="$pkgdir" install
-  # gnome credentials helper
-  install -m755 contrib/creden

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

2014-02-15 Thread Guillaume Alaux
Date: Saturday, February 15, 2014 @ 17:11:34
  Author: guillaume
Revision: 206016

Rewrote install script for genericity

Modified:
  tomcat8/trunk/PKGBUILD
  tomcat8/trunk/tomcat8.install

-+
 PKGBUILD|4 ++--
 tomcat8.install |   24 +---
 2 files changed, 19 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-15 16:11:08 UTC (rev 206015)
+++ PKGBUILD2014-02-15 16:11:34 UTC (rev 206016)
@@ -22,9 +22,9 @@
 ${pkgname}.install)
 
 sha256sums=('c2ef50159348a660eeecf310d75a8c05d02dc33904c59bb14b2b51fb5b3ca232'
-'a72a07377b5c30b36923a410172a4b02925f7743a61ebd39c183b48c427b48a0'
+'4f895aa4834489411a1b19027e12e8eb0d3a7408127be720e5aad8f9a0e1d660'
 'cd637d5b1a0e816c149c868a72d3d315ea0061efc9e544cadfbc73859dedb847'
-'901c9262d869b4788a1ebb0cd50c5f2a195ebf26d9a8eac74679361f1a19fae1')
+'32fcb0f44e32cd8901e936ebad4942a399efa8b98fdc42f5345dd8929b6c1887')
 
 _gid_log=19
 _gid_tomcat=57

Modified: tomcat8.install
===
--- tomcat8.install 2014-02-15 16:11:08 UTC (rev 206015)
+++ tomcat8.install 2014-02-15 16:11:34 UTC (rev 206016)
@@ -1,6 +1,16 @@
+_pkgname='tomcat8'
+_gid_tomcat_name='tomcat8'
+_gid_tomcat=57
+_uid_tomcat_name='tomcat8'
+_uid_tomcat=57
+
 post_install() {
-  getent group  tomcat8 >/dev/null 2>&1 || groupadd -g 57 tomcat8
-  getent passwd tomcat8 >/dev/null 2>&1 || useradd  -u 57 -g tomcat8 -d 
/usr/share/tomcat8 -s /bin/false tomcat8
+  if ! getent group ${_gid_tomcat_name} >/dev/null 2>&1; then
+groupadd -g ${_gid_tomcat} ${_gid_tomcat_name}
+  fi
+  if ! getent passwd ${_uid_tomcat_name} >/dev/null 2>&1; then
+useradd  -u ${_uid_tomcat} -g ${_gid_tomcat_name} -d 
/usr/share/${_pkgname} -s /bin/false ${_uid_tomcat_name}
+  fi
 
   if [ -f lib/modules/$(uname -r)/kernel/security/capability.ko ]; then
 echo 'It appears that your current kernel has linux security'
@@ -14,12 +24,12 @@
 }
 
 pre_remove() {
-  if getent passwd tomcat8 > /dev/null 2>&1; then
-  userdel tomcat8
+  if getent passwd ${_uid_tomcat_name} > /dev/null 2>&1; then
+userdel ${_uid_tomcat_name}
   fi
-  if getent group tomcat8 > /dev/null 2>&1; then
-  groupdel tomcat8
+  if getent group ${_gid_tomcat_name} > /dev/null 2>&1; then
+groupdel ${_gid_tomcat_name}
   fi
 
-  echo 'To fully clean Tomcat''s file, consider removing directories 
/var/{lib,tmp,log}/tomcat8'
+  echo "To fully clean Tomcat's file, consider removing directories 
/var/{lib,tmp,log}/${_pkgname}"
 }



  1   2   >