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

2010-10-29 Thread andyrtr
Date: Friday, October 29, 2010 @ 02:18:04
  Author: andyrtr
Revision: 97317

upgpkg: kernel26-lts 2.6.32.25-1
new version 2.6.32.25

Modified:
  kernel26-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-10-28 20:46:06 UTC (rev 97316)
+++ PKGBUILD2010-10-29 06:18:04 UTC (rev 97317)
@@ -5,7 +5,7 @@
 pkgname=('kernel26-lts' 'kernel26-lts-headers') # Build stock -lts kernel
 _kernelname=${pkgname#kernel26}
 _basekernel=2.6.32
-pkgver=${_basekernel}.24
+pkgver=${_basekernel}.25
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -17,7 +17,7 @@
 # standard config files for mkinitcpio ramdisk
 ${pkgname}.preset)
 md5sums=('260551284ac224c3a43c4adac7df4879'
- 'e3346e3b4b92f048b8ecded829f45cdf'
+ 'd8fff54efff6c5f7b07e5370a5e9f119'
  '9eb3a6ec7eaae508ddc0f9226ed5681e'
  'd1850e0336a0bee3f154d0af489a4342'
  '2cbfeb3e2a18d45f82f613e97fc23355')



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

2010-10-29 Thread andyrtr
Date: Friday, October 29, 2010 @ 02:22:53
  Author: andyrtr
Revision: 97318

archrelease: copy trunk to testing-i686

Added:
  kernel26-lts/repos/testing-i686/



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

2010-10-29 Thread andyrtr
Date: Friday, October 29, 2010 @ 02:27:45
  Author: andyrtr
Revision: 97319

archrelease: copy trunk to testing-x86_64

Added:
  kernel26-lts/repos/testing-x86_64/



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

2010-10-29 Thread Jan de Groot
Date: Friday, October 29, 2010 @ 07:09:08
  Author: jgc
Revision: 97320

upgpkg: gnome-applets 2.32.0-3
Update pkgrel, release hal-free package

Modified:
  gnome-applets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-10-29 06:27:45 UTC (rev 97319)
+++ PKGBUILD2010-10-29 11:09:08 UTC (rev 97320)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-applets
 pkgver=2.32.0
-pkgrel=2
+pkgrel=3
 pkgdesc=GNOME Applets
 arch=(i686 x86_64)
 license=('GPL')
@@ -19,7 +19,7 @@

 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
+  PYTHON=python2 ./configure --prefix=/usr --sysconfdir=/etc \
   --libexecdir=/usr/lib/gnome-applets \
   --localstatedir=/var --disable-static \
   --disable-scrollkeeper --enable-mixer-applet \



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

2010-10-29 Thread Jan de Groot
Date: Friday, October 29, 2010 @ 07:09:41
  Author: jgc
Revision: 97321

archrelease: remove extra-i686

Deleted:
  gnome-applets/repos/extra-i686/



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

2010-10-29 Thread Jan de Groot
Date: Friday, October 29, 2010 @ 07:09:47
  Author: jgc
Revision: 97322

archrelease: copy trunk to extra-i686

Added:
  gnome-applets/repos/extra-i686/



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

2010-10-29 Thread Jan de Groot
Date: Friday, October 29, 2010 @ 07:10:21
  Author: jgc
Revision: 97323

archrelease: remove extra-x86_64

Deleted:
  gnome-applets/repos/extra-x86_64/



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

2010-10-29 Thread Jan de Groot
Date: Friday, October 29, 2010 @ 07:10:29
  Author: jgc
Revision: 97324

archrelease: copy trunk to extra-x86_64

Added:
  gnome-applets/repos/extra-x86_64/



[arch-commits] Commit in (12 files)

2010-10-29 Thread Andrea Scarpino
Date: Friday, October 29, 2010 @ 08:17:04
  Author: andrea
Revision: 97325

renamed antlr to antlr2

Added:
  amarok/trunk/fix-applet-size-on-startup.patch
  antlr2/
  antlr2/repos/
  antlr2/trunk/
  antlr2/trunk/PKGBUILD
  antlr2/trunk/gcc4.4.patch
  antlr2/trunk/runantlr2.sh
Modified:
  amarok/trunk/PKGBUILD
  amarok/trunk/scanning-qt-regression.patch
  pyqt/trunk/PKGBUILD
  sip/trunk/PKGBUILD
Deleted:
  antlr/

---+
 amarok/trunk/PKGBUILD |   14 ++-
 amarok/trunk/fix-applet-size-on-startup.patch |  104 
 amarok/trunk/scanning-qt-regression.patch |2 
 antlr2/trunk/PKGBUILD |   58 +
 antlr2/trunk/gcc4.4.patch |   21 
 antlr2/trunk/runantlr2.sh |5 +
 pyqt/trunk/PKGBUILD   |7 -
 sip/trunk/PKGBUILD|6 -
 8 files changed, 203 insertions(+), 14 deletions(-)

Modified: amarok/trunk/PKGBUILD
===
--- amarok/trunk/PKGBUILD   2010-10-29 11:10:29 UTC (rev 97324)
+++ amarok/trunk/PKGBUILD   2010-10-29 12:17:04 UTC (rev 97325)
@@ -5,7 +5,7 @@
 pkgname=amarok
 replaces=('amarok-base' 'amarok-engine-xine' 'amarok-base-mysqlfree')
 pkgver=2.3.2
-pkgrel=2
+pkgrel=3
 pkgdesc=A media player for KDE
 arch=(i686 x86_64)
 url=http://amarok.kde.org;
