[arch-commits] Commit in qt/repos (extra-x86_64)

2011-06-08 Thread Andrea Scarpino
Date: Thursday, June 9, 2011 @ 02:52:47
  Author: andrea
Revision: 126980

archrelease: copy trunk to extra-x86_64

Added:
  qt/repos/extra-x86_64/



[arch-commits] Commit in qt/repos (extra-x86_64)

2011-06-08 Thread Andrea Scarpino
Date: Thursday, June 9, 2011 @ 02:52:34
  Author: andrea
Revision: 126979

archrelease: remove extra-x86_64

Deleted:
  qt/repos/extra-x86_64/



[arch-commits] Commit in qt/repos (extra-i686)

2011-06-08 Thread Andrea Scarpino
Date: Thursday, June 9, 2011 @ 02:52:30
  Author: andrea
Revision: 126978

archrelease: copy trunk to extra-i686

Added:
  qt/repos/extra-i686/



[arch-commits] Commit in qt/repos (extra-i686)

2011-06-08 Thread Andrea Scarpino
Date: Thursday, June 9, 2011 @ 02:52:16
  Author: andrea
Revision: 126977

archrelease: remove extra-i686

Deleted:
  qt/repos/extra-i686/



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

2011-06-08 Thread Andrea Scarpino
Date: Thursday, June 9, 2011 @ 02:52:13
  Author: andrea
Revision: 126976

upgpkg: qt 4.7.3-3
build with -fno-strict-aliasing

Modified:
  qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-09 06:46:27 UTC (rev 126975)
+++ PKGBUILD2011-06-09 06:52:13 UTC (rev 126976)
@@ -13,7 +13,7 @@
 'fontconfig' 'libgl' 'libsm' 'libxrandr' 'libxv' 'libxi' 'alsa-lib'
 'xdg-utils' 'hicolor-icon-theme' 'desktop-file-utils' 'mesa' 
'postgresql-libs'
 'mysql' 'unixodbc' 'cups' 'gtk2')
