[arch-commits] Commit in (4 files)

2011-04-28 Thread Jan Steffens
Date: Thursday, April 28, 2011 @ 03:31:32
  Author: heftig
Revision: 121039

Add gnome-desktop2

Added:
  gnome-desktop2/
  gnome-desktop2/repos/
  gnome-desktop2/trunk/
  gnome-desktop2/trunk/PKGBUILD

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

Added: gnome-desktop2/trunk/PKGBUILD
===
--- gnome-desktop2/trunk/PKGBUILD   (rev 0)
+++ gnome-desktop2/trunk/PKGBUILD   2011-04-28 07:31:32 UTC (rev 121039)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor:  Jan de Groot j...@archlinux.org
+
+_pkgname=gnome-desktop
+pkgname=${_pkgname}2
+pkgver=2.32.1
+pkgrel=1
+pkgdesc=The GNOME Desktop
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gconf gtk2 startup-notification)
+makedepends=(gnome-doc-utils intltool)
+url=http://www.gnome.org;
+options=(!libtool !emptydirs)
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.bz2)
+sha256sums=('55cbecf67efe1fa1e57ac966520a7c46d799c8ba3c652a1219f60cafccb3739d')
+
+build() {
+  cd $srcdir/$_pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --with-gnome-distributor=Archlinux \
+  --disable-scrollkeeper \
+  --disable-gnome-about --disable-desktop-docs
+  make
+}
+
+package() {
+  cd $srcdir/$_pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}


Property changes on: gnome-desktop2/trunk/PKGBUILD
___
Added: svn:keywords
   + Id



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

2011-04-28 Thread Jan Steffens
Date: Thursday, April 28, 2011 @ 03:32:10
  Author: heftig
Revision: 121041

archrelease: copy trunk to testing-x86_64

Added:
  gnome-desktop2/repos/testing-x86_64/



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

2011-04-28 Thread Jan Steffens
Date: Thursday, April 28, 2011 @ 03:31:57
  Author: heftig
Revision: 121040

archrelease: copy trunk to testing-i686

Added:
  gnome-desktop2/repos/testing-i686/



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

2011-04-28 Thread Jan Steffens
Date: Thursday, April 28, 2011 @ 03:33:00
  Author: heftig
Revision: 121042

Alter pkgdesc

Modified:
  gnome-desktop2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-28 07:32:10 UTC (rev 121041)
+++ PKGBUILD2011-04-28 07:33:00 UTC (rev 121042)
@@ -6,7 +6,7 @@
 pkgname=${_pkgname}2
 pkgver=2.32.1
 pkgrel=1
-pkgdesc=The GNOME Desktop
+pkgdesc=Library with common API for various GNOME modules (legacy version)
 arch=(i686 x86_64)
 license=(GPL LGPL)
 depends=(gconf gtk2 startup-notification)



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

2011-04-28 Thread Jan Steffens
Date: Thursday, April 28, 2011 @ 05:15:35
  Author: heftig
Revision: 121043

upgpkg: gnome-desktop-sharp 2.26.0-6
Use gnome-desktop2. Remove gnome-panel binding.

Modified:
  gnome-desktop-sharp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-28 07:33:00 UTC (rev 121042)
+++ PKGBUILD2011-04-28 09:15:35 UTC (rev 121043)
@@ -3,29 +3,33 @@
 
 pkgname=gnome-desktop-sharp
 pkgver=2.26.0
-pkgrel=5
+pkgrel=6
 pkgdesc=GNOME desktop bindings for C#
 arch=('i686' 'x86_64')
 license=(LGPL)
 url=http://gtk-sharp.sourceforge.net;
-depends=('gnome-sharp=2.24.1' 'vte=0.23.5' 'librsvg=2.26.0' 
'gnome-panel=2.29.91' 'libwnck=2.29.91' 'gtkhtml=3.29.91' 
'gtksourceview2=2.9.2')
-makedepends=('pkgconfig' 'monodoc' 'libgnomeprintui=2.18.4')
+depends=('gnome-sharp' 'gnome-desktop2' 'vte' 'librsvg' 'libwnck' 'gtkhtml' 
'gtksourceview2')
+makedepends=('monodoc' 'libgnomeprintui')
 optdepends=('libgnomeprintui')
 options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.26/${pkgname}-${pkgver}.tar.bz2
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
gnome-desktop-sharp-lib-target.patch)
 md5sums=('4bc990900bb318b2ba0b0e7998bb47d1'
  '980cd3adf5e745f4caee0a172a51dcc3')
 
 build() {
  # get rid of that .wapi errors; thanks to brice
-  export MONO_SHARED_DIR=${srcdir}/weird
-  mkdir -p ${MONO_SHARED_DIR}
+  export MONO_SHARED_DIR=$srcdir/wapi
+  mkdir -p $MONO_SHARED_DIR
 
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/gnome-desktop-sharp-lib-target.patch || return 1
-  ./configure --prefix=/usr --sysconfdir=/etc || return 1
-  make || return 1
+  cd $srcdir/$pkgname-$pkgver
+  patch -Np1 -i $srcdir/gnome-desktop-sharp-lib-target.patch
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
   make GACUTIL=/usr/bin/gacutil /root ${pkgdir}/usr/lib \
-  DESTDIR=${pkgdir} install || return 1
+  DESTDIR=$pkgdir install
 }



[arch-commits] Commit in gnome-desktop-sharp/repos (testing-i686)

2011-04-28 Thread Jan Steffens
Date: Thursday, April 28, 2011 @ 05:15:50
  Author: heftig
Revision: 121044

archrelease: copy trunk to testing-i686

Added:
  gnome-desktop-sharp/repos/testing-i686/



[arch-commits] Commit in gnome-desktop-sharp/repos (testing-x86_64)

2011-04-28 Thread Jan Steffens
Date: Thursday, April 28, 2011 @ 05:16:06
  Author: heftig
Revision: 121045

archrelease: copy trunk to testing-x86_64

Added:
  gnome-desktop-sharp/repos/testing-x86_64/



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

2011-04-28 Thread Ionut Biru
Date: Thursday, April 28, 2011 @ 05:39:21
  Author: ibiru
Revision: 121046

update to 3.0.3

Modified:
  gnome-tweak-tool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-28 09:16:06 UTC (rev 121045)
+++ PKGBUILD2011-04-28 09:39:21 UTC (rev 121046)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=gnome-tweak-tool
-pkgver=3.0.2
+pkgver=3.0.3
 pkgrel=1
 pkgdesc=A tool to customize advanced GNOME 3 options.
 arch=(any)