@@ -17,14 +17,18 @@
loudmouth: backend needed by mp3tunes for syncing)
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
-   'scanning-qt-regression.patch')
+   'scanning-qt-regression.patch'
+   'fix-applet-size-on-startup.patch')
 md5sums=('4e03dc009f8b44d9b8dfb5f6d1034081'
-   'a2effdfed3cf836c42264edbd2845441')
+   '4026759a6c753a5209e655cd4cc36bd8'
+   'fdfe4947405fcfa58f273d34b41ddb32')
 
 build() {
-  # Already fixed upstream see:
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # Already fixed upstream
+  patch -Np1 -i ${srcdir}/fix-applet-size-on-startup.patch
   # https://bugs.kde.org/show_bug.cgi?id=251762
-  cd ${srcdir}/${pkgname}-${pkgver}
   patch -Np1 -i ${srcdir}/scanning-qt-regression.patch
 
   cd ${srcdir}

Added: amarok/trunk/fix-applet-size-on-startup.patch
===
--- amarok/trunk/fix-applet-size-on-startup.patch   
(rev 0)
+++ amarok/trunk/fix-applet-size-on-startup.patch   2010-10-29 12:17:04 UTC 
(rev 97325)
@@ -0,0 +1,104 @@
+From 7dbec1171386f182be77942ae43dc3684a96cfc4 Mon Sep 17 00:00:00 2001
+From: Mark Kretschmann kretschm...@kde.org
+Date: Sat, 2 Oct 2010 09:06:11 +0200
+Subject: [PATCH] Better workaround for wrong applet size on startup.
+
+This version also works in the case that Amarok was hidden to tray before
+starting, and it does not produce a jerking motion when starting in fullscreen
+mode.
+Thanks to Felix Geyer debfx-...@fobos.de for the idea.
+
+It might worth to include this patch in Amarok packages.
+
+CCMAIL: debfx-...@fobos.de
+CCMAIL: amarok-packag...@googlegroups.com
+---
+ src/App.cpp|   12 
+ src/App.h  |1 -
+ src/MainWindow.cpp |   17 +
+ src/MainWindow.h   |1 +
+ 4 files changed, 18 insertions(+), 13 deletions(-)
+
+diff --git a/src/App.cpp b/src/App.cpp
+index cd0efa3..507cf21 100644
+--- a/src/App.cpp
 b/src/App.cpp
+@@ -790,18 +790,6 @@ App::continueInit()
+ aUrl.run();
+ }
+ s_delayedAmarokUrls.clear();
+-
+-QTimer::singleShot( 1500, this, SLOT( resizeMainWindow() ) );
+-}
+-
+-
+-void App::resizeMainWindow() // SLOT
+-{
+-// HACK
+-// This code works around a bug in KDE 4.5, which causes our Plasma 
applets to show
+-// with a wrong initial size. Remove when this bug is fixed in Plasma.
+-m_mainWindow-resize( m_mainWindow-width(), m_mainWindow-height() - 1 );
+-m_mainWindow-resize( m_mainWindow-width(), m_mainWindow-height() + 1 );
+ }
+ 
+ 
+diff --git a/src/App.h b/src/App.h
+index 9c05eea..5866aa2 100644
+--- a/src/App.h
 b/src/App.h
+@@ -83,7 +83,6 @@ class AMAROK_EXPORT App : public KUniqueApplication
+ 
+ private slots:
+ void continueInit();
+-void resizeMainWindow();
+ 
+ public slots:
+ void applySettings( bool firstTime = false );
+diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp
+index 9a2c194..54c6751 100644
+--- a/src/MainWindow.cpp
 b/src/MainWindow.cpp
+@@ -506,6 +506,13 @@ MainWindow::showEvent(QShowEvent* e)
+ if (!m_layoutEverRestored)
+ restoreLayout();
+ 
++static bool windowEverShown = false;
++if ( !windowEverShown )
++{
++windowEverShown = true;
++QTimer::singleShot( 250, this, SLOT( resizeWindowHack() ) );
++}
++
+ QWidget::showEvent(e);
+ }
+ 
+@@ -1704,4 +1711,14 @@ MainWindow::isWaitingForCd() const
+ return 

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

2010-10-29 Thread Andrea Scarpino
Date: Friday, October 29, 2010 @ 08:17:52
  Author: andrea
Revision: 97326

undo

Modified:
  pyqt/trunk/PKGBUILD
  sip/trunk/PKGBUILD

-+
 pyqt/trunk/PKGBUILD |7 +--
 sip/trunk/PKGBUILD  |6 +++---
 2 files changed, 8 insertions(+), 5 deletions(-)

Modified: pyqt/trunk/PKGBUILD
===
--- pyqt/trunk/PKGBUILD 2010-10-29 12:17:04 UTC (rev 97325)
+++ pyqt/trunk/PKGBUILD 2010-10-29 12:17:52 UTC (rev 97326)
@@ -6,7 +6,7 @@
 pkgname=pyqt
 pkgver=4.8.0
 _pkgver=4.8
-pkgrel=2
+pkgrel=1
 pkgdesc=A set of Python bindings for the Qt toolkit
 arch=('i686' 'x86_64')
 url=http://riverbankcomputing.co.uk/software/pyqt/intro;
@@ -17,13 +17,16 @@
'python-opengl: enable OpenGL 3D graphics in PyQt applications'
'qscintilla: QScintilla API'
'qt-assistant-compat: add PyQt online help in Qt Assistant')
+provides=('pyqt4')
+replaces=('pyqt4')
+conflicts=('pyqt4')
 