-options=('!libtool' '!buildflags')
+options=('!libtool')
 _pkgfqn="qt-everywhere-opensource-src-${pkgver}"
 source=("ftp://ftp.qt.nokia.com/qt/source/${_pkgfqn}.tar.gz";
 'assistant.desktop' 'designer.desktop' 'linguist.desktop'
@@ -32,6 +32,9 @@
export PATH=${QT4DIR}/bin:${PATH}
export LD_LIBRARY_PATH=${QT4DIR}/lib:${LD_LIBRARY_PATH}
 
+# FS#24601
+export CFLAGS="$CFLAGS -fno-strict-aliasing"
+
cd $srcdir/$_pkgfqn
 
 # Already fixed upstream



[arch-commits] Commit in icedtea-web/repos (extra-x86_64)

2011-06-08 Thread andyrtr
Date: Thursday, June 9, 2011 @ 02:46:27
  Author: andyrtr
Revision: 126975

archrelease: copy trunk to extra-x86_64

Added:
  icedtea-web/repos/extra-x86_64/



[arch-commits] Commit in icedtea-web/repos (extra-x86_64)

2011-06-08 Thread andyrtr
Date: Thursday, June 9, 2011 @ 02:46:10
  Author: andyrtr
Revision: 126974

archrelease: remove extra-x86_64

Deleted:
  icedtea-web/repos/extra-x86_64/



[arch-commits] Commit in icedtea-web/repos (extra-i686)

2011-06-08 Thread andyrtr
Date: Thursday, June 9, 2011 @ 02:46:06
  Author: andyrtr
Revision: 126973

archrelease: copy trunk to extra-i686

Added:
  icedtea-web/repos/extra-i686/



[arch-commits] Commit in icedtea-web/repos (extra-i686)

2011-06-08 Thread andyrtr
Date: Thursday, June 9, 2011 @ 02:45:50
  Author: andyrtr
Revision: 126972

archrelease: remove extra-i686

Deleted:
  icedtea-web/repos/extra-i686/



[arch-commits] Commit in icedtea-web/trunk (PKGBUILD fix-man-location.patch)

2011-06-08 Thread andyrtr
Date: Thursday, June 9, 2011 @ 02:45:41
  Author: andyrtr
Revision: 126971

upgpkg: icedtea-web 1.1-1
upstream update icedtea-web 1.1

Modified:
  icedtea-web/trunk/PKGBUILD
Deleted:
  icedtea-web/trunk/fix-man-location.patch

+
 PKGBUILD   |   21 +
 fix-man-location.patch |   13 -
 2 files changed, 9 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-09 04:40:21 UTC (rev 126970)
+++ PKGBUILD2011-06-09 06:45:41 UTC (rev 126971)
@@ -3,25 +3,20 @@
 
 pkgbase=icedtea-web
 pkgname=('icedtea-web' 'icedtea-web-doc')
-pkgver=1.0.2
+pkgver=1.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://icedtea.classpath.org/wiki/IcedTea-Web";
 license=('GPL2')
 makedepends=('openjdk6' 'zip' 'xulrunner')
-install=$pkgname.install
-source=(http://icedtea.classpath.org/download/source/$pkgname-$pkgver.tar.gz
-fix-man-location.patch)
-md5sums=('4b5d80f4b82e53f4947e6782a0472d54'
- '58e305aa0d27d59f543d9cfddc6e175a')
+source=(http://icedtea.classpath.org/download/source/$pkgname-$pkgver.tar.gz)
+md5sums=('a7d70cb446c38213e554d4bdfb926f63')
 
 build() {
   _javaver=6
   _jvmdir=/usr/lib/jvm/java-${_javaver}-openjdk
 
   cd "$srcdir/$pkgname-$pkgver"
-  patch -Np0 -i $srcdir/fix-man-location.patch
-  autoreconf -v
   ./configure --prefix=/usr/lib/jvm/java-6-openjdk \
   --datarootdir=/usr/share
   make
@@ -31,6 +26,7 @@
 
   pkgdesc="provides a Free Software web browser plugin running applets written 
in the Java programming language and an implementation of Java Web Start, 
originally based on the NetX project"
   depends=('openjdk6' 'gtk2' 'desktop-file-utils')
+  install=$pkgname.install
 
   if [ "${CARCH}" = "x86_64" ]; then
 _arch=amd64
@@ -48,10 +44,11 @@
   install -m644 javaws.png ${pkgdir}/usr/share/pixmaps
   install -m644 {javaws,itweb-settings}.desktop 
${pkgdir}/usr/share/applications
   # remove splitted doc files
-  rm -vrf ${pkgdir}/usr/share/doc
+  rm -rf ${pkgdir}/usr/share/doc
 
   # link binaries into /usr/bin + jre/bin
   install -m755 -d ${pkgdir}/usr/bin
+  install -m755 -d ${pkgdir}/${_jvmdir}/jre/bin
   pushd ${pkgdir}/${_jvmdir}/bin
   for file in *; do
 ln -sf ${_jvmdir}/bin/${file} ${pkgdir}/usr/bin
@@ -61,7 +58,7 @@
 
   # link the mozilla-plugin - test it here 
http://www.java.com/en/download/help/testvm.xml
   install -m755 -d ${pkgdir}/usr/lib/mozilla/plugins/
-  ln -sf ${_jvmdir}/jre/lib/${_arch/i586/i386}/IcedTeaPlugin.so 
${pkgdir}/usr/lib/mozilla/plugins/
+  ln -sf ${_jvmdir}/lib/IcedTeaPlugin.so ${pkgdir}/usr/lib/mozilla/plugins/
 }
 
 package_icedtea-web-doc() {
@@ -75,8 +72,8 @@
   install -m755 -d $pkgdir/${_jvmdir}/jre/lib
   make DESTDIR="$pkgdir" install-data-local
   # remove javaws about and man page
-  rm -vrf ${pkgdir}/usr/lib
-  rm -vrf ${pkgdir}/usr/share/man
+  rm -rf ${pkgdir}/usr/lib
+  rm -rf ${pkgdir}/usr/share/man
 }
 
 # plugin test here http://www.java.com/en/download/help/testvm.xml
\ No newline at end of file

Deleted: fix-man-location.patch
===
--- fix-man-location.patch  2011-06-09 04:40:21 UTC (rev 126970)
+++ fix-man-location.patch  2011-06-09 06:45:41 UTC (rev 126971)
@@ -1,13 +0,0 @@
 Makefile.am2011-02-02 03:43:25.0 +0100
-+++ Makefile.am.new2011-02-03 14:37:55.556053388 +0100
-@@ -130,8 +130,8 @@
- endif
- 
- install-data-local:
--  ${mkinstalldirs} -d $(DESTDIR)$(prefix)/man/man1
--  ${INSTALL_DATA} $(NETX_SRCDIR)/javaws.1 $(DESTDIR)$(prefix)/man/man1
-+  ${mkinstalldirs} -d $(DESTDIR)$(mandir)/man1
-+  ${INSTALL_DATA} $(NETX_SRCDIR)/javaws.1 $(DESTDIR)$(mandir)/man1
-   ${INSTALL_DATA} $(NETX_RESOURCE_DIR)/about.jnlp 
$(DESTDIR)$(prefix)$(JRE_DIR_PREFIX)/lib
- if ENABLE_DOCS
-   ${mkinstalldirs} $(DESTDIR)$(htmldir)



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

2011-06-08 Thread Eric Bélanger
Date: Thursday, June 9, 2011 @ 00:40:21
  Author: eric
Revision: 126970

archrelease: copy trunk to extra-any

Added:
  gajim/repos/extra-any/



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

2011-06-08 Thread Eric Bélanger
Date: Thursday, June 9, 2011 @ 00:40:12
  Author: eric
Revision: 126969

archrelease: remove extra-any

Deleted:
  gajim/repos/extra-any/



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

2011-06-08 Thread Eric Bélanger
Date: Thursday, June 9, 2011 @ 00:39:40
  Author: eric
Revision: 126968

upgpkg: gajim 0.14.2-1
Upstream update, Improved description, Improved optdepends layout, PKGBUILD 
cleanup

Modified:
  gajim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-08 23:54:31 UTC (rev 126967)
+++ PKGBUILD2011-06-09 04:39:40 UTC (rev 126968)
@@ -1,35 +1,37 @@
 # $Id$
-# Maintainer: Ionut Biru 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Nikos Kouremenos 
+# Maintainer: Eric Bélanger 
 
 pkgname=gajim
-pkgver=0.14.1
-pkgrel=5
-pkgdesc="Jabber client written in PyGTK"
+pkgver=0.14.2
+pkgrel=1
+pkgdesc="A full featured and easy to use Jabber client"
 arch=('any')
 url="http://www.gajim.org/";
 license=('GPL3')
 depends=('pygtk' 'python2' 'python2-pyopenssl' 'hicolor-icon-theme' 'dnsutils')
 makedepends=('gettext' 'intltool')
-optdepends=('dbus-python'
+optdepends=('dbus-python: dbus support'
 'farsight2: video/voice support'
 'gstreamer0.10-good: video/voice support'
 'gstreamer0.10-bad: video/voice support'
-'gtkspell:spelling support'
+'gtkspell: spelling support'
 'libxss: for idle module'
 'notification-daemon: for desktop notification'
 'python-gnomekeyring: for GnomeKeyring support'
-'pycrypto:support for E2E encryption')
-options=(!libtool)
+'pycrypto: support for E2E encryption')
+options=('!libtool')
 install=gajim.install
-source=(http://www.gajim.org/downloads/0.14/gajim-${pkgver}.tar.gz)
-md5sums=('92b9c9d427bb6c1c41f27c210f1a0d5b')
+source=(http://www.gajim.org/downloads/${pkgver%.*}/gajim-${pkgver}.tar.bz2)
+md5sums=('03c34227174dc0db021b82cd58fb95a8')
+sha1sums=('15c5d5c485e32694b9affbeaca00b1bb86556f2b')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-
   ./configure --prefix=/usr --enable-site-packages
   make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
 }



[arch-commits] Commit in mod_perl/repos (testing-x86_64)

2011-06-08 Thread Evangelos Foutras
Date: Wednesday, June 8, 2011 @ 19:54:31
  Author: foutrelis
Revision: 126967

archrelease: copy trunk to testing-x86_64

Added:
  mod_perl/repos/testing-x86_64/



[arch-commits] Commit in mod_perl/repos (testing-x86_64)

2011-06-08 Thread Evangelos Foutras
Date: Wednesday, June 8, 2011 @ 19:54:19
  Author: foutrelis
Revision: 126966

archrelease: remove testing-x86_64

Deleted:
  mod_perl/repos/testing-x86_64/



[arch-commits] Commit in mod_perl/repos (testing-i686)

2011-06-08 Thread Evangelos Foutras
Date: Wednesday, June 8, 2011 @ 19:54:16
  Author: foutrelis
Revision: 126965

archrelease: copy trunk to testing-i686

Added:
  mod_perl/repos/testing-i686/



[arch-commits] Commit in mod_perl/repos (testing-i686)

2011-06-08 Thread Evangelos Foutras
Date: Wednesday, June 8, 2011 @ 19:54:05
  Author: foutrelis
Revision: 126964

archrelease: remove testing-i686

Deleted:
  mod_perl/repos/testing-i686/



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

2011-06-08 Thread Evangelos Foutras
Date: Wednesday, June 8, 2011 @ 19:54:03
  Author: foutrelis
Revision: 126963

upgpkg: mod_perl 2.0.5-4
Rebuild with glibc from [extra].

Modified:
  mod_perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-08 23:47:56 UTC (rev 126962)
+++ PKGBUILD2011-06-08 23:54:03 UTC (rev 126963)
@@ -4,7 +4,7 @@
 
 pkgname=mod_perl
 pkgver=2.0.5
-pkgrel=3
+pkgrel=4
 pkgdesc="Apache module that embeds the Perl interpreter within the server"
 url="http://search.cpan.org/dist/${pkgname}/";
 depends=('perl' 'apache' 'db' 'apr-util')



[arch-commits] Commit in pidgin/repos (testing-x86_64)

2011-06-08 Thread Evangelos Foutras
Date: Wednesday, June 8, 2011 @ 19:47:56
  Author: foutrelis
Revision: 126962

archrelease: copy trunk to testing-x86_64

Added:
  pidgin/repos/testing-x86_64/



[arch-commits] Commit in pidgin/repos (testing-x86_64)

2011-06-08 Thread Evangelos Foutras
Date: Wednesday, June 8, 2011 @ 19:47:45
  Author: foutrelis
Revision: 126961

archrelease: remove testing-x86_64

Deleted:
  pidgin/repos/testing-x86_64/



[arch-commits] Commit in pidgin/repos (testing-i686)

2011-06-08 Thread Evangelos Foutras
Date: Wednesday, June 8, 2011 @ 19:47:42
  Author: foutrelis
Revision: 126960

archrelease: copy trunk to testing-i686

Added:
  pidgin/repos/testing-i686/



[arch-commits] Commit in pidgin/repos (testing-i686)

2011-06-08 Thread Evangelos Foutras
Date: Wednesday, June 8, 2011 @ 19:47:31
  Author: foutrelis
Revision: 126959

archrelease: remove testing-i686

Deleted:
  pidgin/repos/testing-i686/



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

2011-06-08 Thread Evangelos Foutras
Date: Wednesday, June 8, 2011 @ 19:47:29
  Author: foutrelis
Revision: 126958

upgpkg: pidgin 2.8.0-3
Rebuild with glibc from [extra].

Modified:
  pidgin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-08 22:14:27 UTC (rev 126957)
+++ PKGBUILD2011-06-08 23:47:29 UTC (rev 126958)
@@ -7,7 +7,7 @@
 
 pkgname=('pidgin' 'libpurple' 'finch')
 pkgver=2.8.0
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url="http://pidgin.im/";
 license=('GPL')



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

2011-06-08 Thread Andrea Scarpino
Date: Wednesday, June 8, 2011 @ 18:14:27
  Author: andrea
Revision: 126957

rebuild with \!buildflags to fix a segmentation fault in qmlviewer (FS#24601)

Modified:
  qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-08 20:11:24 UTC (rev 126956)
+++ PKGBUILD2011-06-08 22:14:27 UTC (rev 126957)
@@ -5,7 +5,7 @@
 pkgbase=qt
 pkgname=('qt' 'qt-private-headers')
 pkgver=4.7.3
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://qt.nokia.com/'
 license=('GPL3' 'LGPL')
@@ -13,7 +13,7 @@
 'fontconfig' 'libgl' 'libsm' 'libxrandr' 'libxv' 'libxi' 'alsa-lib'
 'xdg-utils' 'hicolor-icon-theme' 'desktop-file-utils' 'mesa' 
'postgresql-libs'
 'mysql' 'unixodbc' 'cups' 'gtk2')
-options=('!libtool')
+options=('!libtool' '!buildflags')
 _pkgfqn="qt-everywhere-opensource-src-${pkgver}"
 source=("ftp://ftp.qt.nokia.com/qt/source/${_pkgfqn}.tar.gz";
 'assistant.desktop' 'designer.desktop' 'linguist.desktop'



[arch-commits] Commit in avahi/repos (extra-x86_64 testing-x86_64)

2011-06-08 Thread Gaetan Bisson
Date: Wednesday, June 8, 2011 @ 16:11:24
  Author: bisson
Revision: 126956

db-move: moved avahi from [testing] to [extra] (x86_64)

Added:
  avahi/repos/extra-x86_64/
Deleted:
  avahi/repos/testing-x86_64/



[arch-commits] Commit in avahi/repos (extra-x86_64)

2011-06-08 Thread Gaetan Bisson
Date: Wednesday, June 8, 2011 @ 16:11:23
  Author: bisson
Revision: 126955

db-move: avahi removed by bisson for move to [extra] (x86_64)

Deleted:
  avahi/repos/extra-x86_64/



[arch-commits] Commit in avahi/repos (extra-i686 testing-i686)

2011-06-08 Thread Gaetan Bisson
Date: Wednesday, June 8, 2011 @ 16:11:23
  Author: bisson
Revision: 126954

db-move: moved avahi from [testing] to [extra] (i686)

Added:
  avahi/repos/extra-i686/
Deleted:
  avahi/repos/testing-i686/



[arch-commits] Commit in avahi/repos (extra-i686)

2011-06-08 Thread Gaetan Bisson
Date: Wednesday, June 8, 2011 @ 16:11:22
  Author: bisson
Revision: 126953

db-move: avahi removed by bisson for move to [extra] (i686)

Deleted:
  avahi/repos/extra-i686/



[arch-commits] Commit in jfsutils/repos (testing-x86_64)

2011-06-08 Thread Tobias Powalowski
Date: Wednesday, June 8, 2011 @ 16:08:20
  Author: tpowa
Revision: 126952

archrelease: copy trunk to testing-x86_64

Added:
  jfsutils/repos/testing-x86_64/



[arch-commits] Commit in jfsutils/repos (testing-x86_64)

2011-06-08 Thread Tobias Powalowski
Date: Wednesday, June 8, 2011 @ 16:08:06
  Author: tpowa
Revision: 126951

archrelease: remove testing-x86_64

Deleted:
  jfsutils/repos/testing-x86_64/



[arch-commits] Commit in jfsutils/repos (testing-i686)

2011-06-08 Thread Tobias Powalowski
Date: Wednesday, June 8, 2011 @ 16:08:03
  Author: tpowa
Revision: 126950

archrelease: copy trunk to testing-i686

Added:
  jfsutils/repos/testing-i686/



[arch-commits] Commit in jfsutils/repos (testing-i686)

2011-06-08 Thread Tobias Powalowski
Date: Wednesday, June 8, 2011 @ 16:07:48
  Author: tpowa
Revision: 126949

archrelease: remove testing-i686

Deleted:
  jfsutils/repos/testing-i686/



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

2011-06-08 Thread Tobias Powalowski
Date: Wednesday, June 8, 2011 @ 16:07:37
  Author: tpowa
Revision: 126948

upgpkg: jfsutils 1.1.15-2
rebuild against glibc 2.14

Modified:
  jfsutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-08 20:06:05 UTC (rev 126947)
+++ PKGBUILD2011-06-08 20:07:37 UTC (rev 126948)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski 
 pkgname=jfsutils
 pkgver=1.1.15
-pkgrel=1
+pkgrel=2
 pkgdesc="JFS filesystem utilities"
 arch=(i686 x86_64)
 url="http://jfs.sourceforge.net";



[arch-commits] Commit in unison/repos (extra-x86_64)

2011-06-08 Thread Tobias Powalowski
Date: Wednesday, June 8, 2011 @ 16:06:05
  Author: tpowa
Revision: 126947

archrelease: copy trunk to extra-x86_64

Added:
  unison/repos/extra-x86_64/



[arch-commits] Commit in unison/repos (extra-x86_64)

2011-06-08 Thread Tobias Powalowski
Date: Wednesday, June 8, 2011 @ 16:05:49
  Author: tpowa
Revision: 126946

archrelease: remove extra-x86_64

Deleted:
  unison/repos/extra-x86_64/



[arch-commits] Commit in unison/repos (extra-i686)

2011-06-08 Thread Tobias Powalowski
Date: Wednesday, June 8, 2011 @ 16:05:44
  Author: tpowa
Revision: 126945

archrelease: copy trunk to extra-i686

Added:
  unison/repos/extra-i686/



[arch-commits] Commit in unison/repos (extra-i686)

2011-06-08 Thread Tobias Powalowski
Date: Wednesday, June 8, 2011 @ 16:05:29
  Author: tpowa
Revision: 126944

archrelease: remove extra-i686

Deleted:
  unison/repos/extra-i686/



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

2011-06-08 Thread Tobias Powalowski
Date: Wednesday, June 8, 2011 @ 16:05:25
  Author: tpowa
Revision: 126943

upgpkg: unison 2.40.63-2
rebuild against glibc 2.14

Modified:
  unison/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-08 20:02:32 UTC (rev 126942)
+++ PKGBUILD2011-06-08 20:05:25 UTC (rev 126943)
@@ -3,7 +3,7 @@
 
 pkgname=unison
 pkgver=2.40.63
-pkgrel=1
+pkgrel=2
 pkgdesc="Unison is a file-synchronization tool"
 arch=(i686 x86_64)
 license=('GPL2')



[arch-commits] Commit in qemu-kvm/repos (extra-x86_64)

2011-06-08 Thread Tobias Powalowski
Date: Wednesday, June 8, 2011 @ 16:02:32
  Author: tpowa
Revision: 126942

archrelease: copy trunk to extra-x86_64

Added:
  qemu-kvm/repos/extra-x86_64/



[arch-commits] Commit in qemu-kvm/repos (extra-x86_64)

2011-06-08 Thread Tobias Powalowski
Date: Wednesday, June 8, 2011 @ 16:02:16
  Author: tpowa
Revision: 126941

archrelease: remove extra-x86_64

Deleted:
  qemu-kvm/repos/extra-x86_64/



[arch-commits] Commit in qemu-kvm/repos (extra-i686)

2011-06-08 Thread Tobias Powalowski
Date: Wednesday, June 8, 2011 @ 16:02:13
  Author: tpowa
Revision: 126940

archrelease: copy trunk to extra-i686

Added:
  qemu-kvm/repos/extra-i686/



[arch-commits] Commit in qemu-kvm/repos (extra-i686)

2011-06-08 Thread Tobias Powalowski
Date: Wednesday, June 8, 2011 @ 16:01:58
  Author: tpowa
Revision: 126939

archrelease: remove extra-i686

Deleted:
  qemu-kvm/repos/extra-i686/



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

2011-06-08 Thread Tobias Powalowski
Date: Wednesday, June 8, 2011 @ 16:01:54
  Author: tpowa
Revision: 126938

upgpkg: qemu-kvm 0.14.1-2
rebuild against glibc 2.14

Modified:
  qemu-kvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-08 20:01:07 UTC (rev 126937)
+++ PKGBUILD2011-06-08 20:01:54 UTC (rev 126938)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski 
 pkgname=qemu-kvm
 pkgver=0.14.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Latest KVM QEMU is a generic and open source processor emulator which 
achieves a good emulation speed by using dynamic translation."
 arch=(i686 x86_64)
 license=('GPL2' 'LGPL2.1')



[arch-commits] Commit in mod_perl/repos (testing-x86_64)

2011-06-08 Thread Evangelos Foutras
Date: Wednesday, June 8, 2011 @ 16:01:07
  Author: foutrelis
Revision: 126937

archrelease: copy trunk to testing-x86_64

Added:
  mod_perl/repos/testing-x86_64/



[arch-commits] Commit in mod_perl/repos (testing-x86_64)

2011-06-08 Thread Evangelos Foutras
Date: Wednesday, June 8, 2011 @ 16:00:54
  Author: foutrelis
Revision: 126936

archrelease: remove testing-x86_64

Deleted:
  mod_perl/repos/testing-x86_64/



[arch-commits] Commit in mod_perl/repos (testing-i686)

2011-06-08 Thread Evangelos Foutras
Date: Wednesday, June 8, 2011 @ 16:00:52
  Author: foutrelis
Revision: 126935

archrelease: copy trunk to testing-i686

Added:
  mod_perl/repos/testing-i686/



[arch-commits] Commit in mod_perl/repos (testing-i686)

2011-06-08 Thread Evangelos Foutras
Date: Wednesday, June 8, 2011 @ 16:00:41
  Author: foutrelis
Revision: 126934

archrelease: remove testing-i686

Deleted:
  mod_perl/repos/testing-i686/



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

2011-06-08 Thread Evangelos Foutras
Date: Wednesday, June 8, 2011 @ 16:00:38
  Author: foutrelis
Revision: 126933

upgpkg: mod_perl 2.0.5-3
Remove versioned dependency on perl and rebuild for Perl 5.14.0 again.

Modified:
  mod_perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-08 18:14:25 UTC (rev 126932)
+++ PKGBUILD2011-06-08 20:00:38 UTC (rev 126933)
@@ -4,10 +4,10 @@
 
 pkgname=mod_perl
 pkgver=2.0.5
-pkgrel=2
+pkgrel=3
 pkgdesc="Apache module that embeds the Perl interpreter within the server"
-url="http://search.cpan.org/dist/${_realname}/";
-depends=('perl=5.12.3' 'apache' 'db' 'apr-util')
+url="http://search.cpan.org/dist/${pkgname}/";
+depends=('perl' 'apache' 'db' 'apr-util')
 license=('APACHE')
 arch=('i686' 'x86_64')
 options=(!emptydirs)



[arch-commits] Commit in nxserver/repos (extra-x86_64)

2011-06-08 Thread andyrtr
Date: Wednesday, June 8, 2011 @ 14:14:24
  Author: andyrtr
Revision: 126931

db-move: nxserver removed by andyrtr for move to [extra] (x86_64)

Deleted:
  nxserver/repos/extra-x86_64/



[arch-commits] Commit in nxserver/repos (extra-x86_64 testing-x86_64)

2011-06-08 Thread andyrtr
Date: Wednesday, June 8, 2011 @ 14:14:25
  Author: andyrtr
Revision: 126932

db-move: moved nxserver from [testing] to [extra] (x86_64)

Added:
  nxserver/repos/extra-x86_64/
Deleted:
  nxserver/repos/testing-x86_64/



[arch-commits] Commit in nxserver/repos (extra-i686 testing-i686)

2011-06-08 Thread andyrtr
Date: Wednesday, June 8, 2011 @ 14:14:23
  Author: andyrtr
Revision: 126930

db-move: moved nxserver from [testing] to [extra] (i686)

Added:
  nxserver/repos/extra-i686/
Deleted:
  nxserver/repos/testing-i686/



[arch-commits] Commit in nxserver/repos (extra-i686)

2011-06-08 Thread andyrtr
Date: Wednesday, June 8, 2011 @ 14:14:23
  Author: andyrtr
Revision: 126929

db-move: nxserver removed by andyrtr for move to [extra] (i686)

Deleted:
  nxserver/repos/extra-i686/



[arch-commits] Commit in nxclient/repos (extra-x86_64 testing-x86_64)

2011-06-08 Thread andyrtr
Date: Wednesday, June 8, 2011 @ 14:14:22
  Author: andyrtr
Revision: 126928

db-move: moved nxclient from [testing] to [extra] (x86_64)

Added:
  nxclient/repos/extra-x86_64/
Deleted:
  nxclient/repos/testing-x86_64/



[arch-commits] Commit in nxclient/repos (extra-x86_64)

2011-06-08 Thread andyrtr
Date: Wednesday, June 8, 2011 @ 14:14:19
  Author: andyrtr
Revision: 126927

db-move: nxclient removed by andyrtr for move to [extra] (x86_64)

Deleted:
  nxclient/repos/extra-x86_64/



[arch-commits] Commit in nxclient/repos (extra-i686 testing-i686)

2011-06-08 Thread andyrtr
Date: Wednesday, June 8, 2011 @ 14:14:17
  Author: andyrtr
Revision: 126926

db-move: moved nxclient from [testing] to [extra] (i686)

Added:
  nxclient/repos/extra-i686/
Deleted:
  nxclient/repos/testing-i686/



[arch-commits] Commit in nxclient/repos (extra-i686)

2011-06-08 Thread andyrtr
Date: Wednesday, June 8, 2011 @ 14:14:15
  Author: andyrtr
Revision: 126925

db-move: nxclient removed by andyrtr for move to [extra] (i686)

Deleted:
  nxclient/repos/extra-i686/



[arch-commits] Commit in nx-common/repos (extra-x86_64 testing-x86_64)

2011-06-08 Thread andyrtr
Date: Wednesday, June 8, 2011 @ 14:14:15
  Author: andyrtr
Revision: 126924

db-move: moved nx-common from [testing] to [extra] (x86_64)

Added:
  nx-common/repos/extra-x86_64/
Deleted:
  nx-common/repos/testing-x86_64/



[arch-commits] Commit in nx-common/repos (extra-x86_64)

2011-06-08 Thread andyrtr
Date: Wednesday, June 8, 2011 @ 14:14:14
  Author: andyrtr
Revision: 126923

db-move: nx-common removed by andyrtr for move to [extra] (x86_64)

Deleted:
  nx-common/repos/extra-x86_64/



[arch-commits] Commit in nx-common/repos (extra-i686 testing-i686)

2011-06-08 Thread andyrtr
Date: Wednesday, June 8, 2011 @ 14:14:13
  Author: andyrtr
Revision: 126922

db-move: moved nx-common from [testing] to [extra] (i686)

Added:
  nx-common/repos/extra-i686/
Deleted:
  nx-common/repos/testing-i686/



[arch-commits] Commit in nx-common/repos (extra-i686)

2011-06-08 Thread andyrtr
Date: Wednesday, June 8, 2011 @ 14:14:13
  Author: andyrtr
Revision: 126921

db-move: nx-common removed by andyrtr for move to [extra] (i686)

Deleted:
  nx-common/repos/extra-i686/



[arch-commits] Commit in moc/repos (testing-x86_64)

2011-06-08 Thread Eric Bélanger
Date: Wednesday, June 8, 2011 @ 13:31:20
  Author: eric
Revision: 126920

archrelease: copy trunk to testing-x86_64

Added:
  moc/repos/testing-x86_64/



[arch-commits] Commit in moc/repos (testing-x86_64)

2011-06-08 Thread Eric Bélanger
Date: Wednesday, June 8, 2011 @ 13:31:08
  Author: eric
Revision: 126919

archrelease: remove testing-x86_64

Deleted:
  moc/repos/testing-x86_64/



[arch-commits] Commit in moc/repos (testing-i686)

2011-06-08 Thread Eric Bélanger
Date: Wednesday, June 8, 2011 @ 13:31:06
  Author: eric
Revision: 126918

archrelease: copy trunk to testing-i686

Added:
  moc/repos/testing-i686/



[arch-commits] Commit in moc/repos (testing-i686)

2011-06-08 Thread Eric Bélanger
Date: Wednesday, June 8, 2011 @ 13:30:57
  Author: eric
Revision: 126917

archrelease: remove testing-i686

Deleted:
  moc/repos/testing-i686/



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

2011-06-08 Thread Eric Bélanger
Date: Wednesday, June 8, 2011 @ 13:30:45
  Author: eric
Revision: 126916

upgpkg: moc 20110528-2
Added file depends, Removed old sed lines, Disabled debug to fix crashes (close 
FS#22971)

Modified:
  moc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-08 15:40:25 UTC (rev 126915)
+++ PKGBUILD2011-06-08 17:30:45 UTC (rev 126916)
@@ -3,12 +3,12 @@
 
 pkgname=moc
 pkgver=20110528
-pkgrel=1
+pkgrel=2
 pkgdesc="An ncurses console audio player with support for the mp3, ogg, and 
wave formats"
 arch=('i686' 'x86_64')
 url="http://moc.daper.net/";
 license=('GPL')
-depends=('libmad' 'libid3tag' 'jack' 'curl' 'libsamplerate' 'libtool')
+depends=('libmad' 'libid3tag' 'jack' 'curl' 'libsamplerate' 'libtool' 'file')
 makedepends=('speex' 'ffmpeg' 'taglib' 'libmpcdec' 'wavpack' 'libmodplug')
 optdepends=('speex: for using the speex plugin' 
'ffmpeg: for using the ffmpeg plugin'
@@ -19,23 +19,22 @@
 options=('!libtool')
 source=(ftp://ftp.archlinux.org/other/moc/${pkgname}-${pkgver}.tar.xz \
 gcc-undefined-symbols.diff)
-md5sums=('e9394640fecb725ad8146575a3091134'
+md5sums=('003fd01af2165264eb666040e4f586cd'
  'efacb8559e9145e15b0c25f8fa2a9d79')
-sha1sums=('d09c27602a60e3e9fde476e13d7c1a8b21489505'
+sha1sums=('f79049136ce6616bfd6af2f5e08246a5921441cf'
   'a811a4ac7e049914aab528d3f06a6be6634c2720')
 
 build() {
   cd "${srcdir}/${pkgname}"
   patch -p0 -i ../gcc-undefined-symbols.diff
-  sed -i 's|ffmpeg/avformat.h|libavformat/avformat.h|' 
decoder_plugins/ffmpeg/ffmpeg.c
-  sed -i 's|avcodec_decode_audio|avcodec_decode_audio2|' 
decoder_plugins/ffmpeg/ffmpeg.c
+
 # Disabling aac to use the external ffmpeg to play them (FS#13164)
   ./autogen.sh
   ./configure --prefix=/usr --without-rcc --without-aac \
 --with-oss  --with-alsa  --with-jack --with-mp3 \
 --with-musepack --with-vorbis --with-flac --with-wavpack \
 --with-sndfile --with-modplug --with-ffmpeg --with-speex \
---with-samplerate --with-curl
+--with-samplerate --with-curl --disable-debug
   make
 }
 



[arch-commits] Commit in ypbind-mt/repos (extra-x86_64 testing-x86_64)

2011-06-08 Thread Gaetan Bisson
Date: Wednesday, June 8, 2011 @ 11:40:25
  Author: bisson
Revision: 126915

db-move: moved ypbind-mt from [testing] to [extra] (x86_64)

Added:
  ypbind-mt/repos/extra-x86_64/
Deleted:
  ypbind-mt/repos/testing-x86_64/



[arch-commits] Commit in ypbind-mt/repos (extra-x86_64)

2011-06-08 Thread Gaetan Bisson
Date: Wednesday, June 8, 2011 @ 11:40:25
  Author: bisson
Revision: 126914

db-move: ypbind-mt removed by bisson for move to [extra] (x86_64)

Deleted:
  ypbind-mt/repos/extra-x86_64/



[arch-commits] Commit in ypbind-mt/repos (extra-i686 testing-i686)

2011-06-08 Thread Gaetan Bisson
Date: Wednesday, June 8, 2011 @ 11:40:24
  Author: bisson
Revision: 126913

db-move: moved ypbind-mt from [testing] to [extra] (i686)

Added:
  ypbind-mt/repos/extra-i686/
Deleted:
  ypbind-mt/repos/testing-i686/



[arch-commits] Commit in ypbind-mt/repos (extra-i686)

2011-06-08 Thread Gaetan Bisson
Date: Wednesday, June 8, 2011 @ 11:40:23
  Author: bisson
Revision: 126912

db-move: ypbind-mt removed by bisson for move to [extra] (i686)

Deleted:
  ypbind-mt/repos/extra-i686/



[arch-commits] Commit in yp-tools/repos (extra-x86_64 testing-x86_64)

2011-06-08 Thread Gaetan Bisson
Date: Wednesday, June 8, 2011 @ 11:40:22
  Author: bisson
Revision: 126911

db-move: moved yp-tools from [testing] to [extra] (x86_64)

Added:
  yp-tools/repos/extra-x86_64/
Deleted:
  yp-tools/repos/testing-x86_64/



[arch-commits] Commit in yp-tools/repos (extra-x86_64)

2011-06-08 Thread Gaetan Bisson
Date: Wednesday, June 8, 2011 @ 11:40:22
  Author: bisson
Revision: 126910

db-move: yp-tools removed by bisson for move to [extra] (x86_64)

Deleted:
  yp-tools/repos/extra-x86_64/



[arch-commits] Commit in yp-tools/repos (extra-i686 testing-i686)

2011-06-08 Thread Gaetan Bisson
Date: Wednesday, June 8, 2011 @ 11:40:21
  Author: bisson
Revision: 126909

db-move: moved yp-tools from [testing] to [extra] (i686)

Added:
  yp-tools/repos/extra-i686/
Deleted:
  yp-tools/repos/testing-i686/



[arch-commits] Commit in yp-tools/repos (extra-i686)

2011-06-08 Thread Gaetan Bisson
Date: Wednesday, June 8, 2011 @ 11:40:20
  Author: bisson
Revision: 126908

db-move: yp-tools removed by bisson for move to [extra] (i686)

Deleted:
  yp-tools/repos/extra-i686/



[arch-commits] Commit in iproute2/repos (core-x86_64 testing-x86_64)

2011-06-08 Thread Gaetan Bisson
Date: Wednesday, June 8, 2011 @ 11:39:48
  Author: bisson
Revision: 126907

db-move: moved iproute2 from [testing] to [core] (x86_64)

Added:
  iproute2/repos/core-x86_64/
Deleted:
  iproute2/repos/testing-x86_64/



[arch-commits] Commit in iproute2/repos (core-x86_64)

2011-06-08 Thread Gaetan Bisson
Date: Wednesday, June 8, 2011 @ 11:39:47
  Author: bisson
Revision: 126906

db-move: iproute2 removed by bisson for move to [core] (x86_64)

Deleted:
  iproute2/repos/core-x86_64/



[arch-commits] Commit in iproute2/repos (core-i686 testing-i686)

2011-06-08 Thread Gaetan Bisson
Date: Wednesday, June 8, 2011 @ 11:39:46
  Author: bisson
Revision: 126905

db-move: moved iproute2 from [testing] to [core] (i686)

Added:
  iproute2/repos/core-i686/
Deleted:
  iproute2/repos/testing-i686/



[arch-commits] Commit in iproute2/repos (core-i686)

2011-06-08 Thread Gaetan Bisson
Date: Wednesday, June 8, 2011 @ 11:39:45
  Author: bisson
Revision: 126904

db-move: iproute2 removed by bisson for move to [core] (i686)

Deleted:
  iproute2/repos/core-i686/



[arch-commits] Commit in udev/repos (core-x86_64 testing-x86_64)

2011-06-08 Thread Gaetan Bisson
Date: Wednesday, June 8, 2011 @ 11:39:41
  Author: bisson
Revision: 126903

db-move: moved udev from [testing] to [core] (x86_64)

Added:
  udev/repos/core-x86_64/
Deleted:
  udev/repos/testing-x86_64/



[arch-commits] Commit in udev/repos (core-x86_64)

2011-06-08 Thread Gaetan Bisson
Date: Wednesday, June 8, 2011 @ 11:39:40
  Author: bisson
Revision: 126902

db-move: udev removed by bisson for move to [core] (x86_64)

Deleted:
  udev/repos/core-x86_64/



[arch-commits] Commit in udev/repos (core-i686 testing-i686)

2011-06-08 Thread Gaetan Bisson
Date: Wednesday, June 8, 2011 @ 11:39:38
  Author: bisson
Revision: 126901

db-move: moved udev from [testing] to [core] (i686)

Added:
  udev/repos/core-i686/
Deleted:
  udev/repos/testing-i686/



[arch-commits] Commit in udev/repos (core-i686)

2011-06-08 Thread Gaetan Bisson
Date: Wednesday, June 8, 2011 @ 11:39:36
  Author: bisson
Revision: 126900

db-move: udev removed by bisson for move to [core] (i686)

Deleted:
  udev/repos/core-i686/



[arch-commits] Commit in net-tools/repos (core-x86_64 testing-x86_64)

2011-06-08 Thread Gaetan Bisson
Date: Wednesday, June 8, 2011 @ 11:39:35
  Author: bisson
Revision: 126899

db-move: moved net-tools from [testing] to [core] (x86_64)

Added:
  net-tools/repos/core-x86_64/
Deleted:
  net-tools/repos/testing-x86_64/



[arch-commits] Commit in net-tools/repos (core-x86_64)

2011-06-08 Thread Gaetan Bisson
Date: Wednesday, June 8, 2011 @ 11:39:34
  Author: bisson
Revision: 126898

db-move: net-tools removed by bisson for move to [core] (x86_64)

Deleted:
  net-tools/repos/core-x86_64/



[arch-commits] Commit in net-tools/repos (core-i686 testing-i686)

2011-06-08 Thread Gaetan Bisson
Date: Wednesday, June 8, 2011 @ 11:39:33
  Author: bisson
Revision: 126897

db-move: moved net-tools from [testing] to [core] (i686)

Added:
  net-tools/repos/core-i686/
Deleted:
  net-tools/repos/testing-i686/



[arch-commits] Commit in net-tools/repos (core-i686)

2011-06-08 Thread Gaetan Bisson
Date: Wednesday, June 8, 2011 @ 11:39:33
  Author: bisson
Revision: 126896

db-move: net-tools removed by bisson for move to [core] (i686)

Deleted:
  net-tools/repos/core-i686/



[arch-commits] Commit in initscripts/repos (core-x86_64 testing-x86_64)

2011-06-08 Thread Gaetan Bisson
Date: Wednesday, June 8, 2011 @ 11:39:32
  Author: bisson
Revision: 126895

db-move: moved initscripts from [testing] to [core] (x86_64)

Added:
  initscripts/repos/core-x86_64/
Deleted:
  initscripts/repos/testing-x86_64/



[arch-commits] Commit in initscripts/repos (core-x86_64)

2011-06-08 Thread Gaetan Bisson
Date: Wednesday, June 8, 2011 @ 11:39:31
  Author: bisson
Revision: 126894

db-move: initscripts removed by bisson for move to [core] (x86_64)

Deleted:
  initscripts/repos/core-x86_64/



[arch-commits] Commit in initscripts/repos (core-i686 testing-i686)

2011-06-08 Thread Gaetan Bisson
Date: Wednesday, June 8, 2011 @ 11:39:30
  Author: bisson
Revision: 126893

db-move: moved initscripts from [testing] to [core] (i686)

Added:
  initscripts/repos/core-i686/
Deleted:
  initscripts/repos/testing-i686/



[arch-commits] Commit in initscripts/repos (core-i686)

2011-06-08 Thread Gaetan Bisson
Date: Wednesday, June 8, 2011 @ 11:39:27
  Author: bisson
Revision: 126892

db-move: initscripts removed by bisson for move to [core] (i686)

Deleted:
  initscripts/repos/core-i686/



[arch-commits] Commit in coreutils/repos (core-x86_64 testing-x86_64)

2011-06-08 Thread Gaetan Bisson
Date: Wednesday, June 8, 2011 @ 11:39:26
  Author: bisson
Revision: 126891

db-move: moved coreutils from [testing] to [core] (x86_64)

Added:
  coreutils/repos/core-x86_64/
Deleted:
  coreutils/repos/testing-x86_64/



[arch-commits] Commit in coreutils/repos (core-x86_64)

2011-06-08 Thread Gaetan Bisson
Date: Wednesday, June 8, 2011 @ 11:39:25
  Author: bisson
Revision: 126890

db-move: coreutils removed by bisson for move to [core] (x86_64)

Deleted:
  coreutils/repos/core-x86_64/



[arch-commits] Commit in coreutils/repos (core-i686 testing-i686)

2011-06-08 Thread Gaetan Bisson
Date: Wednesday, June 8, 2011 @ 11:39:25
  Author: bisson
Revision: 126889

db-move: moved coreutils from [testing] to [core] (i686)

Added:
  coreutils/repos/core-i686/
Deleted:
  coreutils/repos/testing-i686/



[arch-commits] Commit in coreutils/repos (core-i686)

2011-06-08 Thread Gaetan Bisson
Date: Wednesday, June 8, 2011 @ 11:39:24
  Author: bisson
Revision: 126888

db-move: coreutils removed by bisson for move to [core] (i686)

Deleted:
  coreutils/repos/core-i686/



[arch-commits] Commit in unison/repos (extra-x86_64)

2011-06-08 Thread Tobias Powalowski
Date: Wednesday, June 8, 2011 @ 10:57:09
  Author: tpowa
Revision: 126887

archrelease: copy trunk to extra-x86_64

Added:
  unison/repos/extra-x86_64/



[arch-commits] Commit in unison/repos (extra-x86_64)

2011-06-08 Thread Tobias Powalowski
Date: Wednesday, June 8, 2011 @ 10:56:52
  Author: tpowa
Revision: 126886

archrelease: remove extra-x86_64

Deleted:
  unison/repos/extra-x86_64/



[arch-commits] Commit in unison/repos (extra-i686)

2011-06-08 Thread Tobias Powalowski
Date: Wednesday, June 8, 2011 @ 10:56:48
  Author: tpowa
Revision: 126885

archrelease: copy trunk to extra-i686

Added:
  unison/repos/extra-i686/



[arch-commits] Commit in unison/repos (extra-i686)

2011-06-08 Thread Tobias Powalowski
Date: Wednesday, June 8, 2011 @ 10:56:32
  Author: tpowa
Revision: 126884

archrelease: remove extra-i686

Deleted:
  unison/repos/extra-i686/



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

2011-06-08 Thread Tobias Powalowski
Date: Wednesday, June 8, 2011 @ 10:56:27
  Author: tpowa
Revision: 126883

upgpkg: unison 2.40.63-1
bump to latest version

Modified:
  unison/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-08 14:41:01 UTC (rev 126882)
+++ PKGBUILD2011-06-08 14:56:27 UTC (rev 126883)
@@ -2,7 +2,7 @@
 #Maintainer: Tobias Powalowski 
 
 pkgname=unison
-pkgver=2.40.61
+pkgver=2.40.63
 pkgrel=1
 pkgdesc="Unison is a file-synchronization tool"
 arch=(i686 x86_64)
@@ -42,5 +42,5 @@
   cd $startdir/pkg//usr/bin
   ln -s unison-gtk2 unison-x11
 }
-md5sums=('9d48796b115704321c6a4a50dd0928ee'
+md5sums=('3281207850cf6f0a17fe73f371893bd3'
  '2daecba7705455a8e4b769e48b059872')



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

2011-06-08 Thread Jan de Groot
Date: Wednesday, June 8, 2011 @ 10:41:01
  Author: jgc
Revision: 126882

archrelease: copy trunk to extra-any

Added:
  inputproto/repos/extra-any/



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

2011-06-08 Thread Jan de Groot
Date: Wednesday, June 8, 2011 @ 10:40:48
  Author: jgc
Revision: 126881

archrelease: remove extra-any

Deleted:
  inputproto/repos/extra-any/



  1   2   >