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

2014-06-29 Thread Tobias Powalowski
Date: Monday, June 30, 2014 @ 08:54:10
  Author: tpowa
Revision: 215678

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

Added:
  unison/repos/extra-i686/PKGBUILD
(from rev 215677, unison/trunk/PKGBUILD)
  unison/repos/extra-i686/unison-ssh-ocaml.patch
(from rev 215677, unison/trunk/unison-ssh-ocaml.patch)
  unison/repos/extra-i686/unison.desktop
(from rev 215677, unison/trunk/unison.desktop)
  unison/repos/extra-i686/unison.install
(from rev 215677, unison/trunk/unison.install)
  unison/repos/extra-x86_64/PKGBUILD
(from rev 215677, unison/trunk/PKGBUILD)
  unison/repos/extra-x86_64/unison-ssh-ocaml.patch
(from rev 215677, unison/trunk/unison-ssh-ocaml.patch)
  unison/repos/extra-x86_64/unison.desktop
(from rev 215677, unison/trunk/unison.desktop)
  unison/repos/extra-x86_64/unison.install
(from rev 215677, unison/trunk/unison.install)
Deleted:
  unison/repos/extra-i686/PKGBUILD
  unison/repos/extra-i686/unison-ssh-ocaml.patch
  unison/repos/extra-i686/unison.desktop
  unison/repos/extra-i686/unison.install
  unison/repos/extra-x86_64/PKGBUILD
  unison/repos/extra-x86_64/unison-ssh-ocaml.patch
  unison/repos/extra-x86_64/unison.desktop
  unison/repos/extra-x86_64/unison.install

-+
 /PKGBUILD   |  108 ++
 /unison-ssh-ocaml.patch |   50 +++
 /unison.desktop |   26 
 /unison.install |   56 +
 extra-i686/PKGBUILD |   54 -
 extra-i686/unison-ssh-ocaml.patch   |   25 ---
 extra-i686/unison.desktop   |   13 
 extra-i686/unison.install   |   28 
 extra-x86_64/PKGBUILD   |   54 -
 extra-x86_64/unison-ssh-ocaml.patch |   25 ---
 extra-x86_64/unison.desktop |   13 
 extra-x86_64/unison.install |   28 
 12 files changed, 240 insertions(+), 240 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-30 06:53:59 UTC (rev 215677)
+++ extra-i686/PKGBUILD 2014-06-30 06:54:10 UTC (rev 215678)
@@ -1,54 +0,0 @@
-# $Id$
-#Maintainer: Tobias Powalowski 
-
-pkgname=unison
-pkgver=2.40.102
-pkgrel=1
-pkgdesc="Unison is a file-synchronization tool"
-arch=(i686 x86_64)
-license=('GPL2')
-url="http://www.cis.upenn.edu/~bcpierce/unison";
-depends=('glibc')
-makedepends=('ocaml' 'lablgtk2' 'imagemagick')
-optdepends=('gtk2: for gtk2 support')
-source=(http://www.cis.upenn.edu/~bcpierce/unison/download/releases/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz
-$pkgname.desktop)
-
-options=(!makeflags)
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  CFLAGS=""
-  make clean
-  make mkProjectInfo 
-  make UISTYLE=text DEBUGGING=false THREADS=true 
-  mv unison unison-text
- 
- # clean the builddir and rebuild with gtk support
-  # broken at the moment!
-  # make clean
-  # make mkProjectInfo
-  # make UISTYLE=gtk DEBUGGING=false THREADS=true
-  # install -Dm755 unison "$pkgdir"/usr/bin/unison-gtk
- # clean the builddir and rebuild with gtk2 support
-  make clean
-  make mkProjectInfo
-  make UISTYLE=gtk2 DEBUGGING=false THREADS=true
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  install -Dm755 unison-text "$pkgdir"/usr/bin/unison
-  install -Dm755 unison "$pkgdir"/usr/bin/unison-gtk2
- # install a .desktop file; create a compliant icon from ico file and install 
the png
-  install -Dm644 ../$pkgname.desktop 
"$pkgdir"/usr/share/applications/$pkgname.desktop
-  convert win32rc/U.ico unison.png
-  install -Dm644 ${pkgname}-1.png  "$pkgdir"/usr/share/pixmaps/$pkgname.png
- # make symlink for .desktop file
-  cd "$pkgdir"/usr/bin
-  ln -s unison-gtk2 unison-x11
- # make versioned symlink #29827
-  ln -s unison unison-2.40
-}
-md5sums=('42caf869f40440ed0e75eef07a605b2e'
- '2daecba7705455a8e4b769e48b059872')

Copied: unison/repos/extra-i686/PKGBUILD (from rev 215677, 
unison/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-30 06:54:10 UTC (rev 215678)
@@ -0,0 +1,54 @@
+# $Id$
+#Maintainer: Tobias Powalowski 
+
+pkgname=unison
+pkgver=2.40.102
+pkgrel=2
+pkgdesc="Unison is a file-synchronization tool"
+arch=(i686 x86_64)
+license=('GPL2')
+url="http://www.cis.upenn.edu/~bcpierce/unison";
+depends=('glibc')
+makedepends=('ocaml' 'lablgtk2' 'imagemagick')
+optdepends=('gtk2: for gtk2 support')
+source=(http://www.cis.upenn.edu/~bcpierce/unison/download/releases/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz
+$pkgname.desktop)
+
+options=(!makeflags)
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  CFLAGS=""
+  make clean
+  make mkProjectInfo 
+  make UISTYLE=text DEBUGGING=false THREADS=true 
+  mv unison unison-text
+ 
+ # clean the builddir and rebuild with gtk support
+  # broken 

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

2014-06-29 Thread Tobias Powalowski
Date: Monday, June 30, 2014 @ 08:53:59
  Author: tpowa
Revision: 215677

upgpkg: unison 2.40.102-2

mtree rebuild

Modified:
  unison/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 06:51:34 UTC (rev 215676)
+++ PKGBUILD2014-06-30 06:53:59 UTC (rev 215677)
@@ -3,7 +3,7 @@
 
 pkgname=unison
 pkgver=2.40.102
-pkgrel=1
+pkgrel=2
 pkgdesc="Unison is a file-synchronization tool"
 arch=(i686 x86_64)
 license=('GPL2')



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

2014-06-29 Thread Tobias Powalowski
Date: Monday, June 30, 2014 @ 08:51:28
  Author: tpowa
Revision: 215675

upgpkg: sysfsutils 2.1.0-9

mtree rebuild

Modified:
  sysfsutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 06:50:16 UTC (rev 215674)
+++ PKGBUILD2014-06-30 06:51:28 UTC (rev 215675)
@@ -3,7 +3,7 @@
 
 pkgname=sysfsutils
 pkgver=2.1.0
-pkgrel=8
+pkgrel=9
 pkgdesc="System Utilities Based on Sysfs"
 arch=(i686 x86_64)
 license=('GPL' 'LGPL')



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

2014-06-29 Thread Tobias Powalowski
Date: Monday, June 30, 2014 @ 08:51:34
  Author: tpowa
Revision: 215676

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

Added:
  sysfsutils/repos/testing-i686/
  sysfsutils/repos/testing-i686/PKGBUILD
(from rev 215675, sysfsutils/trunk/PKGBUILD)
  sysfsutils/repos/testing-x86_64/
  sysfsutils/repos/testing-x86_64/PKGBUILD
(from rev 215675, sysfsutils/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: sysfsutils/repos/testing-i686/PKGBUILD (from rev 215675, 
sysfsutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-30 06:51:34 UTC (rev 215676)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgname=sysfsutils
+pkgver=2.1.0
+pkgrel=9
+pkgdesc="System Utilities Based on Sysfs"
+arch=(i686 x86_64)
+license=('GPL' 'LGPL')
+url="http://linux-diag.sourceforge.net/Sysfsutils.html";
+groups=('base')
+depends=('glibc')
+source=(http://downloads.sourceforge.net/sourceforge/linux-diag/${pkgname}-${pkgver}.tar.gz)
+md5sums=('14e7dcd0436d2f49aa403f67e1ef7ddc')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  rm "$pkgdir/usr/lib/libsysfs.a"
+}

Copied: sysfsutils/repos/testing-x86_64/PKGBUILD (from rev 215675, 
sysfsutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-30 06:51:34 UTC (rev 215676)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgname=sysfsutils
+pkgver=2.1.0
+pkgrel=9
+pkgdesc="System Utilities Based on Sysfs"
+arch=(i686 x86_64)
+license=('GPL' 'LGPL')
+url="http://linux-diag.sourceforge.net/Sysfsutils.html";
+groups=('base')
+depends=('glibc')
+source=(http://downloads.sourceforge.net/sourceforge/linux-diag/${pkgname}-${pkgver}.tar.gz)
+md5sums=('14e7dcd0436d2f49aa403f67e1ef7ddc')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  rm "$pkgdir/usr/lib/libsysfs.a"
+}



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

2014-06-29 Thread Tobias Powalowski
Date: Monday, June 30, 2014 @ 08:50:16
  Author: tpowa
Revision: 215674

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

Added:
  sane-frontends/repos/extra-i686/MissingCapsFlag.patch
(from rev 215673, sane-frontends/trunk/MissingCapsFlag.patch)
  sane-frontends/repos/extra-i686/PKGBUILD
(from rev 215673, sane-frontends/trunk/PKGBUILD)
  sane-frontends/repos/extra-x86_64/MissingCapsFlag.patch
(from rev 215673, sane-frontends/trunk/MissingCapsFlag.patch)
  sane-frontends/repos/extra-x86_64/PKGBUILD
(from rev 215673, sane-frontends/trunk/PKGBUILD)
Deleted:
  sane-frontends/repos/extra-i686/MissingCapsFlag.patch
  sane-frontends/repos/extra-i686/PKGBUILD
  sane-frontends/repos/extra-x86_64/MissingCapsFlag.patch
  sane-frontends/repos/extra-x86_64/PKGBUILD

+
 /MissingCapsFlag.patch |   24 
 /PKGBUILD  |   52 +++
 extra-i686/MissingCapsFlag.patch   |   12 
 extra-i686/PKGBUILD|   26 -
 extra-x86_64/MissingCapsFlag.patch |   12 
 extra-x86_64/PKGBUILD  |   26 -
 6 files changed, 76 insertions(+), 76 deletions(-)

Deleted: extra-i686/MissingCapsFlag.patch
===
--- extra-i686/MissingCapsFlag.patch2014-06-30 06:50:09 UTC (rev 215673)
+++ extra-i686/MissingCapsFlag.patch2014-06-30 06:50:16 UTC (rev 215674)
@@ -1,12 +0,0 @@
 src/gtkglue.c  2005-04-16 15:12:07.0 +0200
-+++ src/gtkglue.c.new  2009-06-24 00:26:46.0 +0200
-@@ -1476,8 +1476,7 @@
- || opt->type == SANE_TYPE_GROUP || !dialog->element[i].widget)
-   continue;
- 
--  if (!(opt->cap & SANE_CAP_ALWAYS_SETTABLE))
--  gtk_widget_set_sensitive (dialog->element[i].widget, sensitive);
-+  gtk_widget_set_sensitive (dialog->element[i].widget, sensitive);
- }
- }
- 

Copied: sane-frontends/repos/extra-i686/MissingCapsFlag.patch (from rev 215673, 
sane-frontends/trunk/MissingCapsFlag.patch)
===
--- extra-i686/MissingCapsFlag.patch(rev 0)
+++ extra-i686/MissingCapsFlag.patch2014-06-30 06:50:16 UTC (rev 215674)
@@ -0,0 +1,12 @@
+--- src/gtkglue.c  2005-04-16 15:12:07.0 +0200
 src/gtkglue.c.new  2009-06-24 00:26:46.0 +0200
+@@ -1476,8 +1476,7 @@
+ || opt->type == SANE_TYPE_GROUP || !dialog->element[i].widget)
+   continue;
+ 
+-  if (!(opt->cap & SANE_CAP_ALWAYS_SETTABLE))
+-  gtk_widget_set_sensitive (dialog->element[i].widget, sensitive);
++  gtk_widget_set_sensitive (dialog->element[i].widget, sensitive);
+ }
+ }
+ 

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-30 06:50:09 UTC (rev 215673)
+++ extra-i686/PKGBUILD 2014-06-30 06:50:16 UTC (rev 215674)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: Sarah Hay 
-
-pkgname=sane-frontends
-pkgver=1.0.14
-pkgrel=6
-pkgdesc="A set of frontends for SANE."
-arch=(i686 x86_64)
-url="http://www.sane-project.org";
-license=('GPL')
-depends=('sane' 'gimp' 'libjpeg>=7')
-source=(ftp://ftp2.sane-project.org/pub/sane/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz
 MissingCapsFlag.patch)