source=(http://riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-x11-gpl-${_pkgver}.tar.gz;)
 md5sums=('003d195498eb42ca2daf7615fa01488d')
 
 build() {
   cd ${srcdir}/PyQt-x11-gpl-${_pkgver}
 
-  python configure.py \
+  python2 configure.py \
 --confirm-license \
 -v /usr/share/sip \
 --qsci-api

Modified: sip/trunk/PKGBUILD
===
--- sip/trunk/PKGBUILD  2010-10-29 12:17:04 UTC (rev 97325)
+++ sip/trunk/PKGBUILD  2010-10-29 12:17:52 UTC (rev 97326)
@@ -5,19 +5,19 @@
 
 pkgname=sip
 pkgver=4.11.2
-pkgrel=2
+pkgrel=1
 pkgdesc=A tool that makes it easy to create Python bindings for C and C++ 
libraries
 arch=('i686' 'x86_64')
 url=http://www.riverbankcomputing.com/software/sip/;
 license=('custom:sip')
-depends=('python' 'gcc-libs')
+depends=('python2' 'gcc-libs')
 
source=(http://www.riverbankcomputing.com/static/Downloads/sip4/${pkgname}-${pkgver}.tar.gz;)
 md5sums=('d799804ca0a88bd76c6c2cdf8935c3cb')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
-  python configure.py
+  python2 configure.py
   make
 }
 



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

2010-10-29 Thread Andrea Scarpino
Date: Friday, October 29, 2010 @ 08:18:40
  Author: andrea
Revision: 97327

archrelease: copy trunk to extra-i686

Added:
  antlr2/repos/extra-i686/



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

2010-10-29 Thread Andrea Scarpino
Date: Friday, October 29, 2010 @ 08:19:10
  Author: andrea
Revision: 97328

archrelease: copy trunk to extra-x86_64

Added:
  antlr2/repos/extra-x86_64/



[arch-commits] Commit in (4 files)

2010-10-29 Thread Andrea Scarpino
Date: Friday, October 29, 2010 @ 08:21:46
  Author: andrea
Revision: 97329

re-added dirs to use db-remove to remove antlr from the db

Added:
  antlr/
  antlr/repos/
  antlr/repos/extra-i686/
  antlr/repos/extra-x86_64/



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

2010-10-29 Thread Andrea Scarpino
Date: Friday, October 29, 2010 @ 08:21:53
  Author: andrea
Revision: 97330

db-remove: antlr removed by andrea

Deleted:
  antlr/repos/extra-i686/



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

2010-10-29 Thread Andrea Scarpino
Date: Friday, October 29, 2010 @ 08:22:15
  Author: andrea
Revision: 97331

db-remove: antlr removed by andrea

Deleted:
  antlr/repos/extra-x86_64/



[arch-commits] Commit in (antlr)

2010-10-29 Thread Andrea Scarpino
Date: Friday, October 29, 2010 @ 08:23:09
  Author: andrea
Revision: 97332

cleanup

Deleted:
  antlr/



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

2010-10-29 Thread Andrea Scarpino
Date: Friday, October 29, 2010 @ 09:42:16
  Author: andrea
Revision: 97333

archrelease: remove extra-i686

Deleted:
  amarok/repos/extra-i686/



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

2010-10-29 Thread Andrea Scarpino
Date: Friday, October 29, 2010 @ 09:42:44
  Author: andrea
Revision: 97335

archrelease: remove extra-x86_64

Deleted:
  amarok/repos/extra-x86_64/



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

2010-10-29 Thread Andrea Scarpino
Date: Friday, October 29, 2010 @ 09:43:06
  Author: andrea
Revision: 97336

archrelease: copy trunk to extra-x86_64

Added:
  amarok/repos/extra-x86_64/



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

2010-10-29 Thread Eric Bélanger
Date: Friday, October 29, 2010 @ 14:56:13
  Author: eric
Revision: 97337

upgpkg: avidemux 2.5.4-1
Upstream update with audio patch, Added mesa makedepends, Added VP8 support, 
Updated gtk desktop file, Removed ChangeLog and old patch

Added:
  avidemux/trunk/2.5.4_audioDevice.patch
Modified:
  avidemux/trunk/PKGBUILD
Deleted:
  avidemux/trunk/2.5.3_field_asm_fix.diff
  avidemux/trunk/ChangeLog

--+
 2.5.3_field_asm_fix.diff |  135 -
 2.5.4_audioDevice.patch  |   12 
 ChangeLog|   87 -
 PKGBUILD |   31 +-
 4 files changed, 27 insertions(+), 238 deletions(-)

Deleted: 2.5.3_field_asm_fix.diff
===
--- 2.5.3_field_asm_fix.diff2010-10-29 13:43:06 UTC (rev 97336)
+++ 2.5.3_field_asm_fix.diff2010-10-29 18:56:13 UTC (rev 97337)
@@ -1,135 +0,0 @@
-diff --git a/avidemux/ADM_coreImage/src/ADM_interlaceUtil.cpp 
b/avidemux/ADM_coreImage/src/ADM_interlaceUtil.cpp
-index 33b2a7f..99f0664 100644
 a/avidemux/ADM_coreImage/src/ADM_interlaceUtil.cpp
-+++ b/avidemux/ADM_coreImage/src/ADM_interlaceUtil.cpp
-@@ -30,19 +30,8 @@ Skip factor=2
-  ***/
- 
- #include ADM_default.h
--
--//#include ADM_editor/ADM_edit.hxx
- #include ADM_videoFilter.h
- 
--//#define MMX_TRACE
--#warning remove mmxmacro and debug asm
--//#define ASM_ILACING
--
--
--#include ADM_mmxMacros.h
--
--
--
- 
- #define SKIP_FACTOR 2   // 2^SKIPFACTOR=SKIP_LINEAR+1
- #define SKIP_LINEAR   3
-@@ -62,7 +51,7 @@ Skip factor=2
- */
- 
- #if defined(ADM_CPU_X86)  defined(ASM_ILACING)
--
-+#warning REWRITE IN PLAIN ASM
- static uint32_t  ADMVideo_interlaceCount_MMX( uint8_t *src ,uint32_t w, 
uint32_t h);
- static uint8_t * FUNNY_MANGLE(_l_p)  =NULL;
- static uint8_t * FUNNY_MANGLE(_l_c) =NULL;
-diff --git a/avidemux/ADM_coreImage/src/ADM_vidFieldASM.cpp 
b/avidemux/ADM_coreImage/src/ADM_vidFieldASM.cpp
-index 61d11d4..479731c 100644
 a/avidemux/ADM_coreImage/src/ADM_vidFieldASM.cpp
-+++ b/avidemux/ADM_coreImage/src/ADM_vidFieldASM.cpp
-@@ -20,15 +20,13 @@
-  ***/
- 
- #include ADM_default.h
--
- #include ADM_videoFilter.h
--
- #includeADM_vidField.h
- 
- #ifdef ADM_CPU_X86
- //#define DEBUG_DEINT 1
- //#define MMX_TRACE 1
--  #include ADM_mmxMacros.h
-+//#include ADM_mmxMacros.h
- 
-  void myDeintASM(void);
- 
-@@ -36,25 +34,27 @@
-  static uint8_t * FUNNY_MANGLE(_l_p) , * FUNNY_MANGLE(_l_c) ,* 
FUNNY_MANGLE(_l_n);
-  static uint8_t * FUNNY_MANGLE(_l_e) , * FUNNY_MANGLE(_l_e2);
- #define EXPAND(x) (x)+((x)16)+((x)32) +((x)48)
--static mmx_t _mmTHRESH1;
--static mmx_t _mmTHRESH2;
-+static uint64_t  __attribute__((used)) __attribute__ ((__aligned__ (8)))  
FUNNY_MANGLE(_mmTHRESH1) ;
-+static uint64_t  __attribute__((used)) __attribute__ ((__aligned__ (8)))  
FUNNY_MANGLE(_mmTHRESH2) ;
- 
--#define COMPUTE_MMX \
--punpcklbw_r2r(mm5,mm0);  /*c  expand 4 bytes - 4 word */ \
--punpcklbw_r2r(mm5,mm1);  /*p*/ \
--punpcklbw_r2r(mm5,mm2); /* n*/ \
--movq_r2r(mm0,mm3);/* mm3 also c*/ \
--psubw_r2r(mm1,mm0) ; /* mm0=mm0-mm1 =  c-p*/ \
--psubw_r2r(mm2,mm3) ; /* mm3=mm3-mm2 =  c-n*/ \
--psraw_i2r(1,mm0); /* to protect from overflow*/ \
--psraw_i2r(1,mm3);\
--pmullw_r2r(mm0,mm3); /* mm3=(c-p)*(c-n) / 4;*/ \
--movq_r2r(mm3,mm0) ; /* mm0 also c-p*c-n */ \
--pcmpgtw_r2r(mm4,mm3); /* keep only  size*/ \
--pcmpgtw_r2r(mm6,mm0); /* keep only  size*/ \
--packsswb_r2r(mm5,mm0); \
--packsswb_r2r(mm5,mm3);
- 
-+#define COMPUTE_MMX \
-+__asm__ __volatile__(\
-+punpcklbw %%mm5,%%mm0\n\t \
-+punpcklbw %%mm5,%%mm1\n\t \
-+punpcklbw %%mm5,%%mm2\n\t \
-+movq  %%mm0,%%mm3\n\t \
-+psubw %%mm1,%%mm0\n\t \
-+psubw %%mm2,%%mm3\n\t \
-+psraw $1,%%mm0\n\t \
-+psraw $1,%%mm3\n\t \
-+pmullw%%mm0,%%mm3\n\t \
-+movq  %%mm3,%%mm0\n\t \
-+pcmpgtw   %%mm4,%%mm3\n\t \
-+pcmpgtw   %%mm6,%%mm0\n\t \
-+packsswb  %%mm5,%%mm0\n\t \
-+packsswb  %%mm5,%%mm3\n\t \
-+::)
- #endif
- 
- void ADMVideoFields::hasMotion_C(uint8_t *p,uint8_t *c,
-@@ -90,8 +90,8 @@ void ADMVideoFields::hasMotion_MMX(uint8_t *p,uint8_t *c,
- {
- 
- 
--  _mmTHRESH1.uq=EXPAND((uint64_t ) 
((_param-motion_trigger*_param-motion_trigger)2) );
--  _mmTHRESH2.uq=EXPAND((uint64_t ) 
((_param-blend_trigger*_param-blend_trigger)2) );
-+_mmTHRESH1=EXPAND((uint64_t ) 
((_param-motion_trigger*_param-motion_trigger)2) );
-+_mmTHRESH2=EXPAND((uint64_t ) 
((_param-blend_trigger*_param-blend_trigger)2) );
- 
-   _l_h=_info.height-2;
-   _l_w=_info.width2;
-@@ -102,10 +102,11 @@ void ADMVideoFields::hasMotion_MMX(uint8_t *p,uint8_t *c,
-   _l_e=e;
-   _l_e2=e2;
- //   

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

2010-10-29 Thread Eric Bélanger
Date: Friday, October 29, 2010 @ 14:57:43
  Author: eric
Revision: 97338

archrelease: remove extra-i686

Deleted:
  avidemux/repos/extra-i686/



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

2010-10-29 Thread Eric Bélanger
Date: Friday, October 29, 2010 @ 14:57:55
  Author: eric
Revision: 97339

archrelease: copy trunk to extra-i686

Added:
  avidemux/repos/extra-i686/



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

2010-10-29 Thread Eric Bélanger
Date: Friday, October 29, 2010 @ 14:59:24
  Author: eric
Revision: 97340

archrelease: remove extra-x86_64

Deleted:
  avidemux/repos/extra-x86_64/



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

2010-10-29 Thread Eric Bélanger
Date: Friday, October 29, 2010 @ 14:59:35
  Author: eric
Revision: 97341

archrelease: copy trunk to extra-x86_64

Added:
  avidemux/repos/extra-x86_64/



[arch-commits] Commit in openoffice-base-devel/trunk (ChangeLog PKGBUILD)

2010-10-29 Thread andyrtr
Date: Friday, October 29, 2010 @ 15:00:34
  Author: andyrtr
Revision: 97342

upgpkg: openoffice-base-devel 3.4_dev300_m91-1
new version DEV300_m91

Modified:
  openoffice-base-devel/trunk/ChangeLog
  openoffice-base-devel/trunk/PKGBUILD

---+
 ChangeLog |6 ++
 PKGBUILD  |8 
 2 files changed, 10 insertions(+), 4 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2010-10-29 18:59:35 UTC (rev 97341)
+++ ChangeLog   2010-10-29 19:00:34 UTC (rev 97342)
@@ -1,3 +1,9 @@
+2010-10-29 Andreas Radke andyrtr at archlinux.org
+
+* 3.3_dev300_m91-1:
+   - new snapshot
+   - update external source tree
+   
 2010-10-23 Andreas Radke andyrtr at archlinux.org
 
 * 3.3_dev300_m90-1:

Modified: PKGBUILD
===
--- PKGBUILD2010-10-29 18:59:35 UTC (rev 97341)
+++ PKGBUILD2010-10-29 19:00:34 UTC (rev 97342)
@@ -4,7 +4,7 @@
 
 pkgbase=openoffice-base-devel
 pkgname=('openoffice-base-devel' 'openoffice-sdk-devel')
-_OO_milestone=DEV300_m90
+_OO_milestone=DEV300_m91
 pkgver=3.4_${_OO_milestone/DEV/dev}
 pkgrel=1
 arch=('i686' 'x86_64')
@@ -103,12 +103,12 @@

${_additional_source_url}/fca8706f2c4619e2fa3f8f42f8fc1e9d-rasqal-0.9.16.tar.gz

${_additional_source_url}/fcc6df1160753d0b8c835d17fdeeb0a7-boost_1_39_0.tar.gz

${_additional_source_url}/fdb27bfe2dbe2e7b57ae194d9bf36bab-SampleICC-1.3.2.tar.gz
-   
${_additional_source_url}/fe5b3e2b7c4577f30dc001054365653e-dejavu-fonts-ttf-2.30.zip
+   
${_additional_source_url}/37282537d0ed1a087b1c8f050dc812d9-dejavu-fonts-ttf-2.32.zip

${_additional_source_url}/831126a1ee5af269923cfab6050769fe-mysql-connector-cpp.zip

${_additional_source_url}/067201ea8b126597670b5eff72e1f66c-mythes-1.2.0.tar.gz

${_additional_source_url}/cf8a6967f7de535ae257fa411c98eb88-mdds_0.3.0.tar.bz2)
 options=('!distcc' '!ccache' '!makeflags')
-md5sums=('fd65ee0100e057e4fccd67bff0d08c08'
+md5sums=('004be2a1529380a3b4499f7fb80432cd'
  'e3a0b76dcd876f3d721ee7183729153d'
  '09094988c7bfaa90e5d014523d558ebb'
  '71f136a31e296a04ab68932a31dd533e'
@@ -190,7 +190,7 @@
  'fca8706f2c4619e2fa3f8f42f8fc1e9d'
  'fcc6df1160753d0b8c835d17fdeeb0a7'
  'fdb27bfe2dbe2e7b57ae194d9bf36bab'
- 'fe5b3e2b7c4577f30dc001054365653e'
+ '37282537d0ed1a087b1c8f050dc812d9'
  '831126a1ee5af269923cfab6050769fe'
  '067201ea8b126597670b5eff72e1f66c'
  'cf8a6967f7de535ae257fa411c98eb88')



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

2010-10-29 Thread Giovanni Scafora
Date: Friday, October 29, 2010 @ 15:00:45
  Author: giovanni
Revision: 97343

upgpkg: gparted 0.7.0-1
upstream release

Modified:
  gparted/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-10-29 19:00:34 UTC (rev 97342)
+++ PKGBUILD2010-10-29 19:00:45 UTC (rev 97343)
@@ -3,7 +3,7 @@
 # Contributor: Andrew Simmons andrew.simm...@gmail.com
 
 pkgname=gparted
-pkgver=0.6.4
+pkgver=0.7.0
 pkgrel=1
 pkgdesc=A Partition Magic clone, frontend to GNU Parted
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 'gksu: to run gparted directly from menu')
 install=gparted.install
 
source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('26b3649bb766549580ec964cd0ca6e6a')
+md5sums=('88c5b2162a7b7847c68ea80f4fcd0153')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-10-29 Thread Giovanni Scafora
Date: Friday, October 29, 2010 @ 15:01:05
  Author: giovanni
Revision: 97344

archrelease: remove extra-i686

Deleted:
  gparted/repos/extra-i686/



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

2010-10-29 Thread Giovanni Scafora
Date: Friday, October 29, 2010 @ 15:01:27
  Author: giovanni
Revision: 97345

archrelease: copy trunk to extra-i686

Added:
  gparted/repos/extra-i686/



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

2010-10-29 Thread Giovanni Scafora
Date: Friday, October 29, 2010 @ 15:01:48
  Author: giovanni
Revision: 97346

archrelease: remove extra-x86_64

Deleted:
  gparted/repos/extra-x86_64/



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

2010-10-29 Thread Giovanni Scafora
Date: Friday, October 29, 2010 @ 15:02:13
  Author: giovanni
Revision: 97347

archrelease: copy trunk to extra-x86_64

Added:
  gparted/repos/extra-x86_64/



[arch-commits] Commit in openoffice-base-devel/repos (extra-i686)

2010-10-29 Thread andyrtr
Date: Friday, October 29, 2010 @ 15:22:50
  Author: andyrtr
Revision: 97348

archrelease: remove extra-i686

Deleted:
  openoffice-base-devel/repos/extra-i686/



[arch-commits] Commit in openoffice-base-devel/repos (extra-i686)

2010-10-29 Thread andyrtr
Date: Friday, October 29, 2010 @ 15:23:09
  Author: andyrtr
Revision: 97349

archrelease: copy trunk to extra-i686

Added:
  openoffice-base-devel/repos/extra-i686/



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

2010-10-29 Thread andyrtr
Date: Friday, October 29, 2010 @ 15:32:57
  Author: andyrtr
Revision: 97350

db-move: kernel26-lts removed by andyrtr for move to [core] (i686)

Deleted:
  kernel26-lts/repos/core-i686/



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

2010-10-29 Thread andyrtr
Date: Friday, October 29, 2010 @ 15:32:59
  Author: andyrtr
Revision: 97351

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

Added:
  kernel26-lts/repos/core-i686/
Deleted:
  kernel26-lts/repos/testing-i686/



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

2010-10-29 Thread andyrtr
Date: Friday, October 29, 2010 @ 15:33:01
  Author: andyrtr
Revision: 97352

db-move: kernel26-lts removed by andyrtr for move to [core] (x86_64)

Deleted:
  kernel26-lts/repos/core-x86_64/



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

2010-10-29 Thread andyrtr
Date: Friday, October 29, 2010 @ 15:33:02
  Author: andyrtr
Revision: 97353

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

Added:
  kernel26-lts/repos/core-x86_64/
Deleted:
  kernel26-lts/repos/testing-x86_64/



[arch-commits] Commit in openoffice-base-devel/repos (extra-x86_64)

2010-10-29 Thread andyrtr
Date: Friday, October 29, 2010 @ 15:46:42
  Author: andyrtr
Revision: 97354

archrelease: remove extra-x86_64

Deleted:
  openoffice-base-devel/repos/extra-x86_64/



[arch-commits] Commit in openoffice-base-devel/repos (extra-x86_64)

2010-10-29 Thread andyrtr
Date: Friday, October 29, 2010 @ 15:47:04
  Author: andyrtr
Revision: 97355

archrelease: copy trunk to extra-x86_64

Added:
  openoffice-base-devel/repos/extra-x86_64/



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

2010-10-29 Thread Eric Bélanger
Date: Friday, October 29, 2010 @ 21:06:16
  Author: eric
Revision: 97356

upgpkg: lvm2 2.02.75-1
Upstream update, Removed ChangeLog

Modified:
  lvm2/trunk/PKGBUILD
Deleted:
  lvm2/trunk/ChangeLog

---+
 ChangeLog |  113 
 PKGBUILD  |8 +---
 2 files changed, 3 insertions(+), 118 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2010-10-29 19:47:04 UTC (rev 97355)
+++ ChangeLog   2010-10-30 01:06:16 UTC (rev 97356)
@@ -1,113 +0,0 @@
-2010-10-04  Eric Belanger  e...@archlinux.org
-
-   * lvm2/device-mapper 2.02.74-1
-   * Upstream update
-
-2010-09-06  Thomas Bächler  tho...@archlinux.org
-
-   * lvm2/device-mapper 2.02.73-1
-   * Upstream update
-
-2010-07-11  Thomas Bächler  tho...@archlinux.org
-
-   * lvm2/device-mapper 2.02.70-1
-   * Upstream update
-   * Do not move the dmeventd manpage, has been fixed upstream
-   * Remove all the || return 1 in PKGBUILD
-
-2010-07-01  Eric Belanger  e...@archlinux.org
-
-   * lvm2/device-mapper 2.02.69-1
-   * Upstream update
-   * Moved dmeventd man page from lvm2 to device-mapper package
-
-2010-06-25  Eric Belanger  e...@archlinux.org
-
-   * lvm2/device-mapper 2.02.68-1
-   * Upstream update
-   * Fixed tr path in lvmdump
-
-2010-04-05  Eric Belanger  e...@archlinux.org
-
-   * lvm2/device-mapper 2.02.62-1
-   * Upstream update
-   * Fixed license
-
-2010-02-27  Eric Belanger  e...@archlinux.org
-
-   * lvm2/device-mapper 2.02.61-1
-   * Upstream update
-
-2010-01-24  Thomas Bächler tho...@archlinux.org
-   * lvm2/device-mapper 2.02.60-2
-   * Rebuilt without -Wl,--as-needed, it breaks dmeventd monitoring
-
-2010-01-24  Thomas Bächler tho...@archlinux.org
-* lvm2/device-mapper update to 2.02.60-1
-* Clean up PKGBUILD, fix internal paths to dmeventd and its helpers
-
-2009-11-27  Eric Belanger  e...@archlinux.org
-
-   * lvm2 2.02.56-1
-   * device-mapper 1.02.40-1
-   * Upstream update
-
-2009-10-31  Eric Belanger  e...@archlinux.org
-
-   * lvm2 2.02.54-1
-   * device-mapper 1.02.39-1
-   * Upstream update
-   * Enabled the device-mapper event daemon
-   * Moved the udev rule from /etc to /lib
-
-2009-09-27  Eric Belanger  e...@archlinux.org
-
-   * lvm2 2.02.53-1
-   * device-mapper 1.02.38-1
-   * Upstream update
-
-2009-09-18  Eric Belanger  e...@archlinux.org
-
-   * lvm2 2.02.52-1
-   * device-mapper 1.02.37-1
-   * Upstream update
-   * Implemented split packages
-   * PKGBUILD clean up
-   * Renamed pkgconfig file (close FS#15909)
-
-2009-07-09  Eric Belanger  e...@archlinux.org
-
-   * lvm2 2.02.48-1
-   * device-mapper 1.02.33-1
-   * Upstream update
-   * Removed unneeded readline depends (close FS#15205)
-
-2009-05-24  Eric Belanger  e...@archlinux.org
-
-   * lvm2 2.02.47-1
-   * device-mapper 1.02.32-1
-   * Upstream update
-   * Added dmsetup.static
-
-2009-03-07  Eric Belanger  e...@archlinux.org
-
-   * lvm2 2.02.45-1
-   * device-mapper 1.02.31-1
-   * Upstream update
-
-2009-01-31  Eric Belanger  e...@archlinux.org
-
-   * lvm2 2.02.44-1
-   * device-mapper 1.02.30-1
-   * Upstream update
-   * Added bash depends
-   * Added readline depends
-* Added pkgconfig file
-
-2008-11-11  Eric Belanger  e...@archlinux.org
-
-   * lvm2 2.02.43-1
-   * device-mapper 1.02.29-1
-   * Upstream update
-   * Disabled SMP build
-   * Added ChangeLog

Modified: PKGBUILD
===
--- PKGBUILD2010-10-29 19:47:04 UTC (rev 97355)
+++ PKGBUILD2010-10-30 01:06:16 UTC (rev 97356)
@@ -4,8 +4,7 @@
 
 pkgbase=lvm2
 pkgname=('lvm2' 'device-mapper')
-pkgver=2.02.74
-_pkgverdm=1.02.55
+pkgver=2.02.75
 _pkgverlvm=${pkgver}
 pkgrel=1
 arch=('i686' 'x86_64')
@@ -13,13 +12,12 @@
 license=('GPL2' 'LGPL2.1')
 groups=('base')
 conflicts=('mkinitcpio0.5.99')
-changelog=ChangeLog
 source=(ftp://sources.redhat.com/pub/lvm2/LVM2.${_pkgverlvm}.tgz
 lvm2_install
 lvm2_hook)
-md5sums=('3f86b528310183cad73c81c8efda0c34' 'f781c9f5dd4f9934952c687b73d26a18'\
+md5sums=('30ef29785b0e8cfbc106b5203c08d0e7' 'f781c9f5dd4f9934952c687b73d26a18'\
  '95bed25bdbc2c2d8500e7a07aeff7f65')
-sha1sums=('fc6cd04e4a908906c6f596ad99948140728be99c' 
'583424bb0a6f89ffe4e4ea446b912f0fedac7050'\
+sha1sums=('d16d6bf2b75ae6164fbaa111c75529402664f524' 
'583424bb0a6f89ffe4e4ea446b912f0fedac7050'\
  '0dc0c0d620f634c4d078afdb78e3bae15ccf957b')
 
 build() {



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

2010-10-29 Thread Eric Bélanger
Date: Friday, October 29, 2010 @ 21:06:40
  Author: eric
Revision: 97357

archrelease: copy trunk to testing-i686

Added:
  lvm2/repos/testing-i686/



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

2010-10-29 Thread Eric Bélanger
Date: Friday, October 29, 2010 @ 21:06:59
  Author: eric
Revision: 97358

archrelease: copy trunk to testing-x86_64

Added:
  lvm2/repos/testing-x86_64/



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

2010-10-29 Thread Allan McRae
Date: Friday, October 29, 2010 @ 21:07:47
  Author: allan
Revision: 97359

upgpkg: db 5.1.19-2
update install file, add epoch for pacman-git users to test

Modified:
  db/trunk/PKGBUILD
  db/trunk/db.install

+
 PKGBUILD   |3 ++-
 db.install |2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-10-30 01:06:59 UTC (rev 97358)
+++ PKGBUILD2010-10-30 01:07:47 UTC (rev 97359)
@@ -5,7 +5,8 @@
 pkgname=db
 pkgver=5.1.19
 _basever=5.1.19
-pkgrel=1
+pkgrel=2
+epoch=1
 pkgdesc=The Berkeley DB embedded database system
 arch=('i686' 'x86_64')
 url=http://www.oracle.com/technology/software/products/berkeley-db/index.html;

Modified: db.install
===
--- db.install  2010-10-30 01:06:59 UTC (rev 97358)
+++ db.install  2010-10-30 01:07:47 UTC (rev 97359)
@@ -1,5 +1,5 @@
 post_upgrade() {
-  if [ $(vercmp $2 4.8) -lt 0 ]; then
+  if [ $(vercmp $2 5.1) -lt 0 ]; then
 echo   Major version update. Consider running db_upgrade on Berkeley DB 
databases.
   fi
 }



[arch-commits] Commit in db/repos (staging-i686)

2010-10-29 Thread Allan McRae
Date: Friday, October 29, 2010 @ 21:08:36
  Author: allan
Revision: 97360

archrelease: remove staging-i686

Deleted:
  db/repos/staging-i686/



[arch-commits] Commit in db/repos (staging-i686)

2010-10-29 Thread Allan McRae
Date: Friday, October 29, 2010 @ 21:09:25
  Author: allan
Revision: 97361

archrelease: copy trunk to staging-i686

Added:
  db/repos/staging-i686/



[arch-commits] Commit in db/repos (staging-x86_64)

2010-10-29 Thread Allan McRae
Date: Friday, October 29, 2010 @ 21:10:09
  Author: allan
Revision: 97362

archrelease: remove staging-x86_64

Deleted:
  db/repos/staging-x86_64/



[arch-commits] Commit in db/repos (staging-x86_64)

2010-10-29 Thread Allan McRae
Date: Friday, October 29, 2010 @ 21:11:04
  Author: allan
Revision: 97363

archrelease: copy trunk to staging-x86_64

Added:
  db/repos/staging-x86_64/



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

2010-10-29 Thread Allan McRae
Date: Friday, October 29, 2010 @ 21:19:39
  Author: allan
Revision: 97364

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

Added:
  db/repos/testing-i686/
Deleted:
  db/repos/staging-i686/



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

2010-10-29 Thread Allan McRae
Date: Friday, October 29, 2010 @ 21:19:40
  Author: allan
Revision: 97365

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

Added:
  db/repos/testing-x86_64/
Deleted:
  db/repos/staging-x86_64/



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

2010-10-29 Thread Allan McRae
Date: Friday, October 29, 2010 @ 21:19:42
  Author: allan
Revision: 97366

db-move: moved heimdal from [staging] to [testing] (i686)

Added:
  heimdal/repos/testing-i686/
Deleted:
  heimdal/repos/staging-i686/



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

2010-10-29 Thread Allan McRae
Date: Friday, October 29, 2010 @ 21:19:45
  Author: allan
Revision: 97368

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

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



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

2010-10-29 Thread Allan McRae
Date: Friday, October 29, 2010 @ 21:19:50
  Author: allan
Revision: 97369

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

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



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

2010-10-29 Thread Allan McRae
Date: Friday, October 29, 2010 @ 21:19:53
  Author: allan
Revision: 97370

db-move: moved libsasl from [staging] to [testing] (i686)

Added:
  libsasl/repos/testing-i686/
Deleted:
  libsasl/repos/staging-i686/



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

2010-10-29 Thread Allan McRae
Date: Friday, October 29, 2010 @ 21:19:56
  Author: allan
Revision: 97371

db-move: moved libsasl from [staging] to [testing] (x86_64)

Added:
  libsasl/repos/testing-x86_64/
Deleted:
  libsasl/repos/staging-x86_64/



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

2010-10-29 Thread Allan McRae
Date: Friday, October 29, 2010 @ 21:19:44
  Author: allan
Revision: 97367

db-move: moved heimdal from [staging] to [testing] (x86_64)

Added:
  heimdal/repos/testing-x86_64/
Deleted:
  heimdal/repos/staging-x86_64/



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

2010-10-29 Thread Allan McRae
Date: Friday, October 29, 2010 @ 21:19:59
  Author: allan
Revision: 97372

db-move: moved pam from [staging] to [testing] (i686)

Added:
  pam/repos/testing-i686/
Deleted:
  pam/repos/staging-i686/



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

2010-10-29 Thread Allan McRae
Date: Friday, October 29, 2010 @ 21:20:02
  Author: allan
Revision: 97373

db-move: moved pam from [staging] to [testing] (x86_64)

Added:
  pam/repos/testing-x86_64/
Deleted:
  pam/repos/staging-x86_64/



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

2010-10-29 Thread Allan McRae
Date: Friday, October 29, 2010 @ 21:20:04
  Author: allan
Revision: 97374

db-move: moved perl from [staging] to [testing] (i686)

Added:
  perl/repos/testing-i686/
Deleted:
  perl/repos/staging-i686/



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

2010-10-29 Thread Allan McRae
Date: Friday, October 29, 2010 @ 21:20:06
  Author: allan
Revision: 97375

db-move: moved perl from [staging] to [testing] (x86_64)

Added:
  perl/repos/testing-x86_64/
Deleted:
  perl/repos/staging-x86_64/



[arch-commits] Commit in apr-util/repos (staging-i686 testing-i686)

2010-10-29 Thread Allan McRae
Date: Friday, October 29, 2010 @ 21:20:08
  Author: allan
Revision: 97376

db-move: moved apr-util from [staging] to [testing] (i686)

Added:
  apr-util/repos/testing-i686/
Deleted:
  apr-util/repos/staging-i686/



[arch-commits] Commit in apr-util/repos (staging-x86_64 testing-x86_64)

2010-10-29 Thread Allan McRae
Date: Friday, October 29, 2010 @ 21:20:10
  Author: allan
Revision: 97377

db-move: moved apr-util from [staging] to [testing] (x86_64)

Added:
  apr-util/repos/testing-x86_64/
Deleted:
  apr-util/repos/staging-x86_64/



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

2010-10-29 Thread Allan McRae
Date: Friday, October 29, 2010 @ 21:20:12
  Author: allan
Revision: 97378

db-move: moved bogofilter from [staging] to [testing] (i686)

Added:
  bogofilter/repos/testing-i686/
Deleted:
  bogofilter/repos/staging-i686/



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

2010-10-29 Thread Allan McRae
Date: Friday, October 29, 2010 @ 21:20:15
  Author: allan
Revision: 97379

db-move: moved bogofilter from [staging] to [testing] (x86_64)

Added:
  bogofilter/repos/testing-x86_64/
Deleted:
  bogofilter/repos/staging-x86_64/



[arch-commits] Commit in claws-mail/repos (staging-x86_64 testing-x86_64)

2010-10-29 Thread Allan McRae
Date: Friday, October 29, 2010 @ 21:20:18
  Author: allan
Revision: 97381

db-move: moved claws-mail from [staging] to [testing] (x86_64)

Added:
  claws-mail/repos/testing-x86_64/
Deleted:
  claws-mail/repos/staging-x86_64/



[arch-commits] Commit in claws-mail/repos (staging-i686 testing-i686)

2010-10-29 Thread Allan McRae
Date: Friday, October 29, 2010 @ 21:20:16
  Author: allan
Revision: 97380

db-move: moved claws-mail from [staging] to [testing] (i686)

Added:
  claws-mail/repos/testing-i686/
Deleted:
  claws-mail/repos/staging-i686/



[arch-commits] Commit in evolution-data-server/repos (staging-x86_64 testing-x86_64)

2010-10-29 Thread Allan McRae
Date: Friday, October 29, 2010 @ 21:20:22
  Author: allan
Revision: 97383

db-move: moved evolution-data-server from [staging] to [testing] (x86_64)

Added:
  evolution-data-server/repos/testing-x86_64/
Deleted:
  evolution-data-server/repos/staging-x86_64/



[arch-commits] Commit in evolution-exchange/repos (staging-i686 testing-i686)

2010-10-29 Thread Allan McRae
Date: Friday, October 29, 2010 @ 21:20:23
  Author: allan
Revision: 97384

db-move: moved evolution-exchange from [staging] to [testing] (i686)

Added:
  evolution-exchange/repos/testing-i686/
Deleted:
  evolution-exchange/repos/staging-i686/



[arch-commits] Commit in evolution-exchange/repos (staging-x86_64 testing-x86_64)

2010-10-29 Thread Allan McRae
Date: Friday, October 29, 2010 @ 21:20:29
  Author: allan
Revision: 97385

db-move: moved evolution-exchange from [staging] to [testing] (x86_64)

Added:
  evolution-exchange/repos/testing-x86_64/
Deleted:
  evolution-exchange/repos/staging-x86_64/



[arch-commits] Commit in evolution-data-server/repos (staging-i686 testing-i686)

2010-10-29 Thread Allan McRae
Date: Friday, October 29, 2010 @ 21:20:20
  Author: allan
Revision: 97382

db-move: moved evolution-data-server from [staging] to [testing] (i686)

Added:
  evolution-data-server/repos/testing-i686/
Deleted:
  evolution-data-server/repos/staging-i686/



[arch-commits] Commit in gift-openft/repos (staging-i686 testing-i686)

2010-10-29 Thread Allan McRae
Date: Friday, October 29, 2010 @ 21:20:30
  Author: allan
Revision: 97386

db-move: moved gift-openft from [staging] to [testing] (i686)

Added:
  gift-openft/repos/testing-i686/
Deleted:
  gift-openft/repos/staging-i686/



[arch-commits] Commit in gift-openft/repos (staging-x86_64 testing-x86_64)

2010-10-29 Thread Allan McRae
Date: Friday, October 29, 2010 @ 21:20:32
  Author: allan
Revision: 97387

db-move: moved gift-openft from [staging] to [testing] (x86_64)

Added:
  gift-openft/repos/testing-x86_64/
Deleted:
  gift-openft/repos/staging-x86_64/



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

2010-10-29 Thread Allan McRae
Date: Friday, October 29, 2010 @ 21:20:33
  Author: allan
Revision: 97388

db-move: moved libetpan from [staging] to [testing] (i686)

Added:
  libetpan/repos/testing-i686/
Deleted:
  libetpan/repos/staging-i686/



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

2010-10-29 Thread Allan McRae
Date: Friday, October 29, 2010 @ 21:20:35
  Author: allan
Revision: 97389

db-move: moved libetpan from [staging] to [testing] (x86_64)

Added:
  libetpan/repos/testing-x86_64/
Deleted:
  libetpan/repos/staging-x86_64/



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

2010-10-29 Thread Allan McRae
Date: Friday, October 29, 2010 @ 21:20:37
  Author: allan
Revision: 97390

db-move: moved mod_perl from [staging] to [testing] (i686)

Added:
  mod_perl/repos/testing-i686/
Deleted:
  mod_perl/repos/staging-i686/



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

2010-10-29 Thread Allan McRae
Date: Friday, October 29, 2010 @ 21:20:38
  Author: allan
Revision: 97391

db-move: moved mod_perl from [staging] to [testing] (x86_64)

Added:
  mod_perl/repos/testing-x86_64/
Deleted:
  mod_perl/repos/staging-x86_64/



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

2010-10-29 Thread Allan McRae
Date: Friday, October 29, 2010 @ 21:20:39
  Author: allan
Revision: 97392

db-move: moved openldap from [staging] to [testing] (i686)

Added:
  openldap/repos/testing-i686/
Deleted:
  openldap/repos/staging-i686/



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

2010-10-29 Thread Allan McRae
Date: Friday, October 29, 2010 @ 21:20:40
  Author: allan
Revision: 97393

db-move: moved openldap from [staging] to [testing] (x86_64)

Added:
  openldap/repos/testing-x86_64/
Deleted:
  openldap/repos/staging-x86_64/



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

2010-10-29 Thread Allan McRae
Date: Friday, October 29, 2010 @ 21:20:42
  Author: allan
Revision: 97394

db-move: moved php from [staging] to [testing] (i686)

Added:
  php/repos/testing-i686/
Deleted:
  php/repos/staging-i686/



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

2010-10-29 Thread Allan McRae
Date: Friday, October 29, 2010 @ 21:20:45
  Author: allan
Revision: 97395

db-move: moved php from [staging] to [testing] (x86_64)

Added:
  php/repos/testing-x86_64/
Deleted:
  php/repos/staging-x86_64/



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

2010-10-29 Thread Allan McRae
Date: Friday, October 29, 2010 @ 21:20:48
  Author: allan
Revision: 97396

db-move: moved postfix from [staging] to [testing] (i686)

Added:
  postfix/repos/testing-i686/
Deleted:
  postfix/repos/staging-i686/



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

2010-10-29 Thread Allan McRae
Date: Friday, October 29, 2010 @ 21:20:49
  Author: allan
Revision: 97397

db-move: moved postfix from [staging] to [testing] (x86_64)

Added:
  postfix/repos/testing-x86_64/
Deleted:
  postfix/repos/staging-x86_64/



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

2010-10-29 Thread Allan McRae
Date: Friday, October 29, 2010 @ 21:20:51
  Author: allan
Revision: 97398

db-move: moved python2 from [staging] to [testing] (i686)

Added:
  python2/repos/testing-i686/
Deleted:
  python2/repos/staging-i686/



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

2010-10-29 Thread Allan McRae
Date: Friday, October 29, 2010 @ 21:20:52
  Author: allan
Revision: 97399

db-move: moved python2 from [staging] to [testing] (x86_64)

Added:
  python2/repos/testing-x86_64/
Deleted:
  python2/repos/staging-x86_64/



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

2010-10-29 Thread Allan McRae
Date: Friday, October 29, 2010 @ 21:20:55
  Author: allan
Revision: 97401

db-move: moved redland from [staging] to [testing] (x86_64)

Added:
  redland/repos/testing-x86_64/
Deleted:
  redland/repos/staging-x86_64/



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

2010-10-29 Thread Allan McRae
Date: Friday, October 29, 2010 @ 21:21:02
  Author: allan
Revision: 97404

db-move: moved subversion from [staging] to [testing] (i686)

Added:
  subversion/repos/testing-i686/
Deleted:
  subversion/repos/staging-i686/



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

2010-10-29 Thread Allan McRae
Date: Friday, October 29, 2010 @ 21:21:04
  Author: allan
Revision: 97405

db-move: moved subversion from [staging] to [testing] (x86_64)

Added:
  subversion/repos/testing-x86_64/
Deleted:
  subversion/repos/staging-x86_64/



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

2010-10-29 Thread Allan McRae
Date: Friday, October 29, 2010 @ 21:21:07
  Author: allan
Revision: 97406

db-move: moved webalizer from [staging] to [testing] (i686)

Added:
  webalizer/repos/testing-i686/
Deleted:
  webalizer/repos/staging-i686/



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

2010-10-29 Thread Allan McRae
Date: Friday, October 29, 2010 @ 21:21:09
  Author: allan
Revision: 97407

db-move: moved webalizer from [staging] to [testing] (x86_64)

Added:
  webalizer/repos/testing-x86_64/
Deleted:
  webalizer/repos/staging-x86_64/



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

2010-10-29 Thread Allan McRae
Date: Friday, October 29, 2010 @ 21:21:12
  Author: allan
Revision: 97408

db-move: moved xemacs from [staging] to [testing] (i686)

Added:
  xemacs/repos/testing-i686/
Deleted:
  xemacs/repos/staging-i686/



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

2010-10-29 Thread Allan McRae
Date: Friday, October 29, 2010 @ 21:21:13
  Author: allan
Revision: 97409

db-move: moved xemacs from [staging] to [testing] (x86_64)

Added:
  xemacs/repos/testing-x86_64/
Deleted:
  xemacs/repos/staging-x86_64/