@@ -10,7 +10,7 @@
 depends=('gconf' 'gsettings-desktop-schemas' 'pygobject')
 makedepends=('pygobject-devel' 'intltool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('729dd65a486ad6fa7ed36d93aa5eea9d156334e76aa67a891717afc2bdb4eae4')
+sha256sums=('c055cb760a52aaa2ab1ca01f611b4881462576e7a91cdaf463cfd8de18e2fc03')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in gnome-tweak-tool/repos (testing-any)

2011-04-28 Thread Ionut Biru
Date: Thursday, April 28, 2011 @ 05:40:01
  Author: ibiru
Revision: 121047

archrelease: remove testing-any

Deleted:
  gnome-tweak-tool/repos/testing-any/



[arch-commits] Commit in gnome-tweak-tool/repos (testing-any)

2011-04-28 Thread Ionut Biru
Date: Thursday, April 28, 2011 @ 05:40:20
  Author: ibiru
Revision: 121048

archrelease: copy trunk to testing-any

Added:
  gnome-tweak-tool/repos/testing-any/



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

2011-04-28 Thread Stéphane Gaudreault
Date: Thursday, April 28, 2011 @ 12:03:46
  Author: stephane
Revision: 121049

upgpkg: openmpi 1.5.3-3
rebuild for gfortran 4.6.0

Modified:
  openmpi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-28 09:40:20 UTC (rev 121048)
+++ PKGBUILD2011-04-28 16:03:46 UTC (rev 121049)
@@ -2,7 +2,7 @@
 # Maintainer: Stéphane Gaudreault steph...@archlinux.org
 pkgname=openmpi
 pkgver=1.5.3
-pkgrel=2
+pkgrel=3
 pkgdesc=High performance message passing library (MPI)
 arch=('i686' 'x86_64')
 url=http://www.open-mpi.org;



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

2011-04-28 Thread Stéphane Gaudreault
Date: Thursday, April 28, 2011 @ 12:03:47
  Author: stephane
Revision: 121050

archrelease: remove extra-i686

Deleted:
  openmpi/repos/extra-i686/



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

2011-04-28 Thread Stéphane Gaudreault
Date: Thursday, April 28, 2011 @ 12:03:53
  Author: stephane
Revision: 121051

archrelease: copy trunk to extra-i686

Added:
  openmpi/repos/extra-i686/



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

2011-04-28 Thread Stéphane Gaudreault
Date: Thursday, April 28, 2011 @ 12:03:54
  Author: stephane
Revision: 121052

archrelease: remove extra-x86_64

Deleted:
  openmpi/repos/extra-x86_64/



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

2011-04-28 Thread Stéphane Gaudreault
Date: Thursday, April 28, 2011 @ 12:04:00
  Author: stephane
Revision: 121053

archrelease: copy trunk to extra-x86_64

Added:
  openmpi/repos/extra-x86_64/



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

2011-04-28 Thread Stéphane Gaudreault
Date: Thursday, April 28, 2011 @ 16:02:45
  Author: stephane
Revision: 121054

upgpkg: krb5 1.9-1
Initial build

Modified:
  krb5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-28 16:04:00 UTC (rev 121053)
+++ PKGBUILD2011-04-28 20:02:45 UTC (rev 121054)
@@ -32,7 +32,7 @@
 
 build() {
tar zxvf ${pkgname}-${pkgver}.tar.gz
-   cd ${srcdir}/${pkgname}-${pkgver}/src
+   cd ${srcdir}/${pkgname}-${pkgver}/src
 
patch -Np2 -i ../../CVE-2010-4022.patch
patch -Np2 -i ../../CVE-2011-0281.0282.0283.patch
@@ -40,8 +40,8 @@
patch -Np2 -i ../../CVE-2011-0285.patch
 
export CFLAGS+= -fPIC -fno-strict-aliasing -fstack-protector-all
-   export CPPFLAGS+= -I/usr/include/et
-   ./configure --prefix=/usr \
+   export CPPFLAGS+= -I/usr/include/et
+   ./configure --prefix=/usr \
--sysconfdir=/etc/krb5 \
--mandir=/usr/share/man \
--localstatedir=/var/lib \
@@ -56,8 +56,14 @@
make
 }
 
+check() {
+   # We can't do this in the build directory.
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make -C src check
+}
+
 package() {
-   cd ${srcdir}/${pkgname}-${pkgver}/src
+   cd ${srcdir}/${pkgname}-${pkgver}/src
make DESTDIR=${pkgdir} EXAMPLEDIR=/usr/share/doc/${pkgname}/examples 
install
 
install -D -m 644 config-files/kdc.conf ${pkgdir}/etc/krb5/kdc.conf
@@ -65,5 +71,5 @@
install -D -m 755 ../../krb5-kdc.rc ${pkgdir}/etc/rc.d
install -D -m 755 ../../kadmind.rc ${pkgdir}/etc/rc.d
 
-   install -Dm644 ${srcdir}/${pkgname}-${pkgver}/NOTICE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   install -Dm644 ${srcdir}/${pkgname}-${pkgver}/NOTICE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }



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

2011-04-28 Thread Stéphane Gaudreault
Date: Thursday, April 28, 2011 @ 16:02:52
  Author: stephane
Revision: 121055

archrelease: copy trunk to staging-i686

Added:
  krb5/repos/staging-i686/



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

2011-04-28 Thread Stéphane Gaudreault
Date: Thursday, April 28, 2011 @ 16:02:57
  Author: stephane
Revision: 121056

archrelease: copy trunk to staging-x86_64

Added:
  krb5/repos/staging-x86_64/



[arch-commits] Commit in (9 files)

2011-04-28 Thread Jan Steffens
Date: Thursday, April 28, 2011 @ 17:09:26
  Author: heftig
Revision: 121057

Add llvm (from community)

Added:
  llvm/
  llvm/repos/
  llvm/trunk/
  llvm/trunk/PKGBUILD
  llvm/trunk/cindexer-clang-path.patch
  llvm/trunk/clang-plugin-loader-registry.patch
  llvm/trunk/clang-pure64.patch
  llvm/trunk/clang-toolchains-gcc-versions.patch
  llvm/trunk/enable-lto.patch

-+
 PKGBUILD|  225 ++
 cindexer-clang-path.patch   |   10 +
 clang-plugin-loader-registry.patch  |   11 +
 clang-pure64.patch  |   38 +
 clang-toolchains-gcc-versions.patch |   12 +
 enable-lto.patch|   36 +
 6 files changed, 332 insertions(+)

Added: llvm/trunk/PKGBUILD
===
--- llvm/trunk/PKGBUILD (rev 0)
+++ llvm/trunk/PKGBUILD 2011-04-28 21:09:26 UTC (rev 121057)
@@ -0,0 +1,225 @@
+# $Id$
+# Maintainer: Evangelos Foutras foutre...@gmail.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: Sebastian Nowicki seb...@gmail.com
+# Contributor: Devin Cofer ranguvar{AT]archlinux[DOT}us
+# Contributor: Tobias Kieslich tob...@justdreams.de
+# Contributor: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
+# Contributor: Tomas Lindquist Olsen to...@famolsen.dk
+# Contributor: Roberto Alsina rals...@kde.org
+# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
+
+pkgname=('llvm' 'llvm-ocaml' 'clang' 'clang-analyzer')
+pkgver=2.9
+_gcc_ver=4.6.0
+pkgrel=4
+arch=('i686' 'x86_64')
+url=http://llvm.org/;
+license=('custom:University of Illinois/NCSA Open Source License')
+makedepends=('gcc-libs' 'libffi' 'python2' 'ocaml' gcc=$_gcc_ver)
+source=(http://llvm.org/releases/$pkgver/$pkgname-$pkgver.tgz
+http://llvm.org/releases/$pkgver/clang-$pkgver.tgz
+ftp://ftp.archlinux.org/other/community/clang/gcc-headers-4.5.2.tar.xz
+clang-plugin-loader-registry.patch
+cindexer-clang-path.patch
+clang-toolchains-gcc-versions.patch
+clang-pure64.patch
+enable-lto.patch)
+md5sums=('793138412d2af2c7c7f54615f8943771'
+ '634de18d04b7a4ded19ec4c17d23cfca'
+ '70e23a3dc2b38ecb2bb4d2c48f47295d'
+ '02c23b4aaca3445b8bf39fddb2f9906e'
+ '87a7162dbe99e9ffce6c40bd09f5f4f0'
+ '8da236120a9a287a977b575b8b905c93'
+ '225ee6b531f8327f34f344a18cb4ec81'
+ '8f7582d7440e4a8342c3aea9ec714fb4')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # At the present, clang must reside inside the LLVM source code tree to build
+  # See http://llvm.org/bugs/show_bug.cgi?id=4840
+  rm -rf tools/clang
+  cp -r $srcdir/clang-$pkgver tools/clang
+
+  # Fix symbolic links from OCaml bindings to LLVM libraries
+  sed -i 's:\$(PROJ_libdir):/usr/lib/llvm:' bindings/ocaml/Makefile.ocaml
+
+  # Fix installation directories, ./configure doesn't seem to set them right
+  sed -i -e 's:\$(PROJ_prefix)/etc/llvm:/etc/llvm:' \
+ -e 's:\$(PROJ_prefix)/lib:$(PROJ_prefix)/lib/llvm:' \
+ -e 's:\$(PROJ_prefix)/docs/llvm:$(PROJ_prefix)/share/doc/llvm:' \
+Makefile.config.in
+
+  # Fix insecure rpath (http://bugs.archlinux.org/task/14017)
+  sed -i 's:$(RPATH) -Wl,$(\(ToolDir\|LibDir\|ExmplDir\))::g' Makefile.rules
+
+  # Get the correct list of symbols to export
+  # See http://lists.cs.uiuc.edu/pipermail/cfe-dev/2010-April/008559.html
+  patch -Np1 -i $srcdir/clang-plugin-loader-registry.patch
+
+  # Fix clang path in CIndexer.cpp (https://bugs.archlinux.org/task/22799)
+  patch -d tools/clang -Np0 -i $srcdir/cindexer-clang-path.patch
+
+  # Add GCC 4.6.0 to GccVersions (FS#23631)
+  patch -d tools/clang -Np1 -i $srcdir/clang-toolchains-gcc-versions.patch
+
+  if [[ $CARCH == x86_64 ]]; then
+# Adjust lib paths
+patch -d tools/clang -Np0 -i $srcdir/clang-pure64.patch
+  fi
+
+  # Make -flto work
+  # Use gold instead of default linker, and always use the plugin
+  patch -d tools/clang -Np0 -i $srcdir/enable-lto.patch
+
+  # Apply strip option to configure
+  _optimized_switch=enable
+  [[ $(check_option strip) == n ]]  _optimized_switch=disable
+
+  # Include location of libffi headers in CPPFLAGS
+  export CPPFLAGS=$CPPFLAGS $(pkg-config --cflags libffi)
+
+  # TODO: Uncomment when clang works with GCC 4.6+
+  #_cxx_headers=/usr/include/c++/$_gcc_ver
+  #if [[ ! -d $_cxx_headers ]]; then
+  #  error Couldn't find the C++ headers, PKGBUILD needs fixing!
+  #  return 1
+  #fi
+  _cxx_headers=/usr/include/c++/clang-$pkgver
+
+  _32bit_headers=
+  if [[ $CARCH == x86_64 ]]; then
+# Important for multilib
+_32bit_headers=32
+  fi
+
+  ./configure \
+--prefix=/usr \
+--libdir=/usr/lib/llvm \
+--sysconfdir=/etc \
+--enable-shared \
+--enable-libffi \
+--enable-targets=all \
+--disable-expensive-checks \
+--disable-debug-runtime \
+--disable-assertions \
+

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

2011-04-28 Thread Jan Steffens
Date: Thursday, April 28, 2011 @ 17:09:56
  Author: heftig
Revision: 121058

archrelease: copy trunk to extra-i686

Added:
  llvm/repos/extra-i686/



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

2011-04-28 Thread Jan Steffens
Date: Thursday, April 28, 2011 @ 17:10:11
  Author: heftig
Revision: 121059

archrelease: copy trunk to extra-x86_64

Added:
  llvm/repos/extra-x86_64/



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

2011-04-28 Thread Thomas Bächler
Date: Thursday, April 28, 2011 @ 17:12:22
  Author: thomas
Revision: 121060

initscripts: Add explicit udev dependency

Modified:
  initscripts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-28 21:10:11 UTC (rev 121059)
+++ PKGBUILD2011-04-28 21:12:22 UTC (rev 121060)
@@ -5,14 +5,14 @@
 
 pkgname=initscripts
 pkgver=2011.04.1
-pkgrel=1
+pkgrel=2
 pkgdesc=System initialization/bootup scripts
 arch=('i686' 'x86_64')
 url=http://www.archlinux.org;
 license=('GPL2')
 groups=('base')
 backup=(etc/inittab etc/rc.conf etc/rc.local etc/rc.local.shutdown 
etc/conf.d/wireless)
-depends=('bash' 'grep' 'coreutils' 'udev'
+depends=('bash' 'grep' 'coreutils' 'udev=167'
  'net-tools' 'ncurses' 'kbd' 'findutils' 'sysvinit')
 optdepends=('bridge-utils: Network bridging support'
 'dhcpcd: DHCP network configuration'



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

2011-04-28 Thread Thomas Bächler
Date: Thursday, April 28, 2011 @ 17:12:39
  Author: thomas
Revision: 121061

archrelease: remove testing-i686

Deleted:
  initscripts/repos/testing-i686/



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

2011-04-28 Thread Thomas Bächler
Date: Thursday, April 28, 2011 @ 17:12:59
  Author: thomas
Revision: 121062

archrelease: copy trunk to testing-i686

Added:
  initscripts/repos/testing-i686/



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

2011-04-28 Thread Thomas Bächler
Date: Thursday, April 28, 2011 @ 17:14:36
  Author: thomas
Revision: 121063

archrelease: remove testing-i686

Deleted:
  initscripts/repos/testing-i686/



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

2011-04-28 Thread Thomas Bächler
Date: Thursday, April 28, 2011 @ 17:15:00
  Author: thomas
Revision: 121064

archrelease: copy trunk to testing-i686

Added:
  initscripts/repos/testing-i686/



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

2011-04-28 Thread Thomas Bächler
Date: Thursday, April 28, 2011 @ 17:15:39
  Author: thomas
Revision: 121065

archrelease: remove testing-x86_64

Deleted:
  initscripts/repos/testing-x86_64/



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

2011-04-28 Thread Thomas Bächler
Date: Thursday, April 28, 2011 @ 17:15:53
  Author: thomas
Revision: 121066

archrelease: copy trunk to testing-x86_64

Added:
  initscripts/repos/testing-x86_64/



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

2011-04-28 Thread Stéphane Gaudreault
Date: Thursday, April 28, 2011 @ 17:24:40
  Author: stephane
Revision: 121067

upgpkg: krb5 1.9-2
Install rc script for real

Modified:
  krb5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-28 21:15:53 UTC (rev 121066)
+++ PKGBUILD2011-04-28 21:24:40 UTC (rev 121067)
@@ -3,7 +3,7 @@
 
 pkgname=krb5
 pkgver=1.9
-pkgrel=1
+pkgrel=2
 pkgdesc=The Kerberos network authentication system
 arch=('i686' 'x86_64')
 url=http://web.mit.edu/kerberos/;
@@ -68,8 +68,10 @@
 
install -D -m 644 config-files/kdc.conf ${pkgdir}/etc/krb5/kdc.conf
install -D -m 644 config-files/krb5.conf ${pkgdir}/etc/krb5/krb5.conf
-   install -D -m 755 ../../krb5-kdc.rc ${pkgdir}/etc/rc.d
-   install -D -m 755 ../../kadmind.rc ${pkgdir}/etc/rc.d
 
+   install -d -m 755 ${pkgdir}/etc/rc.d
+   install -m 755 ../../krb5-kdc.rc ${pkgdir}/etc/rc.d
+   install -m 755 ../../kadmind.rc ${pkgdir}/etc/rc.d
+
install -Dm644 ${srcdir}/${pkgname}-${pkgver}/NOTICE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }



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

2011-04-28 Thread Stéphane Gaudreault
Date: Thursday, April 28, 2011 @ 17:24:41
  Author: stephane
Revision: 121068

archrelease: remove staging-i686

Deleted:
  krb5/repos/staging-i686/



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

2011-04-28 Thread Stéphane Gaudreault
Date: Thursday, April 28, 2011 @ 17:24:48
  Author: stephane
Revision: 121069

archrelease: copy trunk to staging-i686

Added:
  krb5/repos/staging-i686/



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

2011-04-28 Thread Stéphane Gaudreault
Date: Thursday, April 28, 2011 @ 17:24:49
  Author: stephane
Revision: 121070

archrelease: remove staging-x86_64

Deleted:
  krb5/repos/staging-x86_64/



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

2011-04-28 Thread Stéphane Gaudreault
Date: Thursday, April 28, 2011 @ 17:24:55
  Author: stephane
Revision: 121071

archrelease: copy trunk to staging-x86_64

Added:
  krb5/repos/staging-x86_64/



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

2011-04-28 Thread Stéphane Gaudreault
Date: Thursday, April 28, 2011 @ 18:54:58
  Author: stephane
Revision: 121072

upgpkg: cvs 1.11.23-7
krb5 rebuild

Modified:
  cvs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-28 21:24:55 UTC (rev 121071)
+++ PKGBUILD2011-04-28 22:54:58 UTC (rev 121072)
@@ -3,12 +3,12 @@
 
 pkgname=cvs
 pkgver=1.11.23
-pkgrel=6
+pkgrel=7
 pkgdesc=Concurrent Versions System - a source control system
 arch=(i686 x86_64)
 url=http://cvs.nongnu.org;
 license=('GPL')
-depends=('heimdal=1.3.1')
+depends=('krb5')
 optdepends=('openssh: for using cvs over ssh' 'inetutils: for using cvs over 
rsh')
 install=cvs.install
 
source=(ftp://ftp.gnu.org/non-gnu/cvs/source/stable/${pkgver}/${pkgname}-${pkgver}.tar.bz2
@@ -34,6 +34,6 @@
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
-  make DESTDIR=${pkgdir} install
-  rm ${pkgdir}/usr/share/info/dir
+  make DESTDIR=${pkgdir} install
+  rm ${pkgdir}/usr/share/info/dir
 }



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

2011-04-28 Thread Stéphane Gaudreault
Date: Thursday, April 28, 2011 @ 18:55:04
  Author: stephane
Revision: 121073

archrelease: copy trunk to staging-i686

Added:
  cvs/repos/staging-i686/



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

2011-04-28 Thread Stéphane Gaudreault
Date: Thursday, April 28, 2011 @ 18:55:09
  Author: stephane
Revision: 121074

archrelease: copy trunk to staging-x86_64

Added:
  cvs/repos/staging-x86_64/



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

2011-04-28 Thread Stéphane Gaudreault
Date: Thursday, April 28, 2011 @ 19:41:59
  Author: stephane
Revision: 121075

upgpkg: openssh 5.8p1-2
krb5 rebuild

Modified:
  openssh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-28 22:55:09 UTC (rev 121074)
+++ PKGBUILD2011-04-28 23:41:59 UTC (rev 121075)
@@ -4,13 +4,13 @@
 
 pkgname=openssh
 pkgver=5.8p1
-pkgrel=1
+pkgrel=2
 pkgdesc='Free version of the SSH connectivity tools'
 arch=('i686' 'x86_64')
 license=('custom:BSD')
 url='http://www.openssh.org/portable.html'
 backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd' 
'etc/conf.d/sshd')
-depends=('tcp_wrappers' 'heimdal' 'libedit')
+depends=('tcp_wrappers' 'krb5' 'libedit')
 
source=(ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz;
 'sshd.confd'
 'sshd.pam'



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

2011-04-28 Thread Stéphane Gaudreault
Date: Thursday, April 28, 2011 @ 19:42:05
  Author: stephane
Revision: 121076

archrelease: copy trunk to staging-i686

Added:
  openssh/repos/staging-i686/



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

2011-04-28 Thread Stéphane Gaudreault
Date: Thursday, April 28, 2011 @ 19:42:10
  Author: stephane
Revision: 121077

archrelease: copy trunk to staging-x86_64

Added:
  openssh/repos/staging-x86_64/



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

2011-04-28 Thread Stéphane Gaudreault
Date: Thursday, April 28, 2011 @ 20:03:07
  Author: stephane
Revision: 121078

upgpkg: cups 1.4.6-2
krb5 rebuild

Modified:
  cups/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-28 23:42:10 UTC (rev 121077)
+++ PKGBUILD2011-04-29 00:03:07 UTC (rev 121078)
@@ -4,11 +4,11 @@
 pkgbase=cups
 pkgname=('libcups' 'cups')
 pkgver=1.4.6
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.cups.org/;
-makedepends=('libtiff=3.9.2-2' 'libpng=1.4.0'  'acl' 'openslp' 'pam' 
'xdg-utils' 'heimdal=1.3.1' 'gnutls=2.8.3' 'poppler=0.12.3'
+makedepends=('libtiff=3.9.2-2' 'libpng=1.4.0'  'acl' 'openslp' 'pam' 
'xdg-utils' 'krb5' 'gnutls=2.8.3' 'poppler=0.12.3'
  'xinetd' 'gzip' 'autoconf' 'php' 'libusb-compat' 'dbus-core' 
'avahi'  'hicolor-icon-theme')
 source=(ftp://ftp.easysw.com/pub/cups/${pkgver}/cups-${pkgver}-source.tar.bz2
cups-avahi.patch
@@ -42,7 +42,7 @@
 
 package_libcups() {
 pkgdesc=The CUPS Printing System - client libraries and headers
-depends=('gnutls=2.8.3' 'libtiff=3.9.2-2' 'libpng=1.4.0' 'heimdal=1.3.1' 
'avahi')
+depends=('gnutls=2.8.3' 'libtiff=3.9.2-2' 'libpng=1.4.0' 'krb5' 'avahi')
 
   cd ${srcdir}/${pkgbase}-${pkgver}
   make BUILDROOT=${pkgdir} install-headers install-libs || return 1



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

2011-04-28 Thread Stéphane Gaudreault
Date: Thursday, April 28, 2011 @ 20:03:13
  Author: stephane
Revision: 121079

archrelease: copy trunk to staging-i686

Added:
  cups/repos/staging-i686/



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

2011-04-28 Thread Stéphane Gaudreault
Date: Thursday, April 28, 2011 @ 20:03:19
  Author: stephane
Revision: 121080

archrelease: copy trunk to staging-x86_64

Added:
  cups/repos/staging-x86_64/



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

2011-04-28 Thread Eric Bélanger
Date: Thursday, April 28, 2011 @ 20:16:23
  Author: eric
Revision: 121081

upgpkg: blender 2.57b-2
Disabled sse2 for i686 (close FS#23961)

Modified:
  blender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-29 00:03:19 UTC (rev 121080)
+++ PKGBUILD2011-04-29 00:16:23 UTC (rev 121081)
@@ -13,7 +13,7 @@
 
 pkgname=blender
 pkgver=2.57b
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc=A fully integrated 3D graphics creation suite
 arch=('i686' 'x86_64')
@@ -50,6 +50,8 @@
   mkdir build
   cd build
 
+  [[ $CARCH == i686 ]]  ENABLESSE2=-DSUPPORT_SSE2_BUILD:BOOL=OFF
+
   cmake .. \
 -DCMAKE_INSTALL_PREFIX:PATH=/usr \
 -DCMAKE_BUILD_TYPE:STRING=Release \
@@ -61,7 +63,8 @@
 -DPYTHON_VERSION:STRING=3.2 \
 -DPYTHON_LIBPATH:STRING=/usr/lib \
 -DPYTHON_LIBRARY:STRING=python3.2mu \
--DPYTHON_INCLUDE_DIRS:STRING=/usr/include/python3.2mu
+-DPYTHON_INCLUDE_DIRS:STRING=/usr/include/python3.2mu \
+$ENABLESSE2
 
   make $MAKEFLAGS
 



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

2011-04-28 Thread Eric Bélanger
Date: Thursday, April 28, 2011 @ 20:16:28
  Author: eric
Revision: 121082

archrelease: remove testing-i686

Deleted:
  blender/repos/testing-i686/



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

2011-04-28 Thread Eric Bélanger
Date: Thursday, April 28, 2011 @ 20:16:35
  Author: eric
Revision: 121083

archrelease: copy trunk to testing-i686

Added:
  blender/repos/testing-i686/



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

2011-04-28 Thread Eric Bélanger
Date: Thursday, April 28, 2011 @ 20:16:38
  Author: eric
Revision: 121084

archrelease: remove testing-x86_64

Deleted:
  blender/repos/testing-x86_64/



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

2011-04-28 Thread Eric Bélanger
Date: Thursday, April 28, 2011 @ 20:16:45
  Author: eric
Revision: 121085

archrelease: copy trunk to testing-x86_64

Added:
  blender/repos/testing-x86_64/



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

2011-04-28 Thread Stéphane Gaudreault
Date: Thursday, April 28, 2011 @ 20:26:05
  Author: stephane
Revision: 121086

upgpkg: neon 0.29.3-3
krb5 rebuild

Modified:
  neon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-29 00:16:45 UTC (rev 121085)
+++ PKGBUILD2011-04-29 00:26:05 UTC (rev 121086)
@@ -5,11 +5,11 @@
 # KEEP LIBTOOL FILES!
 pkgname=neon
 pkgver=0.29.3
-pkgrel=2
+pkgrel=3
 pkgdesc=HTTP and WebDAV client library with a C interface
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL')
-depends=('heimdal' 'expat' 'ca-certificates')
+depends=('krb5' 'expat' 'ca-certificates')
 url=http://www.webdav.org/neon/;
 source=(http://www.webdav.org/neon/${pkgname}-${pkgver}.tar.gz;)
 md5sums=('ba1015b59c112d44d7797b62fe7bee51')
@@ -20,7 +20,7 @@
   ./configure --prefix=/usr \
 --with-expat --enable-shared --disable-static \
 --with-ssl=openssl --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
-  make || return 1
+  make
 }
 
 package() {



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

2011-04-28 Thread Stéphane Gaudreault
Date: Thursday, April 28, 2011 @ 20:26:11
  Author: stephane
Revision: 121087

archrelease: copy trunk to staging-i686

Added:
  neon/repos/staging-i686/



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

2011-04-28 Thread Stéphane Gaudreault
Date: Thursday, April 28, 2011 @ 20:26:17
  Author: stephane
Revision: 121088

archrelease: copy trunk to staging-x86_64

Added:
  neon/repos/staging-x86_64/



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

2011-04-28 Thread Andrea Scarpino
Date: Thursday, April 28, 2011 @ 20:27:19
  Author: andrea
Revision: 121089

KDE 4.6.3

Modified:
  kdelibs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-29 00:26:17 UTC (rev 121088)
+++ PKGBUILD2011-04-29 00:27:19 UTC (rev 121089)
@@ -3,13 +3,13 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdelibs
-pkgver=4.6.2
+pkgver=4.6.3
 pkgrel=1
 pkgdesc=KDE Core Libraries
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
-depends=('strigi' 'attica' 'libxss' 'xz' 'openssl' 'soprano' 'heimdal'
+depends=('strigi' 'attica' 'libxss' 'xz' 'openssl' 'soprano' 'krb5'
 'shared-desktop-ontologies' 'qca' 'libdbusmenu-qt' 'polkit-qt' 
'grantlee'
 'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr' 'xdg-utils'
 'phonon' 'hicolor-icon-theme' 'upower' 'udisks' 'libxcursor'
@@ -20,7 +20,7 @@
 install='kdelibs.install'
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
 'kde-applications-menu.patch' 'archlinux-menu.patch' 
'abs-syntax-highlight.patch')
-sha1sums=('b4794a9a69492ce4725abd9eb5d00d3a50e46603'
+sha1sums=('c7fb089c9d52a6b1d9188b9e788753373a3288e4'
   '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
   '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
   'd994f262356af5b9e4e9619646e471bd98c91efb')



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

2011-04-28 Thread Andrea Scarpino
Date: Thursday, April 28, 2011 @ 20:27:22
  Author: andrea
Revision: 121090

KDE 4.6.3

Modified:
  kdepimlibs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-29 00:27:19 UTC (rev 121089)
+++ PKGBUILD2011-04-29 00:27:22 UTC (rev 121090)
@@ -3,18 +3,17 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdepimlibs
-pkgver=4.6.2
+pkgver=4.6.3
 pkgrel=1
 pkgdesc=KDE PIM Libraries
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL')
 depends=('kdelibs' 'gpgme' 'akonadi' 'libical' )
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'cyrus-sasl' 'openldap'
-'docbook-xsl')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'cyrus-sasl' 'openldap')
 install='kdepimlibs.install'
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('f3c78688203b90efabdd8961783e8f4d16d9c57c')
+sha1sums=('370b4e98ab9e1f8ba18d36630d5c8bbff8da4883')
 
 build() {
cd ${srcdir}



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

2011-04-28 Thread Andrea Scarpino
Date: Thursday, April 28, 2011 @ 20:27:25
  Author: andrea
Revision: 121091

KDE 4.6.3

Modified:
  oxygen-icons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-29 00:27:22 UTC (rev 121090)
+++ PKGBUILD2011-04-29 00:27:25 UTC (rev 121091)
@@ -5,7 +5,7 @@
 pkgbase=oxygen-icons
 pkgname=('oxygen-icons'
  'oxygen-icons-svg')
-pkgver=4.6.2
+pkgver=4.6.3
 pkgrel=1
 pkgdesc=The Oxygen Icon Theme
 arch=('any')
@@ -13,7 +13,7 @@
 license=('LGPL')
 makedepends=('pkgconfig' 'cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('dc97ca3e52bd00f93fb8438e8f368aa3c1567d9f')
+sha1sums=('9efaf92d516f716f3d36ff0e21c66384500e967d')
 
 build() {
cd $srcdir



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

2011-04-28 Thread Andrea Scarpino
Date: Thursday, April 28, 2011 @ 20:27:28
  Author: andrea
Revision: 121092

KDE 4.6.3

Modified:
  kdebase-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-29 00:27:25 UTC (rev 121091)
+++ PKGBUILD2011-04-29 00:27:28 UTC (rev 121092)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdebase-runtime
-pkgver=4.6.2
+pkgver=4.6.3
 pkgrel=1
 pkgdesc=KDE Base Runtime Environment
 arch=('i686' 'x86_64')
@@ -11,14 +11,13 @@
 license=('GPL' 'LGPL')
 depends=('kdelibs' 'ntrack' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons'
 'xorg-xauth' 'hicolor-icon-theme')
-makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'xine-lib'
-'docbook-xsl')
+makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'xine-lib')
 optdepends=('htdig: to build the search index in khelpcenter'
 'rarian: needed by khelpcenter'
 'gdb: drkonq crash handler')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('d939d78f82e8c9d1257552abac08e4da1ff28c51')
+sha1sums=('75cf1993b42cbada44b8c3ca2d5b99e6ac48594c')
 
 build() {
cd ${srcdir}



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

2011-04-28 Thread Andrea Scarpino
Date: Thursday, April 28, 2011 @ 20:27:32
  Author: andrea
Revision: 121093

KDE 4.6.3

Modified:
  kdegraphics/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-29 00:27:28 UTC (rev 121092)
+++ PKGBUILD2011-04-29 00:27:32 UTC (rev 121093)
@@ -12,7 +12,7 @@
  'kdegraphics-ksnapshot'
  'kdegraphics-libs'
  'kdegraphics-okular')
-pkgver=4.6.2
+pkgver=4.6.3
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -20,9 +20,9 @@
 groups=('kde' 'kdegraphics')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'qimageblitz' 'sane' 'lcms'
 'libxxf86vm' 'poppler-qt' 'libspectre' 'chmlib' 'djvulibre'
-'ebook-tools' 'kdebase-runtime' 'docbook-xsl')
+'ebook-tools' 'kdebase-runtime')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('9c9f31c88c1c9e6dcaa7fb177847402d874ffc94')
+sha1sums=('c16dc9c55e7459418fa9887aa532ea0a269e7179')
 
 build() {
cd ${srcdir}



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

2011-04-28 Thread Andrea Scarpino
Date: Thursday, April 28, 2011 @ 20:27:36
  Author: andrea
Revision: 121094

KDE 4.6.3

Modified:
  kdebindings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-29 00:27:32 UTC (rev 121093)
+++ PKGBUILD2011-04-29 00:27:36 UTC (rev 121094)
@@ -7,15 +7,15 @@
  'kdebindings-python'
  'kdebindings-ruby'
  'kdebindings-smoke')
-pkgver=4.6.2
+pkgver=4.6.3
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'python2-qt' 'kdepim-runtime' 
'mono'
-   'kdegraphics-okular' 'qwt' 'docbook-xsl' 'boost' 'qscintilla' 'ruby')
+   'kdegraphics-okular' 'qwt' 'boost' 'qscintilla' 'ruby')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('eff4b5785b09958fffe4e23583f5af75c796aa9e')
+sha1sums=('4ecc6ac378c241472aa75680abfafd8d57672653')
 
 build() {
export MONO_SHARED_DIR=${srcdir}/build/.mono



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

2011-04-28 Thread Andrea Scarpino
Date: Thursday, April 28, 2011 @ 20:27:40
  Author: andrea
Revision: 121095

KDE 4.6.3

Added:
  kdebase-workspace/trunk/nm-09.patch
Modified:
  kdebase-workspace/trunk/PKGBUILD
Deleted:
  kdebase-workspace/trunk/sensors-fix.patch
  kdebase-workspace/trunk/shutdown-fix.patch

+
 PKGBUILD   |   18 ++
 nm-09.patch|   24 
 sensors-fix.patch  |   22 --
 shutdown-fix.patch |   11 ---
 4 files changed, 30 insertions(+), 45 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-04-29 00:27:36 UTC (rev 121094)
+++ PKGBUILD2011-04-29 00:27:40 UTC (rev 121095)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=kdebase-workspace
-pkgver=4.6.2
-pkgrel=2
+pkgver=4.6.3
+pkgrel=1
 pkgdesc=KDE Base Workspace
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -27,10 +27,8 @@
 'etc/pam.d/kscreensaver')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
 'kdm-zsh-profile.patch' 'kdm' 'kde.pam' 'kde-np.pam' 'kscreensaver.pam'
-'fixpath.patch' 'terminate-server.patch'
-'shutdown-fix.patch'
-'sensors-fix.patch')
-sha1sums=('63efb68733f347d0b7d24a7a061c5a0e3f84dee7'
+'fixpath.patch' 'terminate-server.patch' 'nm-09.patch')
+sha1sums=('50103b7752defbab08965b665fa95361bb5b3ff6'
   '8c2bdefb23a03b753b78d16944d03fa3939d2d99'
   '5db3a245201bd4a50e65aa2ef583cf5490e4f646'
   'f7b38af38549242a240f1a90ab9964ca8a366129'
@@ -38,19 +36,15 @@
   '106635aa1aae51d6f0668b1853f6c49a4fe9d3d8'
   'd7b5883f7e65c6839b1f65f94d58026673dd0226'
   'ac7bc292c865bc1ab8c02e6341aa7aeaf1a3'
-  'c18422cb964e51d2cfcca3907904a361d507c8e1'
-  'fd6bb3239705c23d38f51fb39048b05ed6e95703')
+  '46259fe725e505aa8314407120f0aa9013823fa5')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
patch -p0 -i ${srcdir}/kdm-zsh-profile.patch
patch -p0 -i ${srcdir}/fixpath.patch
patch -p0 -i ${srcdir}/terminate-server.patch
-patch -Np1 -i ${srcdir}/shutdown-fix.patch
+patch -p0 -i ${srcdir}/nm-09.patch
 
-# Already fixed upstream
-patch -Np1 -i ${srcdir}/sensors-fix.patch
-
cd ${srcdir}
mkdir build
cd build

Added: nm-09.patch
===
--- nm-09.patch (rev 0)
+++ nm-09.patch 2011-04-29 00:27:40 UTC (rev 121095)
@@ -0,0 +1,24 @@
+diff -up kdebase-workspace-4.6.1/solid/networkmanager-0.7/manager.cpp.foo 
kdebase-workspace-4.6.1/solid/networkmanager-0.7/manager.cpp
+--- kdebase-workspace-4.6.1/solid/networkmanager-0.7/manager.cpp.foo   
2011-03-22 20:02:37.298879915 -0500
 kdebase-workspace-4.6.1/solid/networkmanager-0.7/manager.cpp   
2011-03-22 20:03:40.423090754 -0500
+@@ -118,16 +118,16 @@ QObject *NMNetworkManager::createNetwork
+ uint deviceType = devIface.deviceType();
+ NMNetworkInterface * createdInterface = 0;
+ switch ( deviceType ) {
+-case DEVICE_TYPE_802_3_ETHERNET:
++case NM_DEVICE_TYPE_ETHERNET:
+ createdInterface = new NMWiredNetworkInterface(uni, this, 0); // 
these are deleted by the frontend manager
+ break;
+-case DEVICE_TYPE_802_11_WIRELESS:
++case NM_DEVICE_TYPE_WIFI:
+ createdInterface = new NMWirelessNetworkInterface(uni, this, 0);
+ break;
+-case DEVICE_TYPE_GSM:
++case 3:
+ createdInterface = new NMGsmNetworkInterface(uni, this, 0);
+ break;
+-case DEVICE_TYPE_CDMA:
++case 4:
+ createdInterface = new NMCdmaNetworkInterface(uni, this, 0);
+ break;
+ /*

Deleted: sensors-fix.patch
===
--- sensors-fix.patch   2011-04-29 00:27:36 UTC (rev 121094)
+++ sensors-fix.patch   2011-04-29 00:27:40 UTC (rev 121095)
@@ -1,22 +0,0 @@
-commit 23863a99399cbb274f6756146b3c08de2efa0c7f
-Author: John Tapsell johnf...@gmail.com
-Date:   Thu Apr 7 10:59:20 2011 +0100
-
-Fix accidental removal of a #include, when adding freebsd support.  This 
broke the lmsensors at minimum
-
-BUG: 270246
-BUG: 270246
-CCMAIL: naylor.b.da...@gmail.com
-
-diff --git a/ksysguard/ksysguardd/modules.h b/ksysguard/ksysguardd/modules.h
-index e780be6..9aae890 100644
 a/ksysguard/ksysguardd/modules.h
-+++ b/ksysguard/ksysguardd/modules.h
-@@ -23,6 +23,7 @@
- #ifndef KSG_MODULES_H
- #define KSG_MODULES_H
- 
-+#include config-ksysguardd.h
- #include Command.h
- #include conf.h
- #include ksysguardd.h

Deleted: shutdown-fix.patch
===
--- shutdown-fix.patch  2011-04-29 00:27:36 UTC (rev 121094)
+++ shutdown-fix.patch  2011-04-29 00:27:40 UTC (rev 121095)
@@ 

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

2011-04-28 Thread Andrea Scarpino
Date: Thursday, April 28, 2011 @ 20:27:43
  Author: andrea
Revision: 121096

KDE 4.6.3

Modified:
  kdebase/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-29 00:27:40 UTC (rev 121095)
+++ PKGBUILD2011-04-29 00:27:43 UTC (rev 121096)
@@ -13,15 +13,15 @@
  'kdebase-kwrite'
  'kdebase-lib'
  'kdebase-plasma')
-pkgver=4.6.2
+pkgver=4.6.3
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdebase')
-makedepends=('kdebase-workspace' 'pkgconfig' 'cmake' 'automoc4' 'docbook-xsl')
+makedepends=('kdebase-workspace' 'pkgconfig' 'cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('e9e46a6b4f5580996a1484da6d2ef17f418eec69')
+sha1sums=('69cfba74099cdce27f7f72725288f025979b41f3')
 
 build() {
cd ${srcdir}



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

2011-04-28 Thread Andrea Scarpino
Date: Thursday, April 28, 2011 @ 20:27:46
  Author: andrea
Revision: 121097

KDE 4.6.3

Modified:
  kdeaccessibility/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-29 00:27:43 UTC (rev 121096)
+++ PKGBUILD2011-04-29 00:27:46 UTC (rev 121097)
@@ -10,16 +10,16 @@
  'kdeaccessibility-kmag'
  'kdeaccessibility-kmousetool'
  'kdeaccessibility-kmouth')
-pkgver=4.6.2
+pkgver=4.6.3
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://accessibility.kde.org'
 license=('GPL' 'FDL')
 groups=('kde' 'kdeaccessibility')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdebase-runtime'
-'speech-dispatcher' 'docbook-xsl')
+'speech-dispatcher')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('5e8e92a312b2c995602a66cc775009839122053d')
+sha1sums=('8d4053defbf839fd428820d6d1659b6e46ab468a')
 
 build() {
cd ${srcdir}



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

2011-04-28 Thread Andrea Scarpino
Date: Thursday, April 28, 2011 @ 20:27:48
  Author: andrea
Revision: 121098

KDE 4.6.3

Modified:
  kdeadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-29 00:27:46 UTC (rev 121097)
+++ PKGBUILD2011-04-29 00:27:48 UTC (rev 121098)
@@ -7,17 +7,17 @@
  'kdeadmin-ksystemlog'
  'kdeadmin-kuser'
  'kdeadmin-system-config-printer-kde')
-pkgver=4.6.2
+pkgver=4.6.3
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdeadmin')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdebindings-python'
-   'system-config-printer-common' 'python2-qt' 'docbook-xsl')
+   'system-config-printer-common' 'python2-qt')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;
 'syslog-path.patch')
-sha1sums=('33d756b1cef42d272b617bfba400e9116b34f311'
+sha1sums=('141e8e794ebd5341940d2d22986b7376a2abefbf'
   '20095ce6e0f3e5b6800a7c6e52de6fddba62c031')
 
 build() {



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

2011-04-28 Thread Andrea Scarpino
Date: Thursday, April 28, 2011 @ 20:27:52
  Author: andrea
Revision: 121099

KDE 4.6.3

Modified:
  kdeartwork/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-29 00:27:48 UTC (rev 121098)
+++ PKGBUILD2011-04-29 00:27:52 UTC (rev 121099)
@@ -13,16 +13,16 @@
  'kdeartwork-styles'
  'kdeartwork-wallpapers'
  'kdeartwork-weatherwallpapers')
-pkgver=4.6.2
+pkgver=4.6.3
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdeartwork')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'xscreensaver' 'eigen' 
'kdebase-workspace'
-   'docbook-xsl' 'kdegraphics-libs')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'xscreensaver' 'eigen'
+'kdebase-workspace' 'kdegraphics-libs')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('2a264081e50f2d2d78d98080db8f013f3148f9b2')
+sha1sums=('084834ac3c654ea24257d9ed407c2384bf5aa110')
 
 build() {
cd $srcdir



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

2011-04-28 Thread Andrea Scarpino
Date: Thursday, April 28, 2011 @ 20:27:55
  Author: andrea
Revision: 121100

KDE 4.6.3

Modified:
  kdegames/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-29 00:27:52 UTC (rev 121099)
+++ PKGBUILD2011-04-29 00:27:55 UTC (rev 121100)
@@ -43,16 +43,16 @@
  'kdegames-libkmahjongg'
  'kdegames-lskat'
  'kdegames-palapeli')
-pkgver=4.6.2
+pkgver=4.6.3
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdegames')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdebase-runtime' 'ggz-client-libs'
-   'twisted' 'kdebindings-python' 'docbook-xsl')
+   'twisted' 'kdebindings-python')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('91ec7347488504931b4019182a3f2b91a60d8065')
+sha1sums=('472cb9541f389a8869a496f715d48587db568dda')
 
 build() {
cd $srcdir



[arch-commits] Commit in kdemultimedia/trunk (PKGBUILD kmix-locale-pulseaudio.patch)

2011-04-28 Thread Andrea Scarpino
Date: Thursday, April 28, 2011 @ 20:27:58
  Author: andrea
Revision: 121101

KDE 4.6.3

Modified:
  kdemultimedia/trunk/PKGBUILD
Deleted:
  kdemultimedia/trunk/kmix-locale-pulseaudio.patch

--+
 PKGBUILD |   15 
 kmix-locale-pulseaudio.patch | 1117 -
 2 files changed, 5 insertions(+), 1127 deletions(-)

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


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

2011-04-28 Thread Andrea Scarpino
Date: Thursday, April 28, 2011 @ 20:28:01
  Author: andrea
Revision: 121102

KDE 4.6.3

Modified:
  kdenetwork/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-29 00:27:58 UTC (rev 121101)
+++ PKGBUILD2011-04-29 00:28:01 UTC (rev 121102)
@@ -10,7 +10,7 @@
  'kdenetwork-kppp'
  'kdenetwork-krdc'
  'kdenetwork-krfb')
-pkgver=4.6.2
+pkgver=4.6.3
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -19,9 +19,9 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'speex' 'ortp' 'libotr'
'qca-ossl' 'kdebase-workspace' 'kdebase-lib' 'libvncserver' 'libmsn'
'ppp' 'v4l-utils' 'libidn' 'rdesktop' 'qimageblitz' 'libxdamage' 
'libgadu'
-   'telepathy-qt4' 'docbook-xsl' 'libktorrent')
+   'telepathy-qt4' 'libktorrent')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('6865c074b87a201b876d11b86a2f14aff5f45abb')
+sha1sums=('6f140dca442be815eda4fb79d51efd9e4588a1f1')
 
 build() {
 cd ${srcdir}



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

2011-04-28 Thread Andrea Scarpino
Date: Thursday, April 28, 2011 @ 20:28:04
  Author: andrea
Revision: 121103

KDE 4.6.3

Modified:
  kdesdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-29 00:28:01 UTC (rev 121102)
+++ PKGBUILD2011-04-29 00:28:04 UTC (rev 121103)
@@ -23,17 +23,17 @@
  'kdesdk-scripts'
  'kdesdk-strigi-analyzer'
  'kdesdk-umbrello')
-pkgver=4.6.2
+pkgver=4.6.3
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdesdk')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'kdepim-runtime' 
'subversion'
-'docbook-xsl' 'antlr2' 'kdebase-konqueror')
+'antlr2' 'kdebase-konqueror')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;
 'fix-python2-path.patch')
-sha1sums=('d246f5571aa772d4a4d0538456b142799c17c146'
+sha1sums=('6faecbd828fda6cf0aced642287d982d3541d746'
   'd05ca0231869c484fd3861955d960a60aff7dcfb')
 
 build() {



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

2011-04-28 Thread Andrea Scarpino
Date: Thursday, April 28, 2011 @ 20:28:07
  Author: andrea
Revision: 121104

KDE 4.6.3

Modified:
  kdetoys/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-29 00:28:04 UTC (rev 121103)
+++ PKGBUILD2011-04-29 00:28:07 UTC (rev 121104)
@@ -6,15 +6,15 @@
 pkgname=('kdetoys-amor'
  'kdetoys-kteatime'
  'kdetoys-ktux')
-pkgver=4.6.2
+pkgver=4.6.3
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdetoys')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdebase-workspace' 'docbook-xsl')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdebase-workspace')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('4619d2124abe0887ce5aca24f1333419f7cd88c5')
+sha1sums=('07eaf12ccabc9209bd5de6a3f0e4ff6c70fca8b0')
 
 build() {
cd $srcdir



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

2011-04-28 Thread Andrea Scarpino
Date: Thursday, April 28, 2011 @ 20:28:11
  Author: andrea
Revision: 121105

KDE 4.6.3

Modified:
  kdeutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-29 00:28:07 UTC (rev 121104)
+++ PKGBUILD2011-04-29 00:28:11 UTC (rev 121105)
@@ -16,7 +16,7 @@
  'kdeutils-printer-applet'
  'kdeutils-superkaramba'
  'kdeutils-sweeper')
-pkgver=4.6.2
+pkgver=4.6.3
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -24,9 +24,9 @@
 groups=('kde' 'kdeutils')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdebase-lib' 'kdebase-workspace'
'kdebindings-python' 'system-config-printer-common' 'libarchive' 
'qimageblitz'
-   'docbook-xsl' 'qjson')
+   'qjson')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('621d77f8f75bdd867316768f48ea257829f7def1')
+sha1sums=('1aa735c03689ef49b949278ee31d0d8e8536b7d6')
 
 build() {
cd ${srcdir}



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

2011-04-28 Thread Andrea Scarpino
Date: Thursday, April 28, 2011 @ 20:28:14
  Author: andrea
Revision: 121106

KDE 4.6.3

Modified:
  kdewebdev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-29 00:28:11 UTC (rev 121105)
+++ PKGBUILD2011-04-29 00:28:14 UTC (rev 121106)
@@ -6,16 +6,16 @@
  'kdewebdev-kimagemapeditor'
  'kdewebdev-klinkstatus'
  'kdewebdev-kommander')
-pkgver=4.6.2
+pkgver=4.6.3
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdewebdev')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'ruby' 'tidyhtml' 'kdepim-runtime'
-   'docbook-xsl' 'boost')
+   'boost')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2;)
-sha1sums=('80f709845fb871919fbb2c293d1cc8f40160509b')
+sha1sums=('39e72fbaf76ee1c685321c8c3a767c38e63bc2a9')
 
 build() {
cd $srcdir



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

2011-04-28 Thread Stéphane Gaudreault
Date: Thursday, April 28, 2011 @ 20:34:05
  Author: stephane
Revision: 121107

upgpkg: mutt 1.5.21-5
krb5 rebuild

Modified:
  mutt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-29 00:28:14 UTC (rev 121106)
+++ PKGBUILD2011-04-29 00:34:05 UTC (rev 121107)
@@ -4,13 +4,13 @@
 
 pkgname=mutt
 pkgver=1.5.21
-pkgrel=4
+pkgrel=5
 pkgdesc='Small but very powerful text-based mail client'
 url='http://www.mutt.org/'
 license=('GPL')
 backup=('etc/Muttrc')
 arch=('i686' 'x86_64')
-depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 
'heimdal')
+depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 
'krb5')
 source=(ftp://ftp.mutt.org/mutt/devel/${pkgname}-${pkgver}.tar.gz;)
 sha1sums=('a8475f2618ce5d5d33bff85c0affdf21ab1d76b9')
 



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

2011-04-28 Thread Stéphane Gaudreault
Date: Thursday, April 28, 2011 @ 20:34:11
  Author: stephane
Revision: 121108

archrelease: copy trunk to staging-i686

Added:
  mutt/repos/staging-i686/



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

2011-04-28 Thread Stéphane Gaudreault
Date: Thursday, April 28, 2011 @ 20:34:19
  Author: stephane
Revision: 121109

archrelease: copy trunk to staging-x86_64

Added:
  mutt/repos/staging-x86_64/



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

2011-04-28 Thread Stéphane Gaudreault
Date: Thursday, April 28, 2011 @ 21:29:30
  Author: stephane
Revision: 121110

upgpkg: subversion 1.6.15-2
krb5 rebuild

Modified:
  subversion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-29 00:34:19 UTC (rev 121109)
+++ PKGBUILD2011-04-29 01:29:30 UTC (rev 121110)
@@ -4,12 +4,12 @@
 
 pkgname=subversion
 pkgver=1.6.15
-pkgrel=1
+pkgrel=2
 pkgdesc=Replacement for CVS, another versioning system (SVN)
 arch=('i686' 'x86_64')
 license=('apache' 'bsd')
 depends=('neon' 'apr-util')
-makedepends=('heimdal' 'apache' 'python2' 'perl' 'swig' 'ruby' 'java-runtime' 
+makedepends=('krb5' 'apache' 'python2' 'perl' 'swig' 'ruby' 'java-runtime' 
  'autoconf' 'sqlite3' 'db' 'e2fsprogs' 'libgnome-keyring' 
'kdelibs')
 source=(http://subversion.tigris.org/downloads/$pkgname-$pkgver.tar.bz2
 svnserve svn svnserve.conf svnmerge.py



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

2011-04-28 Thread Stéphane Gaudreault
Date: Thursday, April 28, 2011 @ 21:29:36
  Author: stephane
Revision: 12

archrelease: copy trunk to staging-i686

Added:
  subversion/repos/staging-i686/



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

2011-04-28 Thread Stéphane Gaudreault
Date: Thursday, April 28, 2011 @ 21:29:41
  Author: stephane
Revision: 121112

archrelease: copy trunk to staging-x86_64

Added:
  subversion/repos/staging-x86_64/



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

2011-04-28 Thread Eric Bélanger
Date: Thursday, April 28, 2011 @ 22:56:31
  Author: eric
Revision: 121113

upgpkg: alpine 2.00-13
Replaced heimdal depends by krb5

Modified:
  alpine/trunk/PKGBUILD

--+
 PKGBUILD |   18 +++---
 1 file changed, 11 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-04-29 01:29:41 UTC (rev 121112)
+++ PKGBUILD2011-04-29 02:56:31 UTC (rev 121113)
@@ -1,15 +1,15 @@
 # $Id$
-# Maintainer: Eric Belanger e...@archlinux.org
+# Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=alpine
 pkgver=2.00
-pkgrel=12
+pkgrel=13
 _patchlevel=79
 pkgdesc=The Apache-licensed PINE (a tool for reading, sending, and managing 
electronic messages)
 arch=('i686' 'x86_64')
 url=http://www.washington.edu/alpine/;
 license=('APACHE')
-depends=('libldap' 'heimdal' 'gettext')
+depends=('libldap' 'krb5' 'gettext')
 optdepends=('aspell: for spell-checking support')
 provides=('pine')
 conflicts=('pine')
@@ -18,10 +18,14 @@
 source=(ftp://ftp.cac.washington.edu/${pkgname}/${pkgname}.tar.bz2 \
 
http://staff.washington.edu/chappa/alpine/patches/alpine-${pkgver}/all_${_patchlevel}.patch.gz
 \
 2.00-lpam.patch CVE-2008-5514.patch)
-md5sums=('84e44cbf71ed674800a5d57eed9c1c52' 'd7dffd121c9a1cac4c458c0ff71df1ce'\
- 'cd3911c16fc6a072e853c0ccfc35857c' '1b52a54a656979116c09fb1d948a4325')
-sha1sums=('dcbd3c5419954f484ccf706feaba31ce48cdebc4' 
'd3acbf0e46c50feb2e822ef3bdc0a0f43c007294'\
- '1b39525f91ebd5a9de5a1e04f5554f6fa5f58ae3' 
'bc61d76a237ff42b00b3f60f2e6fc5c45e261dbb')
+md5sums=('84e44cbf71ed674800a5d57eed9c1c52'
+ 'd7dffd121c9a1cac4c458c0ff71df1ce'
+ 'cd3911c16fc6a072e853c0ccfc35857c'
+ '1b52a54a656979116c09fb1d948a4325')
+sha1sums=('dcbd3c5419954f484ccf706feaba31ce48cdebc4'
+  'd3acbf0e46c50feb2e822ef3bdc0a0f43c007294'
+  '1b39525f91ebd5a9de5a1e04f5554f6fa5f58ae3'
+  'bc61d76a237ff42b00b3f60f2e6fc5c45e261dbb')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-04-28 Thread Eric Bélanger
Date: Thursday, April 28, 2011 @ 22:56:41
  Author: eric
Revision: 121114

archrelease: copy trunk to staging-i686

Added:
  alpine/repos/staging-i686/



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

2011-04-28 Thread Eric Bélanger
Date: Thursday, April 28, 2011 @ 22:56:49
  Author: eric
Revision: 121115

archrelease: copy trunk to staging-x86_64

Added:
  alpine/repos/staging-x86_64/



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

2011-04-28 Thread Angel Velásquez
Date: Thursday, April 28, 2011 @ 23:02:02
  Author: angvp
Revision: 121116

upgpkg: python-cairo 1.10.0-1
Version bump to 1.10.0

Modified:
  python-cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-29 02:56:49 UTC (rev 121115)
+++ PKGBUILD2011-04-29 03:02:02 UTC (rev 121116)
@@ -1,20 +1,19 @@
 # $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org  
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=python-cairo
-pkgver=1.8.10
-pkgrel=2
+pkgver=1.10.0
+pkgrel=1
 pkgdesc=Python bindings for the cairo graphics library
 arch=('i686' 'x86_64')
 license=('LGPL3')
 depends=('python' 'cairo')
 makedepends=('pkg-config')
 options=('!libtool')
-source=(http://cairographics.org/releases/pycairo-${pkgver}.tar.bz2
-pycairo-1.8.10-pypath.patch)
+source=(http://cairographics.org/releases/pycairo-${pkgver}.tar.bz2)
 url=http://www.cairographics.org/pycairo;
-md5sums=('ddc544943d791e3c22ca8f019e10e1e3'
- '047cfe0a98cfa73a156cd70e70082325')
+md5sums=('e6fd3f2f1e6a72e0db0868c4985669c5')
 
 build() {
   cd ${srcdir}/pycairo-${pkgver}
@@ -31,7 +30,6 @@
 
   # Patch the unpacked version of waf:
   pushd .waf3*
-  patch -Np0 -i ../../pycairo-1.8.10-pypath.patch
   popd
 
   ./waf configure --prefix=/usr



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

2011-04-28 Thread Angel Velásquez
Date: Thursday, April 28, 2011 @ 23:02:14
  Author: angvp
Revision: 121117

archrelease: remove extra-i686

Deleted:
  python-cairo/repos/extra-i686/



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

2011-04-28 Thread Angel Velásquez
Date: Thursday, April 28, 2011 @ 23:02:24
  Author: angvp
Revision: 121118

archrelease: copy trunk to extra-i686

Added:
  python-cairo/repos/extra-i686/



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

2011-04-28 Thread Angel Velásquez
Date: Thursday, April 28, 2011 @ 23:02:34
  Author: angvp
Revision: 121119

archrelease: remove extra-x86_64

Deleted:
  python-cairo/repos/extra-x86_64/



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

2011-04-28 Thread Angel Velásquez
Date: Thursday, April 28, 2011 @ 23:02:43
  Author: angvp
Revision: 121120

archrelease: copy trunk to extra-x86_64

Added:
  python-cairo/repos/extra-x86_64/



[arch-commits] Commit in python-cairo/trunk (pycairo-1.8.10-pypath.patch)

2011-04-28 Thread Angel Velásquez
Date: Thursday, April 28, 2011 @ 23:03:24
  Author: angvp
Revision: 121121

Removing patch pycairo-1.8.10-pypath.patch

Deleted:
  python-cairo/trunk/pycairo-1.8.10-pypath.patch

-+
 pycairo-1.8.10-pypath.patch |   36 
 1 file changed, 36 deletions(-)

Deleted: pycairo-1.8.10-pypath.patch
===
--- pycairo-1.8.10-pypath.patch 2011-04-29 03:02:43 UTC (rev 121120)
+++ pycairo-1.8.10-pypath.patch 2011-04-29 03:03:24 UTC (rev 121121)
@@ -1,36 +0,0 @@
-diff -up wafadmin/Tools/python.py.pypath wafadmin/Tools/python.py
 wafadmin/Tools/python.py.pypath2011-02-10 15:30:44.118506004 -0500
-+++ wafadmin/Tools/python.py   2011-02-10 15:32:50.922506002 -0500
-@@ -156,6 +156,9 @@ MACOSX_DEPLOYMENT_TARGET = %r
-   env.append_value('LINKFLAGS_PYEMBED',python_LDFLAGS.split())
-   result=False
-   name='python'+env['PYTHON_VERSION']
-+  
python_config=conf.find_program('python%s-config'%('.'.join(env['PYTHON_VERSION'].split('.')[:2])),var='PYTHON_CONFIG')
-+  if not python_config:
-+  
python_config=conf.find_program('python-config-%s'%('.'.join(env['PYTHON_VERSION'].split('.')[:2])),var='PYTHON_CONFIG')
-   if python_LIBDIR is not None:
-   path=[python_LIBDIR]
-   conf.log.write(\n\n# Trying LIBDIR: %r\n%path)
-@@ -169,6 +172,12 @@ MACOSX_DEPLOYMENT_TARGET = %r
-   path=[os.path.join(python_prefix,libs)]
-   name='python'+env['PYTHON_VERSION'].replace('.','')
-   result=conf.check(lib=name,uselib='PYEMBED',libpath=path)
-+  if not result and python_config:
-+  conf.log.write(\n\n# try again with help of python-config\n)
-+  for libstr in Utils.cmd_output(%s %s 
--libs%(python,python_config)).strip().split():
-+  if(libstr.startswith('-lpython')):
-+  name=libstr[2:]
-+  result=conf.check(lib=name,uselib='PYEMBED',libpath=path)
-   if result:
-   env['LIBPATH_PYEMBED']=path
-   env.append_value('LIB_PYEMBED',name)
-@@ -177,9 +186,6 @@ MACOSX_DEPLOYMENT_TARGET = %r
-   if(sys.platform=='win32'or sys.platform.startswith('os2')or 
sys.platform=='darwin'or Py_ENABLE_SHARED):
-   env['LIBPATH_PYEXT']=env['LIBPATH_PYEMBED']
-   env['LIB_PYEXT']=env['LIB_PYEMBED']
--  
python_config=conf.find_program('python%s-config'%('.'.join(env['PYTHON_VERSION'].split('.')[:2])),var='PYTHON_CONFIG')
--  if not python_config:
--  
python_config=conf.find_program('python-config-%s'%('.'.join(env['PYTHON_VERSION'].split('.')[:2])),var='PYTHON_CONFIG')
-   includes=[]
-   if python_config:
-   for incstr in Utils.cmd_output(%s %s 
--includes%(python,python_config)).strip().split():



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

2011-04-28 Thread Angel Velásquez
Date: Thursday, April 28, 2011 @ 23:09:05
  Author: angvp
Revision: 121122

db-move: kismet removed by angvp for move to [extra] (i686)

Deleted:
  kismet/repos/extra-i686/



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

2011-04-28 Thread Angel Velásquez
Date: Thursday, April 28, 2011 @ 23:09:06
  Author: angvp
Revision: 121123

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

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



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

2011-04-28 Thread Angel Velásquez
Date: Thursday, April 28, 2011 @ 23:09:07
  Author: angvp
Revision: 121124

db-move: kismet removed by angvp for move to [extra] (x86_64)

Deleted:
  kismet/repos/extra-x86_64/



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

2011-04-28 Thread Angel Velásquez
Date: Thursday, April 28, 2011 @ 23:09:07
  Author: angvp
Revision: 121125

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

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



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

2011-04-28 Thread andyrtr
Date: Friday, April 29, 2011 @ 01:00:59
  Author: andyrtr
Revision: 121126

upgpkg: mesa 7.10.99.git20110429-1
update snapshot; use llvm to build the gallium based drivers; build egl state 
tracker

Modified:
  mesa/trunk/PKGBUILD

--+
 PKGBUILD |   50 +++---
 1 file changed, 39 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-04-29 03:09:07 UTC (rev 121125)
+++ PKGBUILD2011-04-29 05:00:59 UTC (rev 121126)
@@ -3,26 +3,26 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgbase=mesa
-pkgname=('mesa' 'libgl' 'libgles' 'libegl' 'ati-dri' 'intel-dri' 
'unichrome-dri' 'mach64-dri' 'mga-dri' 'r128-dri' 'savage-dri' 'sis-dri' 
'tdfx-dri' 'nouveau-dri')
+pkgname=('mesa' 'libgl' 'libgles' 'libegl' 'ati-dri' 'intel-dri' 
'unichrome-dri' 'mach64-dri' 'mga-dri' 'r128-dri' 'savage-dri' 'sis-dri' 
'tdfx-dri' 'nouveau-dri') # 'llvm-dri')
 
 _git=true
 #_git=false
 
 if [ ${_git} = true ]; then
-pkgver=7.10.99.git20110412
+pkgver=7.10.99.git20110429
   else
 pkgver=7.10.2
 fi
 pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('glproto=1.4.12' 'pkgconfig' 'libdrm=2.4.25' 
'libxxf86vm=1.1.1' 'libxdamage=1.1.3' 'expat=2.0.1' 'libx11=1.4.3' 
'libxt=1.1.1' 
- 'gcc-libs=4.5' 'dri2proto=2.3' 'python2' 'libxml2' 'imake')
+ 'gcc-libs=4.5' 'dri2proto=2.3' 'python2' 'libxml2' 'imake' 
'llvm')
 url=http://mesa3d.sourceforge.net;
 license=('custom')
 source=(LICENSE gnome-shell-shader-fix.patch nouveau-fix-header.patch)
 if [ ${_git} = true ]; then
-   # mesa git shot from 7.11 branch - see for state: 
http://cgit.freedesktop.org/mesa/mesa/commit/?id=f05751aa2af1a8ec83c2d110385aab1b7e735238
-   source=(${source[@]} 
'ftp://ftp.archlinux.org/other/mesa/mesa-f05751aa2af1a8ec83c2d110385aab1b7e735238.tar.bz2')
+   # mesa git shot from 7.11 branch - see for state: 
http://cgit.freedesktop.org/mesa/mesa/commit/?id=608a4a17feea9fba2812d4e5c01dd6dbadc5d6e0
+   source=(${source[@]} 
'ftp://ftp.archlinux.org/other/mesa/mesa-608a4a17feea9fba2812d4e5c01dd6dbadc5d6e0.tar.bz2')
   else
source=(${source[@]} 
ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2;
 )
@@ -30,7 +30,7 @@
 md5sums=('5c65a0fe315dd347e09b1f2826a1df5a'
  '3ec78f340f9387abd7a37b195e764cbf'
  '67c87b77cc2236b52a3b47dad3fbb5d4'
- '56d8862d1155f7e8054f9aa7f93ebebc')
+ '8d1a895110a6d3b7c51b3521f794bae2')
 
 build() {
 if [ ${_git} = true ]; then
@@ -50,19 +50,27 @@
 if [ ${_git} = true ]; then
 ./autogen.sh --prefix=/usr \
 --with-dri-driverdir=/usr/lib/xorg/modules/dri \
---enable-gallium-radeon \
+--enable-gallium-r300 \
 --enable-gallium-r600 \
 --enable-gallium-nouveau \
+--enable-gallium-llvm \
+--enable-gallium-egl \
 --enable-gallium-swrast \
 --enable-glx-tls \
 --with-driver=dri \
 --enable-xcb \
---with-state-trackers=dri,glx \
+--with-state-trackers=dri,glx,egl \
 --disable-glut \
 --enable-gles1 \
 --enable-gles2 \
---enable-egl \
---disable-gallium-egl
+--enable-egl 
+#--enable-gallium-svga \
+
+# --enable-texture-float (enable floating-point textures and 
renderbuffers) - http://www.phoronix.com/scan.php?page=news_itempx=OTMzMg
+#The source code to implement ARB_texture_float extension is included and 
can be toggled on at compile time only by those who purchased a license from 
SGI, or are in a country where the patent does not apply.
+
+#--enable-shared-dricore - http://bugs.gentoo.org/show_bug.cgi?id=357177
+
   else
 ./configure --prefix=/usr \
 --with-dri-driverdir=/usr/lib/xorg/modules/dri \
@@ -142,7 +150,8 @@
   pkgdesc=Mesa libEGL libraries and headers
 
 if [ ${_git} = true ]; then
-cd ${srcdir}/mesa-*   
+cd ${srcdir}/mesa-*  
+make -C src/gallium/targets/egl DESTDIR=${pkgdir} install
   else
 cd ${srcdir}/Mesa-${pkgver} 
 fi
@@ -168,6 +177,7 @@
   install -m755 -d ${pkgdir}/usr/share/licenses/libegl
   install -m644 ${srcdir}/LICENSE ${pkgdir}/usr/share/licenses/libegl/
 }
+
 package_mesa() {
   depends=('libgl' 'libx11=1.4.3' 'libxt=1.1.1' 'gcc-libs=4.5' 
'dri2proto=2.3' 'libdrm=2.4.25' 'glproto=1.4.12')
   optdepends=('opengl-man-pages: for the OpenGL API man pages')
@@ -346,3 +356,21 @@
 fi
 }
 
+#package_llvm-dri() {
+#  depends=(libgl=${pkgver})
+#  pkgdesc=Mesa common LLVM support
+
+#if [ ${_git} = true ]; then
+#cd ${srcdir}/mesa-*/src/gallium
+#  else
+#cd ${srcdir}/Mesa-${pkgver}/src/gallium
+#fi
+
+  # gallium llvmpipe
+#if [ ${_git} = true ]; then
+#make -C drivers/llvmpipe DESTDIR=${pkgdir} install
+##make -C targets/dri-swrast DESTDIR=${pkgdir} install
+#  else
+#make -C ${srcdir}/Mesa-${pkgver}/src/gallium/targets/dri-nouveau 
DESTDIR=${pkgdir} install
+#fi
+#}



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

2011-04-28 Thread andyrtr
Date: Friday, April 29, 2011 @ 01:01:03
  Author: andyrtr
Revision: 121127

archrelease: remove testing-x86_64

Deleted:
  mesa/repos/testing-x86_64/



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

2011-04-28 Thread andyrtr
Date: Friday, April 29, 2011 @ 01:07:32
  Author: andyrtr
Revision: 121128

archrelease: remove testing-i686

Deleted:
  mesa/repos/testing-i686/



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

2011-04-28 Thread andyrtr
Date: Friday, April 29, 2011 @ 01:07:49
  Author: andyrtr
Revision: 121129

archrelease: copy trunk to testing-i686

Added:
  mesa/repos/testing-i686/



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

2011-04-28 Thread andyrtr
Date: Friday, April 29, 2011 @ 01:12:44
  Author: andyrtr
Revision: 121130

archrelease: remove testing-i686

Deleted:
  mesa/repos/testing-i686/



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

2011-04-28 Thread andyrtr
Date: Friday, April 29, 2011 @ 01:13:01
  Author: andyrtr
Revision: 121131

archrelease: copy trunk to testing-i686

Added:
  mesa/repos/testing-i686/



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

2011-04-28 Thread andyrtr
Date: Friday, April 29, 2011 @ 01:13:18
  Author: andyrtr
Revision: 121132

archrelease: copy trunk to testing-x86_64

Added:
  mesa/repos/testing-x86_64/



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

2011-04-28 Thread andyrtr
Date: Friday, April 29, 2011 @ 01:33:19
  Author: andyrtr
Revision: 121133

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

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



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

2011-04-28 Thread andyrtr
Date: Friday, April 29, 2011 @ 01:33:19
  Author: andyrtr
Revision: 121134

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

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



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

2011-04-28 Thread andyrtr
Date: Friday, April 29, 2011 @ 01:33:21
  Author: andyrtr
Revision: 121136

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

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



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

2011-04-28 Thread andyrtr
Date: Friday, April 29, 2011 @ 01:33:22
  Author: andyrtr
Revision: 121137

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

Deleted:
  raptor/repos/extra-x86_64/



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

2011-04-28 Thread andyrtr
Date: Friday, April 29, 2011 @ 01:33:23
  Author: andyrtr
Revision: 121138

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

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



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

2011-04-28 Thread andyrtr
Date: Friday, April 29, 2011 @ 01:33:27
  Author: andyrtr
Revision: 121139

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

Deleted:
  rasqal/repos/extra-i686/



  1   2   >