-md5sums=('c63bf7b0bb5f530cf3c08715db721cd3' '770f66e0534953f6129e1fc03d88ae01')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  patch -p0 < ../MissingCapsFlag.patch
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: sane-frontends/repos/extra-i686/PKGBUILD (from rev 215673, 
sane-frontends/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-30 06:50:16 UTC (rev 215674)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Sarah Hay 
+
+pkgname=sane-frontends
+pkgver=1.0.14
+pkgrel=7
+pkgdesc="A set of frontends for SANE."
+arch=(i686 x86_64)
+url="http://www.sane-project.org";
+license=('GPL')
+depends=('sane' 'gimp' 'libjpeg>=7')
+source=(ftp://ftp2.sane-project.org/pub/sane/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz
 MissingCapsFlag.patch)
+md5sums=('c63bf7b0bb5f530cf3c08715db721cd3' '770f66e0534953f6129e1fc03d88ae01')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  patch -p0 < ../MissingCapsFlag.patch
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/MissingCapsFlag.patch
===
--- extra-x86_64/MissingCapsFlag.patch  2014-06-30 06:50:09 UTC (rev 215673)
+++ extra-x86_64/MissingCapsFlag.patch  2014-06-30 06:50:16 UTC (rev 215674)
@@ -1,12 +0

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

2014-06-29 Thread Tobias Powalowski
Date: Monday, June 30, 2014 @ 08:50:09
  Author: tpowa
Revision: 215673

upgpkg: sane-frontends 1.0.14-7

mtree rebuild

Modified:
  sane-frontends/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 06:48:42 UTC (rev 215672)
+++ PKGBUILD2014-06-30 06:50:09 UTC (rev 215673)
@@ -4,7 +4,7 @@
 
 pkgname=sane-frontends
 pkgver=1.0.14
-pkgrel=6
+pkgrel=7
 pkgdesc="A set of frontends for SANE."
 arch=(i686 x86_64)
 url="http://www.sane-project.org";



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

2014-06-29 Thread Tobias Powalowski
Date: Monday, June 30, 2014 @ 08:48:37
  Author: tpowa
Revision: 215671

upgpkg: rpmextract 1.0-6

mtree rebuild

Modified:
  rpmextract/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 06:47:30 UTC (rev 215670)
+++ PKGBUILD2014-06-30 06:48:37 UTC (rev 215671)
@@ -3,7 +3,7 @@
 
 pkgname=rpmextract
 pkgver=1.0
-pkgrel=5
+pkgrel=6
 pkgdesc="Script to convert or extract RPM archives (contains rpm2cpio)"
 url="http://www.archlinux.org";
 arch=('any')



[arch-commits] Commit in rpmextract/repos/extra-any (6 files)

2014-06-29 Thread Tobias Powalowski
Date: Monday, June 30, 2014 @ 08:48:42
  Author: tpowa
Revision: 215672

archrelease: copy trunk to extra-any

Added:
  rpmextract/repos/extra-any/PKGBUILD
(from rev 215671, rpmextract/trunk/PKGBUILD)
  rpmextract/repos/extra-any/rpm2cpio
(from rev 215671, rpmextract/trunk/rpm2cpio)
  rpmextract/repos/extra-any/rpmextract.sh
(from rev 215671, rpmextract/trunk/rpmextract.sh)
Deleted:
  rpmextract/repos/extra-any/PKGBUILD
  rpmextract/repos/extra-any/rpm2cpio
  rpmextract/repos/extra-any/rpmextract.sh

---+
 PKGBUILD  |   40 
 rpm2cpio  |   52 ++--
 rpmextract.sh |   12 ++--
 3 files changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-30 06:48:37 UTC (rev 215671)
+++ PKGBUILD2014-06-30 06:48:42 UTC (rev 215672)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-
-pkgname=rpmextract
-pkgver=1.0
-pkgrel=5
-pkgdesc="Script to convert or extract RPM archives (contains rpm2cpio)"
-url="http://www.archlinux.org";
-arch=('any')
-license=('GPL')
-depends=('bash' 'libarchive' 'coreutils')
-source=('rpmextract.sh' 'rpm2cpio')
-md5sums=('a7b527e4c210e66ef72532c606072e0d'
- '57a4e99bedcefadc2f89006ce98d2e60')
-
-package() {
-  install -d ${pkgdir}/usr/bin
-  install -m755 ${srcdir}/rpmextract.sh ${pkgdir}/usr/bin/
-  install -m755 ${srcdir}/rpm2cpio ${pkgdir}/usr/bin/
-}

Copied: rpmextract/repos/extra-any/PKGBUILD (from rev 215671, 
rpmextract/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-30 06:48:42 UTC (rev 215672)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgname=rpmextract
+pkgver=1.0
+pkgrel=6
+pkgdesc="Script to convert or extract RPM archives (contains rpm2cpio)"
+url="http://www.archlinux.org";
+arch=('any')
+license=('GPL')
+depends=('bash' 'libarchive' 'coreutils')
+source=('rpmextract.sh' 'rpm2cpio')
+md5sums=('a7b527e4c210e66ef72532c606072e0d'
+ '57a4e99bedcefadc2f89006ce98d2e60')
+
+package() {
+  install -d ${pkgdir}/usr/bin
+  install -m755 ${srcdir}/rpmextract.sh ${pkgdir}/usr/bin/
+  install -m755 ${srcdir}/rpm2cpio ${pkgdir}/usr/bin/
+}

Deleted: rpm2cpio
===
--- rpm2cpio2014-06-30 06:48:37 UTC (rev 215671)
+++ rpm2cpio2014-06-30 06:48:42 UTC (rev 215672)
@@ -1,26 +0,0 @@
-#!/bin/sh
-
-pkg=$1
-if [ "$pkg" = "" -o ! -e "$pkg" ]; then
-  echo "no package supplied" 1>&2
-  exit 1
-fi
-
-leadsize=96
-o=`expr $leadsize + 8`
-set `od -j $o -N 8 -t u1 $pkg`
-il=`expr 256 \* \( 256 \* \( 256 \* $2 + $3 \) + $4 \) + $5`
-dl=`expr 256 \* \( 256 \* \( 256 \* $6 + $7 \) + $8 \) + $9`
-# echo "sig il: $il dl: $dl"
-
-sigsize=`expr 8 + 16 \* $il + $dl`
-o=`expr $o + $sigsize + \( 8 - \( $sigsize \% 8 \) \) \% 8 + 8`
-set `od -j $o -N 8 -t u1 $pkg`
-il=`expr 256 \* \( 256 \* \( 256 \* $2 + $3 \) + $4 \) + $5`
-dl=`expr 256 \* \( 256 \* \( 256 \* $6 + $7 \) + $8 \) + $9`
-# echo "hdr il: $il dl: $dl"
-
-hdrsize=`expr 8 + 16 \* $il + $dl`
-o=`expr $o + $hdrsize`
-
-dd if=$pkg ibs=$o skip=1 2>/dev/null

Copied: rpmextract/repos/extra-any/rpm2cpio (from rev 215671, 
rpmextract/trunk/rpm2cpio)
===
--- rpm2cpio(rev 0)
+++ rpm2cpio2014-06-30 06:48:42 UTC (rev 215672)
@@ -0,0 +1,26 @@
+#!/bin/sh
+
+pkg=$1
+if [ "$pkg" = "" -o ! -e "$pkg" ]; then
+  echo "no package supplied" 1>&2
+  exit 1
+fi
+
+leadsize=96
+o=`expr $leadsize + 8`
+set `od -j $o -N 8 -t u1 $pkg`
+il=`expr 256 \* \( 256 \* \( 256 \* $2 + $3 \) + $4 \) + $5`
+dl=`expr 256 \* \( 256 \* \( 256 \* $6 + $7 \) + $8 \) + $9`
+# echo "sig il: $il dl: $dl"
+
+sigsize=`expr 8 + 16 \* $il + $dl`
+o=`expr $o + $sigsize + \( 8 - \( $sigsize \% 8 \) \) \% 8 + 8`
+set `od -j $o -N 8 -t u1 $pkg`
+il=`expr 256 \* \( 256 \* \( 256 \* $2 + $3 \) + $4 \) + $5`
+dl=`expr 256 \* \( 256 \* \( 256 \* $6 + $7 \) + $8 \) + $9`
+# echo "hdr il: $il dl: $dl"
+
+hdrsize=`expr 8 + 16 \* $il + $dl`
+o=`expr $o + $hdrsize`
+
+dd if=$pkg ibs=$o skip=1 2>/dev/null

Deleted: rpmextract.sh
===
--- rpmextract.sh   2014-06-30 06:48:37 UTC (rev 215671)
+++ rpmextract.sh   2014-06-30 06:48:42 UTC (rev 215672)
@@ -1,6 +0,0 @@
-#!/bin/sh
-if [ "$1" = "" -o ! -e "$1" ]; then
-echo "no package supplied" 1>&2
-   exit 1
-fi
-rpm2cpio $1 | bsdtar -xf -

Copied: rpmextract/repos/extra-any/rpmextract.sh (from rev 215671, 
rpmextract/trunk/rpmextract.sh)
===
--- rpmextract.sh   (rev 0)
+++ rpmextract.sh   2014-06-30 06:48:42 UTC (rev 215672)
@@ -0,0 +1,6 @@
+#!/bin/sh
+if [ "$1" = "" -o

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

2014-06-29 Thread Tobias Powalowski
Date: Monday, June 30, 2014 @ 08:47:22
  Author: tpowa
Revision: 215669

upgpkg: naim 0.11.8.3.2-3

mtree rebuild

Modified:
  naim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 06:46:17 UTC (rev 215668)
+++ PKGBUILD2014-06-30 06:47:22 UTC (rev 215669)
@@ -3,7 +3,7 @@
 
 pkgname=naim
 pkgver=0.11.8.3.2
-pkgrel=2
+pkgrel=3
 pkgdesc="An ncurses AOL Instant Messenger and IRC client."
 arch=('i686' 'x86_64')
 license=('GPL2')



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

2014-06-29 Thread Tobias Powalowski
Date: Monday, June 30, 2014 @ 08:47:30
  Author: tpowa
Revision: 215670

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-30 06:47:22 UTC (rev 215669)
+++ extra-i686/PKGBUILD 2014-06-30 06:47:30 UTC (rev 215670)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: dorphell 
-
-pkgname=naim
-pkgver=0.11.8.3.2
-pkgrel=2
-pkgdesc="An ncurses AOL Instant Messenger and IRC client."
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://naim.n.ml.org";
-depends=('ncurses')
-source=("http://naim.googlecode.com/files/$pkgname-$pkgver.tar.bz2";)
-options=("!makeflags")
-md5sums=('c9622e3f75d56310829f98fa4dae1f78')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: naim/repos/extra-i686/PKGBUILD (from rev 215669, naim/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-30 06:47:30 UTC (rev 215670)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: dorphell 
+
+pkgname=naim
+pkgver=0.11.8.3.2
+pkgrel=3
+pkgdesc="An ncurses AOL Instant Messenger and IRC client."
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://naim.n.ml.org";
+depends=('ncurses')
+source=("http://naim.googlecode.com/files/$pkgname-$pkgver.tar.bz2";)
+options=("!makeflags")
+md5sums=('c9622e3f75d56310829f98fa4dae1f78')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-30 06:47:22 UTC (rev 215669)
+++ extra-x86_64/PKGBUILD   2014-06-30 06:47:30 UTC (rev 215670)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: dorphell 
-
-pkgname=naim
-pkgver=0.11.8.3.2
-pkgrel=2
-pkgdesc="An ncurses AOL Instant Messenger and IRC client."
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://naim.n.ml.org";
-depends=('ncurses')
-source=("http://naim.googlecode.com/files/$pkgname-$pkgver.tar.bz2";)
-options=("!makeflags")
-md5sums=('c9622e3f75d56310829f98fa4dae1f78')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: naim/repos/extra-x86_64/PKGBUILD (from rev 215669, naim/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-06-30 06:47:30 UTC (rev 215670)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: dorphell 
+
+pkgname=naim
+pkgver=0.11.8.3.2
+pkgrel=3
+pkgdesc="An ncurses AOL Instant Messenger and IRC client."
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://naim.n.ml.org";
+depends=('ncurses')
+source=("http://naim.googlecode.com/files/$pkgname-$pkgver.tar.bz2";)
+options=("!makeflags")
+md5sums=('c9622e3f75d56310829f98fa4dae1f78')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2014-06-29 Thread Tobias Powalowski
Date: Monday, June 30, 2014 @ 08:46:17
  Author: tpowa
Revision: 215668

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-30 06:46:08 UTC (rev 215667)
+++ extra-i686/PKGBUILD 2014-06-30 06:46:17 UTC (rev 215668)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-
-pkgname=mp3wrap
-pkgver=0.5
-pkgrel=3
-pkgdesc="Tool for wrapping mp3 files. A free independent alternative to 
AlbumWrap"
-arch=('i686' 'x86_64')
-url="http://mp3wrap.sourceforge.net";
-license=('LGPL')
-depends=('glibc')
-source=("http://downloads.sourceforge.net/sourceforge/mp3wrap/mp3wrap-$pkgver-src.tar.gz";)
-md5sums=('096b46295cbe3ee2f02ca7792517dc36')
-
-build() {
-  cd $srcdir/mp3wrap-$pkgver
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/mp3wrap-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: mp3wrap/repos/extra-i686/PKGBUILD (from rev 215667, 
mp3wrap/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-30 06:46:17 UTC (rev 215668)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgname=mp3wrap
+pkgver=0.5
+pkgrel=4
+pkgdesc="Tool for wrapping mp3 files. A free independent alternative to 
AlbumWrap"
+arch=('i686' 'x86_64')
+url="http://mp3wrap.sourceforge.net";
+license=('LGPL')
+depends=('glibc')
+source=("http://downloads.sourceforge.net/sourceforge/mp3wrap/mp3wrap-$pkgver-src.tar.gz";)
+md5sums=('096b46295cbe3ee2f02ca7792517dc36')
+
+build() {
+  cd $srcdir/mp3wrap-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd $srcdir/mp3wrap-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-30 06:46:08 UTC (rev 215667)
+++ extra-x86_64/PKGBUILD   2014-06-30 06:46:17 UTC (rev 215668)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-
-pkgname=mp3wrap
-pkgver=0.5
-pkgrel=3
-pkgdesc="Tool for wrapping mp3 files. A free independent alternative to 
AlbumWrap"
-arch=('i686' 'x86_64')
-url="http://mp3wrap.sourceforge.net";
-license=('LGPL')
-depends=('glibc')
-source=("http://downloads.sourceforge.net/sourceforge/mp3wrap/mp3wrap-$pkgver-src.tar.gz";)
-md5sums=('096b46295cbe3ee2f02ca7792517dc36')
-
-build() {
-  cd $srcdir/mp3wrap-$pkgver
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/mp3wrap-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: mp3wrap/repos/extra-x86_64/PKGBUILD (from rev 215667, 
mp3wrap/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-06-30 06:46:17 UTC (rev 215668)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgname=mp3wrap
+pkgver=0.5
+pkgrel=4
+pkgdesc="Tool for wrapping mp3 files. A free independent alternative to 
AlbumWrap"
+arch=('i686' 'x86_64')
+url="http://mp3wrap.sourceforge.net";
+license=('LGPL')
+depends=('glibc')
+source=("http://downloads.sourceforge.net/sourceforge/mp3wrap/mp3wrap-$pkgver-src.tar.gz";)
+md5sums=('096b46295cbe3ee2f02ca7792517dc36')
+
+build() {
+  cd $srcdir/mp3wrap-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd $srcdir/mp3wrap-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2014-06-29 Thread Tobias Powalowski
Date: Monday, June 30, 2014 @ 08:46:08
  Author: tpowa
Revision: 215667

upgpkg: mp3wrap 0.5-4

mtree rebuild

Modified:
  mp3wrap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 06:45:08 UTC (rev 215666)
+++ PKGBUILD2014-06-30 06:46:08 UTC (rev 215667)
@@ -3,7 +3,7 @@
 
 pkgname=mp3wrap
 pkgver=0.5
-pkgrel=3
+pkgrel=4
 pkgdesc="Tool for wrapping mp3 files. A free independent alternative to 
AlbumWrap"
 arch=('i686' 'x86_64')
 url="http://mp3wrap.sourceforge.net";



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

2014-06-29 Thread Tobias Powalowski
Date: Monday, June 30, 2014 @ 08:45:08
  Author: tpowa
Revision: 215666

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

Added:
  gnu-netcat/repos/extra-i686/PKGBUILD
(from rev 215665, gnu-netcat/trunk/PKGBUILD)
  gnu-netcat/repos/extra-i686/gnu-netcat.install
(from rev 215665, gnu-netcat/trunk/gnu-netcat.install)
  gnu-netcat/repos/extra-x86_64/PKGBUILD
(from rev 215665, gnu-netcat/trunk/PKGBUILD)
  gnu-netcat/repos/extra-x86_64/gnu-netcat.install
(from rev 215665, gnu-netcat/trunk/gnu-netcat.install)
Deleted:
  gnu-netcat/repos/extra-i686/PKGBUILD
  gnu-netcat/repos/extra-i686/gnu-netcat.install
  gnu-netcat/repos/extra-x86_64/PKGBUILD
  gnu-netcat/repos/extra-x86_64/gnu-netcat.install

-+
 /PKGBUILD   |   54 ++
 /gnu-netcat.install |   26 ++
 extra-i686/PKGBUILD |   27 ---
 extra-i686/gnu-netcat.install   |   13 -
 extra-x86_64/PKGBUILD   |   27 ---
 extra-x86_64/gnu-netcat.install |   13 -
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-30 06:44:59 UTC (rev 215665)
+++ extra-i686/PKGBUILD 2014-06-30 06:45:08 UTC (rev 215666)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Tom K 
-
-pkgname=gnu-netcat
-pkgver=0.7.1
-pkgrel=4
-pkgdesc="GNU rewrite of netcat, the network piping application"
-depends=('glibc' 'texinfo')
-arch=('i686' 'x86_64')
-url="http://netcat.sourceforge.net/";
-license=('GPL')
-replaces=('netcat')
-provides=('netcat')
-install=gnu-netcat.install
-source=("http://downloads.sourceforge.net/sourceforge/netcat/netcat-$pkgver.tar.bz2";)
-md5sums=('0a29eff1736ddb5effd0b1ec1f6fe0ef')
-
-build() {
-  cd "${srcdir}/netcat-${pkgver}"
-  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info
-  make
-}
-
-package() {
-  cd "${srcdir}/netcat-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: gnu-netcat/repos/extra-i686/PKGBUILD (from rev 215665, 
gnu-netcat/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-30 06:45:08 UTC (rev 215666)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Tom K 
+
+pkgname=gnu-netcat
+pkgver=0.7.1
+pkgrel=5
+pkgdesc="GNU rewrite of netcat, the network piping application"
+depends=('glibc' 'texinfo')
+arch=('i686' 'x86_64')
+url="http://netcat.sourceforge.net/";
+license=('GPL')
+replaces=('netcat')
+provides=('netcat')
+install=gnu-netcat.install
+source=("http://downloads.sourceforge.net/sourceforge/netcat/netcat-$pkgver.tar.bz2";)
+md5sums=('0a29eff1736ddb5effd0b1ec1f6fe0ef')
+
+build() {
+  cd "${srcdir}/netcat-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info
+  make
+}
+
+package() {
+  cd "${srcdir}/netcat-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/gnu-netcat.install
===
--- extra-i686/gnu-netcat.install   2014-06-30 06:44:59 UTC (rev 215665)
+++ extra-i686/gnu-netcat.install   2014-06-30 06:45:08 UTC (rev 215666)
@@ -1,13 +0,0 @@
-infodir=/usr/share/info
-
-post_install() {
-  install-info $infodir/netcat.info.gz $infodir/dir 2> /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  install-info --delete $infodir/netcat.info.gz $infodir/dir 2> /dev/null
-}

Copied: gnu-netcat/repos/extra-i686/gnu-netcat.install (from rev 215665, 
gnu-netcat/trunk/gnu-netcat.install)
===
--- extra-i686/gnu-netcat.install   (rev 0)
+++ extra-i686/gnu-netcat.install   2014-06-30 06:45:08 UTC (rev 215666)
@@ -0,0 +1,13 @@
+infodir=/usr/share/info
+
+post_install() {
+  install-info $infodir/netcat.info.gz $infodir/dir 2> /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  install-info --delete $infodir/netcat.info.gz $infodir/dir 2> /dev/null
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-30 06:44:59 UTC (rev 215665)
+++ extra-x86_64/PKGBUILD   2014-06-30 06:45:08 UTC (rev 215666)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Tom K 
-
-pkgname=gnu-netcat
-pkgver=0.7.1
-pkgrel=4
-pkgdesc="GNU rewrite of netcat, the network piping application"
-depends=('glibc' 'texinfo')
-arch=('i686' 'x86_64')
-url="http://netcat.sourceforge.net/";
-license=('GPL')
-replaces=('netcat')
-provides=('netcat')
-install=gnu-netcat.install
-source=("http://downloads.sourceforge.net/sourceforge/netcat/netcat-$pkgver.tar.bz2";)
-md5sums=('0a29eff1736ddb5effd0b1ec1f6fe0ef')
-
-build() {
-  cd "${srcdir}/netcat-${pkgver}"
-  ./configure --prefix=/usr --mandir=/usr/share/man

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

2014-06-29 Thread Tobias Powalowski
Date: Monday, June 30, 2014 @ 08:44:59
  Author: tpowa
Revision: 215665

upgpkg: gnu-netcat 0.7.1-5

mtree rebuild

Modified:
  gnu-netcat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 06:43:48 UTC (rev 215664)
+++ PKGBUILD2014-06-30 06:44:59 UTC (rev 215665)
@@ -3,7 +3,7 @@
 
 pkgname=gnu-netcat
 pkgver=0.7.1
-pkgrel=4
+pkgrel=5
 pkgdesc="GNU rewrite of netcat, the network piping application"
 depends=('glibc' 'texinfo')
 arch=('i686' 'x86_64')



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

2014-06-29 Thread Tobias Powalowski
Date: Monday, June 30, 2014 @ 08:43:48
  Author: tpowa
Revision: 215664

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

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

--+
 testing-i686/PKGBUILD|   37 +
 testing-i686/findutils.install   |   22 ++
 testing-x86_64/PKGBUILD  |   37 +
 testing-x86_64/findutils.install |   22 ++
 4 files changed, 118 insertions(+)

Copied: findutils/repos/testing-i686/PKGBUILD (from rev 215663, 
findutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-30 06:43:48 UTC (rev 215664)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+
+pkgname=findutils
+pkgver=4.4.2
+pkgrel=6
+pkgdesc="GNU utilities to locate files"
+arch=('i686' 'x86_64')
+license=('GPL3')
+groups=('base' 'base-devel')
+depends=('glibc' 'sh')
+url="http://www.gnu.org/software/findutils";
+source=(ftp://ftp.gnu.org/pub/gnu/findutils/${pkgname}-${pkgver}.tar.gz{,.sig})
+install=findutils.install
+sha1sums=('e8dd88fa2cc58abffd0bfc1eddab9020231bb024'
+  '77d9585d9feea0814752a31bf109fe287f528243')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # Don't build or install locate because we use mlocate,
+  # which is a secure version of locate.
+  sed -i '/^SUBDIRS/s/locate//' Makefile.in
+
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR=$pkgdir install
+}

Copied: findutils/repos/testing-i686/findutils.install (from rev 215663, 
findutils/trunk/findutils.install)
===
--- testing-i686/findutils.install  (rev 0)
+++ testing-i686/findutils.install  2014-06-30 06:43:48 UTC (rev 215664)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+filelist=(find-maint.info find.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Copied: findutils/repos/testing-x86_64/PKGBUILD (from rev 215663, 
findutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-30 06:43:48 UTC (rev 215664)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+
+pkgname=findutils
+pkgver=4.4.2
+pkgrel=6
+pkgdesc="GNU utilities to locate files"
+arch=('i686' 'x86_64')
+license=('GPL3')
+groups=('base' 'base-devel')
+depends=('glibc' 'sh')
+url="http://www.gnu.org/software/findutils";
+source=(ftp://ftp.gnu.org/pub/gnu/findutils/${pkgname}-${pkgver}.tar.gz{,.sig})
+install=findutils.install
+sha1sums=('e8dd88fa2cc58abffd0bfc1eddab9020231bb024'
+  '77d9585d9feea0814752a31bf109fe287f528243')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # Don't build or install locate because we use mlocate,
+  # which is a secure version of locate.
+  sed -i '/^SUBDIRS/s/locate//' Makefile.in
+
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR=$pkgdir install
+}

Copied: findutils/repos/testing-x86_64/findutils.install (from rev 215663, 
findutils/trunk/findutils.install)
===
--- testing-x86_64/findutils.install(rev 0)
+++ testing-x86_64/findutils.install2014-06-30 06:43:48 UTC (rev 215664)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+filelist=(find-maint.info find.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-06-29 Thread Tobias Powalowski
Date: Monday, June 30, 2014 @ 08:43:40
  Author: tpowa
Revision: 215663

upgpkg: findutils 4.4.2-6

mtree rebuild

Modified:
  findutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 06:41:17 UTC (rev 215662)
+++ PKGBUILD2014-06-30 06:43:40 UTC (rev 215663)
@@ -3,7 +3,7 @@
 
 pkgname=findutils
 pkgver=4.4.2
-pkgrel=5
+pkgrel=6
 pkgdesc="GNU utilities to locate files"
 arch=('i686' 'x86_64')
 license=('GPL3')



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

2014-06-29 Thread Tobias Powalowski
Date: Monday, June 30, 2014 @ 08:41:17
  Author: tpowa
Revision: 215662

archrelease: copy trunk to extra-any

Added:
  convmv/repos/extra-any/PKGBUILD
(from rev 215661, convmv/trunk/PKGBUILD)
Deleted:
  convmv/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-30 06:41:10 UTC (rev 215661)
+++ PKGBUILD2014-06-30 06:41:17 UTC (rev 215662)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer : Aaron Griffin 
-
-pkgname=convmv
-pkgver=1.15
-pkgrel=1
-pkgdesc="Tool for converting encodings on filesystems"
-license=('GPL2')
-arch=('any')
-url="http://j3e.de/linux/convmv/";
-depends=('perl')
-source=("http://j3e.de/linux/convmv/$pkgname-$pkgver.tar.gz";)
-md5sums=('b1bb703c08c6355868d15890ff193f7d')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make PREFIX=$pkgdir/usr install
-}

Copied: convmv/repos/extra-any/PKGBUILD (from rev 215661, convmv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-30 06:41:17 UTC (rev 215662)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer : Aaron Griffin 
+
+pkgname=convmv
+pkgver=1.15
+pkgrel=2
+pkgdesc="Tool for converting encodings on filesystems"
+license=('GPL2')
+arch=('any')
+url="http://j3e.de/linux/convmv/";
+depends=('perl')
+source=("http://j3e.de/linux/convmv/$pkgname-$pkgver.tar.gz";)
+md5sums=('b1bb703c08c6355868d15890ff193f7d')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make PREFIX=$pkgdir/usr install
+}



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

2014-06-29 Thread Tobias Powalowski
Date: Monday, June 30, 2014 @ 08:41:10
  Author: tpowa
Revision: 215661

upgpkg: convmv 1.15-2

rebuild for mtree

Modified:
  convmv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 06:39:24 UTC (rev 215660)
+++ PKGBUILD2014-06-30 06:41:10 UTC (rev 215661)
@@ -3,7 +3,7 @@
 
 pkgname=convmv
 pkgver=1.15
-pkgrel=1
+pkgrel=2
 pkgdesc="Tool for converting encodings on filesystems"
 license=('GPL2')
 arch=('any')



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

2014-06-29 Thread Tobias Powalowski
Date: Monday, June 30, 2014 @ 08:39:24
  Author: tpowa
Revision: 215660

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

Added:
  lzo2/repos/core-i686/PKGBUILD
(from rev 215659, lzo2/repos/testing-i686/PKGBUILD)
  lzo2/repos/core-i686/configure-2.07.patch
(from rev 215659, lzo2/repos/testing-i686/configure-2.07.patch)
  lzo2/repos/core-x86_64/PKGBUILD
(from rev 215659, lzo2/repos/testing-x86_64/PKGBUILD)
  lzo2/repos/core-x86_64/configure-2.07.patch
(from rev 215659, lzo2/repos/testing-x86_64/configure-2.07.patch)
Deleted:
  lzo2/repos/core-i686/PKGBUILD
  lzo2/repos/core-x86_64/PKGBUILD
  lzo2/repos/testing-i686/
  lzo2/repos/testing-x86_64/

--+
 /PKGBUILD|   94 +
 core-i686/PKGBUILD   |   41 
 core-i686/configure-2.07.patch   |   12 
 core-x86_64/PKGBUILD |   41 
 core-x86_64/configure-2.07.patch |   12 
 5 files changed, 118 insertions(+), 82 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-06-30 05:51:56 UTC (rev 215659)
+++ core-i686/PKGBUILD  2014-06-30 06:39:24 UTC (rev 215660)
@@ -1,41 +0,0 @@
-# $Id$
-# Contributor: Low Kian Seong 
-# Maintainer: dorphell 
-pkgname=lzo2
-pkgver=2.06
-pkgrel=3
-pkgdesc="Portable lossless data compression library"
-arch=('i686' 'x86_64')
-url="http://www.oberhumer.com/opensource/lzo";
-license=('GPL')
-depends=('glibc')
-source=(http://www.oberhumer.com/opensource/lzo/download/lzo-${pkgver}.tar.gz)
-md5sums=('95380bd4081f85ef08c5209f4107e9f8')
-
-build() {
-  cd "${srcdir}/lzo-${pkgver}"
-
-  ./configure --prefix=/usr --enable-shared
-  make
-
-  # build minilzo
-  gcc $CFLAGS -fpic -Iinclude/lzo -o minilzo/minilzo.o -c minilzo/minilzo.c
-  gcc $LDFLAGS -shared -o libminilzo.so.0 -Wl,-soname,libminilzo.so.0 
minilzo/minilzo.o
-}
-
-check() {
-  cd "${srcdir}/lzo-${pkgver}"
-  make test # Larger test
-  make check
-}
-
-package() {
-  cd "${srcdir}/lzo-${pkgver}"
-  make DESTDIR=${pkgdir} install
-
-  # install minilzo
-  install -m 755 libminilzo.so.0 ${pkgdir}/usr/lib
-  install -p -m 644 minilzo/minilzo.h ${pkgdir}/usr/include/lzo
-  cd ${pkgdir}/usr/lib
-  ln -s libminilzo.so.0 libminilzo.so
-}

Copied: lzo2/repos/core-i686/PKGBUILD (from rev 215659, 
lzo2/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2014-06-30 06:39:24 UTC (rev 215660)
@@ -0,0 +1,47 @@
+# $Id$
+# Contributor: Low Kian Seong 
+# Maintainer: dorphell 
+pkgname=lzo2
+pkgver=2.07
+pkgrel=2
+pkgdesc="Portable lossless data compression library"
+arch=('i686' 'x86_64')
+url="http://www.oberhumer.com/opensource/lzo";
+license=('GPL')
+depends=('glibc')
+source=(http://www.oberhumer.com/opensource/lzo/download/lzo-${pkgver}.tar.gz
+configure-2.07.patch)
+md5sums=('4011935e95171e78ad4894f7335c982a'
+ 'db3ead3fb5590275838d3080ea7342d1')
+
+prepare() {
+  cd "${srcdir}/lzo-${pkgver}"
+  patch -Np0 -i ${srcdir}/configure-2.07.patch
+}
+
+build() {
+  cd "${srcdir}/lzo-${pkgver}"
+  ./configure --prefix=/usr --enable-shared
+  make
+
+  # build minilzo
+  gcc $CFLAGS -fpic -Iinclude/lzo -o minilzo/minilzo.o -c minilzo/minilzo.c
+  gcc $LDFLAGS -shared -o libminilzo.so.0 -Wl,-soname,libminilzo.so.0 
minilzo/minilzo.o
+}
+
+check() {
+  cd "${srcdir}/lzo-${pkgver}"
+  make test # Larger test
+  make check
+}
+
+package() {
+  cd "${srcdir}/lzo-${pkgver}"
+  make DESTDIR=${pkgdir} install
+
+  # install minilzo
+  install -m 755 libminilzo.so.0 ${pkgdir}/usr/lib
+  install -p -m 644 minilzo/minilzo.h ${pkgdir}/usr/include/lzo
+  cd ${pkgdir}/usr/lib
+  ln -s libminilzo.so.0 libminilzo.so
+}

Copied: lzo2/repos/core-i686/configure-2.07.patch (from rev 215659, 
lzo2/repos/testing-i686/configure-2.07.patch)
===
--- core-i686/configure-2.07.patch  (rev 0)
+++ core-i686/configure-2.07.patch  2014-06-30 06:39:24 UTC (rev 215660)
@@ -0,0 +1,12 @@
+--- configure.ORIG  2014-06-25 15:47:13.0 +0200
 configure   2014-06-26 00:05:33.0 +0200
+@@ -13953,7 +13953,7 @@
+ /* end confdefs.h.  */
+ #define LZO_CFG_NO_CONFIG_HEADER 1
+ #define LZO_WANT_ACC_INCD_H 1
+-#include "include/lzo/lzodefs.h"
++#include "include/lzo/lzoconf.h"
+ #include "src/lzo_supp.h"
+
+ #undef  LZOCHK_ASSERT
+

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2014-06-30 05:51:56 UTC (rev 215659)
+++ core-x86_64/PKGBUILD2014-06-30 06:39:24 UTC (rev 215660)
@@ -1,41 +0,0 @@
-# $Id$
-# Contributor: Low Kian Seong 
-# Maintainer: dorphell 
-pkgname=lzo2
-pkgver=2.06
-pkgrel=3
-pkgdesc="Portable lossless data compression library"
-arc

[arch-commits] Commit in xfce4-genmon-plugin/repos (4 files)

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 07:51:56
  Author: fyan
Revision: 215659

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

Added:
  xfce4-genmon-plugin/repos/extra-i686/PKGBUILD
(from rev 215658, xfce4-genmon-plugin/trunk/PKGBUILD)
  xfce4-genmon-plugin/repos/extra-x86_64/PKGBUILD
(from rev 215658, xfce4-genmon-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-genmon-plugin/repos/extra-i686/PKGBUILD
  xfce4-genmon-plugin/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-30 05:51:00 UTC (rev 215658)
+++ extra-i686/PKGBUILD 2014-06-30 05:51:56 UTC (rev 215659)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: AndyRTR 
-# Contributor: Tobias Kieslich 
-
-pkgname=xfce4-genmon-plugin
-pkgver=3.4.0
-pkgrel=1
-pkgdesc="plugin that monitors customizable programs stdout for the Xfce4 panel"
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin";
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/3.4/$pkgname-$pkgver.tar.bz2)
-sha256sums=('b0a5337b49c85623dc89f3c9e47c7374b1d466af2418033d2d6dfc57a9790387')
-
-build() {
-  cd "$srcdir/$pkgname-3.4"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-3.4"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-genmon-plugin/repos/extra-i686/PKGBUILD (from rev 215658, 
xfce4-genmon-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-30 05:51:56 UTC (rev 215659)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+# Contributor: AndyRTR 
+# Contributor: Tobias Kieslich 
+
+pkgname=xfce4-genmon-plugin
+pkgver=3.4.0
+pkgrel=2
+pkgdesc="plugin that monitors customizable programs stdout for the Xfce4 panel"
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin";
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/3.4/$pkgname-$pkgver.tar.bz2)
+sha256sums=('b0a5337b49c85623dc89f3c9e47c7374b1d466af2418033d2d6dfc57a9790387')
+
+build() {
+  cd "$srcdir/$pkgname-3.4"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-3.4"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-30 05:51:00 UTC (rev 215658)
+++ extra-x86_64/PKGBUILD   2014-06-30 05:51:56 UTC (rev 215659)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: AndyRTR 
-# Contributor: Tobias Kieslich 
-
-pkgname=xfce4-genmon-plugin
-pkgver=3.4.0
-pkgrel=1
-pkgdesc="plugin that monitors customizable programs stdout for the Xfce4 panel"
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin";
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/3.4/$pkgname-$pkgver.tar.bz2)
-sha256sums=('b0a5337b49c85623dc89f3c9e47c7374b1d466af2418033d2d6dfc57a9790387')
-
-build() {
-  cd "$srcdir/$pkgname-3.4"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-3.4"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-genmon-plugin/repos/extra-x86_64/PKGBUILD (from rev 215658, 
xfce4-genmon-plugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-06-30 05:51:56 UTC (rev 215659)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+# Contributor: AndyRTR 
+# Contributor: Tobias Kieslich 
+
+pkgname=xfce4-genmon-plugin
+pkgver=3.4.0
+pkgrel=2
+pkgdesc="plugin that monitors customizable programs stdout for the Xfce4 panel"
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin";
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=(

[arch-commits] Commit in xfce4-genmon-plugin/trunk (PKGBUILD)

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 07:51:00
  Author: fyan
Revision: 215658

upgpkg: xfce4-genmon-plugin 3.4.0-2

mtree rebuild

Modified:
  xfce4-genmon-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 05:50:49 UTC (rev 215657)
+++ PKGBUILD2014-06-30 05:51:00 UTC (rev 215658)
@@ -5,7 +5,7 @@
 
 pkgname=xfce4-genmon-plugin
 pkgver=3.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="plugin that monitors customizable programs stdout for the Xfce4 panel"
 arch=('i686' 'x86_64')
 license=('LGPL2.1')



[arch-commits] Commit in xfce4-mpc-plugin/repos (4 files)

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 07:50:49
  Author: fyan
Revision: 215657

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

Added:
  xfce4-mpc-plugin/repos/extra-i686/PKGBUILD
(from rev 215656, xfce4-mpc-plugin/trunk/PKGBUILD)
  xfce4-mpc-plugin/repos/extra-x86_64/PKGBUILD
(from rev 215656, xfce4-mpc-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-mpc-plugin/repos/extra-i686/PKGBUILD
  xfce4-mpc-plugin/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-30 05:49:42 UTC (rev 215656)
+++ extra-i686/PKGBUILD 2014-06-30 05:50:49 UTC (rev 215657)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: aurelien 
-# Contributor: Tobias Kieslich 
-
-pkgname=xfce4-mpc-plugin
-pkgver=0.4.4
-pkgrel=1
-pkgdesc="A plugin to control the music player daemon from the xfce4-panel"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin";
-license=('BSD')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libmpd>=0.16.1')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('4f0ce6146aa2680a4c1ca7bad1be30187a8a179e8c4355a8fe13d1fc38dac5c5')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package(){
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-mpc-plugin/repos/extra-i686/PKGBUILD (from rev 215656, 
xfce4-mpc-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-30 05:50:49 UTC (rev 215657)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: aurelien 
+# Contributor: Tobias Kieslich 
+
+pkgname=xfce4-mpc-plugin
+pkgver=0.4.4
+pkgrel=2
+pkgdesc="A plugin to control the music player daemon from the xfce4-panel"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin";
+license=('BSD')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libmpd>=0.16.1')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('4f0ce6146aa2680a4c1ca7bad1be30187a8a179e8c4355a8fe13d1fc38dac5c5')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package(){
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-30 05:49:42 UTC (rev 215656)
+++ extra-x86_64/PKGBUILD   2014-06-30 05:50:49 UTC (rev 215657)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: aurelien 
-# Contributor: Tobias Kieslich 
-
-pkgname=xfce4-mpc-plugin
-pkgver=0.4.4
-pkgrel=1
-pkgdesc="A plugin to control the music player daemon from the xfce4-panel"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin";
-license=('BSD')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libmpd>=0.16.1')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('4f0ce6146aa2680a4c1ca7bad1be30187a8a179e8c4355a8fe13d1fc38dac5c5')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package(){
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-mpc-plugin/repos/extra-x86_64/PKGBUILD (from rev 215656, 
xfce4-mpc-plugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-06-30 05:50:49 UTC (rev 215657)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: aurelien 
+# Contributor: Tobias Kieslich 
+
+pkgname=

[arch-commits] Commit in xfce4-mpc-plugin/trunk (PKGBUILD)

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 07:49:42
  Author: fyan
Revision: 215656

upgpkg: xfce4-mpc-plugin 0.4.4-2

mtree rebuild

Modified:
  xfce4-mpc-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 05:46:16 UTC (rev 215655)
+++ PKGBUILD2014-06-30 05:49:42 UTC (rev 215656)
@@ -5,7 +5,7 @@
 
 pkgname=xfce4-mpc-plugin
 pkgver=0.4.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A plugin to control the music player daemon from the xfce4-panel"
 arch=('i686' 'x86_64')
 url="http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin";



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

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 07:29:22
  Author: fyan
Revision: 215639

upgpkg: python-fpconst 0.7.3-5

mtree rebuild

Modified:
  python-fpconst/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 04:59:29 UTC (rev 215638)
+++ PKGBUILD2014-06-30 05:29:22 UTC (rev 215639)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer : Ionut Biru 
+# Maintainer: Felix Yan 
+# Contributor: Ionut Biru 
 # Contributor: Anton Bazhenov 
 # Contributor: Ryan Coyner 
 
@@ -7,7 +8,7 @@
 pkgname=python2-fpconst
 _pkgbasename=fpconst
 pkgver=0.7.3
-pkgrel=4
+pkgrel=5
 pkgdesc="Utilities for handling IEEE 754 floating point special values"
 arch=('any')
 url="http://pypi.python.org/pypi/fpconst/";
@@ -20,5 +21,5 @@
 
 package_python2-fpconst() {
   cd "${srcdir}/${_pkgbasename}-${pkgver}"
-  python2 setup.py install --root="${pkgdir}"
+  python2 setup.py install -O1 --root="${pkgdir}"
 }



[arch-commits] Commit in xfce4-fsguard-plugin/repos (8 files)

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 07:46:16
  Author: fyan
Revision: 215655

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

Added:
  xfce4-fsguard-plugin/repos/extra-i686/PKGBUILD
(from rev 215654, xfce4-fsguard-plugin/trunk/PKGBUILD)
  xfce4-fsguard-plugin/repos/extra-i686/xfce4-fsguard-plugin.install
(from rev 215654, xfce4-fsguard-plugin/trunk/xfce4-fsguard-plugin.install)
  xfce4-fsguard-plugin/repos/extra-x86_64/PKGBUILD
(from rev 215654, xfce4-fsguard-plugin/trunk/PKGBUILD)
  xfce4-fsguard-plugin/repos/extra-x86_64/xfce4-fsguard-plugin.install
(from rev 215654, xfce4-fsguard-plugin/trunk/xfce4-fsguard-plugin.install)
Deleted:
  xfce4-fsguard-plugin/repos/extra-i686/PKGBUILD
  xfce4-fsguard-plugin/repos/extra-i686/xfce4-fsguard-plugin.install
  xfce4-fsguard-plugin/repos/extra-x86_64/PKGBUILD
  xfce4-fsguard-plugin/repos/extra-x86_64/xfce4-fsguard-plugin.install

---+
 /PKGBUILD |   66 
 /xfce4-fsguard-plugin.install |   22 +
 extra-i686/PKGBUILD   |   33 --
 extra-i686/xfce4-fsguard-plugin.install   |   11 
 extra-x86_64/PKGBUILD |   33 --
 extra-x86_64/xfce4-fsguard-plugin.install |   11 
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-30 05:45:07 UTC (rev 215654)
+++ extra-i686/PKGBUILD 2014-06-30 05:46:16 UTC (rev 215655)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Contributor: Ben 
-
-pkgname=xfce4-fsguard-plugin
-pkgver=1.0.1
-pkgrel=1
-pkgdesc="File system usage monitor plugin for the Xfce4 panel"
-arch=(i686 x86_64)
-license=('GPL2')
-url="http://xfce-goodies.berlios.de/";
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-install=${pkgname}.install
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.0/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('9c179371475e2837004cc208026e30c1')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib \
-   --localstatedir=/var \
-   --disable-static \
-   --disable-debug
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: xfce4-fsguard-plugin/repos/extra-i686/PKGBUILD (from rev 215654, 
xfce4-fsguard-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-30 05:46:16 UTC (rev 215655)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Ben 
+
+pkgname=xfce4-fsguard-plugin
+pkgver=1.0.1
+pkgrel=2
+pkgdesc="File system usage monitor plugin for the Xfce4 panel"
+arch=(i686 x86_64)
+license=('GPL2')
+url="http://xfce-goodies.berlios.de/";
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+install=${pkgname}.install
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.0/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('9c179371475e2837004cc208026e30c1')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib \
+   --localstatedir=/var \
+   --disable-static \
+   --disable-debug
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/xfce4-fsguard-plugin.install
===
--- extra-i686/xfce4-fsguard-plugin.install 2014-06-30 05:45:07 UTC (rev 
215654)
+++ extra-i686/xfce4-fsguard-plugin.install 2014-06-30 05:46:16 UTC (rev 
215655)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Copied: xfce4-fsguard-plugin/repos/extra-i686/xfce4-fsguard-plugin.install 
(from rev 215654, xfce4-fsguard-plugin/trunk/xfce4-fsguard-plugin.install)
===
--- extra-i686/xfce4-fsguard-plugin.install (rev 0)
+++ extra-i686/xfce4-fsguard-plugin.install 2014-06-30 05:46:16 UTC (rev 
215655)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-30 05:45:07 UTC (rev 215654)
+++ extra-x86_64/PKGBUILD   2014-06-30 05:46:16 UTC (rev 215655)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Contributor: B

[arch-commits] Commit in xfce4-fsguard-plugin/trunk (PKGBUILD)

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 07:45:07
  Author: fyan
Revision: 215654

upgpkg: xfce4-fsguard-plugin 1.0.1-2

mtree rebuild

Modified:
  xfce4-fsguard-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 05:45:00 UTC (rev 215653)
+++ PKGBUILD2014-06-30 05:45:07 UTC (rev 215654)
@@ -4,7 +4,7 @@
 
 pkgname=xfce4-fsguard-plugin
 pkgver=1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="File system usage monitor plugin for the Xfce4 panel"
 arch=(i686 x86_64)
 license=('GPL2')



[arch-commits] Commit in xfce4-eyes-plugin/repos (8 files)

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 07:45:00
  Author: fyan
Revision: 215653

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

Added:
  xfce4-eyes-plugin/repos/extra-i686/PKGBUILD
(from rev 215652, xfce4-eyes-plugin/trunk/PKGBUILD)
  xfce4-eyes-plugin/repos/extra-i686/xfce4-eyes-plugin.install
(from rev 215652, xfce4-eyes-plugin/trunk/xfce4-eyes-plugin.install)
  xfce4-eyes-plugin/repos/extra-x86_64/PKGBUILD
(from rev 215652, xfce4-eyes-plugin/trunk/PKGBUILD)
  xfce4-eyes-plugin/repos/extra-x86_64/xfce4-eyes-plugin.install
(from rev 215652, xfce4-eyes-plugin/trunk/xfce4-eyes-plugin.install)
Deleted:
  xfce4-eyes-plugin/repos/extra-i686/PKGBUILD
  xfce4-eyes-plugin/repos/extra-i686/xfce4-eyes-plugin.install
  xfce4-eyes-plugin/repos/extra-x86_64/PKGBUILD
  xfce4-eyes-plugin/repos/extra-x86_64/xfce4-eyes-plugin.install

+
 /PKGBUILD  |   74 +++
 /xfce4-eyes-plugin.install |   26 ++
 extra-i686/PKGBUILD|   37 ---
 extra-i686/xfce4-eyes-plugin.install   |   13 -
 extra-x86_64/PKGBUILD  |   37 ---
 extra-x86_64/xfce4-eyes-plugin.install |   13 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-30 05:44:08 UTC (rev 215652)
+++ extra-i686/PKGBUILD 2014-06-30 05:45:00 UTC (rev 215653)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: AndyRTR 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-eyes-plugin
-pkgver=4.4.2
-pkgrel=1
-pkgdesc="A rolling eyes (following mouse pointer) plugin for the Xfce panel"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-eyes-plugin";
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'hicolor-icon-theme')
-makedepends=('intltool' 'perlxml')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/4.4/$pkgname-$pkgver.tar.bz2)
-sha256sums=('dad102fedd0d9e6df45338a018387b2aacaf24b05eb798275be0dfc05ffa3021')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-eyes-plugin/repos/extra-i686/PKGBUILD (from rev 215652, 
xfce4-eyes-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-30 05:45:00 UTC (rev 215653)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+# Contributor: AndyRTR 
+# Contributor: Aurelien Foret 
+
+pkgname=xfce4-eyes-plugin
+pkgver=4.4.2
+pkgrel=2
+pkgdesc="A rolling eyes (following mouse pointer) plugin for the Xfce panel"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-eyes-plugin";
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'hicolor-icon-theme')
+makedepends=('intltool' 'perlxml')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/4.4/$pkgname-$pkgver.tar.bz2)
+sha256sums=('dad102fedd0d9e6df45338a018387b2aacaf24b05eb798275be0dfc05ffa3021')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-eyes-plugin.install
===
--- extra-i686/xfce4-eyes-plugin.install2014-06-30 05:44:08 UTC (rev 
215652)
+++ extra-i686/xfce4-eyes-plugin.install2014-06-30 05:45:00 UTC (rev 
215653)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-eyes-plugin/repos/extra-i686/xfce4-eyes-plugin.install (from rev 
215652, xfce4-eyes-plugin/trunk/xfce4-eyes-plugin.install)
===
--- extra-i686/xfce4-eyes-plugin.install(rev 0)
+++ extra-i686/xfce4-eyes-plugin.install2014-06-30 05:45:00 UTC (rev 
215653)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-30 05:44:08 UTC (rev 215652)
+++ extra-x86_64/PKGBUI

[arch-commits] Commit in xfce4-eyes-plugin/trunk (PKGBUILD)

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 07:44:08
  Author: fyan
Revision: 215652

upgpkg: xfce4-eyes-plugin 4.4.2-2

mtree rebuild

Modified:
  xfce4-eyes-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 05:42:00 UTC (rev 215651)
+++ PKGBUILD2014-06-30 05:44:08 UTC (rev 215652)
@@ -5,7 +5,7 @@
 
 pkgname=xfce4-eyes-plugin
 pkgver=4.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A rolling eyes (following mouse pointer) plugin for the Xfce panel"
 arch=('i686' 'x86_64')
 url="http://goodies.xfce.org/projects/panel-plugins/xfce4-eyes-plugin";



[arch-commits] Commit in xfce4-cpugraph-plugin/trunk (PKGBUILD)

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 07:36:38
  Author: fyan
Revision: 215645

upgpkg: xfce4-cpugraph-plugin 1.0.5-2

mtree rebuild

Modified:
  xfce4-cpugraph-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 05:34:13 UTC (rev 215644)
+++ PKGBUILD2014-06-30 05:36:38 UTC (rev 215645)
@@ -4,7 +4,7 @@
 
 pkgname=xfce4-cpugraph-plugin
 pkgver=1.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc="CPU graph plugin for the Xfce4 panel"
 arch=('i686' 'x86_64')
 license=('GPL' 'custom')



[arch-commits] Commit in xfce4-diskperf-plugin/repos (4 files)

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 07:42:00
  Author: fyan
Revision: 215651

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

Added:
  xfce4-diskperf-plugin/repos/extra-i686/PKGBUILD
(from rev 215650, xfce4-diskperf-plugin/trunk/PKGBUILD)
  xfce4-diskperf-plugin/repos/extra-x86_64/PKGBUILD
(from rev 215650, xfce4-diskperf-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-diskperf-plugin/repos/extra-i686/PKGBUILD
  xfce4-diskperf-plugin/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-30 05:40:58 UTC (rev 215650)
+++ extra-i686/PKGBUILD 2014-06-30 05:42:00 UTC (rev 215651)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-diskperf-plugin
-pkgver=2.5.4
-pkgrel=1
-pkgdesc="Plugin for the Xfce4 panel displaying instant disk/partition 
performance"
-arch=('i686' 'x86_64')
-license=('BSD')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin";
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('aab6b9c4e2f78620920efac6874c4edf426f05b63b94cfda0da8c99a91110a0b')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-diskperf-plugin/repos/extra-i686/PKGBUILD (from rev 215650, 
xfce4-diskperf-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-30 05:42:00 UTC (rev 215651)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+# Contributor: Aurelien Foret 
+
+pkgname=xfce4-diskperf-plugin
+pkgver=2.5.4
+pkgrel=2
+pkgdesc="Plugin for the Xfce4 panel displaying instant disk/partition 
performance"
+arch=('i686' 'x86_64')
+license=('BSD')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin";
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('aab6b9c4e2f78620920efac6874c4edf426f05b63b94cfda0da8c99a91110a0b')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-30 05:40:58 UTC (rev 215650)
+++ extra-x86_64/PKGBUILD   2014-06-30 05:42:00 UTC (rev 215651)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-diskperf-plugin
-pkgver=2.5.4
-pkgrel=1
-pkgdesc="Plugin for the Xfce4 panel displaying instant disk/partition 
performance"
-arch=('i686' 'x86_64')
-license=('BSD')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin";
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('aab6b9c4e2f78620920efac6874c4edf426f05b63b94cfda0da8c99a91110a0b')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-diskperf-plugin/repos/extra-x86_64/PKGBUILD (from rev 215650, 
xfce4-diskperf-plugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-06-30 05:42:00 UTC (rev 215651)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+# Contributor: Aurelien Foret 
+
+pkgname=xfce4-diskperf-plugin
+pkgver=2.5.4
+pkgrel=2
+pkgdesc="Plugin for the Xfce4 panel displaying instant disk/partitio

[arch-commits] Commit in xfce4-diskperf-plugin/trunk (PKGBUILD)

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 07:40:58
  Author: fyan
Revision: 215650

upgpkg: xfce4-diskperf-plugin 2.5.4-2

mtree rebuild

Modified:
  xfce4-diskperf-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 05:40:34 UTC (rev 215649)
+++ PKGBUILD2014-06-30 05:40:58 UTC (rev 215650)
@@ -4,7 +4,7 @@
 
 pkgname=xfce4-diskperf-plugin
 pkgver=2.5.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Plugin for the Xfce4 panel displaying instant disk/partition 
performance"
 arch=('i686' 'x86_64')
 license=('BSD')



[arch-commits] Commit in xfce4-cpugraph-plugin/repos (6 files)

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 07:40:34
  Author: fyan
Revision: 215649

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

Added:
  xfce4-cpugraph-plugin/repos/extra-i686/PKGBUILD
(from rev 215648, xfce4-cpugraph-plugin/trunk/PKGBUILD)
  xfce4-cpugraph-plugin/repos/extra-i686/xfce4-cpugraph-plugin.install
(from rev 215648, xfce4-cpugraph-plugin/trunk/xfce4-cpugraph-plugin.install)
  xfce4-cpugraph-plugin/repos/extra-x86_64/PKGBUILD
(from rev 215648, xfce4-cpugraph-plugin/trunk/PKGBUILD)
  xfce4-cpugraph-plugin/repos/extra-x86_64/xfce4-cpugraph-plugin.install
(from rev 215648, xfce4-cpugraph-plugin/trunk/xfce4-cpugraph-plugin.install)
Deleted:
  xfce4-cpugraph-plugin/repos/extra-x86_64/PKGBUILD
  xfce4-cpugraph-plugin/repos/extra-x86_64/xfce4-cpugraph-plugin.install

+
 /PKGBUILD  |   38 +++
 /xfce4-cpugraph-plugin.install |   13 +
 extra-i686/PKGBUILD|   38 +++
 extra-i686/xfce4-cpugraph-plugin.install   |   13 +
 extra-x86_64/PKGBUILD  |   38 ---
 extra-x86_64/xfce4-cpugraph-plugin.install |   13 -
 6 files changed, 102 insertions(+), 51 deletions(-)

Copied: xfce4-cpugraph-plugin/repos/extra-i686/PKGBUILD (from rev 215648, 
xfce4-cpugraph-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-30 05:40:34 UTC (rev 215649)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Aurelien Foret 
+
+pkgname=xfce4-cpugraph-plugin
+pkgver=1.0.5
+pkgrel=2
+pkgdesc="CPU graph plugin for the Xfce4 panel"
+arch=('i686' 'x86_64')
+license=('GPL' 'custom')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin";
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.0/$pkgname-$pkgver.tar.bz2)
+sha256sums=('85da0ec89aacfd31e0bbafcefea37cdca618d62e681c1c9da8bdd492f028f4c7')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: xfce4-cpugraph-plugin/repos/extra-i686/xfce4-cpugraph-plugin.install 
(from rev 215648, xfce4-cpugraph-plugin/trunk/xfce4-cpugraph-plugin.install)
===
--- extra-i686/xfce4-cpugraph-plugin.install(rev 0)
+++ extra-i686/xfce4-cpugraph-plugin.install2014-06-30 05:40:34 UTC (rev 
215649)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-30 05:39:24 UTC (rev 215648)
+++ extra-x86_64/PKGBUILD   2014-06-30 05:40:34 UTC (rev 215649)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-cpugraph-plugin
-pkgver=1.0.5
-pkgrel=2
-pkgdesc="CPU graph plugin for the Xfce4 panel"
-arch=('i686' 'x86_64')
-license=('GPL' 'custom')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin";
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.0/$pkgname-$pkgver.tar.bz2)
-sha256sums=('85da0ec89aacfd31e0bbafcefea37cdca618d62e681c1c9da8bdd492f028f4c7')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-cpugraph-plugin/repos/extra-x86_64/PKGBUILD (from rev 215648, 
xfce4-cpugraph-plugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-06-30 05:40:34 UTC (rev 215649)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Aurelien Foret 
+
+pkgname=xfce4-cpugraph-plugin
+pkgver=1.0.5
+pkgrel=2
+pkgdesc="CPU graph plugin for the Xfce4 panel"
+arch=('i686' 'x86_64')
+license=('GPL' 'custom')
+url="http:

[arch-commits] Commit in xfce4-cpugraph-plugin/repos (6 files)

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 07:39:24
  Author: fyan
Revision: 215648

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

Added:
  xfce4-cpugraph-plugin/repos/extra-x86_64/PKGBUILD
(from rev 215645, xfce4-cpugraph-plugin/trunk/PKGBUILD)
  xfce4-cpugraph-plugin/repos/extra-x86_64/xfce4-cpugraph-plugin.install
(from rev 215646, xfce4-cpugraph-plugin/trunk/xfce4-cpugraph-plugin.install)
Deleted:
  xfce4-cpugraph-plugin/repos/extra-i686/PKGBUILD
  xfce4-cpugraph-plugin/repos/extra-i686/xfce4-cpugraph-plugin.install
  xfce4-cpugraph-plugin/repos/extra-x86_64/PKGBUILD
  xfce4-cpugraph-plugin/repos/extra-x86_64/xfce4-cpugraph-plugin.install

+
 /PKGBUILD  |   38 +++
 /xfce4-cpugraph-plugin.install |   13 +
 extra-i686/PKGBUILD|   38 ---
 extra-i686/xfce4-cpugraph-plugin.install   |   13 -
 extra-x86_64/PKGBUILD  |   38 ---
 extra-x86_64/xfce4-cpugraph-plugin.install |   13 -
 6 files changed, 51 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-30 05:38:23 UTC (rev 215647)
+++ extra-i686/PKGBUILD 2014-06-30 05:39:24 UTC (rev 215648)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-cpugraph-plugin
-pkgver=1.0.5
-pkgrel=1
-pkgdesc="CPU graph plugin for the Xfce4 panel"
-arch=('i686' 'x86_64')
-license=('GPL' 'custom')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin";
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.0/$pkgname-$pkgver.tar.bz2)
-sha256sums=('85da0ec89aacfd31e0bbafcefea37cdca618d62e681c1c9da8bdd492f028f4c7')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-cpugraph-plugin.install
===
--- extra-i686/xfce4-cpugraph-plugin.install2014-06-30 05:38:23 UTC (rev 
215647)
+++ extra-i686/xfce4-cpugraph-plugin.install2014-06-30 05:39:24 UTC (rev 
215648)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-30 05:38:23 UTC (rev 215647)
+++ extra-x86_64/PKGBUILD   2014-06-30 05:39:24 UTC (rev 215648)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-cpugraph-plugin
-pkgver=1.0.5
-pkgrel=1
-pkgdesc="CPU graph plugin for the Xfce4 panel"
-arch=('i686' 'x86_64')
-license=('GPL' 'custom')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin";
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.0/$pkgname-$pkgver.tar.bz2)
-sha256sums=('85da0ec89aacfd31e0bbafcefea37cdca618d62e681c1c9da8bdd492f028f4c7')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-cpugraph-plugin/repos/extra-x86_64/PKGBUILD (from rev 215645, 
xfce4-cpugraph-plugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-06-30 05:39:24 UTC (rev 215648)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Aurelien Foret 
+
+pkgname=xfce4-cpugraph-plugin
+pkgver=1.0.5
+pkgrel=2
+pkgdesc="CPU graph plugin for the Xfce4 panel"
+arch=('i686' 'x86_64')
+license=('GPL' 'custom')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin";
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.0/$pkgname-$pkgver.tar.bz2)
+sha256sums=('85da0ec89aacfd31e0bbafcefea37cdca618d62e681c1c

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

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 07:38:23
  Author: fyan
Revision: 215647

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

Added:
  xfce4-datetime-plugin/repos/extra-i686/PKGBUILD
(from rev 215646, xfce4-datetime-plugin/trunk/PKGBUILD)
  xfce4-datetime-plugin/repos/extra-x86_64/PKGBUILD
(from rev 215646, xfce4-datetime-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-datetime-plugin/repos/extra-i686/PKGBUILD
  xfce4-datetime-plugin/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-30 05:37:20 UTC (rev 215646)
+++ extra-i686/PKGBUILD 2014-06-30 05:38:23 UTC (rev 215647)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andreas Radke 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-datetime-plugin
-pkgver=0.6.2
-pkgrel=1
-pkgdesc="A date and time display plugin for the Xfce panel"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://xfce-goodies.berlios.de/";
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/0.6/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('fe604a251eadbc5b0f2b4737b85d92c8')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib \
-   --localstatedir=/var \
-   --disable-static \
-   --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: xfce4-datetime-plugin/repos/extra-i686/PKGBUILD (from rev 215646, 
xfce4-datetime-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-30 05:38:23 UTC (rev 215647)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:
+# Contributor: Andreas Radke 
+# Contributor: Aurelien Foret 
+
+pkgname=xfce4-datetime-plugin
+pkgver=0.6.2
+pkgrel=2
+pkgdesc="A date and time display plugin for the Xfce panel"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://xfce-goodies.berlios.de/";
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/0.6/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('fe604a251eadbc5b0f2b4737b85d92c8')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib \
+   --localstatedir=/var \
+   --disable-static \
+   --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-30 05:37:20 UTC (rev 215646)
+++ extra-x86_64/PKGBUILD   2014-06-30 05:38:23 UTC (rev 215647)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andreas Radke 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-datetime-plugin
-pkgver=0.6.2
-pkgrel=1
-pkgdesc="A date and time display plugin for the Xfce panel"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://xfce-goodies.berlios.de/";
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/0.6/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('fe604a251eadbc5b0f2b4737b85d92c8')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib \
-   --localstatedir=/var \
-   --disable-static \
-   --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: xfce4-datetime-plugin/repos/extra-x86_64/PKGBUILD (from rev 215646, 
xfce4-datetime-plugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-06-30 05:38:23 UTC (rev 215647)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:
+# Contributor: Andreas Radke 
+# Contributor: Aurelien Foret 
+
+pkgname=xfce4-datetime-plugin
+pkgver=0.6.2
+pkgrel=2
+pkgdesc="A date and time display plugin for the Xfce panel"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://xfce-goodies.berlios.de/";
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/0.6/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('fe604a251eadbc5b0f2b4737b85d92c8')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir

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

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 07:37:20
  Author: fyan
Revision: 215646

upgpkg: xfce4-datetime-plugin 0.6.2-2

mtree rebuild

Modified:
  xfce4-datetime-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 05:36:38 UTC (rev 215645)
+++ PKGBUILD2014-06-30 05:37:20 UTC (rev 215646)
@@ -5,7 +5,7 @@
 
 pkgname=xfce4-datetime-plugin
 pkgver=0.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A date and time display plugin for the Xfce panel"
 arch=('i686' 'x86_64')
 license=('GPL2')



[arch-commits] Commit in xfce4-battery-plugin/repos (8 files)

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 07:34:13
  Author: fyan
Revision: 215644

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

Added:
  xfce4-battery-plugin/repos/extra-i686/PKGBUILD
(from rev 215643, xfce4-battery-plugin/trunk/PKGBUILD)
  xfce4-battery-plugin/repos/extra-i686/xfce4-battery-plugin.install
(from rev 215643, xfce4-battery-plugin/trunk/xfce4-battery-plugin.install)
  xfce4-battery-plugin/repos/extra-x86_64/PKGBUILD
(from rev 215643, xfce4-battery-plugin/trunk/PKGBUILD)
  xfce4-battery-plugin/repos/extra-x86_64/xfce4-battery-plugin.install
(from rev 215643, xfce4-battery-plugin/trunk/xfce4-battery-plugin.install)
Deleted:
  xfce4-battery-plugin/repos/extra-i686/PKGBUILD
  xfce4-battery-plugin/repos/extra-i686/xfce4-battery-plugin.install
  xfce4-battery-plugin/repos/extra-x86_64/PKGBUILD
  xfce4-battery-plugin/repos/extra-x86_64/xfce4-battery-plugin.install

---+
 /PKGBUILD |   74 
 /xfce4-battery-plugin.install |   26 +
 extra-i686/PKGBUILD   |   37 --
 extra-i686/xfce4-battery-plugin.install   |   13 
 extra-x86_64/PKGBUILD |   37 --
 extra-x86_64/xfce4-battery-plugin.install |   13 
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-30 05:33:22 UTC (rev 215643)
+++ extra-i686/PKGBUILD 2014-06-30 05:34:13 UTC (rev 215644)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: aurelien 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-battery-plugin
-pkgver=1.0.5
-pkgrel=1
-pkgdesc="A battery monitor plugin for the Xfce panel"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://xfce-goodies.berlios.de/";
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('f659b1af40ab72c93448affaa693ab551827a5600ce9b97a799b7c2419bdeb11')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-battery-plugin/repos/extra-i686/PKGBUILD (from rev 215643, 
xfce4-battery-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-30 05:34:13 UTC (rev 215644)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: aurelien 
+# Contributor: Aurelien Foret 
+
+pkgname=xfce4-battery-plugin
+pkgver=1.0.5
+pkgrel=2
+pkgdesc="A battery monitor plugin for the Xfce panel"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://xfce-goodies.berlios.de/";
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('f659b1af40ab72c93448affaa693ab551827a5600ce9b97a799b7c2419bdeb11')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-battery-plugin.install
===
--- extra-i686/xfce4-battery-plugin.install 2014-06-30 05:33:22 UTC (rev 
215643)
+++ extra-i686/xfce4-battery-plugin.install 2014-06-30 05:34:13 UTC (rev 
215644)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-battery-plugin/repos/extra-i686/xfce4-battery-plugin.install 
(from rev 215643, xfce4-battery-plugin/trunk/xfce4-battery-plugin.install)
===
--- extra-i686/xfce4-battery-plugin.install (rev 0)
+++ extra-i686/xfce4-battery-plugin.install 2014-06-30 05:34:13 UTC (rev 
215644)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-30 05:33:22 UTC (rev 215643)
+++ extra-x86_64/PKGBUILD   2014-06-30 05:34:13 UTC (

[arch-commits] Commit in xfce4-battery-plugin/trunk (PKGBUILD)

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 07:33:22
  Author: fyan
Revision: 215643

upgpkg: xfce4-battery-plugin 1.0.5-2

mtree rebuild

Modified:
  xfce4-battery-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 05:31:12 UTC (rev 215642)
+++ PKGBUILD2014-06-30 05:33:22 UTC (rev 215643)
@@ -4,7 +4,7 @@
 
 pkgname=xfce4-battery-plugin
 pkgver=1.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc="A battery monitor plugin for the Xfce panel"
 arch=('i686' 'x86_64')
 license=('GPL2')



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

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 07:31:12
  Author: fyan
Revision: 215642

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-30 05:30:39 UTC (rev 215641)
+++ PKGBUILD2014-06-30 05:31:12 UTC (rev 215642)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez   
-# Contributor: Andrea Scarpino 
-# Contributor: Alexander Fehr 
-# Contributor: Scott Horowitz 
-
-pkgbase=python-mpd
-pkgname=python2-mpd
-pkgver=0.3.0
-pkgrel=4
-pkgdesc="Python MPD client library"
-arch=('any')
-url="http://jatreuman.indefero.net/p/python-mpd/";
-license=('GPL3')
-depends=('python2')
-conflicts=('python-mpd<=0.3.0-2')
-replaces=('python-mpd<=0.3.0-2')
-source=("http://pypi.python.org/packages/source/p/${pkgbase}/${pkgbase}-$pkgver.tar.bz2";)
-md5sums=('cfd4b907ba8ef33ff79bd7cbc16b25c0')
-
-package_python2-mpd() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: python-mpd/repos/extra-any/PKGBUILD (from rev 215641, 
python-mpd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-30 05:31:12 UTC (rev 215642)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Alexander Fehr 
+# Contributor: Scott Horowitz 
+
+pkgbase=python-mpd
+pkgname=python2-mpd
+pkgver=0.3.0
+pkgrel=5
+pkgdesc="Python MPD client library"
+arch=('any')
+url="http://jatreuman.indefero.net/p/python-mpd/";
+license=('GPL3')
+depends=('python2')
+conflicts=('python-mpd<=0.3.0-2')
+replaces=('python-mpd<=0.3.0-2')
+source=("http://pypi.python.org/packages/source/p/${pkgbase}/${pkgbase}-$pkgver.tar.bz2";)
+md5sums=('cfd4b907ba8ef33ff79bd7cbc16b25c0')
+
+package_python2-mpd() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}



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

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 07:30:39
  Author: fyan
Revision: 215641

upgpkg: python-mpd 0.3.0-5

mtree rebuild

Modified:
  python-mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 05:29:56 UTC (rev 215640)
+++ PKGBUILD2014-06-30 05:30:39 UTC (rev 215641)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer: Angel Velasquez   
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
 # Contributor: Andrea Scarpino 
 # Contributor: Alexander Fehr 
 # Contributor: Scott Horowitz 
@@ -7,7 +8,7 @@
 pkgbase=python-mpd
 pkgname=python2-mpd
 pkgver=0.3.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Python MPD client library"
 arch=('any')
 url="http://jatreuman.indefero.net/p/python-mpd/";



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

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 07:29:56
  Author: fyan
Revision: 215640

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-30 05:29:22 UTC (rev 215639)
+++ PKGBUILD2014-06-30 05:29:56 UTC (rev 215640)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Anton Bazhenov 
-# Contributor: Ryan Coyner 
-
-pkgbase=python-fpconst
-pkgname=python2-fpconst
-_pkgbasename=fpconst
-pkgver=0.7.3
-pkgrel=4
-pkgdesc="Utilities for handling IEEE 754 floating point special values"
-arch=('any')
-url="http://pypi.python.org/pypi/fpconst/";
-license=('APACHE')
-depends=('python2')
-conflicts=('python-fpconst<=0.7.3-3')
-replaces=('python-fpconst<=0.7.3-3')
-source=("http://downloads.sourceforge.net/rsoap/${_pkgbasename}-${pkgver}.tar.gz";)
-md5sums=('13884b81da3335b2ec4b6ea1dc26b6fa')
-
-package_python2-fpconst() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-  python2 setup.py install --root="${pkgdir}"
-}

Copied: python-fpconst/repos/extra-any/PKGBUILD (from rev 215639, 
python-fpconst/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-30 05:29:56 UTC (rev 215640)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Ionut Biru 
+# Contributor: Anton Bazhenov 
+# Contributor: Ryan Coyner 
+
+pkgbase=python-fpconst
+pkgname=python2-fpconst
+_pkgbasename=fpconst
+pkgver=0.7.3
+pkgrel=5
+pkgdesc="Utilities for handling IEEE 754 floating point special values"
+arch=('any')
+url="http://pypi.python.org/pypi/fpconst/";
+license=('APACHE')
+depends=('python2')
+conflicts=('python-fpconst<=0.7.3-3')
+replaces=('python-fpconst<=0.7.3-3')
+source=("http://downloads.sourceforge.net/rsoap/${_pkgbasename}-${pkgver}.tar.gz";)
+md5sums=('13884b81da3335b2ec4b6ea1dc26b6fa')
+
+package_python2-fpconst() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  python2 setup.py install -O1 --root="${pkgdir}"
+}



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

2014-06-29 Thread Laurent Carlier
Date: Monday, June 30, 2014 @ 06:59:29
  Author: lcarlier
Revision: 215638

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-30 04:59:15 UTC (rev 215637)
+++ extra-i686/PKGBUILD 2014-06-30 04:59:29 UTC (rev 215638)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Laurent Carlier 
-
-pkgname=glu
-pkgver=9.0.0
-pkgrel=2
-pkgdesc="Mesa OpenGL Utility library"
-arch=('i686' 'x86_64')
-url="http://cgit.freedesktop.org/mesa/glu/";
-license=('LGPL')
-depends=('libgl')
-source=(ftp://ftp.freedesktop.org/pub/mesa/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('1f7ad0d379a722fcbd303aa5650c6d7d5544fde83196b42a73d1193568a4df12')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make -k check
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: glu/repos/extra-i686/PKGBUILD (from rev 215637, glu/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-30 04:59:29 UTC (rev 215638)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Laurent Carlier 
+
+pkgname=glu
+pkgver=9.0.0
+pkgrel=3
+pkgdesc="Mesa OpenGL Utility library"
+arch=('i686' 'x86_64')
+url="http://cgit.freedesktop.org/mesa/glu/";
+license=('LGPL')
+depends=('libgl')
+source=(ftp://ftp.freedesktop.org/pub/mesa/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('1f7ad0d379a722fcbd303aa5650c6d7d5544fde83196b42a73d1193568a4df12')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-30 04:59:15 UTC (rev 215637)
+++ extra-x86_64/PKGBUILD   2014-06-30 04:59:29 UTC (rev 215638)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Laurent Carlier 
-
-pkgname=glu
-pkgver=9.0.0
-pkgrel=2
-pkgdesc="Mesa OpenGL Utility library"
-arch=('i686' 'x86_64')
-url="http://cgit.freedesktop.org/mesa/glu/";
-license=('LGPL')
-depends=('libgl')
-source=(ftp://ftp.freedesktop.org/pub/mesa/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('1f7ad0d379a722fcbd303aa5650c6d7d5544fde83196b42a73d1193568a4df12')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make -k check
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: glu/repos/extra-x86_64/PKGBUILD (from rev 215637, glu/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-06-30 04:59:29 UTC (rev 215638)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Laurent Carlier 
+
+pkgname=glu
+pkgver=9.0.0
+pkgrel=3
+pkgdesc="Mesa OpenGL Utility library"
+arch=('i686' 'x86_64')
+url="http://cgit.freedesktop.org/mesa/glu/";
+license=('LGPL')
+depends=('libgl')
+source=(ftp://ftp.freedesktop.org/pub/mesa/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('1f7ad0d379a722fcbd303aa5650c6d7d5544fde83196b42a73d1193568a4df12')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}



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

2014-06-29 Thread Laurent Carlier
Date: Monday, June 30, 2014 @ 06:59:15
  Author: lcarlier
Revision: 215637

upgpkg: glu 9.0.0-3

mtree rebuild

Modified:
  glu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 04:54:41 UTC (rev 215636)
+++ PKGBUILD2014-06-30 04:59:15 UTC (rev 215637)
@@ -4,7 +4,7 @@
 
 pkgname=glu
 pkgver=9.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Mesa OpenGL Utility library"
 arch=('i686' 'x86_64')
 url="http://cgit.freedesktop.org/mesa/glu/";



[arch-commits] Commit in perl-xml-simple/repos/extra-any (PKGBUILD PKGBUILD)

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 06:54:41
  Author: fyan
Revision: 215636

archrelease: copy trunk to extra-any

Added:
  perl-xml-simple/repos/extra-any/PKGBUILD
(from rev 215635, perl-xml-simple/trunk/PKGBUILD)
Deleted:
  perl-xml-simple/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-30 04:54:07 UTC (rev 215635)
+++ PKGBUILD2014-06-30 04:54:41 UTC (rev 215636)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: kleptophob...@gmail.com
-
-pkgname=perl-xml-simple
-_realname=XML-Simple
-pkgver=2.20
-pkgrel=1
-pkgdesc="Simple XML parser for perl"
-arch=('any')
-license=('PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/";
-depends=('perl-xml-parser' 'perl')
-options=('!emptydirs')
-source=("ftp://ftp.cpan.org/pub/CPAN/authors/id/G/GR/GRANTM/${_realname}-${pkgver}.tar.gz";)
-md5sums=('4d10964e123b76eca36678464daa63cd')
-
-build() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  make test
-}
-
-package() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-xml-simple/repos/extra-any/PKGBUILD (from rev 215635, 
perl-xml-simple/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-30 04:54:41 UTC (rev 215636)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jan de Groot 
+# Contributor: kleptophob...@gmail.com
+
+pkgname=perl-xml-simple
+_realname=XML-Simple
+pkgver=2.20
+pkgrel=2
+pkgdesc="Simple XML parser for perl"
+arch=('any')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/";
+depends=('perl-xml-parser' 'perl')
+options=('!emptydirs')
+source=("ftp://ftp.cpan.org/pub/CPAN/authors/id/G/GR/GRANTM/${_realname}-${pkgver}.tar.gz";)
+md5sums=('4d10964e123b76eca36678464daa63cd')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



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

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 06:54:07
  Author: fyan
Revision: 215635

upgpkg: perl-xml-simple 2.20-2

mtree rebuild

Modified:
  perl-xml-simple/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 04:53:56 UTC (rev 215634)
+++ PKGBUILD2014-06-30 04:54:07 UTC (rev 215635)
@@ -1,11 +1,12 @@
 # $Id$
-# Maintainer: Jan de Groot 
+# Maintainer: Felix Yan 
+# Contributor: Jan de Groot 
 # Contributor: kleptophob...@gmail.com
 
 pkgname=perl-xml-simple
 _realname=XML-Simple
 pkgver=2.20
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple XML parser for perl"
 arch=('any')
 license=('PerlArtistic')



[arch-commits] Commit in perl-uri/repos/extra-any (PKGBUILD PKGBUILD)

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 06:53:56
  Author: fyan
Revision: 215634

archrelease: copy trunk to extra-any

Added:
  perl-uri/repos/extra-any/PKGBUILD
(from rev 215633, perl-uri/trunk/PKGBUILD)
Deleted:
  perl-uri/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-30 04:53:21 UTC (rev 215633)
+++ PKGBUILD2014-06-30 04:53:56 UTC (rev 215634)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Manolis Tzanidakis
-# Contributor: Firmicus  
-
-pkgname=perl-uri
-_realname=URI
-pkgver=1.60
-pkgrel=1
-pkgdesc="Uniform Resource Identifiers (absolute and relative)"
-arch=('any')
-url="http://search.cpan.org/dist/${_realname}/";
-license=('PerlArtistic')
-depends=('perl>=5.10.0')
-provides=('perl-uri-escape=3.30')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/${_realname}-$pkgver.tar.gz)
-md5sums=('70f739be8ce28b8baba7c5920ffee4dc')
-
-build() {
-  cd "${srcdir}/${_realname}-$pkgver"
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  make test
-}
-
-package() {
-  cd "${srcdir}/${_realname}-$pkgver"
-  make install DESTDIR="${pkgdir}"
-}
-# vim: ts=2 sw=2 et ft=sh

Copied: perl-uri/repos/extra-any/PKGBUILD (from rev 215633, 
perl-uri/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-30 04:53:56 UTC (rev 215634)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Manolis Tzanidakis
+# Contributor: Firmicus  
+
+pkgname=perl-uri
+_realname=URI
+pkgver=1.60
+pkgrel=2
+pkgdesc="Uniform Resource Identifiers (absolute and relative)"
+arch=('any')
+url="http://search.cpan.org/dist/${_realname}/";
+license=('PerlArtistic')
+depends=('perl')
+provides=('perl-uri-escape=3.30')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/${_realname}-$pkgver.tar.gz)
+md5sums=('70f739be8ce28b8baba7c5920ffee4dc')
+
+build() {
+  cd "${srcdir}/${_realname}-$pkgver"
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_realname}-$pkgver"
+  make install DESTDIR="${pkgdir}"
+}
+# vim: ts=2 sw=2 et ft=sh



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

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 06:53:21
  Author: fyan
Revision: 215633

upgpkg: perl-uri 1.60-2

mtree rebuild

Modified:
  perl-uri/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 04:51:46 UTC (rev 215632)
+++ PKGBUILD2014-06-30 04:53:21 UTC (rev 215633)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer:
+# Maintainer: Felix Yan 
 # Contributor: Manolis Tzanidakis
 # Contributor: Firmicus  
 
@@ -6,12 +6,12 @@
 pkgname=perl-uri
 _realname=URI
 pkgver=1.60
-pkgrel=1
+pkgrel=2
 pkgdesc="Uniform Resource Identifiers (absolute and relative)"
 arch=('any')
 url="http://search.cpan.org/dist/${_realname}/";
 license=('PerlArtistic')
-depends=('perl>=5.10.0')
+depends=('perl')
 provides=('perl-uri-escape=3.30')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/${_realname}-$pkgver.tar.gz)



[arch-commits] Commit in perl-timedate/repos/extra-any (PKGBUILD PKGBUILD)

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 06:51:46
  Author: fyan
Revision: 215632

archrelease: copy trunk to extra-any

Added:
  perl-timedate/repos/extra-any/PKGBUILD
(from rev 215631, perl-timedate/trunk/PKGBUILD)
Deleted:
  perl-timedate/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   73 ++---
 1 file changed, 37 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-30 04:51:12 UTC (rev 215631)
+++ PKGBUILD2014-06-30 04:51:46 UTC (rev 215632)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Kevin Piche 
-# Contributor: Manolis Tzanidakis
-
-pkgname=perl-timedate
-_realname=TimeDate
-pkgver=2.30
-pkgrel=1
-pkgdesc="Date formating subroutines"
-arch=('any')
-license=('PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/";
-depends=('perl')
-replaces=('timedate')
-provides=('timedate')
-options=('!emptydirs')
-source=("http://www.cpan.org/authors/id/G/GB/GBARR/${_realname}-${pkgver}.tar.gz";)
-md5sums=('b1d91153ac971347aee84292ed886c1c')
-
-build() {
-  cd ${_realname}-${pkgver}
-
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd ${_realname}-${pkgver}
-  make test
-}
-
-package() {
-  cd ${_realname}-${pkgver}
-  make install DESTDIR="${pkgdir}"
-}

Copied: perl-timedate/repos/extra-any/PKGBUILD (from rev 215631, 
perl-timedate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-30 04:51:46 UTC (rev 215632)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Kevin Piche 
+# Contributor: Manolis Tzanidakis
+
+pkgname=perl-timedate
+_realname=TimeDate
+pkgver=2.30
+pkgrel=2
+pkgdesc="Date formating subroutines"
+arch=('any')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/";
+depends=('perl')
+replaces=('timedate')
+provides=('timedate')
+options=('!emptydirs')
+source=("http://www.cpan.org/authors/id/G/GB/GBARR/${_realname}-${pkgver}.tar.gz";)
+md5sums=('b1d91153ac971347aee84292ed886c1c')
+
+build() {
+  cd ${_realname}-${pkgver}
+
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${_realname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${_realname}-${pkgver}
+  make install DESTDIR="${pkgdir}"
+}



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

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 06:51:12
  Author: fyan
Revision: 215631

upgpkg: perl-timedate 2.30-2

mtree rebuild

Modified:
  perl-timedate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 04:50:11 UTC (rev 215630)
+++ PKGBUILD2014-06-30 04:51:12 UTC (rev 215631)
@@ -1,11 +1,12 @@
 # $Id$
-# Maintainer: Kevin Piche 
+# Maintainer: Felix Yan 
+# Contributor: Kevin Piche 
 # Contributor: Manolis Tzanidakis
 
 pkgname=perl-timedate
 _realname=TimeDate
 pkgver=2.30
-pkgrel=1
+pkgrel=2
 pkgdesc="Date formating subroutines"
 arch=('any')
 license=('PerlArtistic')



[arch-commits] Commit in perl-sys-hostname-long/repos/extra-any (PKGBUILD PKGBUILD)

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 06:50:11
  Author: fyan
Revision: 215630

archrelease: copy trunk to extra-any

Added:
  perl-sys-hostname-long/repos/extra-any/PKGBUILD
(from rev 215629, perl-sys-hostname-long/trunk/PKGBUILD)
Deleted:
  perl-sys-hostname-long/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-30 04:49:35 UTC (rev 215629)
+++ PKGBUILD2014-06-30 04:50:11 UTC (rev 215630)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Dale Blount 
-
-pkgname=perl-sys-hostname-long
-_realname=Sys-Hostname-Long
-pkgver=1.4
-pkgrel=5
-pkgdesc="Perl module getting a full hostname"
-arch=('any')
-license=('PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/";
-depends=('perl>=5.10.0')
-options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/S/SC/SCOTT/${_realname}-${pkgver}.tar.gz)
-md5sums=('a5b3c23754cbcff10e283d16c42ec3d3')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}

Copied: perl-sys-hostname-long/repos/extra-any/PKGBUILD (from rev 215629, 
perl-sys-hostname-long/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-30 04:50:11 UTC (rev 215630)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Dale Blount 
+
+pkgname=perl-sys-hostname-long
+_realname=Sys-Hostname-Long
+pkgver=1.4
+pkgrel=6
+pkgdesc="Perl module getting a full hostname"
+arch=('any')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/";
+depends=('perl')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/S/SC/SCOTT/${_realname}-${pkgver}.tar.gz)
+md5sums=('a5b3c23754cbcff10e283d16c42ec3d3')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}



[arch-commits] Commit in perl-sys-hostname-long/trunk (PKGBUILD)

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 06:49:35
  Author: fyan
Revision: 215629

upgpkg: perl-sys-hostname-long 1.4-6

mtree rebuild

Modified:
  perl-sys-hostname-long/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 04:49:06 UTC (rev 215628)
+++ PKGBUILD2014-06-30 04:49:35 UTC (rev 215629)
@@ -1,15 +1,16 @@
 # $Id$
-# Maintainer: Dale Blount 
+# Maintainer: Felix Yan 
+# Contributor: Dale Blount 
 
 pkgname=perl-sys-hostname-long
 _realname=Sys-Hostname-Long
 pkgver=1.4
-pkgrel=5
+pkgrel=6
 pkgdesc="Perl module getting a full hostname"
 arch=('any')
 license=('PerlArtistic')
 url="http://search.cpan.org/dist/${_realname}/";
-depends=('perl>=5.10.0')
+depends=('perl')
 options=(!emptydirs)
 
source=(http://search.cpan.org/CPAN/authors/id/S/SC/SCOTT/${_realname}-${pkgver}.tar.gz)
 md5sums=('a5b3c23754cbcff10e283d16c42ec3d3')



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

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 06:48:31
  Author: fyan
Revision: 215627

upgpkg: perl-string-shellquote 1.04-3

mtree rebuild

Modified:
  perl-string-shellquote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 04:47:30 UTC (rev 215626)
+++ PKGBUILD2014-06-30 04:48:31 UTC (rev 215627)
@@ -1,10 +1,11 @@
 # $Id$
-# Maintainer: kevin 
+# Maintainer: Felix Yan 
+# Contributor: kevin 
 
 pkgname=perl-string-shellquote
 _realname=String-ShellQuote
 pkgver=1.04
-pkgrel=2
+pkgrel=3
 pkgdesc="Quote strings for passing through the shell"
 arch=('any')
 license=('GPL')
@@ -11,8 +12,8 @@
 url="http://search.cpan.org/dist/${_realname}/";
 depends=('perl')
 replaces=('string-shellquote')
-source=("http://www.cpan.org/modules/by-module/URI/ROSCH/${_realname}-${pkgver}.tar.gz";)
 options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/R/RO/ROSCH/$_realname-$pkgver.tar.gz";)
 md5sums=('da6329dc482b21adf5697cfbd2ac5412')
 
 build() {



[arch-commits] Commit in perl-string-shellquote/repos/extra-any (PKGBUILD PKGBUILD)

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 06:49:06
  Author: fyan
Revision: 215628

archrelease: copy trunk to extra-any

Added:
  perl-string-shellquote/repos/extra-any/PKGBUILD
(from rev 215627, perl-string-shellquote/trunk/PKGBUILD)
Deleted:
  perl-string-shellquote/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   75 ++---
 1 file changed, 38 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-30 04:48:31 UTC (rev 215627)
+++ PKGBUILD2014-06-30 04:49:06 UTC (rev 215628)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: kevin 
-
-pkgname=perl-string-shellquote
-_realname=String-ShellQuote
-pkgver=1.04
-pkgrel=2
-pkgdesc="Quote strings for passing through the shell"
-arch=('any')
-license=('GPL')
-url="http://search.cpan.org/dist/${_realname}/";
-depends=('perl')
-replaces=('string-shellquote')
-source=("http://www.cpan.org/modules/by-module/URI/ROSCH/${_realname}-${pkgver}.tar.gz";)
-options=('!emptydirs')
-md5sums=('da6329dc482b21adf5697cfbd2ac5412')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make test
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-
-  # remove perllocal.pod and .packlist
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
-}

Copied: perl-string-shellquote/repos/extra-any/PKGBUILD (from rev 215627, 
perl-string-shellquote/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-30 04:49:06 UTC (rev 215628)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: kevin 
+
+pkgname=perl-string-shellquote
+_realname=String-ShellQuote
+pkgver=1.04
+pkgrel=3
+pkgdesc="Quote strings for passing through the shell"
+arch=('any')
+license=('GPL')
+url="http://search.cpan.org/dist/${_realname}/";
+depends=('perl')
+replaces=('string-shellquote')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/R/RO/ROSCH/$_realname-$pkgver.tar.gz";)
+md5sums=('da6329dc482b21adf5697cfbd2ac5412')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+
+  # remove perllocal.pod and .packlist
+  find ${pkgdir} -name perllocal.pod -delete
+  find ${pkgdir} -name .packlist -delete
+}



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

2014-06-29 Thread Allan McRae
Date: Monday, June 30, 2014 @ 06:47:30
  Author: allan
Revision: 215626

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-30 04:46:22 UTC (rev 215625)
+++ extra-i686/PKGBUILD 2014-06-30 04:47:30 UTC (rev 215626)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae 
-
-pkgname=expect
-pkgver=5.45
-pkgrel=3
-pkgdesc="A tool for automating interactive applications"
-arch=('i686' 'x86_64')
-url="http://www.nist.gov/el/msid/expect.cfm";
-license=('custom')
-depends=('tcl')
-source=(http://downloads.sourceforge.net/project/expect/Expect/${pkgver}/expect${pkgver}.tar.gz)
-md5sums=('44e1a4f4c877e9ddc5a542dfa7ecc92b')
-
-build() {
-  cd ${srcdir}/expect${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man 
-  make
-}
-
-package() {
-  cd ${srcdir}/expect${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -D -m644 README ${pkgdir}/usr/share/licenses/${pkgname}/README
-}

Copied: expect/repos/extra-i686/PKGBUILD (from rev 215625, 
expect/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-30 04:47:30 UTC (rev 215626)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Allan McRae 
+
+pkgname=expect
+pkgver=5.45
+pkgrel=4
+pkgdesc="A tool for automating interactive applications"
+arch=('i686' 'x86_64')
+url="http://www.nist.gov/el/msid/expect.cfm";
+license=('custom')
+depends=('tcl')
+source=(http://downloads.sourceforge.net/project/expect/Expect/${pkgver}/expect${pkgver}.tar.gz)
+md5sums=('44e1a4f4c877e9ddc5a542dfa7ecc92b')
+
+build() {
+  cd ${srcdir}/expect${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man 
+  make
+}
+
+package() {
+  cd ${srcdir}/expect${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -D -m644 README ${pkgdir}/usr/share/licenses/${pkgname}/README
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-30 04:46:22 UTC (rev 215625)
+++ extra-x86_64/PKGBUILD   2014-06-30 04:47:30 UTC (rev 215626)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae 
-
-pkgname=expect
-pkgver=5.45
-pkgrel=3
-pkgdesc="A tool for automating interactive applications"
-arch=('i686' 'x86_64')
-url="http://www.nist.gov/el/msid/expect.cfm";
-license=('custom')
-depends=('tcl')
-source=(http://downloads.sourceforge.net/project/expect/Expect/${pkgver}/expect${pkgver}.tar.gz)
-md5sums=('44e1a4f4c877e9ddc5a542dfa7ecc92b')
-
-build() {
-  cd ${srcdir}/expect${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man 
-  make
-}
-
-package() {
-  cd ${srcdir}/expect${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -D -m644 README ${pkgdir}/usr/share/licenses/${pkgname}/README
-}

Copied: expect/repos/extra-x86_64/PKGBUILD (from rev 215625, 
expect/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-06-30 04:47:30 UTC (rev 215626)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Allan McRae 
+
+pkgname=expect
+pkgver=5.45
+pkgrel=4
+pkgdesc="A tool for automating interactive applications"
+arch=('i686' 'x86_64')
+url="http://www.nist.gov/el/msid/expect.cfm";
+license=('custom')
+depends=('tcl')
+source=(http://downloads.sourceforge.net/project/expect/Expect/${pkgver}/expect${pkgver}.tar.gz)
+md5sums=('44e1a4f4c877e9ddc5a542dfa7ecc92b')
+
+build() {
+  cd ${srcdir}/expect${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man 
+  make
+}
+
+package() {
+  cd ${srcdir}/expect${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -D -m644 README ${pkgdir}/usr/share/licenses/${pkgname}/README
+}



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

2014-06-29 Thread Allan McRae
Date: Monday, June 30, 2014 @ 06:46:22
  Author: allan
Revision: 215625

upgpkg: expect 5.45-4

mtree rebuild

Modified:
  expect/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 04:45:24 UTC (rev 215624)
+++ PKGBUILD2014-06-30 04:46:22 UTC (rev 215625)
@@ -3,7 +3,7 @@
 
 pkgname=expect
 pkgver=5.45
-pkgrel=3
+pkgrel=4
 pkgdesc="A tool for automating interactive applications"
 arch=('i686' 'x86_64')
 url="http://www.nist.gov/el/msid/expect.cfm";



[arch-commits] Commit in perl-net-ip/repos/extra-any (PKGBUILD PKGBUILD)

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 06:45:24
  Author: fyan
Revision: 215624

archrelease: copy trunk to extra-any

Added:
  perl-net-ip/repos/extra-any/PKGBUILD
(from rev 215623, perl-net-ip/trunk/PKGBUILD)
Deleted:
  perl-net-ip/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-30 04:44:51 UTC (rev 215623)
+++ PKGBUILD2014-06-30 04:45:24 UTC (rev 215624)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Kevin Piche 
-
-pkgname=perl-net-ip
-_realname=Net-IP
-pkgver=1.26
-pkgrel=1
-pkgdesc="Perl Module:  Easy manipulation of IPv4 and IPv6 addresses"
-arch=('any')
-license=('PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/";
-depends=('perl>=5.10.0')
-options=(!emptydirs)
-source=(http://www.cpan.org/authors/id/M/MA/MANU/${_realname}-${pkgver}.tar.gz)
-md5sums=('3a98e3ac45d69ea38a63a7e678bd716d')
-
-build() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  make test
-}
-
-package() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  make install DESTDIR="${pkgdir}"
-}

Copied: perl-net-ip/repos/extra-any/PKGBUILD (from rev 215623, 
perl-net-ip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-30 04:45:24 UTC (rev 215624)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Kevin Piche 
+
+pkgname=perl-net-ip
+_realname=Net-IP
+pkgver=1.26
+pkgrel=2
+pkgdesc="Perl Module:  Easy manipulation of IPv4 and IPv6 addresses"
+arch=('any')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/";
+depends=('perl')
+options=(!emptydirs)
+source=(http://www.cpan.org/authors/id/M/MA/MANU/${_realname}-${pkgver}.tar.gz)
+md5sums=('3a98e3ac45d69ea38a63a7e678bd716d')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+}



[arch-commits] Commit in perl-net-http/repos/extra-any (PKGBUILD PKGBUILD)

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 06:44:39
  Author: fyan
Revision: 215622

archrelease: copy trunk to extra-any

Added:
  perl-net-http/repos/extra-any/PKGBUILD
(from rev 215621, perl-net-http/trunk/PKGBUILD)
Deleted:
  perl-net-http/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-30 04:44:06 UTC (rev 215621)
+++ PKGBUILD2014-06-30 04:44:39 UTC (rev 215622)
@@ -1,44 +0,0 @@
-# Packager: Justin "juster" Davis 
-# $Id$
-
-pkgname=perl-net-http
-pkgver=6.06
-pkgrel=1
-pkgdesc="Low-level HTTP connection (client)"
-arch=(any)
-url=http://search.cpan.org/dist/Net-HTTP
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl>=5.6.2')
-conflicts=('perl-libwww<6')
-source=("http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Net-HTTP-${pkgver}.tar.gz";)
-md5sums=('6e74d76205f168775de68347266793a7')
-
-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 Net-HTTP-${pkgver}
-/usr/bin/perl Makefile.PL
-make
-}
-
-check() {
-export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-cd Net-HTTP-${pkgver}
-make test
-}
-
-package() {
-cd Net-HTTP-${pkgver}
-make DESTDIR="$pkgdir" install
-}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-net-http/repos/extra-any/PKGBUILD (from rev 215621, 
perl-net-http/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-30 04:44:39 UTC (rev 215622)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Justin "juster" Davis 
+
+pkgname=perl-net-http
+pkgver=6.06
+pkgrel=2
+pkgdesc="Low-level HTTP connection (client)"
+arch=(any)
+url=http://search.cpan.org/dist/Net-HTTP
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl')
+conflicts=('perl-libwww<6')
+source=("http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Net-HTTP-${pkgver}.tar.gz";)
+md5sums=('6e74d76205f168775de68347266793a7')
+
+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 Net-HTTP-${pkgver}
+/usr/bin/perl Makefile.PL
+make
+}
+
+check() {
+export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+cd Net-HTTP-${pkgver}
+make test
+}
+
+package() {
+cd Net-HTTP-${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-net-http/trunk (PKGBUILD)

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 06:44:06
  Author: fyan
Revision: 215621

upgpkg: perl-net-http 6.06-2

mtree rebuild

Modified:
  perl-net-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 04:41:40 UTC (rev 215620)
+++ PKGBUILD2014-06-30 04:44:06 UTC (rev 215621)
@@ -1,15 +1,16 @@
-# Packager: Justin "juster" Davis 
 # $Id$
+# Maintainer: Felix Yan 
+# Contributor: Justin "juster" Davis 
 
 pkgname=perl-net-http
 pkgver=6.06
-pkgrel=1
+pkgrel=2
 pkgdesc="Low-level HTTP connection (client)"
 arch=(any)
 url=http://search.cpan.org/dist/Net-HTTP
 license=(PerlArtistic GPL)
 options=(!emptydirs)
-depends=('perl>=5.6.2')
+depends=('perl')
 conflicts=('perl-libwww<6')
 
source=("http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Net-HTTP-${pkgver}.tar.gz";)
 md5sums=('6e74d76205f168775de68347266793a7')



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

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 06:44:51
  Author: fyan
Revision: 215623

upgpkg: perl-net-ip 1.26-2

mtree rebuild

Modified:
  perl-net-ip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 04:44:39 UTC (rev 215622)
+++ PKGBUILD2014-06-30 04:44:51 UTC (rev 215623)
@@ -1,15 +1,16 @@
 # $Id$
-# Maintainer: Kevin Piche 
+# Maintainer: Felix Yan 
+# Contributor: Kevin Piche 
 
 pkgname=perl-net-ip
 _realname=Net-IP
 pkgver=1.26
-pkgrel=1
+pkgrel=2
 pkgdesc="Perl Module:  Easy manipulation of IPv4 and IPv6 addresses"
 arch=('any')
 license=('PerlArtistic')
 url="http://search.cpan.org/dist/${_realname}/";
-depends=('perl>=5.10.0')
+depends=('perl')
 options=(!emptydirs)
 source=(http://www.cpan.org/authors/id/M/MA/MANU/${_realname}-${pkgver}.tar.gz)
 md5sums=('3a98e3ac45d69ea38a63a7e678bd716d')



[arch-commits] Commit in perl-net-dns-resolver-programmable/repos/extra-any (2 files)

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 06:41:40
  Author: fyan
Revision: 215620

archrelease: copy trunk to extra-any

Added:
  perl-net-dns-resolver-programmable/repos/extra-any/PKGBUILD
(from rev 215619, perl-net-dns-resolver-programmable/trunk/PKGBUILD)
Deleted:
  perl-net-dns-resolver-programmable/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-30 04:41:05 UTC (rev 215619)
+++ PKGBUILD2014-06-30 04:41:40 UTC (rev 215620)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=perl-net-dns-resolver-programmable
-_realname=Net-DNS-Resolver-Programmable
-pkgver=0.003
-pkgrel=5
-pkgdesc="A Net::DNS::Resolver descendant class for offline emulation of DNS"
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/";
-depends=('perl-net-dns' 'perl>=5.10.0')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/J/JM/JMEHNLE/net-dns-resolver-programmable/${_realname}-v${pkgver}.tar.gz)
-md5sums=('8d44bf331d6115e7fb4ea21f6cf4b96b')
-
-build() {
-  cd ${srcdir}/${_realname}-v${pkgver}
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd ${srcdir}/${_realname}-v${pkgver}
-  make install DESTDIR=${pkgdir} || return 1
-}

Copied: perl-net-dns-resolver-programmable/repos/extra-any/PKGBUILD (from rev 
215619, perl-net-dns-resolver-programmable/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-30 04:41:40 UTC (rev 215620)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jan de Groot 
+
+pkgname=perl-net-dns-resolver-programmable
+_realname=Net-DNS-Resolver-Programmable
+pkgver=0.003
+pkgrel=6
+pkgdesc="A Net::DNS::Resolver descendant class for offline emulation of DNS"
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/";
+depends=('perl-net-dns' 'perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/J/JM/JMEHNLE/net-dns-resolver-programmable/${_realname}-v${pkgver}.tar.gz)
+md5sums=('8d44bf331d6115e7fb4ea21f6cf4b96b')
+
+build() {
+  cd ${srcdir}/${_realname}-v${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd ${srcdir}/${_realname}-v${pkgver}
+  make install DESTDIR=${pkgdir} || return 1
+}



[arch-commits] Commit in perl-net-dns-resolver-programmable/trunk (PKGBUILD)

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 06:41:05
  Author: fyan
Revision: 215619

upgpkg: perl-net-dns-resolver-programmable 0.003-6

mtree rebuild

Modified:
  perl-net-dns-resolver-programmable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 04:40:11 UTC (rev 215618)
+++ PKGBUILD2014-06-30 04:41:05 UTC (rev 215619)
@@ -1,15 +1,16 @@
 # $Id$
-# Maintainer: Jan de Groot 
+# Maintainer: Felix Yan 
+# Contributor: Jan de Groot 
 
 pkgname=perl-net-dns-resolver-programmable
 _realname=Net-DNS-Resolver-Programmable
 pkgver=0.003
-pkgrel=5
+pkgrel=6
 pkgdesc="A Net::DNS::Resolver descendant class for offline emulation of DNS"
 arch=('any')
 license=('GPL' 'PerlArtistic')
 url="http://search.cpan.org/dist/${_realname}/";
-depends=('perl-net-dns' 'perl>=5.10.0')
+depends=('perl-net-dns' 'perl')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/J/JM/JMEHNLE/net-dns-resolver-programmable/${_realname}-v${pkgver}.tar.gz)
 md5sums=('8d44bf331d6115e7fb4ea21f6cf4b96b')



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

2014-06-29 Thread Allan McRae
Date: Monday, June 30, 2014 @ 06:40:11
  Author: allan
Revision: 215618

archrelease: copy trunk to extra-any

Added:
  dejagnu/repos/extra-any/PKGBUILD
(from rev 215616, dejagnu/trunk/PKGBUILD)
  dejagnu/repos/extra-any/dejagnu.install
(from rev 215616, dejagnu/trunk/dejagnu.install)
Deleted:
  dejagnu/repos/extra-any/PKGBUILD
  dejagnu/repos/extra-any/dejagnu.install

-+
 PKGBUILD|   64 +++---
 dejagnu.install |   30 -
 2 files changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-30 04:39:56 UTC (rev 215617)
+++ PKGBUILD2014-06-30 04:40:11 UTC (rev 215618)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae 
-
-pkgname=dejagnu
-pkgver=1.5.1
-pkgrel=1
-pkgdesc="Framework for testing other programs"
-arch=('any')
-url="http://www.gnu.org/software/dejagnu/";
-license=('GPL')
-depends=('sh' 'expect')
-makedepends=('dejagnu')
-install=dejagnu.install
-source=(http://ftp.gnu.org/gnu/dejagnu/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('8386e04e362345f50ad169f052f4c4ab'
- '59335adf4900b889c64827c5a9426252')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: dejagnu/repos/extra-any/PKGBUILD (from rev 215616, 
dejagnu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-30 04:40:11 UTC (rev 215618)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Allan McRae 
+
+pkgname=dejagnu
+pkgver=1.5.1
+pkgrel=2
+pkgdesc="Framework for testing other programs"
+arch=('any')
+url="http://www.gnu.org/software/dejagnu/";
+license=('GPL')
+depends=('sh' 'expect')
+install=dejagnu.install
+source=(http://ftp.gnu.org/gnu/dejagnu/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('8386e04e362345f50ad169f052f4c4ab'
+ '59335adf4900b889c64827c5a9426252')
+validpgpkeys=('514F120ED959693B4227E054E66A4E29AFE7BCBD')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Deleted: dejagnu.install
===
--- dejagnu.install 2014-06-30 04:39:56 UTC (rev 215617)
+++ dejagnu.install 2014-06-30 04:40:11 UTC (rev 215618)
@@ -1,15 +0,0 @@
-infodir=usr/share/info
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  install-info $infodir/dejagnu.info.gz $infodir/dir 2> /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  install-info --delete $infodir/dejagnu.info.gz $infodir/dir 2> /dev/null
-}

Copied: dejagnu/repos/extra-any/dejagnu.install (from rev 215616, 
dejagnu/trunk/dejagnu.install)
===
--- dejagnu.install (rev 0)
+++ dejagnu.install 2014-06-30 04:40:11 UTC (rev 215618)
@@ -0,0 +1,15 @@
+infodir=usr/share/info
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info $infodir/dejagnu.info.gz $infodir/dir 2> /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info --delete $infodir/dejagnu.info.gz $infodir/dir 2> /dev/null
+}



[arch-commits] Commit in perl-net-cidr-lite/repos/extra-any (PKGBUILD PKGBUILD)

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 06:39:56
  Author: fyan
Revision: 215617

archrelease: copy trunk to extra-any

Added:
  perl-net-cidr-lite/repos/extra-any/PKGBUILD
(from rev 215616, perl-net-cidr-lite/trunk/PKGBUILD)
Deleted:
  perl-net-cidr-lite/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-30 04:39:28 UTC (rev 215616)
+++ PKGBUILD2014-06-30 04:39:56 UTC (rev 215617)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Dale Blount 
-
-pkgname=perl-net-cidr-lite
-_realname=Net-CIDR-Lite
-pkgver=0.21
-pkgrel=2
-pkgdesc="Perl extension for merging IPv4 or IPv6 CIDR addresses"
-arch=('any')
-license=('PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/";
-depends=('perl>=5.10.0')
-options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/D/DO/DOUGW/${_realname}-${pkgver}.tar.gz)
-md5sums=('12280b3754886b876918f03f53aee4f5')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}

Copied: perl-net-cidr-lite/repos/extra-any/PKGBUILD (from rev 215616, 
perl-net-cidr-lite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-30 04:39:56 UTC (rev 215617)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Dale Blount 
+
+pkgname=perl-net-cidr-lite
+_realname=Net-CIDR-Lite
+pkgver=0.21
+pkgrel=3
+pkgdesc="Perl extension for merging IPv4 or IPv6 CIDR addresses"
+arch=('any')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/";
+depends=('perl>=5.10.0')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/D/DO/DOUGW/${_realname}-${pkgver}.tar.gz)
+md5sums=('12280b3754886b876918f03f53aee4f5')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}



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

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 06:39:22
  Author: fyan
Revision: 215615

upgpkg: perl-net-cidr-lite 0.21-3

mtree rebuild

Modified:
  perl-net-cidr-lite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 04:36:54 UTC (rev 215614)
+++ PKGBUILD2014-06-30 04:39:22 UTC (rev 215615)
@@ -1,10 +1,11 @@
 # $Id$
-# Maintainer: Dale Blount 
+# Maintainer: Felix Yan 
+# Contributor: Dale Blount 
 
 pkgname=perl-net-cidr-lite
 _realname=Net-CIDR-Lite
 pkgver=0.21
-pkgrel=2
+pkgrel=3
 pkgdesc="Perl extension for merging IPv4 or IPv6 CIDR addresses"
 arch=('any')
 license=('PerlArtistic')



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

2014-06-29 Thread Allan McRae
Date: Monday, June 30, 2014 @ 06:39:28
  Author: allan
Revision: 215616

upgpkg: dejagnu 1.5.1-2

mtree rebuild

Modified:
  dejagnu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 04:39:22 UTC (rev 215615)
+++ PKGBUILD2014-06-30 04:39:28 UTC (rev 215616)
@@ -3,7 +3,7 @@
 
 pkgname=dejagnu
 pkgver=1.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Framework for testing other programs"
 arch=('any')
 url="http://www.gnu.org/software/dejagnu/";
@@ -13,6 +13,7 @@
 source=(http://ftp.gnu.org/gnu/dejagnu/${pkgname}-${pkgver}.tar.gz{,.sig})
 md5sums=('8386e04e362345f50ad169f052f4c4ab'
  '59335adf4900b889c64827c5a9426252')
+validpgpkeys=('514F120ED959693B4227E054E66A4E29AFE7BCBD')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in perl-http-message/repos/extra-any (PKGBUILD PKGBUILD)

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 06:36:54
  Author: fyan
Revision: 215614

archrelease: copy trunk to extra-any

Added:
  perl-http-message/repos/extra-any/PKGBUILD
(from rev 215613, perl-http-message/trunk/PKGBUILD)
Deleted:
  perl-http-message/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-30 04:36:02 UTC (rev 215613)
+++ PKGBUILD2014-06-30 04:36:54 UTC (rev 215614)
@@ -1,49 +0,0 @@
-# Maintainer : Justin "juster" Davis 
-# Generator  : pbjam 0.01
-# $Id$
-
-pkgname=perl-http-message
-pkgver=6.06
-pkgrel=1
-pkgdesc="HTTP style messages"
-arch=(any)
-url=http://search.cpan.org/dist/HTTP-Message
-license=(PerlArtistic GPL)
-options=('!emptydirs')
-depends=('perl>=5.8.8' 'perl-encode-locale>=1' 'perl-html-parser>=3.33'
-'perl-http-date>=6' 'perl-lwp-mediatypes>=6' 'perl-uri>=1.10')
-checkdepends=('perl-io-html')
-conflicts=('perl-libwww<6')
-source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTTP-Message-$pkgver.tar.gz)
-md5sums=('e563ac516e28d33f65bc0f295f625f85')
-
-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 HTTP-Message-$pkgver
-/usr/bin/perl Makefile.PL
-make
-  )
-}
-
-check() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-cd HTTP-Message-$pkgver
-make test
-  )
-}
-
-package() {
-cd HTTP-Message-$pkgver
-make DESTDIR="$pkgdir" install
-}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-http-message/repos/extra-any/PKGBUILD (from rev 215613, 
perl-http-message/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-30 04:36:54 UTC (rev 215614)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Justin "juster" Davis 
+# Generator : pbjam 0.01
+
+pkgname=perl-http-message
+pkgver=6.06
+pkgrel=2
+pkgdesc="HTTP style messages"
+arch=(any)
+url=http://search.cpan.org/dist/HTTP-Message
+license=(PerlArtistic GPL)
+options=('!emptydirs')
+depends=('perl' 'perl-encode-locale' 'perl-html-parser'
+ 'perl-http-date' 'perl-lwp-mediatypes' 'perl-uri')
+checkdepends=('perl-io-html')
+conflicts=('perl-libwww<6')
+source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTTP-Message-$pkgver.tar.gz)
+md5sums=('e563ac516e28d33f65bc0f295f625f85')
+
+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 HTTP-Message-$pkgver
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+cd HTTP-Message-$pkgver
+make test
+  )
+}
+
+package() {
+cd HTTP-Message-$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-mozilla-ca/repos/extra-any (PKGBUILD PKGBUILD)

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 06:36:02
  Author: fyan
Revision: 215613

archrelease: copy trunk to extra-any

Added:
  perl-mozilla-ca/repos/extra-any/PKGBUILD
(from rev 215612, perl-mozilla-ca/trunk/PKGBUILD)
Deleted:
  perl-mozilla-ca/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-30 04:35:29 UTC (rev 215612)
+++ PKGBUILD2014-06-30 04:36:02 UTC (rev 215613)
@@ -1,43 +0,0 @@
-# Packager: Justin Davis (juster) 
-# $Id$
-
-pkgname=perl-mozilla-ca
-pkgver=20130114
-pkgrel=1
-pkgdesc="Mozilla's CA cert bundle in PEM format"
-arch=(any)
-license=(GPL2 LGPL2.1)
-options=(!emptydirs)
-depends=('perl>=5.006')
-url=https://metacpan.org/release/Mozilla-CA
-source=("http://search.cpan.org/CPAN/authors/id/A/AB/ABH/Mozilla-CA-$pkgver.tar.gz";)
-md5sums=('45a42082dbd68cf25869ceb2aa49d5b2')
-
-build()
-(
-  cd Mozilla-CA-$pkgver
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
-  make
-)
-
-check()
-(
-  cd Mozilla-CA-$pkgver
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
-  make test
-)
-
-package()
-(
-  cd Mozilla-CA-$pkgver
-  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-)
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-mozilla-ca/repos/extra-any/PKGBUILD (from rev 215612, 
perl-mozilla-ca/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-30 04:36:02 UTC (rev 215613)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Justin Davis (juster) 
+
+pkgname=perl-mozilla-ca
+pkgver=20130114
+pkgrel=2
+pkgdesc="Mozilla's CA cert bundle in PEM format"
+arch=(any)
+license=(GPL2 LGPL2.1)
+options=(!emptydirs)
+depends=('perl')
+url=https://metacpan.org/release/Mozilla-CA
+source=("http://search.cpan.org/CPAN/authors/id/A/AB/ABH/Mozilla-CA-$pkgver.tar.gz";)
+md5sums=('45a42082dbd68cf25869ceb2aa49d5b2')
+
+build()
+(
+  cd Mozilla-CA-$pkgver
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check()
+(
+  cd Mozilla-CA-$pkgver
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+)
+
+package()
+(
+  cd Mozilla-CA-$pkgver
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:



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

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 06:35:29
  Author: fyan
Revision: 215612

upgpkg: perl-mozilla-ca 20130114-2

mtree rebuild

Modified:
  perl-mozilla-ca/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 04:34:54 UTC (rev 215611)
+++ PKGBUILD2014-06-30 04:35:29 UTC (rev 215612)
@@ -1,14 +1,15 @@
-# Packager: Justin Davis (juster) 
 # $Id$
+# Maintainer: Felix Yan 
+# Contributor: Justin Davis (juster) 
 
 pkgname=perl-mozilla-ca
 pkgver=20130114
-pkgrel=1
+pkgrel=2
 pkgdesc="Mozilla's CA cert bundle in PEM format"
 arch=(any)
 license=(GPL2 LGPL2.1)
 options=(!emptydirs)
-depends=('perl>=5.006')
+depends=('perl')
 url=https://metacpan.org/release/Mozilla-CA
 
source=("http://search.cpan.org/CPAN/authors/id/A/AB/ABH/Mozilla-CA-$pkgver.tar.gz";)
 md5sums=('45a42082dbd68cf25869ceb2aa49d5b2')



[arch-commits] Commit in jenkins/repos/community-any (12 files)

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 06:35:55
  Author: fyan
Revision: 113774

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 113773, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 113773, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 113773, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 113773, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 113773, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.tmpfiles.d
(from rev 113773, jenkins/trunk/jenkins.tmpfiles.d)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.tmpfiles.d

+
 LICENSE|   46 ++--
 PKGBUILD   |   84 ++---
 jenkins.conf   |   26 +--
 jenkins.install|  114 +--
 jenkins.service|   48 ++---
 jenkins.tmpfiles.d |4 -
 6 files changed, 161 insertions(+), 161 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-06-30 04:34:59 UTC (rev 113773)
+++ LICENSE 2014-06-30 04:35:55 UTC (rev 113774)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Copied: jenkins/repos/community-any/LICENSE (from rev 113773, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-06-30 04:35:55 UTC (rev 113774)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-30 04:34:59 UTC (rev 113773)
+++ PKGBUILD2014-06-30 04:35:55 UTC (rev 113774)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=1.569
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='http://jenkins-ci.org/'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='jenkins.install'
-noextract=('jenkins.war')
-source=("jenkins-${pkgver}.war::http://mirrors.jenkins-ci.org/war/${pkgver}/jenkins.war";
-# Rename to fo

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

2014-06-29 Thread Laurent Carlier
Date: Monday, June 30, 2014 @ 06:34:37
  Author: lcarlier
Revision: 215610

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

Added:
  elfutils/repos/testing-i686/
  elfutils/repos/testing-i686/PKGBUILD
(from rev 215609, elfutils/trunk/PKGBUILD)
  elfutils/repos/testing-x86_64/
  elfutils/repos/testing-x86_64/PKGBUILD
(from rev 215609, elfutils/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   40 
 testing-x86_64/PKGBUILD |   40 
 2 files changed, 80 insertions(+)

Copied: elfutils/repos/testing-i686/PKGBUILD (from rev 215609, 
elfutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-30 04:34:37 UTC (rev 215610)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Contributor: Andrej Gelenberg 
+
+pkgname=elfutils
+pkgver=0.159
+pkgrel=1
+pkgdesc="Libraries and utilities to handle ELF object files and DWARF 
debugging information"
+arch=('i686' 'x86_64')
+url="https://fedorahosted.org/elfutils/";
+license=('LGPL3' 'GPL' 'GPL3')
+depends=('gcc-libs' 'zlib' 'bzip2' 'xz')
+provides=('libelf')
+replaces=('libelf')
+conflicts=('libelf')
+source=(https://fedorahosted.org/releases/e/l/elfutils/${pkgver}/elfutils-${pkgver}.tar.bz2{,.sig})
+options=('staticlibs')
+sha1sums=('4ff214cdb95a10b03cf413f3d018393a838f98fc'
+  'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  CFLAGS+=" -g"  # required for test-suite success
+  ./configure --prefix=/usr --program-prefix="eu-"
+
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: elfutils/repos/testing-x86_64/PKGBUILD (from rev 215609, 
elfutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-30 04:34:37 UTC (rev 215610)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Contributor: Andrej Gelenberg 
+
+pkgname=elfutils
+pkgver=0.159
+pkgrel=1
+pkgdesc="Libraries and utilities to handle ELF object files and DWARF 
debugging information"
+arch=('i686' 'x86_64')
+url="https://fedorahosted.org/elfutils/";
+license=('LGPL3' 'GPL' 'GPL3')
+depends=('gcc-libs' 'zlib' 'bzip2' 'xz')
+provides=('libelf')
+replaces=('libelf')
+conflicts=('libelf')
+source=(https://fedorahosted.org/releases/e/l/elfutils/${pkgver}/elfutils-${pkgver}.tar.bz2{,.sig})
+options=('staticlibs')
+sha1sums=('4ff214cdb95a10b03cf413f3d018393a838f98fc'
+  'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  CFLAGS+=" -g"  # required for test-suite success
+  ./configure --prefix=/usr --program-prefix="eu-"
+
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}



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

2014-06-29 Thread Laurent Carlier
Date: Monday, June 30, 2014 @ 06:34:25
  Author: lcarlier
Revision: 215609

upgpkg: elfutils 0.159-1

upstream update 0.159

Modified:
  elfutils/trunk/PKGBUILD
Deleted:
  elfutils/trunk/CVE-2014-0172.patch
  elfutils/trunk/fix-run-backtrace-native-core-test.patch

--+
 CVE-2014-0172.patch  |   37 
 PKGBUILD |   22 +++---
 fix-run-backtrace-native-core-test.patch |   43 -
 3 files changed, 5 insertions(+), 97 deletions(-)

Deleted: CVE-2014-0172.patch
===
--- CVE-2014-0172.patch 2014-06-30 04:26:00 UTC (rev 215608)
+++ CVE-2014-0172.patch 2014-06-30 04:34:25 UTC (rev 215609)
@@ -1,37 +0,0 @@
-From 7f1eec317db79627b473c5b149a22a1b20d1f68f Mon Sep 17 00:00:00 2001
-From: Mark Wielaard 
-Date: Wed, 9 Apr 2014 11:33:23 +0200
-Subject: [PATCH] CVE-2014-0172 Check for overflow before calling malloc to
- uncompress data.
-
-https://bugzilla.redhat.com/show_bug.cgi?id=1085663
-
-Reported-by: Florian Weimer 
-Signed-off-by: Mark Wielaard 
-diff --git a/libdw/dwarf_begin_elf.c b/libdw/dwarf_begin_elf.c
-index 79daeac..34ea373 100644
 a/libdw/dwarf_begin_elf.c
-+++ b/libdw/dwarf_begin_elf.c
-@@ -1,5 +1,5 @@
- /* Create descriptor from ELF descriptor for processing file.
--   Copyright (C) 2002-2011 Red Hat, Inc.
-+   Copyright (C) 2002-2011, 2014 Red Hat, Inc.
-This file is part of elfutils.
-Written by Ulrich Drepper , 2002.
- 
-@@ -282,6 +282,12 @@ check_section (Dwarf *result, GElf_Ehdr *ehdr, Elf_Scn 
*scn, bool inscngrp)
-   memcpy (&size, data->d_buf + 4, sizeof size);
-   size = be64toh (size);
- 
-+  /* Check for unsigned overflow so malloc always allocated
-+ enough memory for both the Elf_Data header and the
-+ uncompressed section data.  */
-+  if (unlikely (sizeof (Elf_Data) + size < size))
-+break;
-+
-   Elf_Data *zdata = malloc (sizeof (Elf_Data) + size);
-   if (unlikely (zdata == NULL))
- break;
--- 
-1.9.2
-

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 04:26:00 UTC (rev 215608)
+++ PKGBUILD2014-06-30 04:34:25 UTC (rev 215609)
@@ -3,8 +3,8 @@
 # Contributor: Andrej Gelenberg 
 
 pkgname=elfutils
-pkgver=0.158
-pkgrel=3
+pkgver=0.159
+pkgrel=1
 pkgdesc="Libraries and utilities to handle ELF object files and DWARF 
debugging information"
 arch=('i686' 'x86_64')
 url="https://fedorahosted.org/elfutils/";
@@ -13,23 +13,11 @@
 provides=('libelf')
 replaces=('libelf')
 conflicts=('libelf')
-source=(https://fedorahosted.org/releases/e/l/elfutils/${pkgver}/elfutils-${pkgver}.tar.bz2{,.sig}
-fix-run-backtrace-native-core-test.patch
-   CVE-2014-0172.patch)
+source=(https://fedorahosted.org/releases/e/l/elfutils/${pkgver}/elfutils-${pkgver}.tar.bz2{,.sig})
 options=('staticlibs')
-sha1sums=('09adbbf0f3a35bb1bcb77c2eaa40de8d3443af4d'
-  'SKIP'
-  '8ecef640f3d1229cdf45ffda016a69848c18e61b'
-  '3e776c07d6ca2c7604a384d266f79c3ece1fb179')
+sha1sums=('4ff214cdb95a10b03cf413f3d018393a838f98fc'
+  'SKIP')
 
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  patch -Np1 -i ../fix-run-backtrace-native-core-test.patch
-  # merged upstream
-  patch -Np1 -i ../CVE-2014-0172.patch
-}
-
 build() {
   cd ${pkgname}-${pkgver}
 

Deleted: fix-run-backtrace-native-core-test.patch
===
--- fix-run-backtrace-native-core-test.patch2014-06-30 04:26:00 UTC (rev 
215608)
+++ fix-run-backtrace-native-core-test.patch2014-06-30 04:34:25 UTC (rev 
215609)
@@ -1,43 +0,0 @@
-From e922ec4e3bcd7c164a9ce424accac4394e7d5afd Mon Sep 17 00:00:00 2001
-From: Matthias Klose 
-Date: Tue, 07 Jan 2014 09:25:29 +
-Subject: tests: backtrace-subr.sh (check_native_core) should check core file 
name.
-
-Needed when /proc/sys/kernel/core_uses_pid is set to 0. Try to rename
-the core file, and if it does still fail, skip the test.
-
-Signed-off-by: Mark Wielaard 

-diff --git a/tests/ChangeLog b/tests/ChangeLog
-index 63b7bed..7e9dcf4 100644
 a/tests/ChangeLog
-+++ b/tests/ChangeLog
-@@ -1,3 +1,9 @@
-+2014-01-07  Matthias Klose 
-+
-+  * backtrace-subr.sh (check_native_core): Check to see if core file
-+  was created without ".PID" extension, if so mv core to core.PID.
-+  Skip test if no core file was created or could be found.
-+
- 2014-01-04  Mark Wielaard  
- 
-   * backtrace-data.c (main): Don't assert if raise returns.
-diff --git a/tests/backtrace-subr.sh b/tests/backtrace-subr.sh
-index e7ece91..62b873c 100644
 a/tests/backtrace-subr.sh
-+++ b/tests/backtrace-subr.sh
-@@ -111,6 +111,11 @@ check_native_core()
- 
-   # Skip the test if we cannot adjust core ulimit.
-   core="core.`ulimit -c unlimited || exit 77; set +ex;

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

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 06:34:59
  Author: fyan
Revision: 113773

upgpkg: jenkins 1.570-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-29 21:49:00 UTC (rev 113772)
+++ PKGBUILD2014-06-30 04:34:59 UTC (rev 113773)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=1.569
+pkgver=1.570
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -24,7 +24,7 @@
 'jenkins.service'
 'jenkins.tmpfiles.d'
 'LICENSE')
-sha512sums=('f24c25b34e554a11feb83dfbed5090bdd0886fdb2a0383df0ac982656a2e24885f50d3db19fda5c67b82e1e3f0bb1bca9bbedb406d231067a3a4df596f0b7e50'
+sha512sums=('bcd0cb230e51f6aab694d6480604edd38188ffe1add32cce910b3c0b654003a205e8c285d104744223af06dd7a60b37cb000dd5a8c61d1032b469033e8494616'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'fc82b56741c4683cde4913e41bf3dbfb0e7b16897b22b27d92a9c6fa7a300ffba97d85fbbf2287a7c5c546cb5697bbe8daa108bfc51572cf69c256d1e01e80ba'



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

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 06:34:54
  Author: fyan
Revision: 215611

upgpkg: perl-http-message 6.06-2

mtree rebuild

Modified:
  perl-http-message/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 04:34:37 UTC (rev 215610)
+++ PKGBUILD2014-06-30 04:34:54 UTC (rev 215611)
@@ -1,17 +1,18 @@
-# Maintainer : Justin "juster" Davis 
-# Generator  : pbjam 0.01
 # $Id$
+# Maintainer: Felix Yan 
+# Contributor: Justin "juster" Davis 
+# Generator : pbjam 0.01
 
 pkgname=perl-http-message
 pkgver=6.06
-pkgrel=1
+pkgrel=2
 pkgdesc="HTTP style messages"
 arch=(any)
 url=http://search.cpan.org/dist/HTTP-Message
 license=(PerlArtistic GPL)
 options=('!emptydirs')
-depends=('perl>=5.8.8' 'perl-encode-locale>=1' 'perl-html-parser>=3.33'
-'perl-http-date>=6' 'perl-lwp-mediatypes>=6' 'perl-uri>=1.10')
+depends=('perl' 'perl-encode-locale' 'perl-html-parser'
+ 'perl-http-date' 'perl-lwp-mediatypes' 'perl-uri')
 checkdepends=('perl-io-html')
 conflicts=('perl-libwww<6')
 
source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTTP-Message-$pkgver.tar.gz)



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

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 06:26:00
  Author: fyan
Revision: 215608

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-30 04:25:03 UTC (rev 215607)
+++ extra-i686/PKGBUILD 2014-06-30 04:26:00 UTC (rev 215608)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: dorphell 
-
-pkgname=enchant
-pkgver=1.6.0
-pkgrel=4
-pkgdesc="A wrapper library for generic spell checking"
-arch=('i686' 'x86_64')
-url="http://www.abisource.com/enchant/";
-license=('LGPL')
-depends=('aspell' 'dbus-glib' 'hunspell' 'hspell')
-source=("http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('de11011aff801dc61042828041fb59c7')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
---disable-static \
---disable-ispell \
---with-myspell-dir=/usr/share/myspell
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: enchant/repos/extra-i686/PKGBUILD (from rev 215607, 
enchant/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-30 04:26:00 UTC (rev 215608)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: dorphell 
+
+pkgname=enchant
+pkgver=1.6.0
+pkgrel=5
+pkgdesc="A wrapper library for generic spell checking"
+arch=('i686' 'x86_64')
+url="http://www.abisource.com/enchant/";
+license=('LGPL')
+depends=('aspell' 'dbus-glib' 'hunspell' 'hspell')
+source=("http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('de11011aff801dc61042828041fb59c7')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+--disable-static \
+--disable-ispell \
+--with-myspell-dir=/usr/share/myspell
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-30 04:25:03 UTC (rev 215607)
+++ extra-x86_64/PKGBUILD   2014-06-30 04:26:00 UTC (rev 215608)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: dorphell 
-
-pkgname=enchant
-pkgver=1.6.0
-pkgrel=4
-pkgdesc="A wrapper library for generic spell checking"
-arch=('i686' 'x86_64')
-url="http://www.abisource.com/enchant/";
-license=('LGPL')
-depends=('aspell' 'dbus-glib' 'hunspell' 'hspell')
-source=("http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('de11011aff801dc61042828041fb59c7')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
---disable-static \
---disable-ispell \
---with-myspell-dir=/usr/share/myspell
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: enchant/repos/extra-x86_64/PKGBUILD (from rev 215607, 
enchant/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-06-30 04:26:00 UTC (rev 215608)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: dorphell 
+
+pkgname=enchant
+pkgver=1.6.0
+pkgrel=5
+pkgdesc="A wrapper library for generic spell checking"
+arch=('i686' 'x86_64')
+url="http://www.abisource.com/enchant/";
+license=('LGPL')
+depends=('aspell' 'dbus-glib' 'hunspell' 'hspell')
+source=("http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('de11011aff801dc61042828041fb59c7')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+--disable-static \
+--disable-ispell \
+--with-myspell-dir=/usr/share/myspell
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



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

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 06:25:03
  Author: fyan
Revision: 215607

upgpkg: enchant 1.6.0-5

mtree rebuild

Modified:
  enchant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 04:24:32 UTC (rev 215606)
+++ PKGBUILD2014-06-30 04:25:03 UTC (rev 215607)
@@ -1,10 +1,11 @@
 # $Id$
-# Maintainer: Andrea Scarpino 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
 # Contributor: dorphell 
 
 pkgname=enchant
 pkgver=1.6.0
-pkgrel=4
+pkgrel=5
 pkgdesc="A wrapper library for generic spell checking"
 arch=('i686' 'x86_64')
 url="http://www.abisource.com/enchant/";



[arch-commits] Commit in perl-html-tagset/repos/extra-any (PKGBUILD PKGBUILD)

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 06:24:32
  Author: fyan
Revision: 215606

archrelease: copy trunk to extra-any

Added:
  perl-html-tagset/repos/extra-any/PKGBUILD
(from rev 215605, perl-html-tagset/trunk/PKGBUILD)
Deleted:
  perl-html-tagset/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   75 ++---
 1 file changed, 38 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-30 04:23:59 UTC (rev 215605)
+++ PKGBUILD2014-06-30 04:24:32 UTC (rev 215606)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: kevin 
-# Contributor: Manolis Tzanidakis
-
-pkgname=perl-html-tagset
-_realname=HTML-Tagset
-pkgver=3.20
-pkgrel=3
-pkgdesc="Data tables useful in parsing HTML"
-arch=('any')
-license=('PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/";
-depends=('perl>=5.10.0')
-replaces=('html-tagset')
-provides=('html-tagset')
-options=(!emptydirs)
-source=(http://www.cpan.org/authors/id/P/PE/PETDANCE/${_realname}-${pkgver}.tar.gz)
-md5sums=('d2bfa18fe1904df7f683e96611e87437')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make test
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}
-
-# vim: ts=2 sw=2 et ft=sh

Copied: perl-html-tagset/repos/extra-any/PKGBUILD (from rev 215605, 
perl-html-tagset/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-30 04:24:32 UTC (rev 215606)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Conributor: kevin 
+# Contributor: Manolis Tzanidakis
+
+pkgname=perl-html-tagset
+_realname=HTML-Tagset
+pkgver=3.20
+pkgrel=4
+pkgdesc="Data tables useful in parsing HTML"
+arch=('any')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/";
+depends=('perl>=5.10.0')
+replaces=('html-tagset')
+provides=('html-tagset')
+options=(!emptydirs)
+source=(http://www.cpan.org/authors/id/P/PE/PETDANCE/${_realname}-${pkgver}.tar.gz)
+md5sums=('d2bfa18fe1904df7f683e96611e87437')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}
+
+# vim: ts=2 sw=2 et ft=sh



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

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 06:23:59
  Author: fyan
Revision: 215605

upgpkg: perl-html-tagset 3.20-4

mtree rebuild

Modified:
  perl-html-tagset/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 04:21:29 UTC (rev 215604)
+++ PKGBUILD2014-06-30 04:23:59 UTC (rev 215605)
@@ -1,11 +1,12 @@
 # $Id$
-# Maintainer: kevin 
+# Maintainer: Felix Yan 
+# Conributor: kevin 
 # Contributor: Manolis Tzanidakis
 
 pkgname=perl-html-tagset
 _realname=HTML-Tagset
 pkgver=3.20
-pkgrel=3
+pkgrel=4
 pkgdesc="Data tables useful in parsing HTML"
 arch=('any')
 license=('PerlArtistic')



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

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 06:21:29
  Author: fyan
Revision: 215604

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

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

-+
 /PKGBUILD   |   66 ++
 /aspell.install |   48 ++
 extra-i686/PKGBUILD |   32 
 extra-i686/aspell.install   |   24 ---
 extra-x86_64/PKGBUILD   |   32 
 extra-x86_64/aspell.install |   24 ---
 6 files changed, 114 insertions(+), 112 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-30 04:20:24 UTC (rev 215603)
+++ extra-i686/PKGBUILD 2014-06-30 04:21:29 UTC (rev 215604)
@@ -1,32 +0,0 @@
-# $Id$
-# Contributor: Jochem Kossen 
-# Contributor: dorphell 
-# Contributor: Thayer Williams 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=aspell
-pkgver=0.60.6.1
-_pkgmajorver=0.60
-pkgrel=1
-pkgdesc="A spell checker designed to eventually replace Ispell"
-arch=('i686' 'x86_64')
-url="http://aspell.net/";
-license=('LGPL')
-depends=('gcc-libs' 'ncurses')
-optdepends=('perl: to import old dictionaries')
-install=aspell.install
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('e66a9c9af6a60dc46134fdacf6ce97d7')
-sha1sums=('ff1190db8de279f950c242c6f4c5d5cdc2cbdc49')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  ln -s ${pkgname}-${_pkgmajorver} "${pkgdir}/usr/lib/${pkgname}"
-}

Copied: aspell/repos/extra-i686/PKGBUILD (from rev 215603, 
aspell/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-30 04:21:29 UTC (rev 215604)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jochem Kossen 
+# Contributor: dorphell 
+# Contributor: Thayer Williams 
+# Contributor: Daniel J Griffiths 
+
+pkgname=aspell
+pkgver=0.60.6.1
+_pkgmajorver=0.60
+pkgrel=2
+pkgdesc="A spell checker designed to eventually replace Ispell"
+arch=('i686' 'x86_64')
+url="http://aspell.net/";
+license=('LGPL')
+depends=('gcc-libs' 'ncurses')
+optdepends=('perl: to import old dictionaries')
+install=aspell.install
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('e66a9c9af6a60dc46134fdacf6ce97d7')
+sha1sums=('ff1190db8de279f950c242c6f4c5d5cdc2cbdc49')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  ln -s ${pkgname}-${_pkgmajorver} "${pkgdir}/usr/lib/${pkgname}"
+}

Deleted: extra-i686/aspell.install
===
--- extra-i686/aspell.install   2014-06-30 04:20:24 UTC (rev 215603)
+++ extra-i686/aspell.install   2014-06-30 04:21:29 UTC (rev 215604)
@@ -1,24 +0,0 @@
-infodir=usr/share/info
-filelist=(aspell.info aspell-dev.info)
-
-post_install() {
-  echo "==> aspell comes with no default dictionary"
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-  done
-}

Copied: aspell/repos/extra-i686/aspell.install (from rev 215603, 
aspell/trunk/aspell.install)
===
--- extra-i686/aspell.install   (rev 0)
+++ extra-i686/aspell.install   2014-06-30 04:21:29 UTC (rev 215604)
@@ -0,0 +1,24 @@
+infodir=usr/share/info
+filelist=(aspell.info aspell-dev.info)
+
+post_install() {
+  echo "==> aspell comes with no default dictionary"
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-

[arch-commits] Commit in perl-file-basedir/repos/extra-any (PKGBUILD PKGBUILD)

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 06:20:24
  Author: fyan
Revision: 215603

archrelease: copy trunk to extra-any

Added:
  perl-file-basedir/repos/extra-any/PKGBUILD
(from rev 215602, perl-file-basedir/trunk/PKGBUILD)
Deleted:
  perl-file-basedir/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-30 04:19:50 UTC (rev 215602)
+++ PKGBUILD2014-06-30 04:20:24 UTC (rev 215603)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: kevin 
-# Contributor: K. Piche 
-
-pkgname=perl-file-basedir
-_realname=File-BaseDir
-pkgver=0.03
-pkgrel=5
-pkgdesc='Use the Freedesktop.org base directory specification'
-arch=(any)
-license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/";
-depends=('perl>=5.10.0')
-options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/P/PA/PARDUS/${_realname}-$pkgver.tar.gz)
-md5sums=('527596f1507894dfaacdda72ea6dbb31')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make test
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}

Copied: perl-file-basedir/repos/extra-any/PKGBUILD (from rev 215602, 
perl-file-basedir/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-30 04:20:24 UTC (rev 215603)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: kevin 
+# Contributor: K. Piche 
+
+pkgname=perl-file-basedir
+_realname=File-BaseDir
+pkgver=0.03
+pkgrel=6
+pkgdesc='Use the Freedesktop.org base directory specification'
+arch=(any)
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/";
+depends=('perl>=5.10.0')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/P/PA/PARDUS/${_realname}-$pkgver.tar.gz)
+md5sums=('527596f1507894dfaacdda72ea6dbb31')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}



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

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 06:19:50
  Author: fyan
Revision: 215602

upgpkg: perl-file-basedir 0.03-6

mtree rebuild

Modified:
  perl-file-basedir/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 04:18:38 UTC (rev 215601)
+++ PKGBUILD2014-06-30 04:19:50 UTC (rev 215602)
@@ -1,11 +1,12 @@
 # $Id$
-# Maintainer: kevin 
+# Maintainer: Felix Yan 
+# Contributor: kevin 
 # Contributor: K. Piche 
 
 pkgname=perl-file-basedir
 _realname=File-BaseDir
 pkgver=0.03
-pkgrel=5
+pkgrel=6
 pkgdesc='Use the Freedesktop.org base directory specification'
 arch=(any)
 license=('GPL' 'PerlArtistic')



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

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 06:18:38
  Author: fyan
Revision: 215601

upgpkg: aspell 0.60.6.1-2

mtree rebuild

Modified:
  aspell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 04:17:23 UTC (rev 215600)
+++ PKGBUILD2014-06-30 04:18:38 UTC (rev 215601)
@@ -1,13 +1,14 @@
 # $Id$
+# Maintainer: Felix Yan 
 # Contributor: Jochem Kossen 
 # Contributor: dorphell 
 # Contributor: Thayer Williams 
-# Maintainer: Daniel J Griffiths 
+# Contributor: Daniel J Griffiths 
 
 pkgname=aspell
 pkgver=0.60.6.1
 _pkgmajorver=0.60
-pkgrel=1
+pkgrel=2
 pkgdesc="A spell checker designed to eventually replace Ispell"
 arch=('i686' 'x86_64')
 url="http://aspell.net/";



[arch-commits] Commit in perl-event-execflow/repos/extra-any (PKGBUILD PKGBUILD)

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 06:17:23
  Author: fyan
Revision: 215600

archrelease: copy trunk to extra-any

Added:
  perl-event-execflow/repos/extra-any/PKGBUILD
(from rev 215599, perl-event-execflow/trunk/PKGBUILD)
Deleted:
  perl-event-execflow/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   75 ++---
 1 file changed, 38 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-30 04:16:49 UTC (rev 215599)
+++ PKGBUILD2014-06-30 04:17:23 UTC (rev 215600)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: tobias 
-# Contributor: Tobias Kieslich 
-
-pkgname=perl-event-execflow
-_realname=Event-ExecFlow
-pkgver=0.64
-pkgrel=3
-pkgdesc="Framework for perl-events"
-arch=('any')
-license=('PerlArtistic')
-url="http://www.exit1.org/${_realname}/";
-depends=('perl-anyevent' 'perl-libintl-perl' 'perl>=5.10.0')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/J/JR/JRED/${_realname}-${pkgver}.tar.gz)
-md5sums=('7370ea61607a200239cdd491755efee3')
-
-build() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  make test
-}
-
-package() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  make install DESTDIR="${pkgdir}/"
-
-  # remove perllocal.pod and .packlist
-  find "${pkgdir}" -name perllocal.pod -delete
-  find "${pkgdir}" -name .packlist -delete
-}

Copied: perl-event-execflow/repos/extra-any/PKGBUILD (from rev 215599, 
perl-event-execflow/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-30 04:17:23 UTC (rev 215600)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: tobias 
+# Contributor: Tobias Kieslich 
+
+pkgname=perl-event-execflow
+_realname=Event-ExecFlow
+pkgver=0.64
+pkgrel=4
+pkgdesc="Framework for perl-events"
+arch=('any')
+license=('PerlArtistic')
+url="http://www.exit1.org/${_realname}/";
+depends=('perl-anyevent' 'perl-libintl-perl' 'perl>=5.10.0')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/J/JR/JRED/${_realname}-${pkgver}.tar.gz)
+md5sums=('7370ea61607a200239cdd491755efee3')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make install DESTDIR="${pkgdir}/"
+
+  # remove perllocal.pod and .packlist
+  find "${pkgdir}" -name perllocal.pod -delete
+  find "${pkgdir}" -name .packlist -delete
+}



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

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 06:16:49
  Author: fyan
Revision: 215599

upgpkg: perl-event-execflow 0.64-4

mtree rebuild

Modified:
  perl-event-execflow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 04:03:11 UTC (rev 215598)
+++ PKGBUILD2014-06-30 04:16:49 UTC (rev 215599)
@@ -1,11 +1,12 @@
 # $Id$
-# Maintainer: tobias 
+# Maintainer: Felix Yan 
+# Contributor: tobias 
 # Contributor: Tobias Kieslich 
 
 pkgname=perl-event-execflow
 _realname=Event-ExecFlow
 pkgver=0.64
-pkgrel=3
+pkgrel=4
 pkgdesc="Framework for perl-events"
 arch=('any')
 license=('PerlArtistic')



[arch-commits] Commit in perl-digest-hmac/repos/extra-any (PKGBUILD PKGBUILD)

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 06:03:11
  Author: fyan
Revision: 215598

archrelease: copy trunk to extra-any

Added:
  perl-digest-hmac/repos/extra-any/PKGBUILD
(from rev 215597, perl-digest-hmac/trunk/PKGBUILD)
Deleted:
  perl-digest-hmac/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   75 ++---
 1 file changed, 38 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-30 04:02:38 UTC (rev 215597)
+++ PKGBUILD2014-06-30 04:03:11 UTC (rev 215598)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: kevin 
-# Contributor: Manolis Tzanidakis
-
-pkgname=perl-digest-hmac
-_realname=Digest-HMAC
-pkgver=1.03
-pkgrel=2
-pkgdesc="Perl Module: Keyed-Hashing for Message Authentication."
-arch=('any')
-license=('PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/";
-depends=('perl-digest-sha1' 'perl>=5.10.0')
-options=(!emptydirs)
-replaces=('digest-hmac')
-provides=('digest-hmac')
-source=(http://www.cpan.org/authors/id/G/GA/GAAS/${_realname}-${pkgver}.tar.gz)
-md5sums=('e6a5d6f552da16eacb5157ea4369ff9d')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make test
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}
-
-# vim: ts=2 sw=2 et ft=sh

Copied: perl-digest-hmac/repos/extra-any/PKGBUILD (from rev 215597, 
perl-digest-hmac/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-30 04:03:11 UTC (rev 215598)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: kevin 
+# Contributor: Manolis Tzanidakis
+
+pkgname=perl-digest-hmac
+_realname=Digest-HMAC
+pkgver=1.03
+pkgrel=3
+pkgdesc="Perl Module: Keyed-Hashing for Message Authentication."
+arch=('any')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/";
+depends=('perl-digest-sha1' 'perl>=5.10.0')
+options=(!emptydirs)
+replaces=('digest-hmac')
+provides=('digest-hmac')
+source=(http://www.cpan.org/authors/id/G/GA/GAAS/${_realname}-${pkgver}.tar.gz)
+md5sums=('e6a5d6f552da16eacb5157ea4369ff9d')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}
+
+# vim: ts=2 sw=2 et ft=sh



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

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 06:02:38
  Author: fyan
Revision: 215597

upgpkg: perl-digest-hmac 1.03-3

mtree rebuild

Modified:
  perl-digest-hmac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 04:01:22 UTC (rev 215596)
+++ PKGBUILD2014-06-30 04:02:38 UTC (rev 215597)
@@ -1,11 +1,12 @@
 # $Id$
-# Maintainer: kevin 
+# Maintainer: Felix Yan 
+# Contributor: kevin 
 # Contributor: Manolis Tzanidakis
 
 pkgname=perl-digest-hmac
 _realname=Digest-HMAC
 pkgver=1.03
-pkgrel=2
+pkgrel=3
 pkgdesc="Perl Module: Keyed-Hashing for Message Authentication."
 arch=('any')
 license=('PerlArtistic')



[arch-commits] Commit in perl-date-calc/repos/extra-any (PKGBUILD PKGBUILD)

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 06:01:22
  Author: fyan
Revision: 215596

archrelease: copy trunk to extra-any

Added:
  perl-date-calc/repos/extra-any/PKGBUILD
(from rev 215595, perl-date-calc/trunk/PKGBUILD)
Deleted:
  perl-date-calc/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-30 04:00:49 UTC (rev 215595)
+++ PKGBUILD2014-06-30 04:01:22 UTC (rev 215596)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Kevin Piche 
-# Contributor: K. Piche 
-
-pkgname=perl-date-calc
-_realname=Date-Calc
-pkgver=6.3
-pkgrel=2
-pkgdesc="Perl module for Gregorian calendar date calculations"
-arch=(any)
-license=('PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/";
-depends=('perl-bit-vector' 'perl>=5.10.0')
-options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/S/ST/STBEY/${_realname}-${pkgver}.tar.gz)
-md5sums=('9b64555b7051c1beb6b61daead2d01b3')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}

Copied: perl-date-calc/repos/extra-any/PKGBUILD (from rev 215595, 
perl-date-calc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-30 04:01:22 UTC (rev 215596)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Kevin Piche 
+# Contributor: K. Piche 
+
+pkgname=perl-date-calc
+_realname=Date-Calc
+pkgver=6.3
+pkgrel=3
+pkgdesc="Perl module for Gregorian calendar date calculations"
+arch=(any)
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/";
+depends=('perl-bit-vector' 'perl>=5.10.0')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/S/ST/STBEY/${_realname}-${pkgver}.tar.gz)
+md5sums=('9b64555b7051c1beb6b61daead2d01b3')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}



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

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 06:00:49
  Author: fyan
Revision: 215595

upgpkg: perl-date-calc 6.3-3

mtree rebuild

Modified:
  perl-date-calc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 03:59:21 UTC (rev 215594)
+++ PKGBUILD2014-06-30 04:00:49 UTC (rev 215595)
@@ -1,11 +1,12 @@
 # $Id$
-# Maintainer: Kevin Piche 
+# Maintainer: Felix Yan 
+# Contributor: Kevin Piche 
 # Contributor: K. Piche 
 
 pkgname=perl-date-calc
 _realname=Date-Calc
 pkgver=6.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Perl module for Gregorian calendar date calculations"
 arch=(any)
 license=('PerlArtistic')



[arch-commits] Commit in perl-carp-clan/repos/extra-any (PKGBUILD PKGBUILD)

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 05:59:21
  Author: fyan
Revision: 215594

archrelease: copy trunk to extra-any

Added:
  perl-carp-clan/repos/extra-any/PKGBUILD
(from rev 215593, perl-carp-clan/trunk/PKGBUILD)
Deleted:
  perl-carp-clan/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-30 03:58:47 UTC (rev 215593)
+++ PKGBUILD2014-06-30 03:59:21 UTC (rev 215594)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Kevin Piche 
-# Contributor: K. Piche 
-
-pkgname=perl-carp-clan
-_realname=Carp-Clan
-pkgver=6.04
-pkgrel=2
-pkgdesc='Report errors from perspective of caller of a "clan" of modules'
-arch=(any)
-license=('PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/";
-depends=('perl>=5.10.0')
-options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/S/ST/STBEY/${_realname}-${pkgver}.tar.gz)
-md5sums=('b6316bc51bb530d994f2784615939fb2')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}

Copied: perl-carp-clan/repos/extra-any/PKGBUILD (from rev 215593, 
perl-carp-clan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-30 03:59:21 UTC (rev 215594)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Kevin Piche 
+# Contributor: K. Piche 
+
+pkgname=perl-carp-clan
+_realname=Carp-Clan
+pkgver=6.04
+pkgrel=3
+pkgdesc='Report errors from perspective of caller of a "clan" of modules'
+arch=(any)
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/";
+depends=('perl>=5.10.0')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/S/ST/STBEY/${_realname}-${pkgver}.tar.gz)
+md5sums=('b6316bc51bb530d994f2784615939fb2')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}



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

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 05:58:47
  Author: fyan
Revision: 215593

upgpkg: perl-carp-clan 6.04-3

mtree rebuild

Modified:
  perl-carp-clan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 03:56:08 UTC (rev 215592)
+++ PKGBUILD2014-06-30 03:58:47 UTC (rev 215593)
@@ -1,11 +1,12 @@
 # $Id$
-# Maintainer: Kevin Piche 
+# Maintainer: Felix Yan 
+# Contributor: Kevin Piche 
 # Contributor: K. Piche 
 
 pkgname=perl-carp-clan
 _realname=Carp-Clan
 pkgver=6.04
-pkgrel=2
+pkgrel=3
 pkgdesc='Report errors from perspective of caller of a "clan" of modules'
 arch=(any)
 license=('PerlArtistic')



[arch-commits] Commit in perl-appconfig/repos/extra-any (PKGBUILD PKGBUILD)

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 05:56:08
  Author: fyan
Revision: 215592

archrelease: copy trunk to extra-any

Added:
  perl-appconfig/repos/extra-any/PKGBUILD
(from rev 215591, perl-appconfig/trunk/PKGBUILD)
Deleted:
  perl-appconfig/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-30 03:55:34 UTC (rev 215591)
+++ PKGBUILD2014-06-30 03:56:08 UTC (rev 215592)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: eric 
-# Contributor: Eric Johnson 
-
-pkgname=perl-appconfig
-_realname=AppConfig
-pkgver=1.66
-pkgrel=4
-pkgdesc="Perl/CPAN AppConfig module - Read configuration files and parse 
command line arguments"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-url="http://search.cpan.org/dist/${_realname}/";
-depends=('perl>=5.10.0')
-options=(!emptydirs)
-source=(http://www.cpan.org/authors/id/A/AB/ABW/${_realname}-${pkgver}.tar.gz)
-md5sums=('21aa4d1bf70a49a94c2dc9293389b3a0')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}

Copied: perl-appconfig/repos/extra-any/PKGBUILD (from rev 215591, 
perl-appconfig/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-30 03:56:08 UTC (rev 215592)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: eric 
+# Contributor: Eric Johnson 
+
+pkgname=perl-appconfig
+_realname=AppConfig
+pkgver=1.66
+pkgrel=5
+pkgdesc="Perl/CPAN AppConfig module - Read configuration files and parse 
command line arguments"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+url="http://search.cpan.org/dist/${_realname}/";
+depends=('perl>=5.10.0')
+options=(!emptydirs)
+source=(http://www.cpan.org/authors/id/A/AB/ABW/${_realname}-${pkgver}.tar.gz)
+md5sums=('21aa4d1bf70a49a94c2dc9293389b3a0')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}



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

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 05:55:34
  Author: fyan
Revision: 215591

upgpkg: perl-appconfig 1.66-5

mtree rebuild

Modified:
  perl-appconfig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-29 22:01:19 UTC (rev 215590)
+++ PKGBUILD2014-06-30 03:55:34 UTC (rev 215591)
@@ -1,11 +1,12 @@
 # $Id$
-# Maintainer: eric 
+# Maintainer: Felix Yan 
+# Contributor: eric 
 # Contributor: Eric Johnson 
 
 pkgname=perl-appconfig
 _realname=AppConfig
 pkgver=1.66
-pkgrel=4
+pkgrel=5
 pkgdesc="Perl/CPAN AppConfig module - Read configuration files and parse 
command line arguments"
 arch=('any')
 license=('PerlArtistic' 'GPL')



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

2014-06-29 Thread Jan Steffens
Date: Monday, June 30, 2014 @ 00:01:19
  Author: heftig
Revision: 215590

archrelease: copy trunk to extra-any

Added:
  gnome-user-docs/repos/extra-any/PKGBUILD
(from rev 215589, gnome-user-docs/trunk/PKGBUILD)
Deleted:
  gnome-user-docs/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-29 21:58:15 UTC (rev 215589)
+++ PKGBUILD2014-06-29 22:01:19 UTC (rev 215590)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gnome-user-docs
-pkgver=3.12.1
-pkgrel=1
-pkgdesc="User documentation for GNOME"
-arch=(any)
-license=('FDL')
-depends=('yelp')
-makedepends=('yelp-tools')
-url="http://www.gnome.org";
-groups=('gnome')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('bfd084d72c688d6efb0c34bb572a704cc2ce093c97a33390eaffb5e42158d418')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-user-docs/repos/extra-any/PKGBUILD (from rev 215589, 
gnome-user-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-29 22:01:19 UTC (rev 215590)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gnome-user-docs
+pkgver=3.12.2
+pkgrel=1
+pkgdesc="User documentation for GNOME"
+arch=(any)
+license=('FDL')
+depends=('yelp')
+makedepends=('yelp-tools')
+url="http://www.gnome.org";
+groups=('gnome')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4d9ec70d0c91ffda73942e5d496d28f0855aec356d281a7d5f7393a32e2d44b2')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



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

2014-06-29 Thread Jan Steffens
Date: Sunday, June 29, 2014 @ 23:58:15
  Author: heftig
Revision: 215589

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

Added:
  gnome-chess/repos/extra-i686/PKGBUILD
(from rev 215588, gnome-chess/trunk/PKGBUILD)
  gnome-chess/repos/extra-i686/gnome-chess.install
(from rev 215588, gnome-chess/trunk/gnome-chess.install)
  gnome-chess/repos/extra-x86_64/PKGBUILD
(from rev 215588, gnome-chess/trunk/PKGBUILD)
  gnome-chess/repos/extra-x86_64/gnome-chess.install
(from rev 215588, gnome-chess/trunk/gnome-chess.install)
Deleted:
  gnome-chess/repos/extra-i686/PKGBUILD
  gnome-chess/repos/extra-i686/gnome-chess.install
  gnome-chess/repos/extra-x86_64/PKGBUILD
  gnome-chess/repos/extra-x86_64/gnome-chess.install

--+
 /PKGBUILD|   66 +
 /gnome-chess.install |   26 ++
 extra-i686/PKGBUILD  |   33 --
 extra-i686/gnome-chess.install   |   13 ---
 extra-x86_64/PKGBUILD|   33 --
 extra-x86_64/gnome-chess.install |   13 ---
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-29 21:56:56 UTC (rev 215588)
+++ extra-i686/PKGBUILD 2014-06-29 21:58:15 UTC (rev 215589)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-chess
-pkgver=3.12.2
-pkgrel=1
-pkgdesc="Play the classic two-player boardgame of chess"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg' 'glu')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-optdepends=('gnuchess: Play against computer')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=gnome-chess.install
-url="https://live.gnome.org/Chess";
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('381e9f0b8ff470fd2df57b836c89e6a26ff10a6c885ddd3358b89b015b03147e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-chess/repos/extra-i686/PKGBUILD (from rev 215588, 
gnome-chess/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-29 21:58:15 UTC (rev 215589)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-chess
+pkgver=3.12.3
+pkgrel=1
+pkgdesc="Play the classic two-player boardgame of chess"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg' 'glu')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+optdepends=('gnuchess: Play against computer')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-chess.install
+url="https://live.gnome.org/Chess";
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8e36200baedc8eafe3c7ab3fd748688240917ed76c845607ae38d912d30e7678')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gnome-chess.install
===
--- extra-i686/gnome-chess.install  2014-06-29 21:56:56 UTC (rev 215588)
+++ extra-i686/gnome-chess.install  2014-06-29 21:58:15 UTC (rev 215589)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-chess/repos/extra-i686/gnome-chess.install (from rev 215588, 
gnome-chess/trunk/gnome-chess.install)
===
--- extra-i686/gnome-chess.install  (rev 0)
+++ extra-i686/gnome-chess.install  2014-06-29 21:58:15 UTC (rev 215589)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-29 21:56:56 UTC (rev 215588)
+++ extra-x86_64/PKGBUILD   2014-06-29 2

[arch-commits] Commit in gnome-sudoku/repos/extra-any (4 files)

2014-06-29 Thread Jan Steffens
Date: Sunday, June 29, 2014 @ 23:56:56
  Author: heftig
Revision: 215588

archrelease: copy trunk to extra-any

Added:
  gnome-sudoku/repos/extra-any/PKGBUILD
(from rev 215587, gnome-sudoku/trunk/PKGBUILD)
  gnome-sudoku/repos/extra-any/gnome-sudoku.install
(from rev 215587, gnome-sudoku/trunk/gnome-sudoku.install)
Deleted:
  gnome-sudoku/repos/extra-any/PKGBUILD
  gnome-sudoku/repos/extra-any/gnome-sudoku.install

--+
 PKGBUILD |   68 -
 gnome-sudoku.install |   24 -
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-29 21:54:35 UTC (rev 215587)
+++ PKGBUILD2014-06-29 21:56:56 UTC (rev 215588)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-sudoku
-pkgver=3.12.2
-pkgrel=1
-pkgdesc="Test your logic skills in this number grid puzzle"
-arch=('any')
-license=('GPL')
-depends=('hicolor-icon-theme' 'python-gobject' 'dconf' 'gtk3')
-makedepends=('intltool' 'itstool')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=gnome-sudoku.install
-url="https://live.gnome.org/GnomeSudoku";
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('31b57cdb60a0d4ecab529628822e04a700659ce7bb84aaa56b3c318500b1dd8b')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  sed -i 's_#! /usr/bin/python_#!/usr/bin/python2_' 
"$pkgdir/usr/bin/gnome-sudoku"
-}

Copied: gnome-sudoku/repos/extra-any/PKGBUILD (from rev 215587, 
gnome-sudoku/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-29 21:56:56 UTC (rev 215588)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-sudoku
+pkgver=3.12.3
+pkgrel=1
+pkgdesc="Test your logic skills in this number grid puzzle"
+arch=('any')
+license=('GPL')
+depends=('hicolor-icon-theme' 'python-gobject' 'dconf' 'gtk3')
+makedepends=('intltool' 'itstool')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-sudoku.install
+url="https://live.gnome.org/GnomeSudoku";
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e38b63aa293e7007a4726e16dfa2490188a019f7e63e30e97a691f603f794d36')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  sed -i 's_#! /usr/bin/python_#!/usr/bin/python2_' 
"$pkgdir/usr/bin/gnome-sudoku"
+}

Deleted: gnome-sudoku.install
===
--- gnome-sudoku.install2014-06-29 21:54:35 UTC (rev 215587)
+++ gnome-sudoku.install2014-06-29 21:56:56 UTC (rev 215588)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-sudoku/repos/extra-any/gnome-sudoku.install (from rev 215587, 
gnome-sudoku/trunk/gnome-sudoku.install)
===
--- gnome-sudoku.install(rev 0)
+++ gnome-sudoku.install2014-06-29 21:56:56 UTC (rev 215588)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2014-06-29 Thread Jan Steffens
Date: Sunday, June 29, 2014 @ 23:54:35
  Author: heftig
Revision: 215587

3.12.2

Modified:
  gnome-user-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-29 21:52:45 UTC (rev 215586)
+++ PKGBUILD2014-06-29 21:54:35 UTC (rev 215587)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=gnome-user-docs
-pkgver=3.12.1
+pkgver=3.12.2
 pkgrel=1
 pkgdesc="User documentation for GNOME"
 arch=(any)
@@ -12,7 +12,7 @@
 url="http://www.gnome.org";
 groups=('gnome')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('bfd084d72c688d6efb0c34bb572a704cc2ce093c97a33390eaffb5e42158d418')
+sha256sums=('4d9ec70d0c91ffda73942e5d496d28f0855aec356d281a7d5f7393a32e2d44b2')
 
 build() {
   cd $pkgname-$pkgver



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

2014-06-29 Thread Jan Steffens
Date: Sunday, June 29, 2014 @ 23:52:45
  Author: heftig
Revision: 215586

3.12.3

Modified:
  gnome-chess/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-29 21:51:10 UTC (rev 215585)
+++ PKGBUILD2014-06-29 21:52:45 UTC (rev 215586)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-chess
-pkgver=3.12.2
+pkgver=3.12.3
 pkgrel=1
 pkgdesc="Play the classic two-player boardgame of chess"
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 url="https://live.gnome.org/Chess";
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('381e9f0b8ff470fd2df57b836c89e6a26ff10a6c885ddd3358b89b015b03147e')
+sha256sums=('8e36200baedc8eafe3c7ab3fd748688240917ed76c845607ae38d912d30e7678')
 
 build() {
   cd $pkgname-$pkgver



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

2014-06-29 Thread Jan Steffens
Date: Sunday, June 29, 2014 @ 23:51:10
  Author: heftig
Revision: 215585

3.12.3

Modified:
  gnome-sudoku/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-29 21:27:04 UTC (rev 215584)
+++ PKGBUILD2014-06-29 21:51:10 UTC (rev 215585)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-sudoku
-pkgver=3.12.2
+pkgver=3.12.3
 pkgrel=1
 pkgdesc="Test your logic skills in this number grid puzzle"
 arch=('any')
@@ -17,7 +17,7 @@
 url="https://live.gnome.org/GnomeSudoku";
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('31b57cdb60a0d4ecab529628822e04a700659ce7bb84aaa56b3c318500b1dd8b')
+sha256sums=('e38b63aa293e7007a4726e16dfa2490188a019f7e63e30e97a691f603f794d36')
 
 build() {
   cd $pkgname-$pkgver



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

2014-06-29 Thread Jan Steffens
Date: Sunday, June 29, 2014 @ 23:49:00
  Author: heftig
Revision: 113772

archrelease: copy trunk to community-any

Added:
  cdemu-client/repos/community-any/PKGBUILD
(from rev 113771, cdemu-client/trunk/PKGBUILD)
  cdemu-client/repos/community-any/cdemu-client.install
(from rev 113771, cdemu-client/trunk/cdemu-client.install)
Deleted:
  cdemu-client/repos/community-any/PKGBUILD
  cdemu-client/repos/community-any/cdemu-client.install

--+
 PKGBUILD |   89 +++--
 cdemu-client.install |   22 ++--
 2 files changed, 53 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-29 21:48:31 UTC (rev 113771)
+++ PKGBUILD2014-06-29 21:49:00 UTC (rev 113772)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Mateusz Herych 
-# Contributor: Charles Lindsay 
-
-pkgname=cdemu-client
-pkgver=2.1.1
-pkgrel=1
-pkgdesc="Simple command-line client for controlling cdemu-daemon"
-arch=(any)
-url="http://cdemu.sourceforge.net/";
-license=(GPL)
-depends=(python2 dbus-python cdemu-daemon desktop-file-utils)
-makedepends=(intltool cmake)
-conflicts=('cdemu')
-install=cdemu-client.install
-source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2";)
-sha256sums=('204e626994f61d36423f3b732e180e3b3b20624effdfe91aabffd439c76d3964')
-
-prepare() {
-  mkdir build
-  cd $pkgname-$pkgver
-
-  # python2 fix
-  sed -i '1s|^#!.*python$|&2|' src/cdemu
-
-  # fix text domain
-  sed -i '/^project /s/cdemu/&-client/' CMakeLists.txt
-
-  # bash completion dir change
-  sed -i CMakeLists.txt -e "s|\
-DESTINATION \${CMAKE_INSTALL_SYSCONFDIR}/bash_completion.d|\
-DESTINATION \${CMAKE_INSTALL_DATADIR}/bash-completion/completions|"
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: cdemu-client/repos/community-any/PKGBUILD (from rev 113771, 
cdemu-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-29 21:49:00 UTC (rev 113772)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgname=cdemu-client
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="Simple command-line client for controlling cdemu-daemon"
+arch=(any)
+url="http://cdemu.sourceforge.net/";
+license=(GPL)
+depends=(python2 dbus-python cdemu-daemon desktop-file-utils)
+makedepends=(intltool cmake)
+conflicts=('cdemu')
+install=cdemu-client.install
+source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2";)
+sha256sums=('359310a57422d5c59c8f93be0da827a2437edb1e62f455f5614089c28e34ae88')
+
+prepare() {
+  mkdir build
+  cd $pkgname-$pkgver
+
+  # python2 fix
+  sed -i '1s|^#!.*python$|&2|' src/cdemu
+
+  # fix text domain
+  sed -i '/^project /s/cdemu/&-client/' CMakeLists.txt
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: cdemu-client.install
===
--- cdemu-client.install2014-06-29 21:48:31 UTC (rev 113771)
+++ cdemu-client.install2014-06-29 21:49:00 UTC (rev 113772)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: cdemu-client/repos/community-any/cdemu-client.install (from rev 113771, 
cdemu-client/trunk/cdemu-client.install)
===
--- cdemu-client.install(rev 0)
+++ cdemu-client.install2014-06-29 21:49:00 UTC (rev 113772)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2014-06-29 Thread Jan Steffens
Date: Sunday, June 29, 2014 @ 23:48:31
  Author: heftig
Revision: 113771

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

Added:
  cdemu-daemon/repos/community-i686/PKGBUILD
(from rev 113770, cdemu-daemon/trunk/PKGBUILD)
  cdemu-daemon/repos/community-i686/cdemu-daemon.install
(from rev 113770, cdemu-daemon/trunk/cdemu-daemon.install)
  cdemu-daemon/repos/community-i686/system-arch.patch
(from rev 113770, cdemu-daemon/trunk/system-arch.patch)
  cdemu-daemon/repos/community-x86_64/PKGBUILD
(from rev 113770, cdemu-daemon/trunk/PKGBUILD)
  cdemu-daemon/repos/community-x86_64/cdemu-daemon.install
(from rev 113770, cdemu-daemon/trunk/cdemu-daemon.install)
  cdemu-daemon/repos/community-x86_64/system-arch.patch
(from rev 113770, cdemu-daemon/trunk/system-arch.patch)
Deleted:
  cdemu-daemon/repos/community-i686/PKGBUILD
  cdemu-daemon/repos/community-i686/cdemu-daemon.install
  cdemu-daemon/repos/community-i686/system-arch.patch
  cdemu-daemon/repos/community-x86_64/PKGBUILD
  cdemu-daemon/repos/community-x86_64/cdemu-daemon.install
  cdemu-daemon/repos/community-x86_64/system-arch.patch

---+
 /PKGBUILD |  108 ++
 /cdemu-daemon.install |   84 +++
 /system-arch.patch|  242 
 community-i686/PKGBUILD   |   54 ---
 community-i686/cdemu-daemon.install   |   42 -
 community-i686/system-arch.patch  |  121 
 community-x86_64/PKGBUILD |   54 ---
 community-x86_64/cdemu-daemon.install |   42 -
 community-x86_64/system-arch.patch|  121 
 9 files changed, 434 insertions(+), 434 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-29 21:47:46 UTC (rev 113770)
+++ community-i686/PKGBUILD 2014-06-29 21:48:31 UTC (rev 113771)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ray Rashif 
-# Contributor: Mateusz Herych 
-# Contributor: Charles Lindsay 
-
-pkgname=cdemu-daemon
-pkgver=2.1.1
-pkgrel=1
-pkgdesc="CD/DVD-ROM device emulator daemon"
-arch=(i686 x86_64)
-url="http://cdemu.sourceforge.net/";
-license=(GPL)
-depends=(dbus "vhba-module>=20130607" libao "libmirage>=2.1.0")
-makedepends=(cmake)
-optdepends=('alsa-lib: to enable the ALSA audio driver'
-'pulseaudio: to enable the PA audio driver')
-backup=(etc/conf.d/cdemu-daemon
-etc/dbus-1/system.d/cdemu-daemon-dbus.conf)
-install=cdemu-daemon.install
-source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2";
-system-arch.patch)
-sha256sums=('d26782071184d555b06ad5def7d1c22916cbeb73377328879499b91e1196f36f'
-'29507da7367983bdc5f541e9f9252f189412041076842b8d08a5c4dac29f23cd')
-
-prepare() {
-  mkdir build
-  cd $pkgname-$pkgver
-
-  # Patch system daemon for Arch-friendlyness
-  # It's disabled by default. Should we even ship it?
-  patch -Np1 -i ../system-arch.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_LIBEXECDIR=lib/$pkgname
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  install -d "$pkgdir/usr/lib/modules-load.d"
-  echo vhba > "$pkgdir/usr/lib/modules-load.d/cdemu.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cdemu-daemon/repos/community-i686/PKGBUILD (from rev 113770, 
cdemu-daemon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-29 21:48:31 UTC (rev 113771)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgname=cdemu-daemon
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="CD/DVD-ROM device emulator daemon"
+arch=(i686 x86_64)
+url="http://cdemu.sourceforge.net/";
+license=(GPL)
+depends=(dbus "vhba-module>=20130607" libao "libmirage>=2.1.0")
+makedepends=(cmake)
+optdepends=('alsa-lib: to enable the ALSA audio driver'
+'pulseaudio: to enable the PA audio driver')
+backup=(etc/conf.d/cdemu-daemon
+etc/dbus-1/system.d/cdemu-daemon-dbus.conf)
+install=cdemu-daemon.install
+source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2";
+system-arch.patch)
+sha256sums=('7ecfdea0a57b35f5007b63882ca33d2edb568244aa854b5e5c30ffbbf3ba4f56'
+'29507da7367983bdc5f541e9f9252f189412041076842b8d08a5c4dac29f23cd')
+
+prepare() {
+  mkdir build
+  cd $pkgname-$pkgver
+
+  # Patch system daemon for Arch-friendlyness
+  # It's disabled by default. Should we even ship it?
+  patch -Np1 -i ../system-arch.patch
+}
+
+bu

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

2014-06-29 Thread Jan Steffens
Date: Sunday, June 29, 2014 @ 23:47:46
  Author: heftig
Revision: 113770

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

Added:
  libmirage/repos/community-i686/PKGBUILD
(from rev 113769, libmirage/trunk/PKGBUILD)
  libmirage/repos/community-i686/libmirage.install
(from rev 113769, libmirage/trunk/libmirage.install)
  libmirage/repos/community-i686/missing-xml.patch
(from rev 113769, libmirage/trunk/missing-xml.patch)
  libmirage/repos/community-x86_64/PKGBUILD
(from rev 113769, libmirage/trunk/PKGBUILD)
  libmirage/repos/community-x86_64/libmirage.install
(from rev 113769, libmirage/trunk/libmirage.install)
  libmirage/repos/community-x86_64/missing-xml.patch
(from rev 113769, libmirage/trunk/missing-xml.patch)
Deleted:
  libmirage/repos/community-i686/PKGBUILD
  libmirage/repos/community-i686/libmirage.install
  libmirage/repos/community-i686/missing-xml.patch
  libmirage/repos/community-x86_64/PKGBUILD
  libmirage/repos/community-x86_64/libmirage.install
  libmirage/repos/community-x86_64/missing-xml.patch

+
 /PKGBUILD  |   80 +++
 /libmirage.install |   22 +
 /missing-xml.patch |   44 +++
 community-i686/PKGBUILD|   40 -
 community-i686/libmirage.install   |   11 
 community-i686/missing-xml.patch   |   24 --
 community-x86_64/PKGBUILD  |   40 -
 community-x86_64/libmirage.install |   11 
 community-x86_64/missing-xml.patch |   24 --
 9 files changed, 146 insertions(+), 150 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-29 21:46:50 UTC (rev 113769)
+++ community-i686/PKGBUILD 2014-06-29 21:47:46 UTC (rev 113770)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Mateusz Herych 
-# Contributor: Charles Lindsay 
-
-pkgname=libmirage
-pkgver=2.1.1
-pkgrel=1
-pkgdesc="CD-ROM image (B6T/C2D/CCD/CDI/CIF/CUE/ISO/MDS/MDX/NRG/TOC) access 
library"
-arch=(i686 x86_64)
-url="http://cdemu.sourceforge.net/";
-license=(GPL)
-depends=(glib2 libsndfile libsamplerate zlib bzip2 xz shared-mime-info)
-makedepends=(gtk-doc gobject-introspection cmake)
-install=libmirage.install
-source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2
-missing-xml.patch)
-sha256sums=('f606391095200df510b923201881bfbadb6ab032035ce9a67aa24fcae3145108'
-'c20e5d8d0695e3832971646eef2d735f1d12a4da767da1ff4f9c9af92ad7ad02')
-
-prepare() {
-  mkdir build
-  cd $pkgname-$pkgver
-  patch -Np2 -i ../missing-xml.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DPOST_INSTALL_HOOKS:BOOL=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libmirage/repos/community-i686/PKGBUILD (from rev 113769, 
libmirage/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-29 21:47:46 UTC (rev 113770)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgname=libmirage
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="CD-ROM image (B6T/C2D/CCD/CDI/CIF/CUE/ISO/MDS/MDX/NRG/TOC) access 
library"
+arch=(i686 x86_64)
+url="http://cdemu.sourceforge.net/";
+license=(GPL)
+depends=(glib2 libsndfile libsamplerate zlib bzip2 xz shared-mime-info)
+makedepends=(gtk-doc gobject-introspection cmake)
+install=libmirage.install
+source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2
+missing-xml.patch)
+sha256sums=('bb0e0f0ed082efe03be4254d1be1310956652b1cec9fad10f9e602a088d17f84'
+'53f98a6b894dbdb2733e17c00aee079d9a36fdd25e295f81487aad3c2d775563')
+
+prepare() {
+  mkdir build
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../missing-xml.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DPOST_INSTALL_HOOKS:BOOL=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/libmirage.install
===
--- community-i686/libmirage.install2014-06-29 21:46:50 UTC (rev 113769)
+++ community-i686/libmirage.install2014-06-29 21:47:46 UTC (rev 113770)
@@ -1,11 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: libmirage/repos/community-i686/libmirage.install (from rev 113769, 
libmirage/trunk/libmirage.install)

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

2014-06-29 Thread Jan Steffens
0-vhba.rules2014-06-29 21:46:50 UTC (rev 113769)
@@ -1 +0,0 @@
-ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-i686/60-vhba.rules (from rev 113768, 
vhba-module/trunk/60-vhba.rules)
===
--- community-i686/60-vhba.rules(rev 0)
+++ community-i686/60-vhba.rules2014-06-29 21:46:50 UTC (rev 113769)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-29 21:45:46 UTC (rev 113768)
+++ community-i686/PKGBUILD 2014-06-29 21:46:50 UTC (rev 113769)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Mateusz Herych 
-# Contributor: Charles Lindsay 
-
-pkgname=vhba-module
-pkgver=20130607
-_extramodules=extramodules-3.15-ARCH
-pkgrel=29
-pkgdesc="Kernel module that emulates SCSI devices"
-arch=('i686' 'x86_64')
-url="http://cdemu.sourceforge.net/";
-license=('GPL')
-depends=('linux>=3.15' 'linux<3.16')
-makedepends=('linux-headers>=3.15' 'linux-headers<3.16')
-options=(!makeflags)
-install=$pkgname.install
-source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2";
-'60-vhba.rules'
-'0001-VHBA-module-define-scmd_dbg-and-scmd_warn-macros-onl.patch')
-md5sums=('660df41d08b1fd86baad1f16a0264438'
- '4dc37dc348b5a2c83585829bde790dcc'
- '8c929ef662de89f348d277983cbb3952')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Fix build with Linux 3.15
-  # http://sourceforge.net/p/cdemu/bugs/76/
-  patch -Np2 -i 
../0001-VHBA-module-define-scmd_dbg-and-scmd_warn-macros-onl.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  make KDIR=/usr/lib/modules/$_kernver/build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm644 vhba.ko "$pkgdir/usr/lib/modules/$_extramodules/vhba.ko"
-  install -Dm644 ../60-vhba.rules "$pkgdir/usr/lib/udev/rules.d/60-vhba.rules"
-
-  cd $startdir
-  cp -f $install ${install}.pkg
-  true && install=${install}.pkg
-  sed -i "s/EXTRAMODULES=.*/EXTRAMODULES=$_extramodules/" $install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-i686/PKGBUILD (from rev 113768, 
vhba-module/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-29 21:46:50 UTC (rev 113769)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgname=vhba-module
+pkgver=20140629
+_extramodules=extramodules-3.15-ARCH
+pkgrel=1
+pkgdesc="Kernel module that emulates SCSI devices"
+arch=('i686' 'x86_64')
+url="http://cdemu.sourceforge.net/";
+license=('GPL')
+depends=('linux>=3.15' 'linux<3.16')
+makedepends=('linux-headers>=3.15' 'linux-headers<3.16')
+options=(!makeflags)
+install=$pkgname.install
+source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2";
+'60-vhba.rules')
+md5sums=('6b307a80df9c163768cc7ecb3ccebb71'
+ '4dc37dc348b5a2c83585829bde790dcc')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  make KDIR=/usr/lib/modules/$_kernver/build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm644 vhba.ko "$pkgdir/usr/lib/modules/$_extramodules/vhba.ko"
+  install -Dm644 ../60-vhba.rules "$pkgdir/usr/lib/udev/rules.d/60-vhba.rules"
+
+  cd $startdir
+  cp -f $install ${install}.pkg
+  true && install=${install}.pkg
+  sed -i "s/EXTRAMODULES=.*/EXTRAMODULES=$_extramodules/" $install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/vhba-module.install
===
--- community-i686/vhba-module.install  2014-06-29 21:45:46 UTC (rev 113768)
+++ community-i686/vhba-module.install  2014-06-29 21:46:50 UTC (rev 113769)
@@ -1,22 +0,0 @@
-EXTRAMODULES=
-
-_updatemod() {
-  echo "  > Updating module dependencies..."
-  depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
-}
-
-post_install() {
-  post_upgrade
-}
-
-post_upgrade() {
-  getent group cdemu &am

  1   2   >