[arch-commits] Commit in libffi/trunk (PKGBUILD libffi-3.0.13-fix-include-path.patch)

2013-05-28 Thread Stéphane Gaudreault
Date: Tuesday, May 28, 2013 @ 13:50:26
  Author: stephane
Revision: 186527

upgpkg: libffi 3.0.13-3

revert last commit as it seems that upstream want header files in /usr/lib ...

Modified:
  libffi/trunk/PKGBUILD
Deleted:
  libffi/trunk/libffi-3.0.13-fix-include-path.patch

--+
 PKGBUILD |   13 ++--
 libffi-3.0.13-fix-include-path.patch |   34 -
 2 files changed, 3 insertions(+), 44 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-28 10:50:24 UTC (rev 186526)
+++ PKGBUILD2013-05-28 11:50:26 UTC (rev 186527)
@@ -4,7 +4,7 @@
 
 pkgname=libffi
 pkgver=3.0.13
-pkgrel=2
+pkgrel=3
 pkgdesc=A portable, high level programming interface to various calling 
conventions
 arch=('i686' 'x86_64')
 url=http://sourceware.org/libffi/;
@@ -13,16 +13,9 @@
 checkdepends=('dejagnu')
 options=('!libtool')
 install=libffi.install
-source=(ftp://sourceware.org/pub/libffi/libffi-${pkgver}.tar.gz
-libffi-3.0.13-fix-include-path.patch)
-sha1sums=('f5230890dc0be42fb5c58fbf793da253155de106'
-  '45652f78dc51f325ed85cd277af051afa419acf2')
+source=(ftp://sourceware.org/pub/libffi/libffi-${pkgver}.tar.gz)
+sha1sums=('f5230890dc0be42fb5c58fbf793da253155de106')
 
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ../libffi-3.0.13-fix-include-path.patch
-}
-
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --disable-static

Deleted: libffi-3.0.13-fix-include-path.patch
===
--- libffi-3.0.13-fix-include-path.patch2013-05-28 10:50:24 UTC (rev 
186526)
+++ libffi-3.0.13-fix-include-path.patch2013-05-28 11:50:26 UTC (rev 
186527)
@@ -1,34 +0,0 @@
-diff -up libffi-3.0.13/include/Makefile.am.fixpath 
libffi-3.0.13/include/Makefile.am
 libffi-3.0.13/include/Makefile.am.fixpath  2013-05-25 22:11:25.983889342 
-0400
-+++ libffi-3.0.13/include/Makefile.am  2013-05-25 22:12:12.337890037 -0400
-@@ -5,5 +5,5 @@ AUTOMAKE_OPTIONS=foreign
- DISTCLEANFILES=ffitarget.h
- EXTRA_DIST=ffi.h.in ffi_common.h
- 
--includesdir = $(libdir)/@PACKAGE_NAME@-@PACKAGE_VERSION@/include
-+includesdir = $(includedir)/
- nodist_includes_HEADERS = ffi.h ffitarget.h
-diff -up libffi-3.0.13/include/Makefile.in.fixpath 
libffi-3.0.13/include/Makefile.in
 libffi-3.0.13/include/Makefile.in.fixpath  2013-05-25 22:12:56.259890696 
-0400
-+++ libffi-3.0.13/include/Makefile.in  2013-05-25 22:13:12.101890934 -0400
-@@ -250,7 +250,7 @@ top_srcdir = @top_srcdir@
- AUTOMAKE_OPTIONS = foreign
- DISTCLEANFILES = ffitarget.h
- EXTRA_DIST = ffi.h.in ffi_common.h
--includesdir = $(libdir)/@PACKAGE_NAME@-@PACKAGE_VERSION@/include
-+includesdir = $(includedir)/
- nodist_includes_HEADERS = ffi.h ffitarget.h
- all: all-am
- 
-diff -up libffi-3.0.13/libffi.pc.in.fixpath libffi-3.0.13/libffi.pc.in
 libffi-3.0.13/libffi.pc.in.fixpath 2013-05-25 22:14:21.037891968 -0400
-+++ libffi-3.0.13/libffi.pc.in 2013-05-25 22:14:31.652892128 -0400
-@@ -1,7 +1,7 @@
- prefix=@prefix@
- exec_prefix=@exec_prefix@
- libdir=@libdir@
--includedir=${libdir}/@PACKAGE_NAME@-@PACKAGE_VERSION@/include
-+includedir=@includedir@
- 
- Name: @PACKAGE_NAME@
- Description: Library supporting Foreign Function Interfaces



[arch-commits] Commit in libffi/repos (10 files)

2013-05-28 Thread Stéphane Gaudreault
Date: Tuesday, May 28, 2013 @ 13:51:07
  Author: stephane
Revision: 186528

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

Added:
  libffi/repos/testing-i686/PKGBUILD
(from rev 186527, libffi/trunk/PKGBUILD)
  libffi/repos/testing-i686/libffi.install
(from rev 186527, libffi/trunk/libffi.install)
  libffi/repos/testing-x86_64/PKGBUILD
(from rev 186527, libffi/trunk/PKGBUILD)
  libffi/repos/testing-x86_64/libffi.install
(from rev 186527, libffi/trunk/libffi.install)
Deleted:
  libffi/repos/testing-i686/PKGBUILD
  libffi/repos/testing-i686/libffi-3.0.13-fix-include-path.patch
  libffi/repos/testing-i686/libffi.install
  libffi/repos/testing-x86_64/PKGBUILD
  libffi/repos/testing-x86_64/libffi-3.0.13-fix-include-path.patch
  libffi/repos/testing-x86_64/libffi.install

-+
 /PKGBUILD   |   68 ++
 /libffi.install |   40 ++
 testing-i686/PKGBUILD   |   41 --
 testing-i686/libffi-3.0.13-fix-include-path.patch   |   34 -
 testing-i686/libffi.install |   20 -
 testing-x86_64/PKGBUILD |   41 --
 testing-x86_64/libffi-3.0.13-fix-include-path.patch |   34 -
 testing-x86_64/libffi.install   |   20 -
 8 files changed, 108 insertions(+), 190 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-05-28 11:50:26 UTC (rev 186527)
+++ testing-i686/PKGBUILD   2013-05-28 11:51:07 UTC (rev 186528)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=libffi
-pkgver=3.0.13
-pkgrel=2
-pkgdesc=A portable, high level programming interface to various calling 
conventions
-arch=('i686' 'x86_64')
-url=http://sourceware.org/libffi/;
-license=('MIT')
-depends=('glibc')
-checkdepends=('dejagnu')
-options=('!libtool')
-install=libffi.install
-source=(ftp://sourceware.org/pub/libffi/libffi-${pkgver}.tar.gz
-libffi-3.0.13-fix-include-path.patch)
-sha1sums=('f5230890dc0be42fb5c58fbf793da253155de106'
-  '45652f78dc51f325ed85cd277af051afa419acf2')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ../libffi-3.0.13-fix-include-path.patch
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: libffi/repos/testing-i686/PKGBUILD (from rev 186527, 
libffi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-28 11:51:07 UTC (rev 186528)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=libffi
+pkgver=3.0.13
+pkgrel=3
+pkgdesc=A portable, high level programming interface to various calling 
conventions
+arch=('i686' 'x86_64')
+url=http://sourceware.org/libffi/;
+license=('MIT')
+depends=('glibc')
+checkdepends=('dejagnu')
+options=('!libtool')
+install=libffi.install
+source=(ftp://sourceware.org/pub/libffi/libffi-${pkgver}.tar.gz)
+sha1sums=('f5230890dc0be42fb5c58fbf793da253155de106')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: testing-i686/libffi-3.0.13-fix-include-path.patch
===
--- testing-i686/libffi-3.0.13-fix-include-path.patch   2013-05-28 11:50:26 UTC 
(rev 186527)
+++ testing-i686/libffi-3.0.13-fix-include-path.patch   2013-05-28 11:51:07 UTC 
(rev 186528)
@@ -1,34 +0,0 @@
-diff -up libffi-3.0.13/include/Makefile.am.fixpath 
libffi-3.0.13/include/Makefile.am
 libffi-3.0.13/include/Makefile.am.fixpath  2013-05-25 22:11:25.983889342 
-0400
-+++ libffi-3.0.13/include/Makefile.am  2013-05-25 22:12:12.337890037 -0400
-@@ -5,5 +5,5 @@ AUTOMAKE_OPTIONS=foreign
- DISTCLEANFILES=ffitarget.h
- EXTRA_DIST=ffi.h.in ffi_common.h
- 
--includesdir = $(libdir)/@PACKAGE_NAME@-@PACKAGE_VERSION@/include
-+includesdir = $(includedir)/
- nodist_includes_HEADERS = ffi.h ffitarget.h
-diff -up libffi-3.0.13/include/Makefile.in.fixpath 
libffi-3.0.13/include/Makefile.in
 libffi-3.0.13/include/Makefile.in.fixpath  2013-05-25 22:12:56.259890696 
-0400

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

2013-05-28 Thread Stéphane Gaudreault
Date: Tuesday, May 28, 2013 @ 13:56:03
  Author: stephane
Revision: 186529

upgpkg: swig 2.0.10-1

upstream update

Modified:
  swig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-28 11:51:07 UTC (rev 186528)
+++ PKGBUILD2013-05-28 11:56:03 UTC (rev 186529)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=swig
-pkgver=2.0.9
+pkgver=2.0.10
 pkgrel=1
 pkgdesc=Generate scripting interfaces to C/C++ code
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 license=('custom')
 depends=('zlib' 'pcre')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('7984bf1043f522e88ea51d4bd21c97d3c68342be')
+sha1sums=('ad6f95ce9b9da4a8f5b80ac1848d26c76f518d84')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-05-28 Thread Stéphane Gaudreault
Date: Tuesday, May 28, 2013 @ 13:56:39
  Author: stephane
Revision: 186530

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

Added:
  swig/repos/testing-i686/
  swig/repos/testing-i686/PKGBUILD
(from rev 186529, swig/trunk/PKGBUILD)
  swig/repos/testing-x86_64/
  swig/repos/testing-x86_64/PKGBUILD
(from rev 186529, swig/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   28 
 testing-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: swig/repos/testing-i686/PKGBUILD (from rev 186529, swig/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-28 11:56:39 UTC (rev 186530)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=swig
+pkgver=2.0.10
+pkgrel=1
+pkgdesc=Generate scripting interfaces to C/C++ code
+arch=('i686' 'x86_64')
+url=http://www.swig.org/;
+license=('custom')
+depends=('zlib' 'pcre')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('ad6f95ce9b9da4a8f5b80ac1848d26c76f518d84')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -D -m644 LICENSE-UNIVERSITIES 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-UNIVERSITIES
+}

Copied: swig/repos/testing-x86_64/PKGBUILD (from rev 186529, 
swig/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-05-28 11:56:39 UTC (rev 186530)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=swig
+pkgver=2.0.10
+pkgrel=1
+pkgdesc=Generate scripting interfaces to C/C++ code
+arch=('i686' 'x86_64')
+url=http://www.swig.org/;
+license=('custom')
+depends=('zlib' 'pcre')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('ad6f95ce9b9da4a8f5b80ac1848d26c76f518d84')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -D -m644 LICENSE-UNIVERSITIES 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-UNIVERSITIES
+}



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

2013-05-28 Thread Stéphane Gaudreault
Date: Tuesday, May 28, 2013 @ 18:12:17
  Author: stephane
Revision: 91825

upgpkg: shapelib 1.3.0-2

rebuild and fix for CFLAGS (FS#35500)

Modified:
  shapelib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-28 15:45:47 UTC (rev 91824)
+++ PKGBUILD2013-05-28 16:12:17 UTC (rev 91825)
@@ -5,7 +5,7 @@
 
 pkgname=shapelib
 pkgver=1.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='simple C API for reading and writing ESRI Shapefiles'
 arch=('i686' 'x86_64')
 url='http://shapelib.maptools.org/'
@@ -19,14 +19,14 @@
 build() {
   cd $pkgname-$pkgver
   
-  sed -i -e s:'-O2':${CFLAGS}: Makefile
+  sed -i -e s:'-fPIC':${CFLAGS} -fPIC: Makefile
   make lib
 }
 
 package() {
   cd $pkgname-$pkgver
 
-  install -d $pkgdir/usr/lib $pkgdir/usr/include
+  install -dm755 $pkgdir/usr/{lib,include}
 
   # Fix the broken makefile
   sed -i -e s:/usr/local:${pkgdir}/usr: Makefile



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

2013-05-28 Thread Stéphane Gaudreault
Date: Tuesday, May 28, 2013 @ 18:12:54
  Author: stephane
Revision: 91826

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

Added:
  shapelib/repos/community-testing-i686/
  shapelib/repos/community-testing-i686/LICENSE
(from rev 91825, shapelib/trunk/LICENSE)
  shapelib/repos/community-testing-i686/PKGBUILD
(from rev 91825, shapelib/trunk/PKGBUILD)
  shapelib/repos/community-testing-x86_64/
  shapelib/repos/community-testing-x86_64/LICENSE
(from rev 91825, shapelib/trunk/LICENSE)
  shapelib/repos/community-testing-x86_64/PKGBUILD
(from rev 91825, shapelib/trunk/PKGBUILD)

---+
 community-testing-i686/LICENSE|   21 ++
 community-testing-i686/PKGBUILD   |   40 
 community-testing-x86_64/LICENSE  |   21 ++
 community-testing-x86_64/PKGBUILD |   40 
 4 files changed, 122 insertions(+)

Copied: shapelib/repos/community-testing-i686/LICENSE (from rev 91825, 
shapelib/trunk/LICENSE)
===
--- community-testing-i686/LICENSE  (rev 0)
+++ community-testing-i686/LICENSE  2013-05-28 16:12:54 UTC (rev 91826)
@@ -0,0 +1,21 @@
+Copyright
+The source for the Shapefile C Library is (c) 1998 Frank Warmerdam, and 
released under the following conditions. The intent is that anyone can do 
anything with the code, but that I do not assume any liability, nor express any 
warranty for this code.
+
+As of Shapelib 1.2.6 the core portions of the library are made available under 
two possible licenses. The licensee can choose to use the code under either the 
Library GNU Public License (LGPL) described in LICENSE.LGPL or under the 
following MIT style license. Any files in the Shapelib distribution without 
explicit copyright license terms (such as this documentation, the Makefile and 
so forth) should be considered to have the following licensing terms. Some 
auxilary portions of Shapelib, notably some of the components in the contrib 
directory come under slightly different license restrictions. Check the source 
files that you are actually using for conditions.
+
+Default License Terms
+Copyright (c) 1999, Frank Warmerdam
+
+This software is available under the following MIT Style license, or at the 
option of the licensee under the LGPL (see LICENSE.LGPL). This option is 
discussed in more detail in shapelib.html.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy 
of this software and associated documentation files (the Software), to deal 
in the Software without restriction, including without limitation the rights to 
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
of the Software, and to permit persons to whom the Software is furnished to do 
so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all 
copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
SOFTWARE.
+
+Shapelib Modifications
+I am pleased to receive bug fixes, and improvements for Shapelib. Unless the 
submissions indicate otherwise I will assume that changes submitted to me 
remain under the the above dual license terms. If changes are made to the 
library with the intention that those changes should be protected by the LGPL 
then I should be informed upon submission. Note that I will not generally 
incorporate changes into the core of Shapelib that are protected under the LGPL 
as this would effectively limit the whole file and distribution to LGPL terms.
+
+Opting for LGPL
+For licensee's opting to use Shapelib under LGPL as opposed to the MIT Style 
license above, and wishing to redistribute the software based on Shapelib, I 
would ask that all dual license modules be updated to indicate that only the 
LGPL (and not the MIT Style license) applies. This action represents opting for 
the LGPL, and thereafter LGPL terms apply to any redistribution and 
modification of the affected modules.

Copied: shapelib/repos/community-testing-i686/PKGBUILD (from rev 91825, 
shapelib/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-05-28 16:12:54 UTC (rev 91826)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Jaroslav Lichtblau 

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

2013-05-27 Thread Stéphane Gaudreault
Date: Monday, May 27, 2013 @ 14:00:13
  Author: stephane
Revision: 186478

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

Added:
  dialog/repos/core-i686/PKGBUILD
(from rev 186477, dialog/repos/testing-i686/PKGBUILD)
  dialog/repos/core-x86_64/PKGBUILD
(from rev 186477, dialog/repos/testing-x86_64/PKGBUILD)
Deleted:
  dialog/repos/core-i686/PKGBUILD
  dialog/repos/core-x86_64/PKGBUILD
  dialog/repos/testing-i686/
  dialog/repos/testing-x86_64/

--+
 /PKGBUILD|   58 +
 core-i686/PKGBUILD   |   27 --
 core-x86_64/PKGBUILD |   27 --
 3 files changed, 58 insertions(+), 54 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2013-05-27 11:23:42 UTC (rev 186477)
+++ core-i686/PKGBUILD  2013-05-27 12:00:13 UTC (rev 186478)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Andreas Radke andy...@archlinux.org
-
-pkgname=dialog
-pkgver=1.2_20121230
-pkgrel=1
-pkgdesc=A tool to display dialog boxes from shell scripts
-arch=('i686' 'x86_64')
-url=http://invisible-island.net/dialog/;
-license=('LGPL2.1')
-depends=('ncurses')
-source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver/_/-}.tgz)
-sha1sums=('f6ba16481e04c707c7cbfc3c3c1340040bdb0aa3')
-
-build() {
-  cd ${srcdir}/$pkgname-${pkgver/_/-}
-  ./configure --prefix=/usr --mandir=/usr/share/man \
-  --with-ncursesw --enable-nls
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-${pkgver/_/-}
-  make DESTDIR=${pkgdir} install install-lib
-}

Copied: dialog/repos/core-i686/PKGBUILD (from rev 186477, 
dialog/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2013-05-27 12:00:13 UTC (rev 186478)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgname=dialog
+pkgver=1.2_20130523
+pkgrel=1
+pkgdesc=A tool to display dialog boxes from shell scripts
+arch=('i686' 'x86_64')
+url=http://invisible-island.net/dialog/;
+license=('LGPL2.1')
+depends=('ncurses')
+source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver/_/-}.tgz)
+sha1sums=('54768b8443af3de2e6cd16073ec666f19d4ded7a')
+
+build() {
+  cd ${srcdir}/$pkgname-${pkgver/_/-}
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+  --with-ncursesw --enable-nls
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-${pkgver/_/-}
+  make DESTDIR=${pkgdir} install install-lib
+
+  rm ${pkgdir}/usr/lib/libdialog.a
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2013-05-27 11:23:42 UTC (rev 186477)
+++ core-x86_64/PKGBUILD2013-05-27 12:00:13 UTC (rev 186478)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Andreas Radke andy...@archlinux.org
-
-pkgname=dialog
-pkgver=1.2_20121230
-pkgrel=1
-pkgdesc=A tool to display dialog boxes from shell scripts
-arch=('i686' 'x86_64')
-url=http://invisible-island.net/dialog/;
-license=('LGPL2.1')
-depends=('ncurses')
-source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver/_/-}.tgz)
-sha1sums=('f6ba16481e04c707c7cbfc3c3c1340040bdb0aa3')
-
-build() {
-  cd ${srcdir}/$pkgname-${pkgver/_/-}
-  ./configure --prefix=/usr --mandir=/usr/share/man \
-  --with-ncursesw --enable-nls
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-${pkgver/_/-}
-  make DESTDIR=${pkgdir} install install-lib
-}

Copied: dialog/repos/core-x86_64/PKGBUILD (from rev 186477, 
dialog/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2013-05-27 12:00:13 UTC (rev 186478)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgname=dialog
+pkgver=1.2_20130523
+pkgrel=1
+pkgdesc=A tool to display dialog boxes from shell scripts
+arch=('i686' 'x86_64')
+url=http://invisible-island.net/dialog/;
+license=('LGPL2.1')
+depends=('ncurses')
+source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver/_/-}.tgz)
+sha1sums=('54768b8443af3de2e6cd16073ec666f19d4ded7a')
+
+build() {
+  cd ${srcdir}/$pkgname-${pkgver/_/-}
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+  --with-ncursesw --enable-nls
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-${pkgver/_/-}
+  make DESTDIR=${pkgdir} install install-lib

[arch-commits] Commit in libffi/trunk (PKGBUILD libffi-3.0.13-fix-include-path.patch)

2013-05-27 Thread Stéphane Gaudreault
Date: Tuesday, May 28, 2013 @ 00:11:02
  Author: stephane
Revision: 186500

upgpkg: libffi 3.0.13-2

Do not install header files in /usr/lib

Added:
  libffi/trunk/libffi-3.0.13-fix-include-path.patch
Modified:
  libffi/trunk/PKGBUILD

--+
 PKGBUILD |   13 +---
 libffi-3.0.13-fix-include-path.patch |   34 +
 2 files changed, 44 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-27 20:01:39 UTC (rev 186499)
+++ PKGBUILD2013-05-27 22:11:02 UTC (rev 186500)
@@ -4,7 +4,7 @@
 
 pkgname=libffi
 pkgver=3.0.13
-pkgrel=1
+pkgrel=2
 pkgdesc=A portable, high level programming interface to various calling 
conventions
 arch=('i686' 'x86_64')
 url=http://sourceware.org/libffi/;
@@ -13,9 +13,16 @@
 checkdepends=('dejagnu')
 options=('!libtool')
 install=libffi.install
-source=(ftp://sourceware.org/pub/libffi/libffi-${pkgver}.tar.gz)
-sha1sums=('f5230890dc0be42fb5c58fbf793da253155de106')
+source=(ftp://sourceware.org/pub/libffi/libffi-${pkgver}.tar.gz
+libffi-3.0.13-fix-include-path.patch)
+sha1sums=('f5230890dc0be42fb5c58fbf793da253155de106'
+  '45652f78dc51f325ed85cd277af051afa419acf2')
 
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ../libffi-3.0.13-fix-include-path.patch
+}
+
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --disable-static

Added: libffi-3.0.13-fix-include-path.patch
===
--- libffi-3.0.13-fix-include-path.patch(rev 0)
+++ libffi-3.0.13-fix-include-path.patch2013-05-27 22:11:02 UTC (rev 
186500)
@@ -0,0 +1,34 @@
+diff -up libffi-3.0.13/include/Makefile.am.fixpath 
libffi-3.0.13/include/Makefile.am
+--- libffi-3.0.13/include/Makefile.am.fixpath  2013-05-25 22:11:25.983889342 
-0400
 libffi-3.0.13/include/Makefile.am  2013-05-25 22:12:12.337890037 -0400
+@@ -5,5 +5,5 @@ AUTOMAKE_OPTIONS=foreign
+ DISTCLEANFILES=ffitarget.h
+ EXTRA_DIST=ffi.h.in ffi_common.h
+ 
+-includesdir = $(libdir)/@PACKAGE_NAME@-@PACKAGE_VERSION@/include
++includesdir = $(includedir)/
+ nodist_includes_HEADERS = ffi.h ffitarget.h
+diff -up libffi-3.0.13/include/Makefile.in.fixpath 
libffi-3.0.13/include/Makefile.in
+--- libffi-3.0.13/include/Makefile.in.fixpath  2013-05-25 22:12:56.259890696 
-0400
 libffi-3.0.13/include/Makefile.in  2013-05-25 22:13:12.101890934 -0400
+@@ -250,7 +250,7 @@ top_srcdir = @top_srcdir@
+ AUTOMAKE_OPTIONS = foreign
+ DISTCLEANFILES = ffitarget.h
+ EXTRA_DIST = ffi.h.in ffi_common.h
+-includesdir = $(libdir)/@PACKAGE_NAME@-@PACKAGE_VERSION@/include
++includesdir = $(includedir)/
+ nodist_includes_HEADERS = ffi.h ffitarget.h
+ all: all-am
+ 
+diff -up libffi-3.0.13/libffi.pc.in.fixpath libffi-3.0.13/libffi.pc.in
+--- libffi-3.0.13/libffi.pc.in.fixpath 2013-05-25 22:14:21.037891968 -0400
 libffi-3.0.13/libffi.pc.in 2013-05-25 22:14:31.652892128 -0400
+@@ -1,7 +1,7 @@
+ prefix=@prefix@
+ exec_prefix=@exec_prefix@
+ libdir=@libdir@
+-includedir=${libdir}/@PACKAGE_NAME@-@PACKAGE_VERSION@/include
++includedir=@includedir@
+ 
+ Name: @PACKAGE_NAME@
+ Description: Library supporting Foreign Function Interfaces



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

2013-05-27 Thread Stéphane Gaudreault
Date: Tuesday, May 28, 2013 @ 00:11:44
  Author: stephane
Revision: 186501

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

Added:
  libffi/repos/testing-i686/
  libffi/repos/testing-i686/PKGBUILD
(from rev 186500, libffi/trunk/PKGBUILD)
  libffi/repos/testing-i686/libffi-3.0.13-fix-include-path.patch
(from rev 186500, libffi/trunk/libffi-3.0.13-fix-include-path.patch)
  libffi/repos/testing-i686/libffi.install
(from rev 186500, libffi/trunk/libffi.install)
  libffi/repos/testing-x86_64/
  libffi/repos/testing-x86_64/PKGBUILD
(from rev 186500, libffi/trunk/PKGBUILD)
  libffi/repos/testing-x86_64/libffi-3.0.13-fix-include-path.patch
(from rev 186500, libffi/trunk/libffi-3.0.13-fix-include-path.patch)
  libffi/repos/testing-x86_64/libffi.install
(from rev 186500, libffi/trunk/libffi.install)

-+
 testing-i686/PKGBUILD   |   41 ++
 testing-i686/libffi-3.0.13-fix-include-path.patch   |   34 ++
 testing-i686/libffi.install |   20 
 testing-x86_64/PKGBUILD |   41 ++
 testing-x86_64/libffi-3.0.13-fix-include-path.patch |   34 ++
 testing-x86_64/libffi.install   |   20 
 6 files changed, 190 insertions(+)

Copied: libffi/repos/testing-i686/PKGBUILD (from rev 186500, 
libffi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-27 22:11:44 UTC (rev 186501)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=libffi
+pkgver=3.0.13
+pkgrel=2
+pkgdesc=A portable, high level programming interface to various calling 
conventions
+arch=('i686' 'x86_64')
+url=http://sourceware.org/libffi/;
+license=('MIT')
+depends=('glibc')
+checkdepends=('dejagnu')
+options=('!libtool')
+install=libffi.install
+source=(ftp://sourceware.org/pub/libffi/libffi-${pkgver}.tar.gz
+libffi-3.0.13-fix-include-path.patch)
+sha1sums=('f5230890dc0be42fb5c58fbf793da253155de106'
+  '45652f78dc51f325ed85cd277af051afa419acf2')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ../libffi-3.0.13-fix-include-path.patch
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: libffi/repos/testing-i686/libffi-3.0.13-fix-include-path.patch (from 
rev 186500, libffi/trunk/libffi-3.0.13-fix-include-path.patch)
===
--- testing-i686/libffi-3.0.13-fix-include-path.patch   
(rev 0)
+++ testing-i686/libffi-3.0.13-fix-include-path.patch   2013-05-27 22:11:44 UTC 
(rev 186501)
@@ -0,0 +1,34 @@
+diff -up libffi-3.0.13/include/Makefile.am.fixpath 
libffi-3.0.13/include/Makefile.am
+--- libffi-3.0.13/include/Makefile.am.fixpath  2013-05-25 22:11:25.983889342 
-0400
 libffi-3.0.13/include/Makefile.am  2013-05-25 22:12:12.337890037 -0400
+@@ -5,5 +5,5 @@ AUTOMAKE_OPTIONS=foreign
+ DISTCLEANFILES=ffitarget.h
+ EXTRA_DIST=ffi.h.in ffi_common.h
+ 
+-includesdir = $(libdir)/@PACKAGE_NAME@-@PACKAGE_VERSION@/include
++includesdir = $(includedir)/
+ nodist_includes_HEADERS = ffi.h ffitarget.h
+diff -up libffi-3.0.13/include/Makefile.in.fixpath 
libffi-3.0.13/include/Makefile.in
+--- libffi-3.0.13/include/Makefile.in.fixpath  2013-05-25 22:12:56.259890696 
-0400
 libffi-3.0.13/include/Makefile.in  2013-05-25 22:13:12.101890934 -0400
+@@ -250,7 +250,7 @@ top_srcdir = @top_srcdir@
+ AUTOMAKE_OPTIONS = foreign
+ DISTCLEANFILES = ffitarget.h
+ EXTRA_DIST = ffi.h.in ffi_common.h
+-includesdir = $(libdir)/@PACKAGE_NAME@-@PACKAGE_VERSION@/include
++includesdir = $(includedir)/
+ nodist_includes_HEADERS = ffi.h ffitarget.h
+ all: all-am
+ 
+diff -up libffi-3.0.13/libffi.pc.in.fixpath libffi-3.0.13/libffi.pc.in
+--- libffi-3.0.13/libffi.pc.in.fixpath 2013-05-25 22:14:21.037891968 -0400
 libffi-3.0.13/libffi.pc.in 2013-05-25 22:14:31.652892128 -0400
+@@ -1,7 +1,7 @@
+ prefix=@prefix@
+ exec_prefix=@exec_prefix@
+ libdir=@libdir@
+-includedir=${libdir}/@PACKAGE_NAME@-@PACKAGE_VERSION@/include
++includedir=@includedir@
+ 
+ Name: @PACKAGE_NAME@
+ Description: Library supporting Foreign Function Interfaces

Copied: libffi/repos/testing-i686/libffi.install (from rev 186500, 
libffi/trunk/libffi.install)
===
--- testing-i686/libffi.install (rev 0)
+++ testing-i686/libffi.install 2013-05-27 22:11:44 UTC (rev

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

2013-05-25 Thread Stéphane Gaudreault
Date: Sunday, May 26, 2013 @ 05:45:58
  Author: stephane
Revision: 186364

upgpkg: subversion 1.7.9-6

depends on systemd (Fix FS#35468)

Modified:
  subversion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-25 20:42:11 UTC (rev 186363)
+++ PKGBUILD2013-05-26 03:45:58 UTC (rev 186364)
@@ -5,11 +5,11 @@
 
 pkgname=subversion
 pkgver=1.7.9
-pkgrel=5
+pkgrel=6
 pkgdesc=A Modern Concurrent Version Control System
 arch=('i686' 'x86_64')
 license=('APACHE')
-depends=('neon' 'apr-util' 'sqlite' 'file' 'serf')
+depends=('neon' 'apr-util' 'sqlite' 'file' 'serf' 'systemd')
 optdepends=('libgnome-keyring' 'kdeutils-kwallet' 'bash-completion: for svn 
bash completion' \
 'python2: for some hook scripts' 'java-environment') #'ruby: for 
some hook scripts')
 makedepends=('krb5' 'apache' 'python2' 'perl=5.18' 'swig' 'java-runtime' 
'java-environment'



[arch-commits] Commit in subversion/repos (28 files)

2013-05-25 Thread Stéphane Gaudreault
Date: Sunday, May 26, 2013 @ 05:47:25
  Author: stephane
Revision: 186365

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

Added:
  subversion/repos/testing-i686/PKGBUILD
(from rev 186364, subversion/trunk/PKGBUILD)
  subversion/repos/testing-i686/subversion.install
(from rev 186364, subversion/trunk/subversion.install)
  subversion/repos/testing-i686/subversion.rpath.fix.patch
(from rev 186364, subversion/trunk/subversion.rpath.fix.patch)
  subversion/repos/testing-i686/svn
(from rev 186364, subversion/trunk/svn)
  subversion/repos/testing-i686/svnserve.conf
(from rev 186364, subversion/trunk/svnserve.conf)
  subversion/repos/testing-i686/svnserve.service
(from rev 186364, subversion/trunk/svnserve.service)
  subversion/repos/testing-i686/svnserve.tmpfiles
(from rev 186364, subversion/trunk/svnserve.tmpfiles)
  subversion/repos/testing-x86_64/PKGBUILD
(from rev 186364, subversion/trunk/PKGBUILD)
  subversion/repos/testing-x86_64/subversion.install
(from rev 186364, subversion/trunk/subversion.install)
  subversion/repos/testing-x86_64/subversion.rpath.fix.patch
(from rev 186364, subversion/trunk/subversion.rpath.fix.patch)
  subversion/repos/testing-x86_64/svn
(from rev 186364, subversion/trunk/svn)
  subversion/repos/testing-x86_64/svnserve.conf
(from rev 186364, subversion/trunk/svnserve.conf)
  subversion/repos/testing-x86_64/svnserve.service
(from rev 186364, subversion/trunk/svnserve.service)
  subversion/repos/testing-x86_64/svnserve.tmpfiles
(from rev 186364, subversion/trunk/svnserve.tmpfiles)
Deleted:
  subversion/repos/testing-i686/PKGBUILD
  subversion/repos/testing-i686/subversion.install
  subversion/repos/testing-i686/subversion.rpath.fix.patch
  subversion/repos/testing-i686/svn
  subversion/repos/testing-i686/svnserve.conf
  subversion/repos/testing-i686/svnserve.service
  subversion/repos/testing-i686/svnserve.tmpfiles
  subversion/repos/testing-x86_64/PKGBUILD
  subversion/repos/testing-x86_64/subversion.install
  subversion/repos/testing-x86_64/subversion.rpath.fix.patch
  subversion/repos/testing-x86_64/svn
  subversion/repos/testing-x86_64/svnserve.conf
  subversion/repos/testing-x86_64/svnserve.service
  subversion/repos/testing-x86_64/svnserve.tmpfiles

---+
 /PKGBUILD |  184 
 /subversion.install   |   14 ++
 /subversion.rpath.fix.patch   |   20 +++
 /svn  |   22 +++
 /svnserve.conf|   14 ++
 /svnserve.service |   22 +++
 /svnserve.tmpfiles|2 
 testing-i686/PKGBUILD |   92 --
 testing-i686/subversion.install   |7 -
 testing-i686/subversion.rpath.fix.patch   |   10 -
 testing-i686/svn  |   11 -
 testing-i686/svnserve.conf|7 -
 testing-i686/svnserve.service |   11 -
 testing-i686/svnserve.tmpfiles|1 
 testing-x86_64/PKGBUILD   |   92 --
 testing-x86_64/subversion.install |7 -
 testing-x86_64/subversion.rpath.fix.patch |   10 -
 testing-x86_64/svn|   11 -
 testing-x86_64/svnserve.conf  |7 -
 testing-x86_64/svnserve.service   |   11 -
 testing-x86_64/svnserve.tmpfiles  |1 
 21 files changed, 278 insertions(+), 278 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-05-26 03:45:58 UTC (rev 186364)
+++ testing-i686/PKGBUILD   2013-05-26 03:47:25 UTC (rev 186365)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Paul Mattal p...@archlinux.org
-# Contributor: Jason Chu ja...@archlinux.org
-
-pkgname=subversion
-pkgver=1.7.9
-pkgrel=5
-pkgdesc=A Modern Concurrent Version Control System
-arch=('i686' 'x86_64')
-license=('APACHE')
-depends=('neon' 'apr-util' 'sqlite' 'file' 'serf')
-optdepends=('libgnome-keyring' 'kdeutils-kwallet' 'bash-completion: for svn 
bash completion' \
-'python2: for some hook scripts' 'java-environment') #'ruby: for 
some hook scripts')
-makedepends=('krb5' 'apache' 'python2' 'perl=5.18' 'swig' 'java-runtime' 
'java-environment'
- 'autoconf' 'db' 'e2fsprogs' 'libgnome-keyring' 'kdelibs')
-backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
-url=http://subversion.apache.org/;
-provides=('svn')
-options=('!makeflags' '!libtool' '!emptydirs')
-install=${pkgname}.install
-source=(http://apache.mirror.rafal.ca/subversion/$pkgname-$pkgver.tar.bz2 
#{,.asc}
-svn
-svnserve.conf
-svnserve.tmpfiles
-svnserve.service
-subversion.rpath.fix.patch)
-md5sums=('8d532025771a67c06c23f299699f056f'
- 'a0db6dd43af33952739b6ec089852630

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

2013-05-24 Thread Stéphane Gaudreault
Date: Friday, May 24, 2013 @ 14:21:57
  Author: stephane
Revision: 186301

upgpkg: intel-tbb 4.1_20130314-1

upstream update

Modified:
  intel-tbb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-24 09:29:20 UTC (rev 186300)
+++ PKGBUILD2013-05-24 12:21:57 UTC (rev 186301)
@@ -4,7 +4,7 @@
 # Contributor: Denis Martinez deuns.martinez AT gmail.com
 
 pkgname=intel-tbb
-pkgver=4.1_20130116
+pkgver=4.1_20130314
 pkgrel=1
 pkgdesc='High level abstract threading library'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 license=('GPL')
 depends=('gcc-libs')
 
source=(http://threadingbuildingblocks.org/sites/default/files/software_releases/source/tbb${pkgver/\./}oss_src.tgz;)
-sha1sums=('fd7ea56612f145a1f9b3d961a424e9d553bab527')
+sha1sums=('e2bf74c1e492b06faf3ecdf2321e64ca698c0921')
 
 build() {
   cd ${srcdir}/tbb${pkgver/\./}oss



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

2013-05-24 Thread Stéphane Gaudreault
Date: Friday, May 24, 2013 @ 14:22:34
  Author: stephane
Revision: 186302

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

Added:
  intel-tbb/repos/extra-i686/PKGBUILD
(from rev 186301, intel-tbb/trunk/PKGBUILD)
  intel-tbb/repos/extra-x86_64/PKGBUILD
(from rev 186301, intel-tbb/trunk/PKGBUILD)
Deleted:
  intel-tbb/repos/extra-i686/PKGBUILD
  intel-tbb/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-24 12:21:57 UTC (rev 186301)
+++ extra-i686/PKGBUILD 2013-05-24 12:22:34 UTC (rev 186302)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Denis Martinez deuns.martinez AT gmail.com
-
-pkgname=intel-tbb
-pkgver=4.1_20130116
-pkgrel=1
-pkgdesc='High level abstract threading library'
-arch=('i686' 'x86_64')
-url='http://www.threadingbuildingblocks.org/'
-license=('GPL')
-depends=('gcc-libs')
-source=(http://threadingbuildingblocks.org/sites/default/files/software_releases/source/tbb${pkgver/\./}oss_src.tgz;)
-sha1sums=('fd7ea56612f145a1f9b3d961a424e9d553bab527')
-
-build() {
-  cd ${srcdir}/tbb${pkgver/\./}oss
-
-  make
-}
-
-package() {
-  cd ${srcdir}/tbb${pkgver/\./}oss
-
-  install -d ${pkgdir}/usr/lib
-  install -m755 build/linux_*/*.so* ${pkgdir}/usr/lib
-
-  install -d ${pkgdir}/usr/include
-  cp -a include/tbb ${pkgdir}/usr/include
-}

Copied: intel-tbb/repos/extra-i686/PKGBUILD (from rev 186301, 
intel-tbb/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-24 12:22:34 UTC (rev 186302)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Denis Martinez deuns.martinez AT gmail.com
+
+pkgname=intel-tbb
+pkgver=4.1_20130314
+pkgrel=1
+pkgdesc='High level abstract threading library'
+arch=('i686' 'x86_64')
+url='http://www.threadingbuildingblocks.org/'
+license=('GPL')
+depends=('gcc-libs')
+source=(http://threadingbuildingblocks.org/sites/default/files/software_releases/source/tbb${pkgver/\./}oss_src.tgz;)
+sha1sums=('e2bf74c1e492b06faf3ecdf2321e64ca698c0921')
+
+build() {
+  cd ${srcdir}/tbb${pkgver/\./}oss
+
+  make
+}
+
+package() {
+  cd ${srcdir}/tbb${pkgver/\./}oss
+
+  install -d ${pkgdir}/usr/lib
+  install -m755 build/linux_*/*.so* ${pkgdir}/usr/lib
+
+  install -d ${pkgdir}/usr/include
+  cp -a include/tbb ${pkgdir}/usr/include
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-24 12:21:57 UTC (rev 186301)
+++ extra-x86_64/PKGBUILD   2013-05-24 12:22:34 UTC (rev 186302)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Denis Martinez deuns.martinez AT gmail.com
-
-pkgname=intel-tbb
-pkgver=4.1_20130116
-pkgrel=1
-pkgdesc='High level abstract threading library'
-arch=('i686' 'x86_64')
-url='http://www.threadingbuildingblocks.org/'
-license=('GPL')
-depends=('gcc-libs')
-source=(http://threadingbuildingblocks.org/sites/default/files/software_releases/source/tbb${pkgver/\./}oss_src.tgz;)
-sha1sums=('fd7ea56612f145a1f9b3d961a424e9d553bab527')
-
-build() {
-  cd ${srcdir}/tbb${pkgver/\./}oss
-
-  make
-}
-
-package() {
-  cd ${srcdir}/tbb${pkgver/\./}oss
-
-  install -d ${pkgdir}/usr/lib
-  install -m755 build/linux_*/*.so* ${pkgdir}/usr/lib
-
-  install -d ${pkgdir}/usr/include
-  cp -a include/tbb ${pkgdir}/usr/include
-}

Copied: intel-tbb/repos/extra-x86_64/PKGBUILD (from rev 186301, 
intel-tbb/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-05-24 12:22:34 UTC (rev 186302)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Denis Martinez deuns.martinez AT gmail.com
+
+pkgname=intel-tbb
+pkgver=4.1_20130314
+pkgrel=1
+pkgdesc='High level abstract threading library'
+arch=('i686' 'x86_64')
+url='http://www.threadingbuildingblocks.org/'
+license=('GPL')
+depends=('gcc-libs')
+source=(http://threadingbuildingblocks.org/sites/default/files/software_releases/source/tbb${pkgver/\./}oss_src.tgz;)
+sha1sums=('e2bf74c1e492b06faf3ecdf2321e64ca698c0921')
+
+build() {
+  cd ${srcdir}/tbb${pkgver/\./}oss
+
+  make
+}
+
+package() {
+  cd ${srcdir}/tbb${pkgver/\./}oss
+
+  install -d ${pkgdir

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

2013-05-24 Thread Stéphane Gaudreault
Date: Friday, May 24, 2013 @ 14:49:53
  Author: stephane
Revision: 186303

upgpkg: dialog 1.2_20130523-1

upstream update; drop static lib

Modified:
  dialog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-24 12:22:34 UTC (rev 186302)
+++ PKGBUILD2013-05-24 12:49:53 UTC (rev 186303)
@@ -4,7 +4,7 @@
 # Contributor: Andreas Radke andy...@archlinux.org
 
 pkgname=dialog
-pkgver=1.2_20121230
+pkgver=1.2_20130523
 pkgrel=1
 pkgdesc=A tool to display dialog boxes from shell scripts
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 license=('LGPL2.1')
 depends=('ncurses')
 source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver/_/-}.tgz)
-sha1sums=('f6ba16481e04c707c7cbfc3c3c1340040bdb0aa3')
+sha1sums=('54768b8443af3de2e6cd16073ec666f19d4ded7a')
 
 build() {
   cd ${srcdir}/$pkgname-${pkgver/_/-}
@@ -24,4 +24,6 @@
 package() {
   cd ${srcdir}/$pkgname-${pkgver/_/-}
   make DESTDIR=${pkgdir} install install-lib
+
+  rm ${pkgdir}/usr/lib/libdialog.a
 }



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

2013-05-24 Thread Stéphane Gaudreault
Date: Friday, May 24, 2013 @ 14:50:41
  Author: stephane
Revision: 186304

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

Added:
  dialog/repos/testing-i686/
  dialog/repos/testing-i686/PKGBUILD
(from rev 186303, dialog/trunk/PKGBUILD)
  dialog/repos/testing-x86_64/
  dialog/repos/testing-x86_64/PKGBUILD
(from rev 186303, dialog/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   29 +
 testing-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: dialog/repos/testing-i686/PKGBUILD (from rev 186303, 
dialog/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-24 12:50:41 UTC (rev 186304)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgname=dialog
+pkgver=1.2_20130523
+pkgrel=1
+pkgdesc=A tool to display dialog boxes from shell scripts
+arch=('i686' 'x86_64')
+url=http://invisible-island.net/dialog/;
+license=('LGPL2.1')
+depends=('ncurses')
+source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver/_/-}.tgz)
+sha1sums=('54768b8443af3de2e6cd16073ec666f19d4ded7a')
+
+build() {
+  cd ${srcdir}/$pkgname-${pkgver/_/-}
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+  --with-ncursesw --enable-nls
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-${pkgver/_/-}
+  make DESTDIR=${pkgdir} install install-lib
+
+  rm ${pkgdir}/usr/lib/libdialog.a
+}

Copied: dialog/repos/testing-x86_64/PKGBUILD (from rev 186303, 
dialog/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-05-24 12:50:41 UTC (rev 186304)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgname=dialog
+pkgver=1.2_20130523
+pkgrel=1
+pkgdesc=A tool to display dialog boxes from shell scripts
+arch=('i686' 'x86_64')
+url=http://invisible-island.net/dialog/;
+license=('LGPL2.1')
+depends=('ncurses')
+source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver/_/-}.tgz)
+sha1sums=('54768b8443af3de2e6cd16073ec666f19d4ded7a')
+
+build() {
+  cd ${srcdir}/$pkgname-${pkgver/_/-}
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+  --with-ncursesw --enable-nls
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-${pkgver/_/-}
+  make DESTDIR=${pkgdir} install install-lib
+
+  rm ${pkgdir}/usr/lib/libdialog.a
+}



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

2013-05-24 Thread Stéphane Gaudreault
Date: Friday, May 24, 2013 @ 15:04:43
  Author: stephane
Revision: 186305

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

Added:
  popt/repos/core-i686/PKGBUILD
(from rev 186304, popt/repos/testing-i686/PKGBUILD)
  popt/repos/core-x86_64/PKGBUILD
(from rev 186304, popt/repos/testing-x86_64/PKGBUILD)
Deleted:
  popt/repos/core-i686/PKGBUILD
  popt/repos/core-x86_64/PKGBUILD
  popt/repos/testing-i686/
  popt/repos/testing-x86_64/

--+
 /PKGBUILD|   64 +
 core-i686/PKGBUILD   |   32 
 core-x86_64/PKGBUILD |   32 
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2013-05-24 12:50:41 UTC (rev 186304)
+++ core-i686/PKGBUILD  2013-05-24 13:04:43 UTC (rev 186305)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: dorphell dorph...@archlinux.org
-# Contributor: Judd Vinet jvi...@zeroflux.org
-# Contributor: John Proctor jproc...@prium.net
-
-pkgname=popt
-pkgver=1.16
-pkgrel=5
-pkgdesc=A commandline option parser
-arch=('i686' 'x86_64')
-url=http://rpm5.org;
-license=('custom')
-depends=('glibc')
-options=('!libtool')
-source=(http://rpm5.org/files/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('cfe94a15a2404db85858a81ff8de27c8ff3e235e')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: popt/repos/core-i686/PKGBUILD (from rev 186304, 
popt/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2013-05-24 13:04:43 UTC (rev 186305)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+# Contributor: Judd Vinet jvi...@zeroflux.org
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=popt
+pkgver=1.16
+pkgrel=6
+pkgdesc=A commandline option parser
+arch=('i686' 'x86_64')
+url=http://rpm5.org;
+license=('custom')
+depends=('glibc')
+options=('!libtool')
+source=(http://rpm5.org/files/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('cfe94a15a2404db85858a81ff8de27c8ff3e235e')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2013-05-24 12:50:41 UTC (rev 186304)
+++ core-x86_64/PKGBUILD2013-05-24 13:04:43 UTC (rev 186305)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: dorphell dorph...@archlinux.org
-# Contributor: Judd Vinet jvi...@zeroflux.org
-# Contributor: John Proctor jproc...@prium.net
-
-pkgname=popt
-pkgver=1.16
-pkgrel=5
-pkgdesc=A commandline option parser
-arch=('i686' 'x86_64')
-url=http://rpm5.org;
-license=('custom')
-depends=('glibc')
-options=('!libtool')
-source=(http://rpm5.org/files/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('cfe94a15a2404db85858a81ff8de27c8ff3e235e')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: popt/repos/core-x86_64/PKGBUILD (from rev 186304, 
popt/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2013-05-24 13:04:43 UTC (rev 186305)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+# Contributor: Judd Vinet jvi...@zeroflux.org
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=popt
+pkgver=1.16
+pkgrel=6
+pkgdesc=A commandline option parser
+arch=('i686' 'x86_64')
+url=http://rpm5.org;
+license=('custom')
+depends=('glibc')
+options=('!libtool')
+source=(http://rpm5.org/files/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('cfe94a15a2404db85858a81ff8de27c8ff3e235e')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --disable-static
+  make

[arch-commits] Commit in python-distribute/repos (5 files)

2013-05-23 Thread Stéphane Gaudreault
Date: Thursday, May 23, 2013 @ 22:40:13
  Author: stephane
Revision: 186285

db-move: moved python-distribute from [testing] to [extra] (any)

Added:
  python-distribute/repos/extra-any/PKGBUILD
(from rev 186284, python-distribute/repos/testing-any/PKGBUILD)
  python-distribute/repos/extra-any/distribute-python2_and_3.patch
(from rev 186284, 
python-distribute/repos/testing-any/distribute-python2_and_3.patch)
Deleted:
  python-distribute/repos/extra-any/PKGBUILD
  python-distribute/repos/extra-any/distribute-python2_and_3.patch
  python-distribute/repos/testing-any/

--+
 /PKGBUILD|   58 +
 /distribute-python2_and_3.patch  |   36 ++
 extra-any/PKGBUILD   |   55 ---
 extra-any/distribute-python2_and_3.patch |   36 --
 4 files changed, 94 insertions(+), 91 deletions(-)

Deleted: extra-any/PKGBUILD
===
--- extra-any/PKGBUILD  2013-05-23 19:50:57 UTC (rev 186284)
+++ extra-any/PKGBUILD  2013-05-23 20:40:13 UTC (rev 186285)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sebastien Binet binet@farnsworth
-pkgbase=python-distribute
-pkgname=('python-distribute' 'python2-distribute')
-pkgver=0.6.39
-pkgrel=1
-pkgdesc=Easily build and distribute Python packages
-arch=('any')
-license=('PSF')
-url=http://pypi.python.org/pypi/distribute;
-makedepends=('python' 'python2')
-source=(http://pypi.python.org/packages/source/d/distribute/distribute-${pkgver}.tar.gz
-distribute-python2_and_3.patch)
-sha1sums=('1dd11f1c9143c25ede79347873832e6b5db7226f'
-  '420bc5d35e1dbfff8015f12e1a13d46973e34c68')
-build() {
-   cd ${srcdir}
-
-   pushd distribute-${pkgver}
-   patch -Np1 -i ../distribute-python2_and_3.patch
-   popd
-
-   cp -a distribute-${pkgver}{,-python2}
-
-   # Build python 3 module
-   cd distribute-${pkgver}
-
-   sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
-
-   python3 setup.py build
-
-   # Build python 2 module
-   cd ../distribute-${pkgver}-python2
-
-   sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
-
-   python2 setup.py build
-}
-
-package_python-distribute() {
-   depends=('python=3.3')
-
-   cd ${srcdir}/distribute-${pkgver}
-   python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-}
-
-package_python2-distribute() {
-   depends=('python2=2.7')
-   provides=('setuptools')
-   conflicts=('setuptools')
-
-   cd ${srcdir}/distribute-${pkgver}-python2
-   python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-}

Copied: python-distribute/repos/extra-any/PKGBUILD (from rev 186284, 
python-distribute/repos/testing-any/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2013-05-23 20:40:13 UTC (rev 186285)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sebastien Binet binet@farnsworth
+pkgbase=python-distribute
+pkgname=('python-distribute' 'python2-distribute')
+pkgver=0.6.40
+pkgrel=1
+pkgdesc=Easily build and distribute Python packages
+arch=('any')
+license=('PSF')
+url=http://pypi.python.org/pypi/distribute;
+makedepends=('python' 'python2')
+source=(http://pypi.python.org/packages/source/d/distribute/distribute-${pkgver}.tar.gz
+distribute-python2_and_3.patch)
+sha1sums=('46654be10177014bbb502a4c516627173de67d15'
+  '420bc5d35e1dbfff8015f12e1a13d46973e34c68')
+
+prepare() {
+   cd ${srcdir}
+
+   pushd distribute-${pkgver}
+   patch -Np1 -i ../distribute-python2_and_3.patch
+   popd
+
+   cp -a distribute-${pkgver}{,-python2}
+
+   cd ${srcdir}/distribute-${pkgver}
+   sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
+
+   cd ../distribute-${pkgver}-python2
+   sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
+}
+
+build() {
+   # Build python 3 module
+   cd ${srcdir}/distribute-${pkgver}
+   python3 setup.py build
+
+   # Build python 2 module
+   cd ../distribute-${pkgver}-python2
+   python2 setup.py build
+}
+
+package_python-distribute() {
+   depends=('python=3.3')
+
+   cd ${srcdir}/distribute-${pkgver}
+   python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
+}
+
+package_python2-distribute() {
+   depends=('python2=2.7')
+   provides=('setuptools')
+   conflicts=('setuptools')
+
+   cd ${srcdir}/distribute-${pkgver}-python2
+   python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
+}

Deleted: extra-any/distribute-python2_and_3.patch
===
--- extra-any

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

2013-05-23 Thread Stéphane Gaudreault
Date: Thursday, May 23, 2013 @ 22:40:14
  Author: stephane
Revision: 186286

db-move: moved python from [testing] to [extra] (i686, x86_64)

Added:
  python/repos/extra-i686/PKGBUILD
(from rev 186284, python/repos/testing-i686/PKGBUILD)
  python/repos/extra-i686/python-3.3.2-CVE-2013-2099.patch
(from rev 186284, 
python/repos/testing-i686/python-3.3.2-CVE-2013-2099.patch)
  python/repos/extra-x86_64/PKGBUILD
(from rev 186284, python/repos/testing-x86_64/PKGBUILD)
  python/repos/extra-x86_64/python-3.3.2-CVE-2013-2099.patch
(from rev 186284, 
python/repos/testing-x86_64/python-3.3.2-CVE-2013-2099.patch)
Deleted:
  python/repos/extra-i686/PKGBUILD
  python/repos/extra-x86_64/PKGBUILD
  python/repos/testing-i686/
  python/repos/testing-x86_64/

---+
 /PKGBUILD |  156 
 extra-i686/PKGBUILD   |   75 ---
 extra-i686/python-3.3.2-CVE-2013-2099.patch   |   50 +++
 extra-x86_64/PKGBUILD |   75 ---
 extra-x86_64/python-3.3.2-CVE-2013-2099.patch |   50 +++
 5 files changed, 256 insertions(+), 150 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-23 20:40:13 UTC (rev 186285)
+++ extra-i686/PKGBUILD 2013-05-23 20:40:14 UTC (rev 186286)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Jason Chu ja...@archlinux.org
-
-pkgname=python
-pkgver=3.3.1
-pkgrel=1
-_pybasever=3.3
-pkgdesc=Next generation of the python high-level scripting language
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://www.python.org/;
-depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
-makedepends=('tk=8.6.0' 'sqlite' 'valgrind' 'bluez')
-optdepends=('tk: for tkinter' 'sqlite')
-provides=('python3')
-replaces=('python3')
-options=('!makeflags')
-source=(http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz)
-sha1sums=('393d7302c48bc911cd7faa7fa9b5fbcb9919bddc')
-
-build() {
-  cd ${srcdir}/Python-${pkgver}
-
-  # FS#23997
-  sed -i -e s|^#.* /usr/local/bin/python|#!/usr/bin/python| Lib/cgi.py
-
-  # Ensure that we are using the system copy of various libraries (expat, zlib 
and libffi),
-  # rather than copies shipped in the tarball
-  rm -r Modules/expat
-  rm -r Modules/zlib
-  rm -r Modules/_ctypes/{darwin,libffi}*
-
-  ./configure --prefix=/usr \
-  --enable-shared \
-  --with-threads \
-  --with-computed-gotos \
-  --enable-ipv6 \
-  --with-valgrind \
-  --with-system-expat \
-  --with-dbmliborder=gdbm:ndbm \
-  --with-system-ffi
-
-  make
-}
-
-check() {
-  cd ${srcdir}/Python-${pkgver}
-  LD_LIBRARY_PATH=${srcdir}/Python-${pkgver}:${LD_LIBRARY_PATH} \
- ${srcdir}/Python-${pkgver}/python -m test.regrtest -x test_distutils 
test_site \
- test_urllib test_uuid test_pydoc test_logging
-}
-
-package() {
-  cd ${srcdir}/Python-${pkgver}
-  make DESTDIR=${pkgdir} install maninstall
-
-  # Why are these not done by default...
-  ln -sf python3   ${pkgdir}/usr/bin/python
-  ln -sf python3-config${pkgdir}/usr/bin/python-config
-  ln -sf idle3 ${pkgdir}/usr/bin/idle
-  ln -sf pydoc3${pkgdir}/usr/bin/pydoc
-  ln -sf python${_pybasever}.1 ${pkgdir}/usr/share/man/man1/python3.1
-
-  # Fix FS#22552
-  ln -sf ../../libpython${_pybasever}m.so \
-
${pkgdir}/usr/lib/python${_pybasever}/config-${_pybasever}m/libpython${_pybasever}m.so
-
-  # Clean-up reference to build directory
-  sed -i s|$srcdir/Python-${pkgver}:|| 
$pkgdir/usr/lib/python${_pybasever}/config-${_pybasever}m/Makefile
-
-  # License
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python/repos/extra-i686/PKGBUILD (from rev 186284, 
python/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-23 20:40:14 UTC (rev 186286)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Jason Chu ja...@archlinux.org
+
+pkgname=python
+pkgver=3.3.2
+pkgrel=1
+_pybasever=3.3
+pkgdesc=Next generation of the python high-level scripting language
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://www.python.org/;
+depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
+makedepends=('tk=8.6.0' 'sqlite' 'valgrind' 'bluez')
+optdepends=('tk: for tkinter' 'sqlite')
+provides=('python3')
+replaces=('python3')
+options=('!makeflags')
+source=(http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz
+python-3.3.2-CVE-2013-2099.patch)
+sha1sums

[arch-commits] Commit in python/trunk (PKGBUILD python-3.3.2-CVE-2013-2099.patch)

2013-05-21 Thread Stéphane Gaudreault
Date: Tuesday, May 21, 2013 @ 18:50:15
  Author: stephane
Revision: 186171

upgpkg: python 3.3.2-1

upstream update + fix for CVE-2013-2099

Added:
  python/trunk/python-3.3.2-CVE-2013-2099.patch
Modified:
  python/trunk/PKGBUILD

--+
 PKGBUILD |   13 +
 python-3.3.2-CVE-2013-2099.patch |   50 +
 2 files changed, 58 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-21 16:12:01 UTC (rev 186170)
+++ PKGBUILD2013-05-21 16:50:15 UTC (rev 186171)
@@ -4,7 +4,7 @@
 # Contributor: Jason Chu ja...@archlinux.org
 
 pkgname=python
-pkgver=3.3.1
+pkgver=3.3.2
 pkgrel=1
 _pybasever=3.3
 pkgdesc=Next generation of the python high-level scripting language
@@ -17,8 +17,10 @@
 provides=('python3')
 replaces=('python3')
 options=('!makeflags')
-source=(http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz)
-sha1sums=('393d7302c48bc911cd7faa7fa9b5fbcb9919bddc')
+source=(http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz
+python-3.3.2-CVE-2013-2099.patch)
+sha1sums=('87009d0c156c6e1354dfec5c98c328cae93950ad'
+  'b7a386b2e2f0811b344898500860ec31ba81ed4d')
 
 build() {
   cd ${srcdir}/Python-${pkgver}
@@ -32,6 +34,8 @@
   rm -r Modules/zlib
   rm -r Modules/_ctypes/{darwin,libffi}*
 
+  patch -Np1 -i ../python-3.3.2-CVE-2013-2099.patch
+
   ./configure --prefix=/usr \
   --enable-shared \
   --with-threads \
@@ -48,8 +52,7 @@
 check() {
   cd ${srcdir}/Python-${pkgver}
   LD_LIBRARY_PATH=${srcdir}/Python-${pkgver}:${LD_LIBRARY_PATH} \
- ${srcdir}/Python-${pkgver}/python -m test.regrtest -x test_distutils 
test_site \
- test_urllib test_uuid test_pydoc test_logging
+ ${srcdir}/Python-${pkgver}/python -m test.regrtest -x test_posixpath 
test_logging
 }
 
 package() {

Added: python-3.3.2-CVE-2013-2099.patch
===
--- python-3.3.2-CVE-2013-2099.patch(rev 0)
+++ python-3.3.2-CVE-2013-2099.patch2013-05-21 16:50:15 UTC (rev 186171)
@@ -0,0 +1,50 @@
+
+# HG changeset patch
+# User Antoine Pitrou solip...@pitrou.net
+# Date 1368892602 -7200
+# Node ID c627638753e2d25a98950585b259104a025937a9
+# Parent  9682241dc8fcb4b1aef083bd30860efa070c3d6d
+Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of service 
using certificates with many wildcards (CVE-2013-2099).
+
+diff --git a/Lib/ssl.py b/Lib/ssl.py
+--- a/Lib/ssl.py
 b/Lib/ssl.py
+@@ -129,9 +129,16 @@ class CertificateError(ValueError):
+ pass
+ 
+ 
+-def _dnsname_to_pat(dn):
++def _dnsname_to_pat(dn, max_wildcards=1):
+ pats = []
+ for frag in dn.split(r'.'):
++if frag.count('*')  max_wildcards:
++# Issue #17980: avoid denials of service by refusing more
++# than one wildcard per fragment.  A survery of established
++# policy among SSL implementations showed it to be a
++# reasonable choice.
++raise CertificateError(
++too many wildcards in certificate DNS name:  + repr(dn))
+ if frag == '*':
+ # When '*' is a fragment by itself, it matches a non-empty dotless
+ # fragment.
+diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py
+--- a/Lib/test/test_ssl.py
 b/Lib/test/test_ssl.py
+@@ -349,6 +349,17 @@ class BasicSocketTests(unittest.TestCase
+ self.assertRaises(ValueError, ssl.match_hostname, None, 'example.com')
+ self.assertRaises(ValueError, ssl.match_hostname, {}, 'example.com')
+ 
++# Issue #17980: avoid denials of service by refusing more than one
++# wildcard per fragment.
++cert = {'subject': ((('commonName', 'a*b.com'),),)}
++ok(cert, 'axxb.com')
++cert = {'subject': ((('commonName', 'a*b.co*'),),)}
++ok(cert, 'axxb.com')
++cert = {'subject': ((('commonName', 'a*b*.com'),),)}
++with self.assertRaises(ssl.CertificateError) as cm:
++ssl.match_hostname(cert, 'axxbxxc.com')
++self.assertIn(too many wildcards, str(cm.exception))
++
+ def test_server_side(self):
+ # server_hostname doesn't work for server sockets
+ ctx = ssl.SSLContext(ssl.PROTOCOL_SSLv23)



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

2013-05-21 Thread Stéphane Gaudreault
Date: Tuesday, May 21, 2013 @ 18:50:51
  Author: stephane
Revision: 186172

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

Added:
  python/repos/testing-i686/
  python/repos/testing-i686/PKGBUILD
(from rev 186171, python/trunk/PKGBUILD)
  python/repos/testing-i686/python-3.3.2-CVE-2013-2099.patch
(from rev 186171, python/trunk/python-3.3.2-CVE-2013-2099.patch)
  python/repos/testing-x86_64/
  python/repos/testing-x86_64/PKGBUILD
(from rev 186171, python/trunk/PKGBUILD)
  python/repos/testing-x86_64/python-3.3.2-CVE-2013-2099.patch
(from rev 186171, python/trunk/python-3.3.2-CVE-2013-2099.patch)

-+
 testing-i686/PKGBUILD   |   78 ++
 testing-i686/python-3.3.2-CVE-2013-2099.patch   |   50 ++
 testing-x86_64/PKGBUILD |   78 ++
 testing-x86_64/python-3.3.2-CVE-2013-2099.patch |   50 ++
 4 files changed, 256 insertions(+)

Copied: python/repos/testing-i686/PKGBUILD (from rev 186171, 
python/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-21 16:50:51 UTC (rev 186172)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Jason Chu ja...@archlinux.org
+
+pkgname=python
+pkgver=3.3.2
+pkgrel=1
+_pybasever=3.3
+pkgdesc=Next generation of the python high-level scripting language
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://www.python.org/;
+depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
+makedepends=('tk=8.6.0' 'sqlite' 'valgrind' 'bluez')
+optdepends=('tk: for tkinter' 'sqlite')
+provides=('python3')
+replaces=('python3')
+options=('!makeflags')
+source=(http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz
+python-3.3.2-CVE-2013-2099.patch)
+sha1sums=('87009d0c156c6e1354dfec5c98c328cae93950ad'
+  'b7a386b2e2f0811b344898500860ec31ba81ed4d')
+
+build() {
+  cd ${srcdir}/Python-${pkgver}
+
+  # FS#23997
+  sed -i -e s|^#.* /usr/local/bin/python|#!/usr/bin/python| Lib/cgi.py
+
+  # Ensure that we are using the system copy of various libraries (expat, zlib 
and libffi),
+  # rather than copies shipped in the tarball
+  rm -r Modules/expat
+  rm -r Modules/zlib
+  rm -r Modules/_ctypes/{darwin,libffi}*
+
+  patch -Np1 -i ../python-3.3.2-CVE-2013-2099.patch
+
+  ./configure --prefix=/usr \
+  --enable-shared \
+  --with-threads \
+  --with-computed-gotos \
+  --enable-ipv6 \
+  --with-valgrind \
+  --with-system-expat \
+  --with-dbmliborder=gdbm:ndbm \
+  --with-system-ffi
+
+  make
+}
+
+check() {
+  cd ${srcdir}/Python-${pkgver}
+  LD_LIBRARY_PATH=${srcdir}/Python-${pkgver}:${LD_LIBRARY_PATH} \
+ ${srcdir}/Python-${pkgver}/python -m test.regrtest -x test_posixpath 
test_logging
+}
+
+package() {
+  cd ${srcdir}/Python-${pkgver}
+  make DESTDIR=${pkgdir} install maninstall
+
+  # Why are these not done by default...
+  ln -sf python3   ${pkgdir}/usr/bin/python
+  ln -sf python3-config${pkgdir}/usr/bin/python-config
+  ln -sf idle3 ${pkgdir}/usr/bin/idle
+  ln -sf pydoc3${pkgdir}/usr/bin/pydoc
+  ln -sf python${_pybasever}.1 ${pkgdir}/usr/share/man/man1/python3.1
+
+  # Fix FS#22552
+  ln -sf ../../libpython${_pybasever}m.so \
+
${pkgdir}/usr/lib/python${_pybasever}/config-${_pybasever}m/libpython${_pybasever}m.so
+
+  # Clean-up reference to build directory
+  sed -i s|$srcdir/Python-${pkgver}:|| 
$pkgdir/usr/lib/python${_pybasever}/config-${_pybasever}m/Makefile
+
+  # License
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: python/repos/testing-i686/python-3.3.2-CVE-2013-2099.patch (from rev 
186171, python/trunk/python-3.3.2-CVE-2013-2099.patch)
===
--- testing-i686/python-3.3.2-CVE-2013-2099.patch   
(rev 0)
+++ testing-i686/python-3.3.2-CVE-2013-2099.patch   2013-05-21 16:50:51 UTC 
(rev 186172)
@@ -0,0 +1,50 @@
+
+# HG changeset patch
+# User Antoine Pitrou solip...@pitrou.net
+# Date 1368892602 -7200
+# Node ID c627638753e2d25a98950585b259104a025937a9
+# Parent  9682241dc8fcb4b1aef083bd30860efa070c3d6d
+Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of service 
using certificates with many wildcards (CVE-2013-2099).
+
+diff --git a/Lib/ssl.py b/Lib/ssl.py
+--- a/Lib/ssl.py
 b/Lib/ssl.py
+@@ -129,9 +129,16 @@ class CertificateError(ValueError):
+ pass
+ 
+ 
+-def _dnsname_to_pat(dn):
++def _dnsname_to_pat(dn, max_wildcards=1):
+ pats = []
+ for frag in dn.split(r'.'):
++if frag.count('*')  max_wildcards

[arch-commits] Commit in krb5/repos (36 files)

2013-05-21 Thread Stéphane Gaudreault
-2443].  Don't respond to packets unless
+they pass some basic validation, and don't respond to our own error
+packets.
+
+Some authors use CVE-1999-0103 to refer to the kpasswd UDP ping-pong
+attack or UDP ping-pong attacks in general, but there is discussion
+leading toward narrowing the definition of CVE-1999-0103 to the echo,
+chargen, or other similar built-in inetd services.
+
+Thanks to Vincent Danen for alerting us to this issue.
+
+CVSSv2: AV:N/AC:L/Au:N/C:N/I:N/A:P/E:P/RL:O/RC:C
+
+ticket: 7637 (new)
+target_version: 1.11.3
+tags: pullup
+---
+ src/kadmin/server/schpw.c | 8 
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/src/kadmin/server/schpw.c b/src/kadmin/server/schpw.c
+index 15b0ab5..7f455d8 100644
+--- a/src/kadmin/server/schpw.c
 b/src/kadmin/server/schpw.c
+@@ -52,7 +52,7 @@
+ ret = KRB5KRB_AP_ERR_MODIFIED;
+ numresult = KRB5_KPASSWD_MALFORMED;
+ strlcpy(strresult, Request was truncated, sizeof(strresult));
+-goto chpwfail;
++goto bailout;
+ }
+ 
+ ptr = req-data;
+@@ -67,7 +67,7 @@
+ numresult = KRB5_KPASSWD_MALFORMED;
+ strlcpy(strresult, Request length was inconsistent,
+ sizeof(strresult));
+-goto chpwfail;
++goto bailout;
+ }
+ 
+ /* verify version number */
+@@ -80,7 +80,7 @@
+ numresult = KRB5_KPASSWD_BAD_VERSION;
+ snprintf(strresult, sizeof(strresult),
+  Request contained unknown protocol version number %d, vno);
+-goto chpwfail;
++goto bailout;
+ }
+ 
+ /* read, check ap-req length */
+@@ -93,7 +93,7 @@
+ numresult = KRB5_KPASSWD_MALFORMED;
+ strlcpy(strresult, Request was truncated in AP-REQ,
+ sizeof(strresult));
+-goto chpwfail;
++goto bailout;
+ }
+ 
+ /* verify ap_req */
+-- 
+1.8.1.6
+

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2013-05-22 00:29:27 UTC (rev 186199)
+++ core-i686/PKGBUILD  2013-05-22 00:37:41 UTC (rev 186200)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-
-pkgname=krb5
-pkgver=1.11.2
-pkgrel=3
-pkgdesc=The Kerberos network authentication system
-arch=('i686' 'x86_64')
-url=http://web.mit.edu/kerberos/;
-license=('custom')
-depends=('e2fsprogs' 'libldap' 'keyutils')
-makedepends=('perl')
-backup=('etc/krb5.conf' 'var/lib/krb5kdc/kdc.conf')
-source=(http://web.mit.edu/kerberos/dist/${pkgname}/1.11/${pkgname}-${pkgver}-signed.tar
-krb5-config_LDFLAGS.patch
-krb5-kadmind.service
-krb5-kdc.service
-krb5-kpropd.service
-krb5-kpropd@.service
-krb5-kpropd.socket)
-sha1sums=('3863f7bdb2d8fc3e50484fb566124373c4b0a250'
-  '09e478cddfb9d46d2981dd25ef96b8c3fd91e1aa'
-  'a2a01e7077d9e89cda3457ea0e216debb3dc353c'
-  'f5e4fa073e11b0fcb4e3098a5d58a4f791ec841e'
-  '614401dd4ac18e310153240bb26eb32ff1e8cf5b'
-  '023a8164f8ee7066ac814486a68bc605e79f6101'
-  'f3677d30dbbd7106c581379c2c6ebb1bf7738912')
-options=('!emptydirs')
-
-build() {
-   tar zxvf ${pkgname}-${pkgver}.tar.gz
-   cd ${srcdir}/${pkgname}-${pkgver}/src
-
-   # cf https://bugs.gentoo.org/show_bug.cgi?id=448778
-   patch -Np2 -i ${srcdir}/krb5-config_LDFLAGS.patch
-
-   rm lib/krb5/krb/deltat.c
-
-   # FS#25384
-   sed -i /KRB5ROOT=/s/\/local// util/ac_check_krb5.m4
-
-   export CFLAGS+= -fPIC -fno-strict-aliasing -fstack-protector-all
-   export CPPFLAGS+= -I/usr/include/et
-   ./configure --prefix=/usr \
-   --sbindir=/usr/bin \
-   --sysconfdir=/etc \
-   --mandir=/usr/share/man \
-   --localstatedir=/var/lib \
-   --enable-shared \
-   --with-system-et \
-   --with-system-ss \
-   --disable-rpath \
-   --without-tcl \
-   --enable-dns-for-realm \
-   --with-ldap \
-   --without-system-verto
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}/src
-   make DESTDIR=${pkgdir} EXAMPLEDIR=/usr/share/doc/${pkgname}/examples 
install
-
-   # Fix FS#29889
-   install -m 644 plugins/kdb/ldap/libkdb_ldap/kerberos.{ldif,schema} 
${pkgdir}/usr/share/doc/${pkgname}/examples
-
-   # Sample KDC config file
-   install -dm 755 ${pkgdir}/var/lib/krb5kdc
-   install -pm 644 config-files/kdc.conf ${pkgdir}/var/lib/krb5kdc/kdc.conf
-
-   # Default configuration file
-   install -dm 755 ${pkgdir}/etc
-   install -pm 644 config-files/krb5.conf ${pkgdir}/etc/krb5.conf
-
-   install -dm 755 ${pkgdir}/usr/share/aclocal
-   install -m 644 util/ac_check_krb5.m4 ${pkgdir}/usr/share/aclocal
-
-   install -Dm644 ${srcdir}/${pkgname}-${pkgver}/NOTICE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-   # systemd stuff
-   install -dm 755 ${pkgdir}/usr/lib/systemd/system
-   install -m 644 
../../krb5-{kadmind.service,kdc.service

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

2013-05-21 Thread Stéphane Gaudreault
Date: Wednesday, May 22, 2013 @ 02:51:57
  Author: stephane
Revision: 186201

upgpkg: popt 1.16-6

rebuild of old pkg, drop static lib

Modified:
  popt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-22 00:37:41 UTC (rev 186200)
+++ PKGBUILD2013-05-22 00:51:57 UTC (rev 186201)
@@ -7,7 +7,7 @@
 
 pkgname=popt
 pkgver=1.16
-pkgrel=5
+pkgrel=6
 pkgdesc=A commandline option parser
 arch=('i686' 'x86_64')
 url=http://rpm5.org;
@@ -20,7 +20,7 @@
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --disable-static
   make
 }
 



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

2013-05-21 Thread Stéphane Gaudreault
Date: Wednesday, May 22, 2013 @ 02:52:23
  Author: stephane
Revision: 186202

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

Added:
  popt/repos/testing-i686/
  popt/repos/testing-i686/PKGBUILD
(from rev 186201, popt/trunk/PKGBUILD)
  popt/repos/testing-x86_64/
  popt/repos/testing-x86_64/PKGBUILD
(from rev 186201, popt/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   32 
 testing-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: popt/repos/testing-i686/PKGBUILD (from rev 186201, popt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-22 00:52:23 UTC (rev 186202)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+# Contributor: Judd Vinet jvi...@zeroflux.org
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=popt
+pkgver=1.16
+pkgrel=6
+pkgdesc=A commandline option parser
+arch=('i686' 'x86_64')
+url=http://rpm5.org;
+license=('custom')
+depends=('glibc')
+options=('!libtool')
+source=(http://rpm5.org/files/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('cfe94a15a2404db85858a81ff8de27c8ff3e235e')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: popt/repos/testing-x86_64/PKGBUILD (from rev 186201, 
popt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-05-22 00:52:23 UTC (rev 186202)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+# Contributor: Judd Vinet jvi...@zeroflux.org
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=popt
+pkgver=1.16
+pkgrel=6
+pkgdesc=A commandline option parser
+arch=('i686' 'x86_64')
+url=http://rpm5.org;
+license=('custom')
+depends=('glibc')
+options=('!libtool')
+source=(http://rpm5.org/files/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('cfe94a15a2404db85858a81ff8de27c8ff3e235e')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2013-05-21 Thread Stéphane Gaudreault
Date: Wednesday, May 22, 2013 @ 03:10:58
  Author: stephane
Revision: 186203

fix man-page symlink

Modified:
  python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-22 00:52:23 UTC (rev 186202)
+++ PKGBUILD2013-05-22 01:10:58 UTC (rev 186203)
@@ -60,11 +60,12 @@
   make DESTDIR=${pkgdir} install maninstall
 
   # Why are these not done by default...
-  ln -sf python3   ${pkgdir}/usr/bin/python
-  ln -sf python3-config${pkgdir}/usr/bin/python-config
-  ln -sf idle3 ${pkgdir}/usr/bin/idle
-  ln -sf pydoc3${pkgdir}/usr/bin/pydoc
-  ln -sf python${_pybasever}.1 ${pkgdir}/usr/share/man/man1/python3.1
+  ln -sf python3   ${pkgdir}/usr/bin/python
+  ln -sf python3-config${pkgdir}/usr/bin/python-config
+  ln -sf idle3 ${pkgdir}/usr/bin/idle
+  ln -sf pydoc3${pkgdir}/usr/bin/pydoc
+  ln -sf python${_pybasever}.1 ${pkgdir}/usr/share/man/man1/python3.1
+  ln -sf python${_pybasever}.1 ${pkgdir}/usr/share/man/man1/python.1
 
   # Fix FS#22552
   ln -sf ../../libpython${_pybasever}m.so \



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

2013-05-21 Thread Stéphane Gaudreault
Date: Wednesday, May 22, 2013 @ 03:41:08
  Author: stephane
Revision: 186204

upgpkg: python-distribute 0.6.40-1

upstream update

Modified:
  python-distribute/trunk/PKGBUILD

--+
 PKGBUILD |   21 -
 1 file changed, 12 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-22 01:10:58 UTC (rev 186203)
+++ PKGBUILD2013-05-22 01:41:08 UTC (rev 186204)
@@ -3,7 +3,7 @@
 # Contributor: Sebastien Binet binet@farnsworth
 pkgbase=python-distribute
 pkgname=('python-distribute' 'python2-distribute')
-pkgver=0.6.39
+pkgver=0.6.40
 pkgrel=1
 pkgdesc=Easily build and distribute Python packages
 arch=('any')
@@ -12,9 +12,10 @@
 makedepends=('python' 'python2')
 
source=(http://pypi.python.org/packages/source/d/distribute/distribute-${pkgver}.tar.gz
 distribute-python2_and_3.patch)
-sha1sums=('1dd11f1c9143c25ede79347873832e6b5db7226f'
+sha1sums=('46654be10177014bbb502a4c516627173de67d15'
   '420bc5d35e1dbfff8015f12e1a13d46973e34c68')
-build() {
+
+prepare() {
cd ${srcdir}
 
pushd distribute-${pkgver}
@@ -23,18 +24,20 @@
 
cp -a distribute-${pkgver}{,-python2}
 
-   # Build python 3 module
-   cd distribute-${pkgver}
-
+   cd ${srcdir}/distribute-${pkgver}
sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
 
+   cd ../distribute-${pkgver}-python2
+   sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
+}
+
+build() {
+   # Build python 3 module
+   cd ${srcdir}/distribute-${pkgver}
python3 setup.py build
 
# Build python 2 module
cd ../distribute-${pkgver}-python2
-
-   sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
-
python2 setup.py build
 }
 



[arch-commits] Commit in python-distribute/repos (3 files)

2013-05-21 Thread Stéphane Gaudreault
Date: Wednesday, May 22, 2013 @ 03:41:32
  Author: stephane
Revision: 186205

archrelease: copy trunk to testing-any

Added:
  python-distribute/repos/testing-any/
  python-distribute/repos/testing-any/PKGBUILD
(from rev 186204, python-distribute/trunk/PKGBUILD)
  python-distribute/repos/testing-any/distribute-python2_and_3.patch
(from rev 186204, python-distribute/trunk/distribute-python2_and_3.patch)

+
 PKGBUILD   |   58 +++
 distribute-python2_and_3.patch |   36 
 2 files changed, 94 insertions(+)

Copied: python-distribute/repos/testing-any/PKGBUILD (from rev 186204, 
python-distribute/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-05-22 01:41:32 UTC (rev 186205)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sebastien Binet binet@farnsworth
+pkgbase=python-distribute
+pkgname=('python-distribute' 'python2-distribute')
+pkgver=0.6.40
+pkgrel=1
+pkgdesc=Easily build and distribute Python packages
+arch=('any')
+license=('PSF')
+url=http://pypi.python.org/pypi/distribute;
+makedepends=('python' 'python2')
+source=(http://pypi.python.org/packages/source/d/distribute/distribute-${pkgver}.tar.gz
+distribute-python2_and_3.patch)
+sha1sums=('46654be10177014bbb502a4c516627173de67d15'
+  '420bc5d35e1dbfff8015f12e1a13d46973e34c68')
+
+prepare() {
+   cd ${srcdir}
+
+   pushd distribute-${pkgver}
+   patch -Np1 -i ../distribute-python2_and_3.patch
+   popd
+
+   cp -a distribute-${pkgver}{,-python2}
+
+   cd ${srcdir}/distribute-${pkgver}
+   sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
+
+   cd ../distribute-${pkgver}-python2
+   sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
+}
+
+build() {
+   # Build python 3 module
+   cd ${srcdir}/distribute-${pkgver}
+   python3 setup.py build
+
+   # Build python 2 module
+   cd ../distribute-${pkgver}-python2
+   python2 setup.py build
+}
+
+package_python-distribute() {
+   depends=('python=3.3')
+
+   cd ${srcdir}/distribute-${pkgver}
+   python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
+}
+
+package_python2-distribute() {
+   depends=('python2=2.7')
+   provides=('setuptools')
+   conflicts=('setuptools')
+
+   cd ${srcdir}/distribute-${pkgver}-python2
+   python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
+}

Copied: python-distribute/repos/testing-any/distribute-python2_and_3.patch 
(from rev 186204, python-distribute/trunk/distribute-python2_and_3.patch)
===
--- testing-any/distribute-python2_and_3.patch  (rev 0)
+++ testing-any/distribute-python2_and_3.patch  2013-05-22 01:41:32 UTC (rev 
186205)
@@ -0,0 +1,36 @@
+diff -Naur distribute-0.6.34.ori/distribute.egg-info/entry_points.txt 
distribute-0.6.34/distribute.egg-info/entry_points.txt
+--- distribute-0.6.34.ori/distribute.egg-info/entry_points.txt 2012-12-31 
10:26:53.0 -0500
 distribute-0.6.34/distribute.egg-info/entry_points.txt 2013-01-09 
12:35:22.573071193 -0500
+@@ -11,6 +11,8 @@
+ install_egg_info = setuptools.command.install_egg_info:install_egg_info
+ alias = setuptools.command.alias:alias
+ easy_install = setuptools.command.easy_install:easy_install
++easy_install-2.7 = setuptools.command.easy_install:main
++easy_install-3.3 = setuptools.command.easy_install:main  
+ install_scripts = setuptools.command.install_scripts:install_scripts
+ bdist_wininst = setuptools.command.bdist_wininst:bdist_wininst
+ bdist_egg = setuptools.command.bdist_egg:bdist_egg
+diff -Naur distribute-0.6.34.ori/distribute_setup.py 
distribute-0.6.34/distribute_setup.py
+--- distribute-0.6.34.ori/distribute_setup.py  2012-12-29 17:10:53.0 
-0500
 distribute-0.6.34/distribute_setup.py  2013-01-09 12:33:26.439725679 
-0500
+@@ -319,8 +319,7 @@
+ log.warn('Could not find the install location')
+ return
+ pyver = '%s.%s' % (sys.version_info[0], sys.version_info[1])
+-setuptools_file = 'setuptools-%s-py%s.egg-info' % \
+-(SETUPTOOLS_FAKED_VERSION, pyver)
++setuptools_file = 'setuptools-%s.egg-info' % SETUPTOOLS_FAKED_VERSION
+ pkg_info = os.path.join(placeholder, setuptools_file)
+ if os.path.exists(pkg_info):
+ log.warn('%s already exists', pkg_info)
+diff -Naur distribute-0.6.34.ori/setup.py distribute-0.6.34/setup.py
+--- distribute-0.6.34.ori/setup.py 2012-12-29 17:10:53.0 -0500
 distribute-0.6.34/setup.py 2013-01-09 12:33:26.439725679 -0500
+@@ -106,6 +106,7 @@
+ finally:
+ f.close()
+ 
++console_scripts = [easy_install-%s

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

2013-05-20 Thread Stéphane Gaudreault
Date: Monday, May 20, 2013 @ 15:49:31
  Author: stephane
Revision: 186017

upgpkg: subversion 1.7.9-5

rebuild for perl 5.18

Modified:
  subversion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-20 13:22:23 UTC (rev 186016)
+++ PKGBUILD2013-05-20 13:49:31 UTC (rev 186017)
@@ -5,14 +5,14 @@
 
 pkgname=subversion
 pkgver=1.7.9
-pkgrel=4
+pkgrel=5
 pkgdesc=A Modern Concurrent Version Control System
 arch=('i686' 'x86_64')
 license=('APACHE')
 depends=('neon' 'apr-util' 'sqlite' 'file' 'serf')
 optdepends=('libgnome-keyring' 'kdeutils-kwallet' 'bash-completion: for svn 
bash completion' \
 'python2: for some hook scripts' 'java-environment') #'ruby: for 
some hook scripts')
-makedepends=('krb5' 'apache' 'python2' 'perl' 'swig' 'java-runtime' 
'java-environment'
+makedepends=('krb5' 'apache' 'python2' 'perl=5.18' 'swig' 'java-runtime' 
'java-environment'
  'autoconf' 'db' 'e2fsprogs' 'libgnome-keyring' 'kdelibs')
 backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
 url=http://subversion.apache.org/;



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

2013-05-20 Thread Stéphane Gaudreault
Date: Monday, May 20, 2013 @ 15:50:38
  Author: stephane
Revision: 186018

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

Added:
  subversion/repos/staging-i686/
  subversion/repos/staging-i686/PKGBUILD
(from rev 186017, subversion/trunk/PKGBUILD)
  subversion/repos/staging-i686/subversion.install
(from rev 186017, subversion/trunk/subversion.install)
  subversion/repos/staging-i686/subversion.rpath.fix.patch
(from rev 186017, subversion/trunk/subversion.rpath.fix.patch)
  subversion/repos/staging-i686/svn
(from rev 186017, subversion/trunk/svn)
  subversion/repos/staging-i686/svnserve.conf
(from rev 186017, subversion/trunk/svnserve.conf)
  subversion/repos/staging-i686/svnserve.service
(from rev 186017, subversion/trunk/svnserve.service)
  subversion/repos/staging-i686/svnserve.tmpfiles
(from rev 186017, subversion/trunk/svnserve.tmpfiles)
  subversion/repos/staging-x86_64/
  subversion/repos/staging-x86_64/PKGBUILD
(from rev 186017, subversion/trunk/PKGBUILD)
  subversion/repos/staging-x86_64/subversion.install
(from rev 186017, subversion/trunk/subversion.install)
  subversion/repos/staging-x86_64/subversion.rpath.fix.patch
(from rev 186017, subversion/trunk/subversion.rpath.fix.patch)
  subversion/repos/staging-x86_64/svn
(from rev 186017, subversion/trunk/svn)
  subversion/repos/staging-x86_64/svnserve.conf
(from rev 186017, subversion/trunk/svnserve.conf)
  subversion/repos/staging-x86_64/svnserve.service
(from rev 186017, subversion/trunk/svnserve.service)
  subversion/repos/staging-x86_64/svnserve.tmpfiles
(from rev 186017, subversion/trunk/svnserve.tmpfiles)

---+
 staging-i686/PKGBUILD |   92 
 staging-i686/subversion.install   |7 ++
 staging-i686/subversion.rpath.fix.patch   |   10 +++
 staging-i686/svn  |   11 +++
 staging-i686/svnserve.conf|7 ++
 staging-i686/svnserve.service |   11 +++
 staging-i686/svnserve.tmpfiles|1 
 staging-x86_64/PKGBUILD   |   92 
 staging-x86_64/subversion.install |7 ++
 staging-x86_64/subversion.rpath.fix.patch |   10 +++
 staging-x86_64/svn|   11 +++
 staging-x86_64/svnserve.conf  |7 ++
 staging-x86_64/svnserve.service   |   11 +++
 staging-x86_64/svnserve.tmpfiles  |1 
 14 files changed, 278 insertions(+)

Copied: subversion/repos/staging-i686/PKGBUILD (from rev 186017, 
subversion/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-20 13:50:38 UTC (rev 186018)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Paul Mattal p...@archlinux.org
+# Contributor: Jason Chu ja...@archlinux.org
+
+pkgname=subversion
+pkgver=1.7.9
+pkgrel=5
+pkgdesc=A Modern Concurrent Version Control System
+arch=('i686' 'x86_64')
+license=('APACHE')
+depends=('neon' 'apr-util' 'sqlite' 'file' 'serf')
+optdepends=('libgnome-keyring' 'kdeutils-kwallet' 'bash-completion: for svn 
bash completion' \
+'python2: for some hook scripts' 'java-environment') #'ruby: for 
some hook scripts')
+makedepends=('krb5' 'apache' 'python2' 'perl=5.18' 'swig' 'java-runtime' 
'java-environment'
+ 'autoconf' 'db' 'e2fsprogs' 'libgnome-keyring' 'kdelibs')
+backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
+url=http://subversion.apache.org/;
+provides=('svn')
+options=('!makeflags' '!libtool' '!emptydirs')
+install=${pkgname}.install
+source=(http://apache.mirror.rafal.ca/subversion/$pkgname-$pkgver.tar.bz2 
#{,.asc}
+svn
+svnserve.conf
+svnserve.tmpfiles
+svnserve.service
+subversion.rpath.fix.patch)
+md5sums=('8d532025771a67c06c23f299699f056f'
+ 'a0db6dd43af33952739b6ec089852630'
+ 'c459e299192552f61578f3438abf0664'
+ 'bb2857eceafcfac35dde39dcffad2314'
+ 'e8020c7a1d1a0c47091b5fdd034f81c5'
+ '6b4340ba9d8845cd8497e013ae01be3f')
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   export PYTHON=/usr/bin/python2
+
+   patch -Np0 -i ../subversion.rpath.fix.patch
+   sed -i 's|/usr/bin/env python|/usr/bin/env python2|' 
tools/hook-scripts/{,mailer/{,tests/}}*.py
+
+   ./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr \
+   --with-zlib=/usr --with-neon=/usr --with-serf=/usr --with-apxs \
+   --with-sqlite=/usr 
--with-berkeley-db=:/usr/include/:/usr/lib:db-5.3 \
+   --enable-javahl --with-gnome-keyring --with-kwallet \
+   --disable-static
+
+   make external-all
+   make LT_LDFLAGS=-L$Fdestdir/usr/lib local-all
+   make swig_pydir=/usr/lib/python2.7/site-packages/libsvn \
+ swig_pydir_extra=/usr/lib/python2.7/site

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

2013-05-20 Thread Stéphane Gaudreault
Date: Monday, May 20, 2013 @ 16:05:47
  Author: stephane
Revision: 186021

upgpkg: konversation 1.4-6

Fix invalid PNGs for libpng 1.6

Modified:
  konversation/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-20 13:53:06 UTC (rev 186020)
+++ PKGBUILD2013-05-20 14:05:47 UTC (rev 186021)
@@ -6,12 +6,12 @@
 
 pkgname=konversation
 pkgver=1.4
-pkgrel=5
+pkgrel=6
 pkgdesc=A user friendly IRC client for KDE
 arch=('i686' 'x86_64')
 url=http://konversation.kde.org;
 depends=('kdebase-runtime' 'kdepimlibs')
-makedepends=('automoc4' 'cmake' 'pkgconfig' 'docbook-xml')
+makedepends=('automoc4' 'cmake' 'pkgconfig' 'docbook-xml' 'optipng')
 optdepends=('python: python scripting support'
 'kdebase-konsole: open a terminal in konversation'
 'qca-ossl: Diffie-Hellman key exchange and Blowfish ECB/CBC 
support')
@@ -21,6 +21,12 @@
 
source=(http://download.kde.org/download.php?url=stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
 sha1sums=('90741721f68a02d4345b9006a8ae53bc49ef3777')
 
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  # libpng16 fix
+  find -name '*.png' -exec optipng -quiet -force -fix {} +
+}
+
 build() {
   cd ${srcdir}
   mkdir build



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

2013-05-20 Thread Stéphane Gaudreault
Date: Monday, May 20, 2013 @ 16:06:29
  Author: stephane
Revision: 186022

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

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

---+
 /PKGBUILD |   98 
 /konversation.install |   24 
 extra-i686/PKGBUILD   |   43 ---
 extra-i686/konversation.install   |   12 
 extra-x86_64/PKGBUILD |   43 ---
 extra-x86_64/konversation.install |   12 
 6 files changed, 122 insertions(+), 110 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-20 14:05:47 UTC (rev 186021)
+++ extra-i686/PKGBUILD 2013-05-20 14:06:29 UTC (rev 186022)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: James Rayner iphi...@gmail.com
-# Contributor: Sergio Jovani Guzman mo...@paretux.org
-
-pkgname=konversation
-pkgver=1.4
-pkgrel=5
-pkgdesc=A user friendly IRC client for KDE
-arch=('i686' 'x86_64')
-url=http://konversation.kde.org;
-depends=('kdebase-runtime' 'kdepimlibs')
-makedepends=('automoc4' 'cmake' 'pkgconfig' 'docbook-xml')
-optdepends=('python: python scripting support'
-'kdebase-konsole: open a terminal in konversation'
-'qca-ossl: Diffie-Hellman key exchange and Blowfish ECB/CBC 
support')
-license=('GPL2' 'FDL')
-install=${pkgname}.install
-options=('!makeflags')
-source=(http://download.kde.org/download.php?url=stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('90741721f68a02d4345b9006a8ae53bc49ef3777')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-  
-  # Remove a bunch of symlinks pointing to non-existant files
-  for _lang in pt_BR uk sv et de en nl; do
- rm ${pkgdir}/usr/share/doc/kde/html/${_lang}/konversation/common
-  done
-}

Copied: konversation/repos/extra-i686/PKGBUILD (from rev 186021, 
konversation/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-20 14:06:29 UTC (rev 186022)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: James Rayner iphi...@gmail.com
+# Contributor: Sergio Jovani Guzman mo...@paretux.org
+
+pkgname=konversation
+pkgver=1.4
+pkgrel=6
+pkgdesc=A user friendly IRC client for KDE
+arch=('i686' 'x86_64')
+url=http://konversation.kde.org;
+depends=('kdebase-runtime' 'kdepimlibs')
+makedepends=('automoc4' 'cmake' 'pkgconfig' 'docbook-xml' 'optipng')
+optdepends=('python: python scripting support'
+'kdebase-konsole: open a terminal in konversation'
+'qca-ossl: Diffie-Hellman key exchange and Blowfish ECB/CBC 
support')
+license=('GPL2' 'FDL')
+install=${pkgname}.install
+options=('!makeflags')
+source=(http://download.kde.org/download.php?url=stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('90741721f68a02d4345b9006a8ae53bc49ef3777')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  # libpng16 fix
+  find -name '*.png' -exec optipng -quiet -force -fix {} +
+}
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+  
+  # Remove a bunch of symlinks pointing to non-existant files
+  for _lang in pt_BR uk sv et de en nl; do
+ rm ${pkgdir}/usr/share/doc/kde/html/${_lang}/konversation/common
+  done
+}

Deleted: extra-i686/konversation.install
===
--- extra-i686/konversation.install 2013-05-20 14:05:47 UTC (rev 186021)
+++ extra-i686/konversation.install 2013-05-20 14:06:29 UTC (rev 186022)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-   update-desktop-database -q

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

2013-05-17 Thread Stéphane Gaudreault
Date: Friday, May 17, 2013 @ 13:13:03
  Author: stephane
Revision: 185694

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

Added:
  iputils/repos/core-i686/PKGBUILD
(from rev 185693, iputils/repos/testing-i686/PKGBUILD)
  iputils/repos/core-i686/iputils.install
(from rev 185693, iputils/repos/testing-i686/iputils.install)
  iputils/repos/core-i686/tftp.xinetd
(from rev 185693, iputils/repos/testing-i686/tftp.xinetd)
  iputils/repos/core-x86_64/PKGBUILD
(from rev 185693, iputils/repos/testing-x86_64/PKGBUILD)
  iputils/repos/core-x86_64/iputils.install
(from rev 185693, iputils/repos/testing-x86_64/iputils.install)
  iputils/repos/core-x86_64/tftp.xinetd
(from rev 185693, iputils/repos/testing-x86_64/tftp.xinetd)
Deleted:
  iputils/repos/core-i686/PKGBUILD
  iputils/repos/core-i686/iputils.install
  iputils/repos/core-i686/tftp.xinetd
  iputils/repos/core-x86_64/PKGBUILD
  iputils/repos/core-x86_64/iputils.install
  iputils/repos/core-x86_64/tftp.xinetd
  iputils/repos/testing-i686/
  iputils/repos/testing-x86_64/

-+
 /PKGBUILD   |  120 ++
 /iputils.install|   20 +++
 /tftp.xinetd|   20 +++
 core-i686/PKGBUILD  |   62 -
 core-i686/iputils.install   |   10 ---
 core-i686/tftp.xinetd   |   10 ---
 core-x86_64/PKGBUILD|   62 -
 core-x86_64/iputils.install |   10 ---
 core-x86_64/tftp.xinetd |   10 ---
 9 files changed, 160 insertions(+), 164 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2013-05-17 11:11:45 UTC (rev 185693)
+++ core-i686/PKGBUILD  2013-05-17 11:13:03 UTC (rev 185694)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-
-pkgname=iputils
-pkgver=20121221
-pkgrel=1
-pkgdesc=Network monitoring tools, including ping
-arch=('i686' 'x86_64')
-license=('GPL' 'BSD')
-url=http://www.skbuff.net/iputils/;
-groups=('base')
-depends=('openssl' 'sysfsutils' 'libcap')
-optdepends=('xinetd: for tftpd')
-makedepends=('docbook2x' 'opensp')
-conflicts=('netkit-base' 'arping' 'netkit-tftpd')
-replaces=('netkit-base')
-backup=(etc/xinetd.d/tftp)
-install=${pkgname}.install
-source=(http://www.skbuff.net/${pkgname}/${pkgname}-s${pkgver}.tar.bz2
-tftp.xinetd)
-sha1sums=('4d56d8c75d6a5d58f052e4056e975f01ebab9ba9'
-  'fc2ae26f5609725e3f4aeaf4ab82dfa6d2e378fd')
-
-build() {
-  cd ${srcdir}/${pkgname}-s${pkgver}
-
-  make USE_GNUTLS=no CCOPTOPT=$CFLAGS
-
-  cd doc
-  for file in *.sgml; do
-xf=${file/.sgml/.xml}
-osx -xlower -xno-nl-in-tag $file  $xf || true
-sed -i s|refname\(.*\), \(.*\)/refname|refname\1/refname, 
refname\2/refname|g $xf
-docbook2man $xf
-  done
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-s${pkgver}
-
-  install -dm755 ${pkgdir}/usr/{bin,sbin} ${pkgdir}/bin
-
-  install -m755 arping clockdiff rarpd rdisc tftpd tracepath tracepath6 \
-${pkgdir}/usr/sbin/
-
-  install -m755 ping{,6} ${pkgdir}/usr/bin/
-   ln -sf /usr/bin/ping{,6}  ${pkgdir}/bin/
-
-   install -dm755 ${pkgdir}/usr/share/man/man8
-   install -m644 doc/{arping,clockdiff,ping,rarpd,rdisc,tftpd,tracepath}.8 \
- ${pkgdir}/usr/share/man/man8/
-
-  cd ${pkgdir}/usr/share/man/man8
-  ln -sf ping.8.gz  ping6.8.gz
-  ln -sf tracepath.8.gz tracepath6.8.gz
-
-  # FS#24768
-  install -dm755 ${pkgdir}/etc/xinetd.d/
-  install -m644 ${srcdir}/tftp.xinetd ${pkgdir}/etc/xinetd.d/tftp
-}

Copied: iputils/repos/core-i686/PKGBUILD (from rev 185693, 
iputils/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2013-05-17 11:13:03 UTC (rev 185694)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=iputils
+pkgver=20121221
+pkgrel=2
+pkgdesc=Network monitoring tools, including ping
+arch=('i686' 'x86_64')
+license=('GPL' 'BSD')
+url=http://www.skbuff.net/iputils/;
+groups=('base')
+depends=('openssl' 'sysfsutils' 'libcap')
+optdepends=('xinetd: for tftpd')
+makedepends=('docbook2x' 'opensp')
+conflicts=('netkit-base' 'arping' 'netkit-tftpd')
+replaces=('netkit-base')
+backup=(etc/xinetd.d/tftp)
+install=${pkgname}.install
+source=(http://www.skbuff.net/${pkgname}/${pkgname}-s${pkgver}.tar.bz2
+tftp.xinetd)
+sha1sums=('4d56d8c75d6a5d58f052e4056e975f01ebab9ba9'
+  'fc2ae26f5609725e3f4aeaf4ab82dfa6d2e378fd')
+
+build() {
+  cd ${srcdir}/${pkgname}-s${pkgver}
+
+  make USE_GNUTLS=no CCOPTOPT=$CFLAGS
+
+  cd doc
+  for file in *.sgml; do
+xf=${file/.sgml/.xml}
+osx -xlower -xno-nl-in-tag $file

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

2013-05-17 Thread Stéphane Gaudreault
Date: Friday, May 17, 2013 @ 13:13:15
  Author: stephane
Revision: 185695

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

Added:
  keyutils/repos/core-i686/PKGBUILD
(from rev 185694, keyutils/repos/testing-i686/PKGBUILD)
  keyutils/repos/core-x86_64/PKGBUILD
(from rev 185694, keyutils/repos/testing-x86_64/PKGBUILD)
Deleted:
  keyutils/repos/core-i686/PKGBUILD
  keyutils/repos/core-x86_64/PKGBUILD
  keyutils/repos/testing-i686/
  keyutils/repos/testing-x86_64/

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

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2013-05-17 11:13:03 UTC (rev 185694)
+++ core-i686/PKGBUILD  2013-05-17 11:13:15 UTC (rev 185695)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-pkgname=keyutils
-pkgver=1.5.5
-pkgrel=3
-pkgdesc=Linux Key Management Utilities
-arch=(i686 x86_64)
-url=http://www.kernel.org;
-license=('GPL2' 'LGPL2.1')
-depends=('glibc' 'sh')
-backup=(etc/request-key.conf)
-source=(http://people.redhat.com/~dhowells/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('d759680b2f23c99af95938f5026f25fb')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS}
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} LIBDIR=/usr/lib USRLIBDIR=/usr/lib  install
-  # add nfsidmap to config file #30396
-  echo # NFS idmap resolver  $pkgdir/etc/request-key.conf
-  echo create id_resolver * * /usr/sbin/nfsidmap %k %d \
-$pkgdir/etc/request-key.conf
-}

Copied: keyutils/repos/core-i686/PKGBUILD (from rev 185694, 
keyutils/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2013-05-17 11:13:15 UTC (rev 185695)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+pkgname=keyutils
+pkgver=1.5.5
+pkgrel=4
+pkgdesc=Linux Key Management Utilities
+arch=(i686 x86_64)
+url=http://www.kernel.org;
+license=('GPL2' 'LGPL2.1')
+depends=('glibc' 'sh')
+backup=(etc/request-key.conf)
+source=(http://people.redhat.com/~dhowells/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('d759680b2f23c99af95938f5026f25fb')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS}
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} SBINDIR='/usr/bin' BINDIR='/usr/bin' 
LIBDIR='/usr/lib' USRLIBDIR='/usr/lib'  install
+  # add nfsidmap to config file #30396
+  echo # NFS idmap resolver  $pkgdir/etc/request-key.conf
+  echo create id_resolver * * /usr/sbin/nfsidmap %k %d \
+$pkgdir/etc/request-key.conf
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2013-05-17 11:13:03 UTC (rev 185694)
+++ core-x86_64/PKGBUILD2013-05-17 11:13:15 UTC (rev 185695)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-pkgname=keyutils
-pkgver=1.5.5
-pkgrel=3
-pkgdesc=Linux Key Management Utilities
-arch=(i686 x86_64)
-url=http://www.kernel.org;
-license=('GPL2' 'LGPL2.1')
-depends=('glibc' 'sh')
-backup=(etc/request-key.conf)
-source=(http://people.redhat.com/~dhowells/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('d759680b2f23c99af95938f5026f25fb')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS}
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} LIBDIR=/usr/lib USRLIBDIR=/usr/lib  install
-  # add nfsidmap to config file #30396
-  echo # NFS idmap resolver  $pkgdir/etc/request-key.conf
-  echo create id_resolver * * /usr/sbin/nfsidmap %k %d \
-$pkgdir/etc/request-key.conf
-}

Copied: keyutils/repos/core-x86_64/PKGBUILD (from rev 185694, 
keyutils/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2013-05-17 11:13:15 UTC (rev 185695)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+pkgname=keyutils
+pkgver=1.5.5
+pkgrel=4
+pkgdesc=Linux Key Management Utilities
+arch=(i686 x86_64)
+url=http://www.kernel.org;
+license=('GPL2' 'LGPL2.1')
+depends=('glibc' 'sh')
+backup=(etc/request-key.conf)
+source=(http://people.redhat.com/~dhowells/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums

[arch-commits] Commit in krb5/repos (40 files)

2013-05-17 Thread Stéphane Gaudreault
Date: Friday, May 17, 2013 @ 13:13:34
  Author: stephane
Revision: 185696

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

Added:
  krb5/repos/core-i686/PKGBUILD
(from rev 185695, krb5/repos/testing-i686/PKGBUILD)
  krb5/repos/core-i686/krb5-1.10.1-gcc47.patch
(from rev 185695, krb5/repos/testing-i686/krb5-1.10.1-gcc47.patch)
  krb5/repos/core-i686/krb5-config_LDFLAGS.patch
(from rev 185695, krb5/repos/testing-i686/krb5-config_LDFLAGS.patch)
  krb5/repos/core-i686/krb5-kadmind.service
(from rev 185695, krb5/repos/testing-i686/krb5-kadmind.service)
  krb5/repos/core-i686/krb5-kdc.service
(from rev 185695, krb5/repos/testing-i686/krb5-kdc.service)
  krb5/repos/core-i686/krb5-kpropd.service
(from rev 185695, krb5/repos/testing-i686/krb5-kpropd.service)
  krb5/repos/core-i686/krb5-kpropd.socket
(from rev 185695, krb5/repos/testing-i686/krb5-kpropd.socket)
  krb5/repos/core-i686/krb5-kpropd@.service
(from rev 185695, krb5/repos/testing-i686/krb5-kpropd@.service)
  krb5/repos/core-x86_64/PKGBUILD
(from rev 185695, krb5/repos/testing-x86_64/PKGBUILD)
  krb5/repos/core-x86_64/krb5-1.10.1-gcc47.patch
(from rev 185695, krb5/repos/testing-x86_64/krb5-1.10.1-gcc47.patch)
  krb5/repos/core-x86_64/krb5-config_LDFLAGS.patch
(from rev 185695, krb5/repos/testing-x86_64/krb5-config_LDFLAGS.patch)
  krb5/repos/core-x86_64/krb5-kadmind.service
(from rev 185695, krb5/repos/testing-x86_64/krb5-kadmind.service)
  krb5/repos/core-x86_64/krb5-kdc.service
(from rev 185695, krb5/repos/testing-x86_64/krb5-kdc.service)
  krb5/repos/core-x86_64/krb5-kpropd.service
(from rev 185695, krb5/repos/testing-x86_64/krb5-kpropd.service)
  krb5/repos/core-x86_64/krb5-kpropd.socket
(from rev 185695, krb5/repos/testing-x86_64/krb5-kpropd.socket)
  krb5/repos/core-x86_64/krb5-kpropd@.service
(from rev 185695, krb5/repos/testing-x86_64/krb5-kpropd@.service)
Deleted:
  krb5/repos/core-i686/PKGBUILD
  krb5/repos/core-i686/krb5-1.10.1-gcc47.patch
  krb5/repos/core-i686/krb5-config_LDFLAGS.patch
  krb5/repos/core-i686/krb5-kadmind
  krb5/repos/core-i686/krb5-kadmind.service
  krb5/repos/core-i686/krb5-kdc
  krb5/repos/core-i686/krb5-kdc.service
  krb5/repos/core-i686/krb5-kpropd
  krb5/repos/core-i686/krb5-kpropd.service
  krb5/repos/core-i686/krb5-kpropd.socket
  krb5/repos/core-i686/krb5-kpropd@.service
  krb5/repos/core-x86_64/PKGBUILD
  krb5/repos/core-x86_64/krb5-1.10.1-gcc47.patch
  krb5/repos/core-x86_64/krb5-config_LDFLAGS.patch
  krb5/repos/core-x86_64/krb5-kadmind
  krb5/repos/core-x86_64/krb5-kadmind.service
  krb5/repos/core-x86_64/krb5-kdc
  krb5/repos/core-x86_64/krb5-kdc.service
  krb5/repos/core-x86_64/krb5-kpropd
  krb5/repos/core-x86_64/krb5-kpropd.service
  krb5/repos/core-x86_64/krb5-kpropd.socket
  krb5/repos/core-x86_64/krb5-kpropd@.service
  krb5/repos/testing-i686/
  krb5/repos/testing-x86_64/

---+
 /PKGBUILD |  168 
 /krb5-1.10.1-gcc47.patch  |   22 
 /krb5-config_LDFLAGS.patch|   24 
 /krb5-kadmind.service |   16 +++
 /krb5-kdc.service |   18 +++
 /krb5-kpropd.service  |   16 +++
 /krb5-kpropd.socket   |   18 +++
 /krb5-kpropd@.service |   16 +++
 core-i686/PKGBUILD|   92 -
 core-i686/krb5-1.10.1-gcc47.patch |   11 --
 core-i686/krb5-config_LDFLAGS.patch   |   12 --
 core-i686/krb5-kadmind|   40 ---
 core-i686/krb5-kadmind.service|8 -
 core-i686/krb5-kdc|   40 ---
 core-i686/krb5-kdc.service|9 -
 core-i686/krb5-kpropd |   40 ---
 core-i686/krb5-kpropd.service |8 -
 core-i686/krb5-kpropd.socket  |9 -
 core-i686/krb5-kpropd@.service|8 -
 core-x86_64/PKGBUILD  |   92 -
 core-x86_64/krb5-1.10.1-gcc47.patch   |   11 --
 core-x86_64/krb5-config_LDFLAGS.patch |   12 --
 core-x86_64/krb5-kadmind  |   40 ---
 core-x86_64/krb5-kadmind.service  |8 -
 core-x86_64/krb5-kdc  |   40 ---
 core-x86_64/krb5-kdc.service  |9 -
 core-x86_64/krb5-kpropd   |   40 ---
 core-x86_64/krb5-kpropd.service   |8 -
 core-x86_64/krb5-kpropd.socket|9 -
 core-x86_64/krb5-kpropd@.service  |8 -
 30 files changed, 298 insertions(+), 554 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2013-05-17 11:13:15 UTC (rev 185695)
+++ core-i686/PKGBUILD  2013-05-17 11:13:34 UTC (rev 185696)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-
-pkgname=krb5
-pkgver=1.11.2
-pkgrel=1
-pkgdesc=The Kerberos network authentication system
-arch=('i686' 'x86_64')
-url=http

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

2013-05-17 Thread Stéphane Gaudreault
Date: Friday, May 17, 2013 @ 13:13:51
  Author: stephane
Revision: 185697

db-move: moved python2 from [testing] to [extra] (i686, x86_64)

Added:
  python2/repos/extra-i686/PKGBUILD
(from rev 185696, python2/repos/testing-i686/PKGBUILD)
  python2/repos/extra-x86_64/PKGBUILD
(from rev 185696, python2/repos/testing-x86_64/PKGBUILD)
Deleted:
  python2/repos/extra-i686/PKGBUILD
  python2/repos/extra-x86_64/PKGBUILD
  python2/repos/testing-i686/
  python2/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-17 11:13:34 UTC (rev 185696)
+++ extra-i686/PKGBUILD 2013-05-17 11:13:51 UTC (rev 185697)
@@ -1,88 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributer: Allan McRae al...@archlinux.org
-# Contributer: Jason Chu ja...@archlinux.org
-
-pkgname=python2
-pkgver=2.7.4
-pkgrel=1
-_pybasever=2.7
-pkgdesc=A high-level scripting language
-arch=('i686' 'x86_64')
-license=('PSF')
-url=http://www.python.org/;
-depends=('bzip2' 'gdbm' 'openssl' 'zlib' 'expat' 'sqlite' 'libffi')
-makedepends=('tk=8.6.0' 'bluez')
-optdepends=('tk: for IDLE')
-conflicts=('python3')
-options=('!makeflags')
-source=(http://www.python.org/ftp/python/${pkgver%rc?}/Python-${pkgver}.tar.xz)
-sha1sums=('08e78ebeb6d9c799644f6d787ca424291c0fe03e')
-
-build() {
-  cd ${srcdir}/Python-${pkgver}
-
-  # Temporary workaround for FS#22322
-  # See http://bugs.python.org/issue10835 for upstream report
-  sed -i /progname =/s/python/python${_pybasever}/ Python/pythonrun.c
-
-  # Enable built-in SQLite module to load extensions (fix FS#22122)
-  sed -i /SQLITE_OMIT_LOAD_EXTENSION/d setup.py
-
-  # FS#23997
-  sed -i -e s|^#.* /usr/local/bin/python|#!/usr/bin/python2| Lib/cgi.py
-
-  sed -i s/python2.3/python2/g Lib/distutils/tests/test_build_scripts.py \
- Lib/distutils/tests/test_install_scripts.py Tools/scripts/gprof2html.py
-
-  # Ensure that we are using the system copy of various libraries (expat, zlib 
and libffi),
-  # rather than copies shipped in the tarball
-  rm -r Modules/expat
-  rm -r Modules/zlib
-  rm -r Modules/_ctypes/{darwin,libffi}*
-
-  export OPT=${CFLAGS}
-  ./configure --prefix=/usr --enable-shared --with-threads --enable-ipv6 \
-  --enable-unicode=ucs4 --with-system-expat --with-system-ffi \
-  --with-dbmliborder=gdbm:ndbm
-
-  make
-}
-
-package() {
-  cd ${srcdir}/Python-${pkgver}
-  make DESTDIR=${pkgdir} altinstall maninstall
-
-  rm ${pkgdir}/usr/share/man/man1/python.1
-
-  ln -sf python${_pybasever}${pkgdir}/usr/bin/python2
-  ln -sf python${_pybasever}-config ${pkgdir}/usr/bin/python2-config
-  ln -sf python${_pybasever}.1  ${pkgdir}/usr/share/man/man1/python2.1
-
-  # FS#33954
-  ln -sf python-${_pybasever}.pc${pkgdir}/usr/lib/pkgconfig/python2.pc
-
-  ln -sf ../../libpython${_pybasever}.so 
${pkgdir}/usr/lib/python${_pybasever}/config/libpython${_pybasever}.so
-
-  mv ${pkgdir}/usr/bin/smtpd.py ${pkgdir}/usr/lib/python${_pybasever}/
-
-  # some useful stuff
-  install -dm755 ${pkgdir}/usr/lib/python${_pybasever}/Tools/{i18n,scripts}
-  install -m755 Tools/i18n/{msgfmt,pygettext}.py 
${pkgdir}/usr/lib/python${_pybasever}/Tools/i18n/
-  install -m755 Tools/scripts/{README,*py} 
${pkgdir}/usr/lib/python${_pybasever}/Tools/scripts/
-
-  # fix conflicts with python
-  mv ${pkgdir}/usr/bin/idle{,2}
-  mv ${pkgdir}/usr/bin/pydoc{,2}
-  mv ${pkgdir}/usr/bin/2to3{,-2.7}
-
-  # clean up #!s
-  find ${pkgdir}/usr/lib/python${_pybasever}/ -name '*.py' | \
-xargs sed -i s|#[ ]*![ ]*/usr/bin/env python$|#!/usr/bin/env python2|
-
-  # clean-up reference to build directory
-  sed -i s#${srcdir}/Python-${pkgver}:## 
${pkgdir}/usr/lib/python${_pybasever}/config/Makefile
-
-  # license
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python2/repos/extra-i686/PKGBUILD (from rev 185696, 
python2/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-17 11:13:51 UTC (rev 185697)
@@ -0,0 +1,88 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributer: Allan McRae al...@archlinux.org
+# Contributer: Jason Chu ja...@archlinux.org
+
+pkgname=python2
+pkgver=2.7.5
+pkgrel=1
+_pybasever=2.7
+pkgdesc=A high-level scripting language
+arch=('i686' 'x86_64')
+license=('PSF')
+url=http://www.python.org/;
+depends=('bzip2' 'gdbm' 'openssl' 'zlib' 'expat' 'sqlite' 'libffi')
+makedepends=('tk=8.6.0' 'bluez')
+optdepends=('tk: for IDLE')
+conflicts=('python3')
+options=('!makeflags')
+source=(http://www.python.org

[arch-commits] Commit in krb5/trunk (CVE-2002-2443.patch PKGBUILD)

2013-05-17 Thread Stéphane Gaudreault
Date: Friday, May 17, 2013 @ 13:37:12
  Author: stephane
Revision: 185700

upgpkg: krb5 1.11.2-4

security update (CVE-2002-2443)

Added:
  krb5/trunk/CVE-2002-2443.patch
Modified:
  krb5/trunk/PKGBUILD

-+
 CVE-2002-2443.patch |   69 ++
 PKGBUILD|7 -
 2 files changed, 75 insertions(+), 1 deletion(-)

Added: CVE-2002-2443.patch
===
--- CVE-2002-2443.patch (rev 0)
+++ CVE-2002-2443.patch 2013-05-17 11:37:12 UTC (rev 185700)
@@ -0,0 +1,69 @@
+From cf1a0c411b2668c57c41e9c4efd15ba17b6b322c Mon Sep 17 00:00:00 2001
+From: Tom Yu t...@mit.edu
+Date: Fri, 3 May 2013 16:26:46 -0400
+Subject: [PATCH] Fix kpasswd UDP ping-pong [CVE-2002-2443]
+
+The kpasswd service provided by kadmind was vulnerable to a UDP
+ping-pong attack [CVE-2002-2443].  Don't respond to packets unless
+they pass some basic validation, and don't respond to our own error
+packets.
+
+Some authors use CVE-1999-0103 to refer to the kpasswd UDP ping-pong
+attack or UDP ping-pong attacks in general, but there is discussion
+leading toward narrowing the definition of CVE-1999-0103 to the echo,
+chargen, or other similar built-in inetd services.
+
+Thanks to Vincent Danen for alerting us to this issue.
+
+CVSSv2: AV:N/AC:L/Au:N/C:N/I:N/A:P/E:P/RL:O/RC:C
+
+ticket: 7637 (new)
+target_version: 1.11.3
+tags: pullup
+---
+ src/kadmin/server/schpw.c | 8 
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/src/kadmin/server/schpw.c b/src/kadmin/server/schpw.c
+index 15b0ab5..7f455d8 100644
+--- a/src/kadmin/server/schpw.c
 b/src/kadmin/server/schpw.c
+@@ -52,7 +52,7 @@
+ ret = KRB5KRB_AP_ERR_MODIFIED;
+ numresult = KRB5_KPASSWD_MALFORMED;
+ strlcpy(strresult, Request was truncated, sizeof(strresult));
+-goto chpwfail;
++goto bailout;
+ }
+ 
+ ptr = req-data;
+@@ -67,7 +67,7 @@
+ numresult = KRB5_KPASSWD_MALFORMED;
+ strlcpy(strresult, Request length was inconsistent,
+ sizeof(strresult));
+-goto chpwfail;
++goto bailout;
+ }
+ 
+ /* verify version number */
+@@ -80,7 +80,7 @@
+ numresult = KRB5_KPASSWD_BAD_VERSION;
+ snprintf(strresult, sizeof(strresult),
+  Request contained unknown protocol version number %d, vno);
+-goto chpwfail;
++goto bailout;
+ }
+ 
+ /* read, check ap-req length */
+@@ -93,7 +93,7 @@
+ numresult = KRB5_KPASSWD_MALFORMED;
+ strlcpy(strresult, Request was truncated in AP-REQ,
+ sizeof(strresult));
+-goto chpwfail;
++goto bailout;
+ }
+ 
+ /* verify ap_req */
+-- 
+1.8.1.6
+

Modified: PKGBUILD
===
--- PKGBUILD2013-05-17 11:26:28 UTC (rev 185699)
+++ PKGBUILD2013-05-17 11:37:12 UTC (rev 185700)
@@ -3,7 +3,7 @@
 
 pkgname=krb5
 pkgver=1.11.2
-pkgrel=3
+pkgrel=4
 pkgdesc=The Kerberos network authentication system
 arch=('i686' 'x86_64')
 url=http://web.mit.edu/kerberos/;
@@ -12,6 +12,7 @@
 makedepends=('perl')
 backup=('etc/krb5.conf' 'var/lib/krb5kdc/kdc.conf')
 
source=(http://web.mit.edu/kerberos/dist/${pkgname}/1.11/${pkgname}-${pkgver}-signed.tar
+CVE-2002-2443.patch
 krb5-config_LDFLAGS.patch
 krb5-kadmind.service
 krb5-kdc.service
@@ -19,6 +20,7 @@
 krb5-kpropd@.service
 krb5-kpropd.socket)
 sha1sums=('3863f7bdb2d8fc3e50484fb566124373c4b0a250'
+  '78ec307c2b5e32481a6da401013c428e0b867f36'
   '09e478cddfb9d46d2981dd25ef96b8c3fd91e1aa'
   'a2a01e7077d9e89cda3457ea0e216debb3dc353c'
   'f5e4fa073e11b0fcb4e3098a5d58a4f791ec841e'
@@ -34,6 +36,9 @@
# cf https://bugs.gentoo.org/show_bug.cgi?id=448778
patch -Np2 -i ${srcdir}/krb5-config_LDFLAGS.patch
 
+   # Fix kpasswd UDP ping-pong (CVE-2002-2443)
+   patch -Np2 -i ${srcdir}/CVE-2002-2443.patch
+
rm lib/krb5/krb/deltat.c
 
# FS#25384



[arch-commits] Commit in krb5/repos (20 files)

2013-05-17 Thread Stéphane Gaudreault
));
+-goto chpwfail;
++goto bailout;
+ }
+ 
+ /* verify version number */
+@@ -80,7 +80,7 @@
+ numresult = KRB5_KPASSWD_BAD_VERSION;
+ snprintf(strresult, sizeof(strresult),
+  Request contained unknown protocol version number %d, vno);
+-goto chpwfail;
++goto bailout;
+ }
+ 
+ /* read, check ap-req length */
+@@ -93,7 +93,7 @@
+ numresult = KRB5_KPASSWD_MALFORMED;
+ strlcpy(strresult, Request was truncated in AP-REQ,
+ sizeof(strresult));
+-goto chpwfail;
++goto bailout;
+ }
+ 
+ /* verify ap_req */
+-- 
+1.8.1.6
+

Copied: krb5/repos/testing-i686/PKGBUILD (from rev 185700, krb5/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-17 11:38:52 UTC (rev 185701)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+
+pkgname=krb5
+pkgver=1.11.2
+pkgrel=4
+pkgdesc=The Kerberos network authentication system
+arch=('i686' 'x86_64')
+url=http://web.mit.edu/kerberos/;
+license=('custom')
+depends=('e2fsprogs' 'libldap' 'keyutils')
+makedepends=('perl')
+backup=('etc/krb5.conf' 'var/lib/krb5kdc/kdc.conf')
+source=(http://web.mit.edu/kerberos/dist/${pkgname}/1.11/${pkgname}-${pkgver}-signed.tar
+CVE-2002-2443.patch
+krb5-config_LDFLAGS.patch
+krb5-kadmind.service
+krb5-kdc.service
+krb5-kpropd.service
+krb5-kpropd@.service
+krb5-kpropd.socket)
+sha1sums=('3863f7bdb2d8fc3e50484fb566124373c4b0a250'
+  '78ec307c2b5e32481a6da401013c428e0b867f36'
+  '09e478cddfb9d46d2981dd25ef96b8c3fd91e1aa'
+  'a2a01e7077d9e89cda3457ea0e216debb3dc353c'
+  'f5e4fa073e11b0fcb4e3098a5d58a4f791ec841e'
+  '614401dd4ac18e310153240bb26eb32ff1e8cf5b'
+  '023a8164f8ee7066ac814486a68bc605e79f6101'
+  'f3677d30dbbd7106c581379c2c6ebb1bf7738912')
+options=('!emptydirs')
+
+build() {
+   tar zxvf ${pkgname}-${pkgver}.tar.gz
+   cd ${srcdir}/${pkgname}-${pkgver}/src
+
+   # cf https://bugs.gentoo.org/show_bug.cgi?id=448778
+   patch -Np2 -i ${srcdir}/krb5-config_LDFLAGS.patch
+
+   # Fix kpasswd UDP ping-pong (CVE-2002-2443)
+   patch -Np2 -i ${srcdir}/CVE-2002-2443.patch
+
+   rm lib/krb5/krb/deltat.c
+
+   # FS#25384
+   sed -i /KRB5ROOT=/s/\/local// util/ac_check_krb5.m4
+
+   export CFLAGS+= -fPIC -fno-strict-aliasing -fstack-protector-all
+   export CPPFLAGS+= -I/usr/include/et
+   ./configure --prefix=/usr \
+   --sbindir=/usr/bin \
+   --sysconfdir=/etc \
+   --mandir=/usr/share/man \
+   --localstatedir=/var/lib \
+   --enable-shared \
+   --with-system-et \
+   --with-system-ss \
+   --disable-rpath \
+   --without-tcl \
+   --enable-dns-for-realm \
+   --with-ldap \
+   --without-system-verto
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}/src
+   make DESTDIR=${pkgdir} EXAMPLEDIR=/usr/share/doc/${pkgname}/examples 
install
+
+   # Fix FS#29889
+   install -m 644 plugins/kdb/ldap/libkdb_ldap/kerberos.{ldif,schema} 
${pkgdir}/usr/share/doc/${pkgname}/examples
+
+   # Sample KDC config file
+   install -dm 755 ${pkgdir}/var/lib/krb5kdc
+   install -pm 644 config-files/kdc.conf ${pkgdir}/var/lib/krb5kdc/kdc.conf
+
+   # Default configuration file
+   install -dm 755 ${pkgdir}/etc
+   install -pm 644 config-files/krb5.conf ${pkgdir}/etc/krb5.conf
+
+   install -dm 755 ${pkgdir}/usr/share/aclocal
+   install -m 644 util/ac_check_krb5.m4 ${pkgdir}/usr/share/aclocal
+
+   install -Dm644 ${srcdir}/${pkgname}-${pkgver}/NOTICE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+   # systemd stuff
+   install -dm 755 ${pkgdir}/usr/lib/systemd/system
+   install -m 644 
../../krb5-{kadmind.service,kdc.service,kpropd.service,kpropd@.service,kpropd.socket}
 \
+  ${pkgdir}/usr/lib/systemd/system
+}

Copied: krb5/repos/testing-i686/krb5-1.10.1-gcc47.patch (from rev 185700, 
krb5/trunk/krb5-1.10.1-gcc47.patch)
===
--- testing-i686/krb5-1.10.1-gcc47.patch(rev 0)
+++ testing-i686/krb5-1.10.1-gcc47.patch2013-05-17 11:38:52 UTC (rev 
185701)
@@ -0,0 +1,11 @@
+diff -Naur krb5-1.10.1.ori/src/lib/krb5/krb/x-deltat.y 
krb5-1.10.1/src/lib/krb5/krb/x-deltat.y
+--- krb5-1.10.1.ori/src/lib/krb5/krb/x-deltat.y2011-09-06 
07:34:32.0 -0400
 krb5-1.10.1/src/lib/krb5/krb/x-deltat.y2012-03-24 13:15:11.543551318 
-0400
+@@ -44,6 +44,7 @@
+ #ifdef __GNUC__
+ #pragma GCC diagnostic push
+ #pragma GCC diagnostic ignored -Wuninitialized
++#pragma GCC diagnostic ignored -Wmaybe-uninitialized
+ #endif
+ 
+ #include ctype.h

Copied: krb5/repos/testing-i686/krb5-config_LDFLAGS.patch (from rev 185700

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

2013-05-14 Thread Stéphane Gaudreault
Date: Tuesday, May 14, 2013 @ 12:37:16
  Author: stephane
Revision: 185465

upgpkg: krb5 1.11.2-3

Move files to /usr/bin

Modified:
  krb5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-14 10:33:14 UTC (rev 185464)
+++ PKGBUILD2013-05-14 10:37:16 UTC (rev 185465)
@@ -3,7 +3,7 @@
 
 pkgname=krb5
 pkgver=1.11.2
-pkgrel=2
+pkgrel=3
 pkgdesc=The Kerberos network authentication system
 arch=('i686' 'x86_64')
 url=http://web.mit.edu/kerberos/;
@@ -42,6 +42,7 @@
export CFLAGS+= -fPIC -fno-strict-aliasing -fstack-protector-all
export CPPFLAGS+= -I/usr/include/et
./configure --prefix=/usr \
+   --sbindir=/usr/bin \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var/lib \



[arch-commits] Commit in krb5/repos (32 files)

2013-05-14 Thread Stéphane Gaudreault
Date: Tuesday, May 14, 2013 @ 12:38:50
  Author: stephane
Revision: 185466

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

Added:
  krb5/repos/testing-i686/PKGBUILD
(from rev 185465, krb5/trunk/PKGBUILD)
  krb5/repos/testing-i686/krb5-1.10.1-gcc47.patch
(from rev 185465, krb5/trunk/krb5-1.10.1-gcc47.patch)
  krb5/repos/testing-i686/krb5-config_LDFLAGS.patch
(from rev 185465, krb5/trunk/krb5-config_LDFLAGS.patch)
  krb5/repos/testing-i686/krb5-kadmind.service
(from rev 185465, krb5/trunk/krb5-kadmind.service)
  krb5/repos/testing-i686/krb5-kdc.service
(from rev 185465, krb5/trunk/krb5-kdc.service)
  krb5/repos/testing-i686/krb5-kpropd.service
(from rev 185465, krb5/trunk/krb5-kpropd.service)
  krb5/repos/testing-i686/krb5-kpropd.socket
(from rev 185465, krb5/trunk/krb5-kpropd.socket)
  krb5/repos/testing-i686/krb5-kpropd@.service
(from rev 185465, krb5/trunk/krb5-kpropd@.service)
  krb5/repos/testing-x86_64/PKGBUILD
(from rev 185465, krb5/trunk/PKGBUILD)
  krb5/repos/testing-x86_64/krb5-1.10.1-gcc47.patch
(from rev 185465, krb5/trunk/krb5-1.10.1-gcc47.patch)
  krb5/repos/testing-x86_64/krb5-config_LDFLAGS.patch
(from rev 185465, krb5/trunk/krb5-config_LDFLAGS.patch)
  krb5/repos/testing-x86_64/krb5-kadmind.service
(from rev 185465, krb5/trunk/krb5-kadmind.service)
  krb5/repos/testing-x86_64/krb5-kdc.service
(from rev 185465, krb5/trunk/krb5-kdc.service)
  krb5/repos/testing-x86_64/krb5-kpropd.service
(from rev 185465, krb5/trunk/krb5-kpropd.service)
  krb5/repos/testing-x86_64/krb5-kpropd.socket
(from rev 185465, krb5/trunk/krb5-kpropd.socket)
  krb5/repos/testing-x86_64/krb5-kpropd@.service
(from rev 185465, krb5/trunk/krb5-kpropd@.service)
Deleted:
  krb5/repos/testing-i686/PKGBUILD
  krb5/repos/testing-i686/krb5-1.10.1-gcc47.patch
  krb5/repos/testing-i686/krb5-config_LDFLAGS.patch
  krb5/repos/testing-i686/krb5-kadmind.service
  krb5/repos/testing-i686/krb5-kdc.service
  krb5/repos/testing-i686/krb5-kpropd.service
  krb5/repos/testing-i686/krb5-kpropd.socket
  krb5/repos/testing-i686/krb5-kpropd@.service
  krb5/repos/testing-x86_64/PKGBUILD
  krb5/repos/testing-x86_64/krb5-1.10.1-gcc47.patch
  krb5/repos/testing-x86_64/krb5-config_LDFLAGS.patch
  krb5/repos/testing-x86_64/krb5-kadmind.service
  krb5/repos/testing-x86_64/krb5-kdc.service
  krb5/repos/testing-x86_64/krb5-kpropd.service
  krb5/repos/testing-x86_64/krb5-kpropd.socket
  krb5/repos/testing-x86_64/krb5-kpropd@.service

--+
 /PKGBUILD|  168 +
 /krb5-1.10.1-gcc47.patch |   22 +++
 /krb5-config_LDFLAGS.patch   |   24 
 /krb5-kadmind.service|   16 ++
 /krb5-kdc.service|   18 +++
 /krb5-kpropd.service |   16 ++
 /krb5-kpropd.socket  |   18 +++
 /krb5-kpropd@.service|   16 ++
 testing-i686/PKGBUILD|   83 --
 testing-i686/krb5-1.10.1-gcc47.patch |   11 -
 testing-i686/krb5-config_LDFLAGS.patch   |   12 --
 testing-i686/krb5-kadmind.service|8 -
 testing-i686/krb5-kdc.service|9 -
 testing-i686/krb5-kpropd.service |8 -
 testing-i686/krb5-kpropd.socket  |9 -
 testing-i686/krb5-kpropd@.service|8 -
 testing-x86_64/PKGBUILD  |   83 --
 testing-x86_64/krb5-1.10.1-gcc47.patch   |   11 -
 testing-x86_64/krb5-config_LDFLAGS.patch |   12 --
 testing-x86_64/krb5-kadmind.service  |8 -
 testing-x86_64/krb5-kdc.service  |9 -
 testing-x86_64/krb5-kpropd.service   |8 -
 testing-x86_64/krb5-kpropd.socket|9 -
 testing-x86_64/krb5-kpropd@.service  |8 -
 24 files changed, 298 insertions(+), 296 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-05-14 10:37:16 UTC (rev 185465)
+++ testing-i686/PKGBUILD   2013-05-14 10:38:50 UTC (rev 185466)
@@ -1,83 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-
-pkgname=krb5
-pkgver=1.11.2
-pkgrel=2
-pkgdesc=The Kerberos network authentication system
-arch=('i686' 'x86_64')
-url=http://web.mit.edu/kerberos/;
-license=('custom')
-depends=('e2fsprogs' 'libldap' 'keyutils')
-makedepends=('perl')
-backup=('etc/krb5.conf' 'var/lib/krb5kdc/kdc.conf')
-source=(http://web.mit.edu/kerberos/dist/${pkgname}/1.11/${pkgname}-${pkgver}-signed.tar
-krb5-config_LDFLAGS.patch
-krb5-kadmind.service
-krb5-kdc.service
-krb5-kpropd.service
-krb5-kpropd@.service
-krb5-kpropd.socket)
-sha1sums=('3863f7bdb2d8fc3e50484fb566124373c4b0a250'
-  '09e478cddfb9d46d2981dd25ef96b8c3fd91e1aa'
-  'a2a01e7077d9e89cda3457ea0e216debb3dc353c'
-  'f5e4fa073e11b0fcb4e3098a5d58a4f791ec841e

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

2013-05-14 Thread Stéphane Gaudreault
Date: Tuesday, May 14, 2013 @ 12:52:15
  Author: stephane
Revision: 185468

upgpkg: iputils 20121221-2

Move files to /usr/bin

Modified:
  iputils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-14 10:47:43 UTC (rev 185467)
+++ PKGBUILD2013-05-14 10:52:15 UTC (rev 185468)
@@ -5,7 +5,7 @@
 
 pkgname=iputils
 pkgver=20121221
-pkgrel=1
+pkgrel=2
 pkgdesc=Network monitoring tools, including ping
 arch=('i686' 'x86_64')
 license=('GPL' 'BSD')
@@ -40,16 +40,14 @@
 package() {
   cd ${srcdir}/${pkgname}-s${pkgver}
 
-  install -dm755 ${pkgdir}/usr/{bin,sbin} ${pkgdir}/bin
+  install -dm755 ${pkgdir}/usr/bin
 
-  install -m755 arping clockdiff rarpd rdisc tftpd tracepath tracepath6 \
-${pkgdir}/usr/sbin/
+  install -m755 arping clockdiff rarpd rdisc tftpd tracepath tracepath6 
${pkgdir}/usr/bin/
 
   install -m755 ping{,6} ${pkgdir}/usr/bin/
-   ln -sf /usr/bin/ping{,6}  ${pkgdir}/bin/
 
-   install -dm755 ${pkgdir}/usr/share/man/man8
-   install -m644 doc/{arping,clockdiff,ping,rarpd,rdisc,tftpd,tracepath}.8 \
+  install -dm755 ${pkgdir}/usr/share/man/man8
+  install -m644 doc/{arping,clockdiff,ping,rarpd,rdisc,tftpd,tracepath}.8 \
  ${pkgdir}/usr/share/man/man8/
 
   cd ${pkgdir}/usr/share/man/man8



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

2013-05-14 Thread Stéphane Gaudreault
Date: Tuesday, May 14, 2013 @ 12:53:03
  Author: stephane
Revision: 185469

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

Added:
  iputils/repos/testing-i686/
  iputils/repos/testing-i686/PKGBUILD
(from rev 185468, iputils/trunk/PKGBUILD)
  iputils/repos/testing-i686/iputils.install
(from rev 185468, iputils/trunk/iputils.install)
  iputils/repos/testing-i686/tftp.xinetd
(from rev 185468, iputils/trunk/tftp.xinetd)
  iputils/repos/testing-x86_64/
  iputils/repos/testing-x86_64/PKGBUILD
(from rev 185468, iputils/trunk/PKGBUILD)
  iputils/repos/testing-x86_64/iputils.install
(from rev 185468, iputils/trunk/iputils.install)
  iputils/repos/testing-x86_64/tftp.xinetd
(from rev 185468, iputils/trunk/tftp.xinetd)

+
 testing-i686/PKGBUILD  |   60 +++
 testing-i686/iputils.install   |   10 ++
 testing-i686/tftp.xinetd   |   10 ++
 testing-x86_64/PKGBUILD|   60 +++
 testing-x86_64/iputils.install |   10 ++
 testing-x86_64/tftp.xinetd |   10 ++
 6 files changed, 160 insertions(+)

Copied: iputils/repos/testing-i686/PKGBUILD (from rev 185468, 
iputils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-14 10:53:03 UTC (rev 185469)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=iputils
+pkgver=20121221
+pkgrel=2
+pkgdesc=Network monitoring tools, including ping
+arch=('i686' 'x86_64')
+license=('GPL' 'BSD')
+url=http://www.skbuff.net/iputils/;
+groups=('base')
+depends=('openssl' 'sysfsutils' 'libcap')
+optdepends=('xinetd: for tftpd')
+makedepends=('docbook2x' 'opensp')
+conflicts=('netkit-base' 'arping' 'netkit-tftpd')
+replaces=('netkit-base')
+backup=(etc/xinetd.d/tftp)
+install=${pkgname}.install
+source=(http://www.skbuff.net/${pkgname}/${pkgname}-s${pkgver}.tar.bz2
+tftp.xinetd)
+sha1sums=('4d56d8c75d6a5d58f052e4056e975f01ebab9ba9'
+  'fc2ae26f5609725e3f4aeaf4ab82dfa6d2e378fd')
+
+build() {
+  cd ${srcdir}/${pkgname}-s${pkgver}
+
+  make USE_GNUTLS=no CCOPTOPT=$CFLAGS
+
+  cd doc
+  for file in *.sgml; do
+xf=${file/.sgml/.xml}
+osx -xlower -xno-nl-in-tag $file  $xf || true
+sed -i s|refname\(.*\), \(.*\)/refname|refname\1/refname, 
refname\2/refname|g $xf
+docbook2man $xf
+  done
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-s${pkgver}
+
+  install -dm755 ${pkgdir}/usr/bin
+
+  install -m755 arping clockdiff rarpd rdisc tftpd tracepath tracepath6 
${pkgdir}/usr/bin/
+
+  install -m755 ping{,6} ${pkgdir}/usr/bin/
+
+  install -dm755 ${pkgdir}/usr/share/man/man8
+  install -m644 doc/{arping,clockdiff,ping,rarpd,rdisc,tftpd,tracepath}.8 \
+ ${pkgdir}/usr/share/man/man8/
+
+  cd ${pkgdir}/usr/share/man/man8
+  ln -sf ping.8.gz  ping6.8.gz
+  ln -sf tracepath.8.gz tracepath6.8.gz
+
+  # FS#24768
+  install -dm755 ${pkgdir}/etc/xinetd.d/
+  install -m644 ${srcdir}/tftp.xinetd ${pkgdir}/etc/xinetd.d/tftp
+}

Copied: iputils/repos/testing-i686/iputils.install (from rev 185468, 
iputils/trunk/iputils.install)
===
--- testing-i686/iputils.install(rev 0)
+++ testing-i686/iputils.install2013-05-14 10:53:03 UTC (rev 185469)
@@ -0,0 +1,10 @@
+post_install() {
+  setcap cap_net_raw=ep usr/bin/ping  2/dev/null || chmod +s usr/bin/ping 
+  setcap cap_net_raw=ep usr/bin/ping6 2/dev/null || chmod +s usr/bin/ping6
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+# vim:set ts=2 sw=2 et:

Copied: iputils/repos/testing-i686/tftp.xinetd (from rev 185468, 
iputils/trunk/tftp.xinetd)
===
--- testing-i686/tftp.xinetd(rev 0)
+++ testing-i686/tftp.xinetd2013-05-14 10:53:03 UTC (rev 185469)
@@ -0,0 +1,10 @@
+service tftp
+{
+   socket_type = dgram
+   protocol= udp
+   wait= yes
+   user= nobody
+   server  = /usr/sbin/tftpd
+   server_args = /var/tftpboot
+   disable = yes
+}

Copied: iputils/repos/testing-x86_64/PKGBUILD (from rev 185468, 
iputils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-05-14 10:53:03 UTC (rev 185469)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=iputils
+pkgver=20121221
+pkgrel=2
+pkgdesc=Network monitoring tools, including ping
+arch=('i686' 'x86_64

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

2013-05-14 Thread Stéphane Gaudreault
Date: Tuesday, May 14, 2013 @ 13:49:30
  Author: stephane
Revision: 185501

upgpkg: keyutils 1.5.5-4

Move files to /usr/bin

Modified:
  keyutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-14 11:47:10 UTC (rev 185500)
+++ PKGBUILD2013-05-14 11:49:30 UTC (rev 185501)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 pkgname=keyutils
 pkgver=1.5.5
-pkgrel=3
+pkgrel=4
 pkgdesc=Linux Key Management Utilities
 arch=(i686 x86_64)
 url=http://www.kernel.org;
@@ -20,7 +20,7 @@
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} LIBDIR=/usr/lib USRLIBDIR=/usr/lib  install
+  make DESTDIR=${pkgdir} SBINDIR='/usr/bin' BINDIR='/usr/bin' 
LIBDIR='/usr/lib' USRLIBDIR='/usr/lib'  install
   # add nfsidmap to config file #30396
   echo # NFS idmap resolver  $pkgdir/etc/request-key.conf
   echo create id_resolver * * /usr/sbin/nfsidmap %k %d \



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

2013-05-14 Thread Stéphane Gaudreault
Date: Tuesday, May 14, 2013 @ 13:50:09
  Author: stephane
Revision: 185502

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

Added:
  keyutils/repos/testing-i686/
  keyutils/repos/testing-i686/PKGBUILD
(from rev 185501, keyutils/trunk/PKGBUILD)
  keyutils/repos/testing-x86_64/
  keyutils/repos/testing-x86_64/PKGBUILD
(from rev 185501, keyutils/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   28 
 testing-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: keyutils/repos/testing-i686/PKGBUILD (from rev 185501, 
keyutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-14 11:50:09 UTC (rev 185502)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+pkgname=keyutils
+pkgver=1.5.5
+pkgrel=4
+pkgdesc=Linux Key Management Utilities
+arch=(i686 x86_64)
+url=http://www.kernel.org;
+license=('GPL2' 'LGPL2.1')
+depends=('glibc' 'sh')
+backup=(etc/request-key.conf)
+source=(http://people.redhat.com/~dhowells/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('d759680b2f23c99af95938f5026f25fb')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS}
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} SBINDIR='/usr/bin' BINDIR='/usr/bin' 
LIBDIR='/usr/lib' USRLIBDIR='/usr/lib'  install
+  # add nfsidmap to config file #30396
+  echo # NFS idmap resolver  $pkgdir/etc/request-key.conf
+  echo create id_resolver * * /usr/sbin/nfsidmap %k %d \
+$pkgdir/etc/request-key.conf
+}

Copied: keyutils/repos/testing-x86_64/PKGBUILD (from rev 185501, 
keyutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-05-14 11:50:09 UTC (rev 185502)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+pkgname=keyutils
+pkgver=1.5.5
+pkgrel=4
+pkgdesc=Linux Key Management Utilities
+arch=(i686 x86_64)
+url=http://www.kernel.org;
+license=('GPL2' 'LGPL2.1')
+depends=('glibc' 'sh')
+backup=(etc/request-key.conf)
+source=(http://people.redhat.com/~dhowells/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('d759680b2f23c99af95938f5026f25fb')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS}
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} SBINDIR='/usr/bin' BINDIR='/usr/bin' 
LIBDIR='/usr/lib' USRLIBDIR='/usr/lib'  install
+  # add nfsidmap to config file #30396
+  echo # NFS idmap resolver  $pkgdir/etc/request-key.conf
+  echo create id_resolver * * /usr/sbin/nfsidmap %k %d \
+$pkgdir/etc/request-key.conf
+}



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

2013-05-13 Thread Stéphane Gaudreault
Date: Tuesday, May 14, 2013 @ 01:14:41
  Author: stephane
Revision: 185408

Remove old initscipts rc.d files

Modified:
  subversion/trunk/PKGBUILD
Deleted:
  subversion/trunk/svnserve

--+
 PKGBUILD |   20 
 svnserve |   42 --
 2 files changed, 8 insertions(+), 54 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-13 20:53:09 UTC (rev 185407)
+++ PKGBUILD2013-05-13 23:14:41 UTC (rev 185408)
@@ -5,7 +5,7 @@
 
 pkgname=subversion
 pkgver=1.7.9
-pkgrel=2
+pkgrel=3
 pkgdesc=A Modern Concurrent Version Control System
 arch=('i686' 'x86_64')
 license=('APACHE')
@@ -20,13 +20,17 @@
 options=('!makeflags' '!libtool' '!emptydirs')
 install=${pkgname}.install
 source=(http://apache.mirror.rafal.ca/subversion/$pkgname-$pkgver.tar.bz2 
#{,.asc}
-svnserve
 svn
 svnserve.conf
 svnserve.tmpfiles
 svnserve.service
 subversion.rpath.fix.patch)
-
+md5sums=('8d532025771a67c06c23f299699f056f'
+ 'a0db6dd43af33952739b6ec089852630'
+ 'c459e299192552f61578f3438abf0664'
+ 'bb2857eceafcfac35dde39dcffad2314'
+ 'e8020c7a1d1a0c47091b5fdd034f81c5'
+ '6b4340ba9d8845cd8497e013ae01be3f')
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
export PYTHON=/usr/bin/python2
@@ -70,8 +74,7 @@
 
## svnserve ...
 
-   # ... iniscript/xinetd
-   install -D -m 755 ${srcdir}/svnserve ${pkgdir}/etc/rc.d/svnserve
+   # xinetd
install -D -m 644 ${srcdir}/svn ${pkgdir}/etc/xinetd.d/svn
 
# ... systemd
@@ -87,10 +90,3 @@
   ln -sf subversion ${pkgdir}/usr/share/bash-completion/completions/${i}
done
 }
-md5sums=('8d532025771a67c06c23f299699f056f'
- 'a2b029e8385007ffb99b437b30521c90'
- 'a0db6dd43af33952739b6ec089852630'
- 'c459e299192552f61578f3438abf0664'
- 'bb2857eceafcfac35dde39dcffad2314'
- 'e8020c7a1d1a0c47091b5fdd034f81c5'
- '6b4340ba9d8845cd8497e013ae01be3f')

Deleted: svnserve
===
--- svnserve2013-05-13 20:53:09 UTC (rev 185407)
+++ svnserve2013-05-13 23:14:41 UTC (rev 185408)
@@ -1,42 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-. /etc/conf.d/svnserve
-
-PID=`pidof -o %PPID /usr/bin/svnserve`
-case $1 in
-  start)
-stat_busy Starting svnserve
-if [ -z $PID ]; then 
-  if [ -n $SVNSERVE_USER ]; then
-su -s '/bin/sh' $SVNSERVE_USER -c /usr/bin/svnserve -d 
$SVNSERVE_ARGS 
-  else
-/usr/bin/svnserve -d $SVNSERVE_ARGS 
-  fi
-fi
-if [ ! -z $PID -o $? -gt 0 ]; then
-  stat_fail
-else
-  add_daemon svnserve
-  stat_done
-fi
-;;
-  stop)
-stat_busy Stopping svnserve
-[ ! -z $PID ]   kill $PID  /dev/null
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  rm_daemon svnserve
-  stat_done
-fi
-;;
-  restart)
-$0 stop
-sleep 1
-$0 start
-;;
-  *)
-echo usage: $0 {start|stop|restart}  
-esac



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

2013-05-13 Thread Stéphane Gaudreault
Date: Tuesday, May 14, 2013 @ 01:14:47
  Author: stephane
Revision: 185409

Remove old initscipts rc.d files

Modified:
  krb5/trunk/PKGBUILD
Deleted:
  krb5/trunk/krb5-kadmind
  krb5/trunk/krb5-kdc
  krb5/trunk/krb5-kpropd

--+
 PKGBUILD |   11 +--
 krb5-kadmind |   40 
 krb5-kdc |   40 
 krb5-kpropd  |   40 
 4 files changed, 1 insertion(+), 130 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-13 23:14:41 UTC (rev 185408)
+++ PKGBUILD2013-05-13 23:14:47 UTC (rev 185409)
@@ -3,7 +3,7 @@
 
 pkgname=krb5
 pkgver=1.11.2
-pkgrel=1
+pkgrel=2
 pkgdesc=The Kerberos network authentication system
 arch=('i686' 'x86_64')
 url=http://web.mit.edu/kerberos/;
@@ -13,21 +13,15 @@
 backup=('etc/krb5.conf' 'var/lib/krb5kdc/kdc.conf')
 
source=(http://web.mit.edu/kerberos/dist/${pkgname}/1.11/${pkgname}-${pkgver}-signed.tar
 krb5-config_LDFLAGS.patch
-krb5-kadmind
 krb5-kadmind.service
-krb5-kdc
 krb5-kdc.service
-krb5-kpropd
 krb5-kpropd.service
 krb5-kpropd@.service
 krb5-kpropd.socket)
 sha1sums=('3863f7bdb2d8fc3e50484fb566124373c4b0a250'
   '09e478cddfb9d46d2981dd25ef96b8c3fd91e1aa'
-  '2aa229369079ed1bbb201a1ef72c47bf143f4dbe'
   'a2a01e7077d9e89cda3457ea0e216debb3dc353c'
-  '77d2312ecd8bf12a6e72cc8fd871a8ac93b23393'
   'f5e4fa073e11b0fcb4e3098a5d58a4f791ec841e'
-  '7f402078fa65bb9ff1beb6c017450df78560'
   '614401dd4ac18e310153240bb26eb32ff1e8cf5b'
   '023a8164f8ee7066ac814486a68bc605e79f6101'
   'f3677d30dbbd7106c581379c2c6ebb1bf7738912')
@@ -77,9 +71,6 @@
install -dm 755 ${pkgdir}/etc
install -pm 644 config-files/krb5.conf ${pkgdir}/etc/krb5.conf
 
-   install -dm 755 ${pkgdir}/etc/rc.d
-   install -m 755 ../../krb5-{kdc,kadmind,kpropd} ${pkgdir}/etc/rc.d
-
install -dm 755 ${pkgdir}/usr/share/aclocal
install -m 644 util/ac_check_krb5.m4 ${pkgdir}/usr/share/aclocal
 

Deleted: krb5-kadmind
===
--- krb5-kadmind2013-05-13 23:14:41 UTC (rev 185408)
+++ krb5-kadmind2013-05-13 23:14:47 UTC (rev 185409)
@@ -1,40 +0,0 @@
-#!/bin/bash
-
-# general config
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-PID=`pidof -o %PPID /usr/sbin/kadmind`
-case $1 in
-start)
-stat_busy Starting Kerberos Admin Daemon
-if [ -z $PID ]; then
-   /usr/sbin/kadmind
-fi
-if [ ! -z $PID -o $? -gt 0 ]; then
-stat_fail
-else
-add_daemon krb5-kadmind
-stat_done
-fi
-;;
-stop)
-stat_busy Stopping Kerberos Admin Daemon
-   [ ! -z $PID ]  kill $PID  /dev/null
-if [ $? -gt 0 ]; then
-stat_fail
-else
-rm_daemon krb5-kadmind
-stat_done
-fi
-;;
-restart)
-$0 stop
-   sleep 1
-$0 start
-;;
-*)
-echo usage: $0 {start|stop|restart}
-   ;;
-esac
-exit 0

Deleted: krb5-kdc
===
--- krb5-kdc2013-05-13 23:14:41 UTC (rev 185408)
+++ krb5-kdc2013-05-13 23:14:47 UTC (rev 185409)
@@ -1,40 +0,0 @@
-#!/bin/bash
-
-# general config
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-PID=`pidof -o %PPID /usr/sbin/krb5kdc`
-case $1 in
-start)
-stat_busy Starting Kerberos Authentication
-if [ -z $PID ]; then
-   /usr/sbin/krb5kdc
-fi
-if [ ! -z $PID -o $? -gt 0 ]; then
-stat_fail
-else
-add_daemon krb5-kdc
-stat_done
-fi
-;;
-stop)
-stat_busy Stopping Kerberos Authentication
-   [ ! -z $PID ]  kill $PID  /dev/null
-if [ $? -gt 0 ]; then
-stat_fail
-else
-rm_daemon krb5-kdc
-stat_done
-fi
-;;
-restart)
-$0 stop
-   sleep 1
-$0 start
-;;
-*)
-echo usage: $0 {start|stop|restart}
-   ;;
-esac
-exit 0

Deleted: krb5-kpropd
===
--- krb5-kpropd 2013-05-13 23:14:41 UTC (rev 185408)
+++ krb5-kpropd 2013-05-13 23:14:47 UTC (rev 185409)
@@ -1,40 +0,0 @@
-#!/bin/bash
-
-# general config
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-PID=`pidof -o %PPID /usr/sbin/kpropd`
-case $1 in
-start)
-stat_busy Starting Kerberos Database Propagation Daemon
-if [ -z $PID ]; then
-   /usr/sbin/kpropd -S
-fi
-if [ ! -z $PID -o $? -gt 0 ]; then
-stat_fail
-else
-add_daemon kpropd
-stat_done
-fi
-;;
-stop)
-stat_busy Stopping Kerberos 

[arch-commits] Commit in subversion/repos (30 files)

2013-05-13 Thread Stéphane Gaudreault
Date: Tuesday, May 14, 2013 @ 01:45:05
  Author: stephane
Revision: 185410

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

Added:
  subversion/repos/testing-i686/PKGBUILD
(from rev 185409, subversion/trunk/PKGBUILD)
  subversion/repos/testing-i686/subversion.install
(from rev 185409, subversion/trunk/subversion.install)
  subversion/repos/testing-i686/subversion.rpath.fix.patch
(from rev 185409, subversion/trunk/subversion.rpath.fix.patch)
  subversion/repos/testing-i686/svn
(from rev 185409, subversion/trunk/svn)
  subversion/repos/testing-i686/svnserve.conf
(from rev 185409, subversion/trunk/svnserve.conf)
  subversion/repos/testing-i686/svnserve.service
(from rev 185409, subversion/trunk/svnserve.service)
  subversion/repos/testing-i686/svnserve.tmpfiles
(from rev 185409, subversion/trunk/svnserve.tmpfiles)
  subversion/repos/testing-x86_64/PKGBUILD
(from rev 185409, subversion/trunk/PKGBUILD)
  subversion/repos/testing-x86_64/subversion.install
(from rev 185409, subversion/trunk/subversion.install)
  subversion/repos/testing-x86_64/subversion.rpath.fix.patch
(from rev 185409, subversion/trunk/subversion.rpath.fix.patch)
  subversion/repos/testing-x86_64/svn
(from rev 185409, subversion/trunk/svn)
  subversion/repos/testing-x86_64/svnserve.conf
(from rev 185409, subversion/trunk/svnserve.conf)
  subversion/repos/testing-x86_64/svnserve.service
(from rev 185409, subversion/trunk/svnserve.service)
  subversion/repos/testing-x86_64/svnserve.tmpfiles
(from rev 185409, subversion/trunk/svnserve.tmpfiles)
Deleted:
  subversion/repos/testing-i686/PKGBUILD
  subversion/repos/testing-i686/subversion.install
  subversion/repos/testing-i686/subversion.rpath.fix.patch
  subversion/repos/testing-i686/svn
  subversion/repos/testing-i686/svnserve
  subversion/repos/testing-i686/svnserve.conf
  subversion/repos/testing-i686/svnserve.service
  subversion/repos/testing-i686/svnserve.tmpfiles
  subversion/repos/testing-x86_64/PKGBUILD
  subversion/repos/testing-x86_64/subversion.install
  subversion/repos/testing-x86_64/subversion.rpath.fix.patch
  subversion/repos/testing-x86_64/svn
  subversion/repos/testing-x86_64/svnserve
  subversion/repos/testing-x86_64/svnserve.conf
  subversion/repos/testing-x86_64/svnserve.service
  subversion/repos/testing-x86_64/svnserve.tmpfiles

---+
 /PKGBUILD |  184 
 /subversion.install   |   14 ++
 /subversion.rpath.fix.patch   |   20 +++
 /svn  |   22 +++
 /svnserve.conf|   14 ++
 /svnserve.service |   22 +++
 /svnserve.tmpfiles|2 
 testing-i686/PKGBUILD |   96 --
 testing-i686/subversion.install   |7 -
 testing-i686/subversion.rpath.fix.patch   |   10 -
 testing-i686/svn  |   11 -
 testing-i686/svnserve |   42 --
 testing-i686/svnserve.conf|7 -
 testing-i686/svnserve.service |   11 -
 testing-i686/svnserve.tmpfiles|1 
 testing-x86_64/PKGBUILD   |   96 --
 testing-x86_64/subversion.install |7 -
 testing-x86_64/subversion.rpath.fix.patch |   10 -
 testing-x86_64/svn|   11 -
 testing-x86_64/svnserve   |   42 --
 testing-x86_64/svnserve.conf  |7 -
 testing-x86_64/svnserve.service   |   11 -
 testing-x86_64/svnserve.tmpfiles  |1 
 23 files changed, 278 insertions(+), 370 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-05-13 23:14:47 UTC (rev 185409)
+++ testing-i686/PKGBUILD   2013-05-13 23:45:05 UTC (rev 185410)
@@ -1,96 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Paul Mattal p...@archlinux.org
-# Contributor: Jason Chu ja...@archlinux.org
-
-pkgname=subversion
-pkgver=1.7.9
-pkgrel=2
-pkgdesc=A Modern Concurrent Version Control System
-arch=('i686' 'x86_64')
-license=('APACHE')
-depends=('neon' 'apr-util' 'sqlite' 'file' 'serf')
-optdepends=('libgnome-keyring' 'kdeutils-kwallet' 'bash-completion: for svn 
bash completion' \
-'python2: for some hook scripts' 'java-environment') #'ruby: for 
some hook scripts')
-makedepends=('krb5' 'apache' 'python2' 'perl' 'swig' 'java-runtime' 
'java-environment'
- 'autoconf' 'db' 'e2fsprogs' 'libgnome-keyring' 'kdelibs')
-backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
-url=http://subversion.apache.org/;
-provides=('svn')
-options=('!makeflags' '!libtool' '!emptydirs')
-install=${pkgname}.install
-source=(http://apache.mirror.rafal.ca/subversion/$pkgname-$pkgver.tar.bz2 
#{,.asc}
-svnserve
-svn

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

2013-05-13 Thread Stéphane Gaudreault
Date: Tuesday, May 14, 2013 @ 01:47:49
  Author: stephane
Revision: 185411

upgpkg: python-distribute 0.6.39-1

upstream update

Modified:
  python-distribute/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-13 23:45:05 UTC (rev 185410)
+++ PKGBUILD2013-05-13 23:47:49 UTC (rev 185411)
@@ -3,7 +3,7 @@
 # Contributor: Sebastien Binet binet@farnsworth
 pkgbase=python-distribute
 pkgname=('python-distribute' 'python2-distribute')
-pkgver=0.6.38
+pkgver=0.6.39
 pkgrel=1
 pkgdesc=Easily build and distribute Python packages
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python' 'python2')
 
source=(http://pypi.python.org/packages/source/d/distribute/distribute-${pkgver}.tar.gz
 distribute-python2_and_3.patch)
-sha1sums=('dcd9d17db4e2df132f5c9c2e88c52d57ff6ff541'
+sha1sums=('1dd11f1c9143c25ede79347873832e6b5db7226f'
   '420bc5d35e1dbfff8015f12e1a13d46973e34c68')
 build() {
cd ${srcdir}



[arch-commits] Commit in krb5/repos (18 files)

2013-05-13 Thread Stéphane Gaudreault
Date: Tuesday, May 14, 2013 @ 01:48:04
  Author: stephane
Revision: 185412

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

Added:
  krb5/repos/testing-i686/
  krb5/repos/testing-i686/PKGBUILD
(from rev 185410, krb5/trunk/PKGBUILD)
  krb5/repos/testing-i686/krb5-1.10.1-gcc47.patch
(from rev 185410, krb5/trunk/krb5-1.10.1-gcc47.patch)
  krb5/repos/testing-i686/krb5-config_LDFLAGS.patch
(from rev 185410, krb5/trunk/krb5-config_LDFLAGS.patch)
  krb5/repos/testing-i686/krb5-kadmind.service
(from rev 185410, krb5/trunk/krb5-kadmind.service)
  krb5/repos/testing-i686/krb5-kdc.service
(from rev 185410, krb5/trunk/krb5-kdc.service)
  krb5/repos/testing-i686/krb5-kpropd.service
(from rev 185410, krb5/trunk/krb5-kpropd.service)
  krb5/repos/testing-i686/krb5-kpropd.socket
(from rev 185410, krb5/trunk/krb5-kpropd.socket)
  krb5/repos/testing-i686/krb5-kpropd@.service
(from rev 185410, krb5/trunk/krb5-kpropd@.service)
  krb5/repos/testing-x86_64/
  krb5/repos/testing-x86_64/PKGBUILD
(from rev 185411, krb5/trunk/PKGBUILD)
  krb5/repos/testing-x86_64/krb5-1.10.1-gcc47.patch
(from rev 185411, krb5/trunk/krb5-1.10.1-gcc47.patch)
  krb5/repos/testing-x86_64/krb5-config_LDFLAGS.patch
(from rev 185411, krb5/trunk/krb5-config_LDFLAGS.patch)
  krb5/repos/testing-x86_64/krb5-kadmind.service
(from rev 185411, krb5/trunk/krb5-kadmind.service)
  krb5/repos/testing-x86_64/krb5-kdc.service
(from rev 185411, krb5/trunk/krb5-kdc.service)
  krb5/repos/testing-x86_64/krb5-kpropd.service
(from rev 185411, krb5/trunk/krb5-kpropd.service)
  krb5/repos/testing-x86_64/krb5-kpropd.socket
(from rev 185411, krb5/trunk/krb5-kpropd.socket)
  krb5/repos/testing-x86_64/krb5-kpropd@.service
(from rev 185411, krb5/trunk/krb5-kpropd@.service)

--+
 testing-i686/PKGBUILD|   83 +
 testing-i686/krb5-1.10.1-gcc47.patch |   11 +++
 testing-i686/krb5-config_LDFLAGS.patch   |   12 
 testing-i686/krb5-kadmind.service|8 ++
 testing-i686/krb5-kdc.service|9 +++
 testing-i686/krb5-kpropd.service |8 ++
 testing-i686/krb5-kpropd.socket  |9 +++
 testing-i686/krb5-kpropd@.service|8 ++
 testing-x86_64/PKGBUILD  |   83 +
 testing-x86_64/krb5-1.10.1-gcc47.patch   |   11 +++
 testing-x86_64/krb5-config_LDFLAGS.patch |   12 
 testing-x86_64/krb5-kadmind.service  |8 ++
 testing-x86_64/krb5-kdc.service  |9 +++
 testing-x86_64/krb5-kpropd.service   |8 ++
 testing-x86_64/krb5-kpropd.socket|9 +++
 testing-x86_64/krb5-kpropd@.service  |8 ++
 16 files changed, 296 insertions(+)

Copied: krb5/repos/testing-i686/PKGBUILD (from rev 185410, krb5/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-13 23:48:04 UTC (rev 185412)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+
+pkgname=krb5
+pkgver=1.11.2
+pkgrel=2
+pkgdesc=The Kerberos network authentication system
+arch=('i686' 'x86_64')
+url=http://web.mit.edu/kerberos/;
+license=('custom')
+depends=('e2fsprogs' 'libldap' 'keyutils')
+makedepends=('perl')
+backup=('etc/krb5.conf' 'var/lib/krb5kdc/kdc.conf')
+source=(http://web.mit.edu/kerberos/dist/${pkgname}/1.11/${pkgname}-${pkgver}-signed.tar
+krb5-config_LDFLAGS.patch
+krb5-kadmind.service
+krb5-kdc.service
+krb5-kpropd.service
+krb5-kpropd@.service
+krb5-kpropd.socket)
+sha1sums=('3863f7bdb2d8fc3e50484fb566124373c4b0a250'
+  '09e478cddfb9d46d2981dd25ef96b8c3fd91e1aa'
+  'a2a01e7077d9e89cda3457ea0e216debb3dc353c'
+  'f5e4fa073e11b0fcb4e3098a5d58a4f791ec841e'
+  '614401dd4ac18e310153240bb26eb32ff1e8cf5b'
+  '023a8164f8ee7066ac814486a68bc605e79f6101'
+  'f3677d30dbbd7106c581379c2c6ebb1bf7738912')
+options=('!emptydirs')
+
+build() {
+   tar zxvf ${pkgname}-${pkgver}.tar.gz
+   cd ${srcdir}/${pkgname}-${pkgver}/src
+
+   # cf https://bugs.gentoo.org/show_bug.cgi?id=448778
+   patch -Np2 -i ${srcdir}/krb5-config_LDFLAGS.patch
+
+   rm lib/krb5/krb/deltat.c
+
+   # FS#25384
+   sed -i /KRB5ROOT=/s/\/local// util/ac_check_krb5.m4
+
+   export CFLAGS+= -fPIC -fno-strict-aliasing -fstack-protector-all
+   export CPPFLAGS+= -I/usr/include/et
+   ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --mandir=/usr/share/man \
+   --localstatedir=/var/lib \
+   --enable-shared \
+   --with-system-et \
+   --with-system-ss \
+   --disable-rpath \
+   --without-tcl \
+   --enable-dns-for-realm \
+   --with-ldap \
+   --without-system-verto
+   make
+}
+
+package

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

2013-05-13 Thread Stéphane Gaudreault
Date: Tuesday, May 14, 2013 @ 01:48:09
  Author: stephane
Revision: 185413

archrelease: copy trunk to extra-any

Added:
  python-distribute/repos/extra-any/PKGBUILD
(from rev 185412, python-distribute/trunk/PKGBUILD)
  python-distribute/repos/extra-any/distribute-python2_and_3.patch
(from rev 185412, python-distribute/trunk/distribute-python2_and_3.patch)
Deleted:
  python-distribute/repos/extra-any/PKGBUILD
  python-distribute/repos/extra-any/distribute-python2_and_3.patch

+
 PKGBUILD   |  110 +++
 distribute-python2_and_3.patch |   72 -
 2 files changed, 91 insertions(+), 91 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-13 23:48:04 UTC (rev 185412)
+++ PKGBUILD2013-05-13 23:48:09 UTC (rev 185413)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sebastien Binet binet@farnsworth
-pkgbase=python-distribute
-pkgname=('python-distribute' 'python2-distribute')
-pkgver=0.6.38
-pkgrel=1
-pkgdesc=Easily build and distribute Python packages
-arch=('any')
-license=('PSF')
-url=http://pypi.python.org/pypi/distribute;
-makedepends=('python' 'python2')
-source=(http://pypi.python.org/packages/source/d/distribute/distribute-${pkgver}.tar.gz
-distribute-python2_and_3.patch)
-sha1sums=('dcd9d17db4e2df132f5c9c2e88c52d57ff6ff541'
-  '420bc5d35e1dbfff8015f12e1a13d46973e34c68')
-build() {
-   cd ${srcdir}
-
-   pushd distribute-${pkgver}
-   patch -Np1 -i ../distribute-python2_and_3.patch
-   popd
-
-   cp -a distribute-${pkgver}{,-python2}
-
-   # Build python 3 module
-   cd distribute-${pkgver}
-
-   sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
-
-   python3 setup.py build
-
-   # Build python 2 module
-   cd ../distribute-${pkgver}-python2
-
-   sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
-
-   python2 setup.py build
-}
-
-package_python-distribute() {
-   depends=('python=3.3')
-
-   cd ${srcdir}/distribute-${pkgver}
-   python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-}
-
-package_python2-distribute() {
-   depends=('python2=2.7')
-   provides=('setuptools')
-   conflicts=('setuptools')
-
-   cd ${srcdir}/distribute-${pkgver}-python2
-   python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-}

Copied: python-distribute/repos/extra-any/PKGBUILD (from rev 185412, 
python-distribute/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-13 23:48:09 UTC (rev 185413)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sebastien Binet binet@farnsworth
+pkgbase=python-distribute
+pkgname=('python-distribute' 'python2-distribute')
+pkgver=0.6.39
+pkgrel=1
+pkgdesc=Easily build and distribute Python packages
+arch=('any')
+license=('PSF')
+url=http://pypi.python.org/pypi/distribute;
+makedepends=('python' 'python2')
+source=(http://pypi.python.org/packages/source/d/distribute/distribute-${pkgver}.tar.gz
+distribute-python2_and_3.patch)
+sha1sums=('1dd11f1c9143c25ede79347873832e6b5db7226f'
+  '420bc5d35e1dbfff8015f12e1a13d46973e34c68')
+build() {
+   cd ${srcdir}
+
+   pushd distribute-${pkgver}
+   patch -Np1 -i ../distribute-python2_and_3.patch
+   popd
+
+   cp -a distribute-${pkgver}{,-python2}
+
+   # Build python 3 module
+   cd distribute-${pkgver}
+
+   sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
+
+   python3 setup.py build
+
+   # Build python 2 module
+   cd ../distribute-${pkgver}-python2
+
+   sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
+
+   python2 setup.py build
+}
+
+package_python-distribute() {
+   depends=('python=3.3')
+
+   cd ${srcdir}/distribute-${pkgver}
+   python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
+}
+
+package_python2-distribute() {
+   depends=('python2=2.7')
+   provides=('setuptools')
+   conflicts=('setuptools')
+
+   cd ${srcdir}/distribute-${pkgver}-python2
+   python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
+}

Deleted: distribute-python2_and_3.patch
===
--- distribute-python2_and_3.patch  2013-05-13 23:48:04 UTC (rev 185412)
+++ distribute-python2_and_3.patch  2013-05-13 23:48:09 UTC (rev 185413)
@@ -1,36 +0,0 @@
-diff -Naur distribute-0.6.34.ori/distribute.egg-info/entry_points.txt 
distribute-0.6.34/distribute.egg-info/entry_points.txt
 distribute-0.6.34.ori/distribute.egg-info/entry_points.txt 2012-12-31 
10:26:53.0 -0500
-+++ distribute-0.6.34/distribute.egg

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

2013-05-13 Thread Stéphane Gaudreault
Date: Tuesday, May 14, 2013 @ 03:48:10
  Author: stephane
Revision: 185416

upgpkg: subversion 1.7.9-4

rebuild for the correct sasl

Modified:
  subversion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-14 01:35:08 UTC (rev 185415)
+++ PKGBUILD2013-05-14 01:48:10 UTC (rev 185416)
@@ -5,7 +5,7 @@
 
 pkgname=subversion
 pkgver=1.7.9
-pkgrel=3
+pkgrel=4
 pkgdesc=A Modern Concurrent Version Control System
 arch=('i686' 'x86_64')
 license=('APACHE')



[arch-commits] Commit in subversion/repos (28 files)

2013-05-13 Thread Stéphane Gaudreault
Date: Tuesday, May 14, 2013 @ 03:49:19
  Author: stephane
Revision: 185417

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

Added:
  subversion/repos/testing-i686/PKGBUILD
(from rev 185416, subversion/trunk/PKGBUILD)
  subversion/repos/testing-i686/subversion.install
(from rev 185416, subversion/trunk/subversion.install)
  subversion/repos/testing-i686/subversion.rpath.fix.patch
(from rev 185416, subversion/trunk/subversion.rpath.fix.patch)
  subversion/repos/testing-i686/svn
(from rev 185416, subversion/trunk/svn)
  subversion/repos/testing-i686/svnserve.conf
(from rev 185416, subversion/trunk/svnserve.conf)
  subversion/repos/testing-i686/svnserve.service
(from rev 185416, subversion/trunk/svnserve.service)
  subversion/repos/testing-i686/svnserve.tmpfiles
(from rev 185416, subversion/trunk/svnserve.tmpfiles)
  subversion/repos/testing-x86_64/PKGBUILD
(from rev 185416, subversion/trunk/PKGBUILD)
  subversion/repos/testing-x86_64/subversion.install
(from rev 185416, subversion/trunk/subversion.install)
  subversion/repos/testing-x86_64/subversion.rpath.fix.patch
(from rev 185416, subversion/trunk/subversion.rpath.fix.patch)
  subversion/repos/testing-x86_64/svn
(from rev 185416, subversion/trunk/svn)
  subversion/repos/testing-x86_64/svnserve.conf
(from rev 185416, subversion/trunk/svnserve.conf)
  subversion/repos/testing-x86_64/svnserve.service
(from rev 185416, subversion/trunk/svnserve.service)
  subversion/repos/testing-x86_64/svnserve.tmpfiles
(from rev 185416, subversion/trunk/svnserve.tmpfiles)
Deleted:
  subversion/repos/testing-i686/PKGBUILD
  subversion/repos/testing-i686/subversion.install
  subversion/repos/testing-i686/subversion.rpath.fix.patch
  subversion/repos/testing-i686/svn
  subversion/repos/testing-i686/svnserve.conf
  subversion/repos/testing-i686/svnserve.service
  subversion/repos/testing-i686/svnserve.tmpfiles
  subversion/repos/testing-x86_64/PKGBUILD
  subversion/repos/testing-x86_64/subversion.install
  subversion/repos/testing-x86_64/subversion.rpath.fix.patch
  subversion/repos/testing-x86_64/svn
  subversion/repos/testing-x86_64/svnserve.conf
  subversion/repos/testing-x86_64/svnserve.service
  subversion/repos/testing-x86_64/svnserve.tmpfiles

---+
 /PKGBUILD |  184 
 /subversion.install   |   14 ++
 /subversion.rpath.fix.patch   |   20 +++
 /svn  |   22 +++
 /svnserve.conf|   14 ++
 /svnserve.service |   22 +++
 /svnserve.tmpfiles|2 
 testing-i686/PKGBUILD |   92 --
 testing-i686/subversion.install   |7 -
 testing-i686/subversion.rpath.fix.patch   |   10 -
 testing-i686/svn  |   11 -
 testing-i686/svnserve.conf|7 -
 testing-i686/svnserve.service |   11 -
 testing-i686/svnserve.tmpfiles|1 
 testing-x86_64/PKGBUILD   |   92 --
 testing-x86_64/subversion.install |7 -
 testing-x86_64/subversion.rpath.fix.patch |   10 -
 testing-x86_64/svn|   11 -
 testing-x86_64/svnserve.conf  |7 -
 testing-x86_64/svnserve.service   |   11 -
 testing-x86_64/svnserve.tmpfiles  |1 
 21 files changed, 278 insertions(+), 278 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-05-14 01:48:10 UTC (rev 185416)
+++ testing-i686/PKGBUILD   2013-05-14 01:49:19 UTC (rev 185417)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Paul Mattal p...@archlinux.org
-# Contributor: Jason Chu ja...@archlinux.org
-
-pkgname=subversion
-pkgver=1.7.9
-pkgrel=3
-pkgdesc=A Modern Concurrent Version Control System
-arch=('i686' 'x86_64')
-license=('APACHE')
-depends=('neon' 'apr-util' 'sqlite' 'file' 'serf')
-optdepends=('libgnome-keyring' 'kdeutils-kwallet' 'bash-completion: for svn 
bash completion' \
-'python2: for some hook scripts' 'java-environment') #'ruby: for 
some hook scripts')
-makedepends=('krb5' 'apache' 'python2' 'perl' 'swig' 'java-runtime' 
'java-environment'
- 'autoconf' 'db' 'e2fsprogs' 'libgnome-keyring' 'kdelibs')
-backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
-url=http://subversion.apache.org/;
-provides=('svn')
-options=('!makeflags' '!libtool' '!emptydirs')
-install=${pkgname}.install
-source=(http://apache.mirror.rafal.ca/subversion/$pkgname-$pkgver.tar.bz2 
#{,.asc}
-svn
-svnserve.conf
-svnserve.tmpfiles
-svnserve.service
-subversion.rpath.fix.patch)
-md5sums=('8d532025771a67c06c23f299699f056f'
- 'a0db6dd43af33952739b6ec089852630

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

2013-05-12 Thread Stéphane Gaudreault
Date: Sunday, May 12, 2013 @ 18:29:10
  Author: stephane
Revision: 185264

upgpkg: python2 2.7.5-1

upstream update

Modified:
  python2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-12 16:29:01 UTC (rev 185263)
+++ PKGBUILD2013-05-12 16:29:10 UTC (rev 185264)
@@ -4,7 +4,7 @@
 # Contributer: Jason Chu ja...@archlinux.org
 
 pkgname=python2
-pkgver=2.7.4
+pkgver=2.7.5
 pkgrel=1
 _pybasever=2.7
 pkgdesc=A high-level scripting language
@@ -17,7 +17,7 @@
 conflicts=('python3')
 options=('!makeflags')
 source=(http://www.python.org/ftp/python/${pkgver%rc?}/Python-${pkgver}.tar.xz)
-sha1sums=('08e78ebeb6d9c799644f6d787ca424291c0fe03e')
+sha1sums=('b7389791f789625c2ba9d897aa324008ff482daf')
 
 build() {
   cd ${srcdir}/Python-${pkgver}



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

2013-05-12 Thread Stéphane Gaudreault
Date: Sunday, May 12, 2013 @ 18:29:50
  Author: stephane
Revision: 185267

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

Added:
  python2/repos/testing-i686/
  python2/repos/testing-i686/PKGBUILD
(from rev 185266, python2/trunk/PKGBUILD)
  python2/repos/testing-x86_64/
  python2/repos/testing-x86_64/PKGBUILD
(from rev 185266, python2/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   88 ++
 testing-x86_64/PKGBUILD |   88 ++
 2 files changed, 176 insertions(+)

Copied: python2/repos/testing-i686/PKGBUILD (from rev 185266, 
python2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-12 16:29:50 UTC (rev 185267)
@@ -0,0 +1,88 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributer: Allan McRae al...@archlinux.org
+# Contributer: Jason Chu ja...@archlinux.org
+
+pkgname=python2
+pkgver=2.7.5
+pkgrel=1
+_pybasever=2.7
+pkgdesc=A high-level scripting language
+arch=('i686' 'x86_64')
+license=('PSF')
+url=http://www.python.org/;
+depends=('bzip2' 'gdbm' 'openssl' 'zlib' 'expat' 'sqlite' 'libffi')
+makedepends=('tk=8.6.0' 'bluez')
+optdepends=('tk: for IDLE')
+conflicts=('python3')
+options=('!makeflags')
+source=(http://www.python.org/ftp/python/${pkgver%rc?}/Python-${pkgver}.tar.xz)
+sha1sums=('b7389791f789625c2ba9d897aa324008ff482daf')
+
+build() {
+  cd ${srcdir}/Python-${pkgver}
+
+  # Temporary workaround for FS#22322
+  # See http://bugs.python.org/issue10835 for upstream report
+  sed -i /progname =/s/python/python${_pybasever}/ Python/pythonrun.c
+
+  # Enable built-in SQLite module to load extensions (fix FS#22122)
+  sed -i /SQLITE_OMIT_LOAD_EXTENSION/d setup.py
+
+  # FS#23997
+  sed -i -e s|^#.* /usr/local/bin/python|#!/usr/bin/python2| Lib/cgi.py
+
+  sed -i s/python2.3/python2/g Lib/distutils/tests/test_build_scripts.py \
+ Lib/distutils/tests/test_install_scripts.py Tools/scripts/gprof2html.py
+
+  # Ensure that we are using the system copy of various libraries (expat, zlib 
and libffi),
+  # rather than copies shipped in the tarball
+  rm -r Modules/expat
+  rm -r Modules/zlib
+  rm -r Modules/_ctypes/{darwin,libffi}*
+
+  export OPT=${CFLAGS}
+  ./configure --prefix=/usr --enable-shared --with-threads --enable-ipv6 \
+  --enable-unicode=ucs4 --with-system-expat --with-system-ffi \
+  --with-dbmliborder=gdbm:ndbm
+
+  make
+}
+
+package() {
+  cd ${srcdir}/Python-${pkgver}
+  make DESTDIR=${pkgdir} altinstall maninstall
+
+  rm ${pkgdir}/usr/share/man/man1/python.1
+
+  ln -sf python${_pybasever}${pkgdir}/usr/bin/python2
+  ln -sf python${_pybasever}-config ${pkgdir}/usr/bin/python2-config
+  ln -sf python${_pybasever}.1  ${pkgdir}/usr/share/man/man1/python2.1
+
+  # FS#33954
+  ln -sf python-${_pybasever}.pc${pkgdir}/usr/lib/pkgconfig/python2.pc
+
+  ln -sf ../../libpython${_pybasever}.so 
${pkgdir}/usr/lib/python${_pybasever}/config/libpython${_pybasever}.so
+
+  mv ${pkgdir}/usr/bin/smtpd.py ${pkgdir}/usr/lib/python${_pybasever}/
+
+  # some useful stuff
+  install -dm755 ${pkgdir}/usr/lib/python${_pybasever}/Tools/{i18n,scripts}
+  install -m755 Tools/i18n/{msgfmt,pygettext}.py 
${pkgdir}/usr/lib/python${_pybasever}/Tools/i18n/
+  install -m755 Tools/scripts/{README,*py} 
${pkgdir}/usr/lib/python${_pybasever}/Tools/scripts/
+
+  # fix conflicts with python
+  mv ${pkgdir}/usr/bin/idle{,2}
+  mv ${pkgdir}/usr/bin/pydoc{,2}
+  mv ${pkgdir}/usr/bin/2to3{,-2.7}
+
+  # clean up #!s
+  find ${pkgdir}/usr/lib/python${_pybasever}/ -name '*.py' | \
+xargs sed -i s|#[ ]*![ ]*/usr/bin/env python$|#!/usr/bin/env python2|
+
+  # clean-up reference to build directory
+  sed -i s#${srcdir}/Python-${pkgver}:## 
${pkgdir}/usr/lib/python${_pybasever}/config/Makefile
+
+  # license
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: python2/repos/testing-x86_64/PKGBUILD (from rev 185266, 
python2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-05-12 16:29:50 UTC (rev 185267)
@@ -0,0 +1,88 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributer: Allan McRae al...@archlinux.org
+# Contributer: Jason Chu ja...@archlinux.org
+
+pkgname=python2
+pkgver=2.7.5
+pkgrel=1
+_pybasever=2.7
+pkgdesc=A high-level scripting language
+arch=('i686' 'x86_64')
+license=('PSF')
+url=http://www.python.org/;
+depends=('bzip2' 'gdbm' 'openssl' 'zlib' 'expat' 'sqlite' 'libffi')
+makedepends=('tk=8.6.0' 'bluez')
+optdepends=('tk: for IDLE')
+conflicts=('python3')
+options=('!makeflags')
+source=(http://www.python.org/ftp/python/${pkgver%rc?}/Python-${pkgver}.tar.xz)
+sha1sums

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

2013-05-11 Thread Stéphane Gaudreault
Date: Saturday, May 11, 2013 @ 14:21:21
  Author: stephane
Revision: 185132

upgpkg: python-distribute 0.6.38-1

upstream update

Modified:
  python-distribute/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-11 10:28:24 UTC (rev 185131)
+++ PKGBUILD2013-05-11 12:21:21 UTC (rev 185132)
@@ -3,7 +3,7 @@
 # Contributor: Sebastien Binet binet@farnsworth
 pkgbase=python-distribute
 pkgname=('python-distribute' 'python2-distribute')
-pkgver=0.6.36
+pkgver=0.6.38
 pkgrel=1
 pkgdesc=Easily build and distribute Python packages
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python' 'python2')
 
source=(http://pypi.python.org/packages/source/d/distribute/distribute-${pkgver}.tar.gz
 distribute-python2_and_3.patch)
-sha1sums=('ab69711e4ea85c84d6710ecadf1d77427539f702'
+sha1sums=('dcd9d17db4e2df132f5c9c2e88c52d57ff6ff541'
   '420bc5d35e1dbfff8015f12e1a13d46973e34c68')
 build() {
cd ${srcdir}



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

2013-05-11 Thread Stéphane Gaudreault
Date: Saturday, May 11, 2013 @ 14:21:43
  Author: stephane
Revision: 185133

archrelease: copy trunk to extra-any

Added:
  python-distribute/repos/extra-any/PKGBUILD
(from rev 185132, python-distribute/trunk/PKGBUILD)
  python-distribute/repos/extra-any/distribute-python2_and_3.patch
(from rev 185132, python-distribute/trunk/distribute-python2_and_3.patch)
Deleted:
  python-distribute/repos/extra-any/PKGBUILD
  python-distribute/repos/extra-any/distribute-python2_and_3.patch

+
 PKGBUILD   |  110 +++
 distribute-python2_and_3.patch |   72 -
 2 files changed, 91 insertions(+), 91 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-11 12:21:21 UTC (rev 185132)
+++ PKGBUILD2013-05-11 12:21:43 UTC (rev 185133)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sebastien Binet binet@farnsworth
-pkgbase=python-distribute
-pkgname=('python-distribute' 'python2-distribute')
-pkgver=0.6.36
-pkgrel=1
-pkgdesc=Easily build and distribute Python packages
-arch=('any')
-license=('PSF')
-url=http://pypi.python.org/pypi/distribute;
-makedepends=('python' 'python2')
-source=(http://pypi.python.org/packages/source/d/distribute/distribute-${pkgver}.tar.gz
-distribute-python2_and_3.patch)
-sha1sums=('ab69711e4ea85c84d6710ecadf1d77427539f702'
-  '420bc5d35e1dbfff8015f12e1a13d46973e34c68')
-build() {
-   cd ${srcdir}
-
-   pushd distribute-${pkgver}
-   patch -Np1 -i ../distribute-python2_and_3.patch
-   popd
-
-   cp -a distribute-${pkgver}{,-python2}
-
-   # Build python 3 module
-   cd distribute-${pkgver}
-
-   sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
-
-   python3 setup.py build
-
-   # Build python 2 module
-   cd ../distribute-${pkgver}-python2
-
-   sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
-
-   python2 setup.py build
-}
-
-package_python-distribute() {
-   depends=('python=3.3')
-
-   cd ${srcdir}/distribute-${pkgver}
-   python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-}
-
-package_python2-distribute() {
-   depends=('python2=2.7')
-   provides=('setuptools')
-   conflicts=('setuptools')
-
-   cd ${srcdir}/distribute-${pkgver}-python2
-   python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-}

Copied: python-distribute/repos/extra-any/PKGBUILD (from rev 185132, 
python-distribute/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-11 12:21:43 UTC (rev 185133)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sebastien Binet binet@farnsworth
+pkgbase=python-distribute
+pkgname=('python-distribute' 'python2-distribute')
+pkgver=0.6.38
+pkgrel=1
+pkgdesc=Easily build and distribute Python packages
+arch=('any')
+license=('PSF')
+url=http://pypi.python.org/pypi/distribute;
+makedepends=('python' 'python2')
+source=(http://pypi.python.org/packages/source/d/distribute/distribute-${pkgver}.tar.gz
+distribute-python2_and_3.patch)
+sha1sums=('dcd9d17db4e2df132f5c9c2e88c52d57ff6ff541'
+  '420bc5d35e1dbfff8015f12e1a13d46973e34c68')
+build() {
+   cd ${srcdir}
+
+   pushd distribute-${pkgver}
+   patch -Np1 -i ../distribute-python2_and_3.patch
+   popd
+
+   cp -a distribute-${pkgver}{,-python2}
+
+   # Build python 3 module
+   cd distribute-${pkgver}
+
+   sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
+
+   python3 setup.py build
+
+   # Build python 2 module
+   cd ../distribute-${pkgver}-python2
+
+   sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
+
+   python2 setup.py build
+}
+
+package_python-distribute() {
+   depends=('python=3.3')
+
+   cd ${srcdir}/distribute-${pkgver}
+   python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
+}
+
+package_python2-distribute() {
+   depends=('python2=2.7')
+   provides=('setuptools')
+   conflicts=('setuptools')
+
+   cd ${srcdir}/distribute-${pkgver}-python2
+   python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
+}

Deleted: distribute-python2_and_3.patch
===
--- distribute-python2_and_3.patch  2013-05-11 12:21:21 UTC (rev 185132)
+++ distribute-python2_and_3.patch  2013-05-11 12:21:43 UTC (rev 185133)
@@ -1,36 +0,0 @@
-diff -Naur distribute-0.6.34.ori/distribute.egg-info/entry_points.txt 
distribute-0.6.34/distribute.egg-info/entry_points.txt
 distribute-0.6.34.ori/distribute.egg-info/entry_points.txt 2012-12-31 
10:26:53.0 -0500
-+++ distribute-0.6.34/distribute.egg

[arch-commits] Commit in krb5/repos (38 files)

2013-04-18 Thread Stéphane Gaudreault
===
--- core-i686/PKGBUILD  2013-04-18 12:25:27 UTC (rev 183173)
+++ core-i686/PKGBUILD  2013-04-18 12:38:02 UTC (rev 183174)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-
-pkgname=krb5
-pkgver=1.11.1
-pkgrel=1
-pkgdesc=The Kerberos network authentication system
-arch=('i686' 'x86_64')
-url=http://web.mit.edu/kerberos/;
-license=('custom')
-depends=('e2fsprogs' 'libldap' 'keyutils')
-makedepends=('perl')
-backup=('etc/krb5.conf' 'var/lib/krb5kdc/kdc.conf')
-source=(http://web.mit.edu/kerberos/dist/${pkgname}/1.11/${pkgname}-${pkgver}-signed.tar
-krb5-config_LDFLAGS.patch
-krb5-kadmind
-krb5-kadmind.service
-krb5-kdc
-krb5-kdc.service
-krb5-kpropd
-krb5-kpropd.service
-krb5-kpropd@.service
-krb5-kpropd.socket)
-sha1sums=('e2e759c35e775d8f03b75c26ffcaa4f2514147f5'
-  '09e478cddfb9d46d2981dd25ef96b8c3fd91e1aa'
-  '2aa229369079ed1bbb201a1ef72c47bf143f4dbe'
-  'a2a01e7077d9e89cda3457ea0e216debb3dc353c'
-  '77d2312ecd8bf12a6e72cc8fd871a8ac93b23393'
-  'f5e4fa073e11b0fcb4e3098a5d58a4f791ec841e'
-  '7f402078fa65bb9ff1beb6c017450df78560'
-  '614401dd4ac18e310153240bb26eb32ff1e8cf5b'
-  '023a8164f8ee7066ac814486a68bc605e79f6101'
-  'f3677d30dbbd7106c581379c2c6ebb1bf7738912')
-options=('!emptydirs')
-
-build() {
-   tar zxvf ${pkgname}-${pkgver}.tar.gz
-   cd ${srcdir}/${pkgname}-${pkgver}/src
-
-   # cf https://bugs.gentoo.org/show_bug.cgi?id=448778
-   patch -Np2 -i ${srcdir}/krb5-config_LDFLAGS.patch
-
-   rm lib/krb5/krb/deltat.c
-
-   # FS#25384
-   sed -i /KRB5ROOT=/s/\/local// util/ac_check_krb5.m4
-
-   export CFLAGS+= -fPIC -fno-strict-aliasing -fstack-protector-all
-   export CPPFLAGS+= -I/usr/include/et
-   ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --mandir=/usr/share/man \
-   --localstatedir=/var/lib \
-   --enable-shared \
-   --with-system-et \
-   --with-system-ss \
-   --disable-rpath \
-   --without-tcl \
-   --enable-dns-for-realm \
-   --with-ldap \
-   --without-system-verto
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}/src
-   make DESTDIR=${pkgdir} EXAMPLEDIR=/usr/share/doc/${pkgname}/examples 
install
-
-   # Fix FS#29889
-   install -m 644 plugins/kdb/ldap/libkdb_ldap/kerberos.{ldif,schema} 
${pkgdir}/usr/share/doc/${pkgname}/examples
-
-   # Sample KDC config file
-   install -dm 755 ${pkgdir}/var/lib/krb5kdc
-   install -pm 644 config-files/kdc.conf ${pkgdir}/var/lib/krb5kdc/kdc.conf
-
-   # Default configuration file
-   install -dm 755 ${pkgdir}/etc
-   install -pm 644 config-files/krb5.conf ${pkgdir}/etc/krb5.conf
-
-   install -dm 755 ${pkgdir}/etc/rc.d
-   install -m 755 ../../krb5-{kdc,kadmind,kpropd} ${pkgdir}/etc/rc.d
-
-   install -dm 755 ${pkgdir}/usr/share/aclocal
-   install -m 644 util/ac_check_krb5.m4 ${pkgdir}/usr/share/aclocal
-
-   install -Dm644 ${srcdir}/${pkgname}-${pkgver}/NOTICE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-   # systemd stuff
-   install -dm 755 ${pkgdir}/usr/lib/systemd/system
-   install -m 644 
../../krb5-{kadmind.service,kdc.service,kpropd.service,kpropd@.service,kpropd.socket}
 \
-  ${pkgdir}/usr/lib/systemd/system
-}

Copied: krb5/repos/core-i686/PKGBUILD (from rev 183173, 
krb5/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2013-04-18 12:38:02 UTC (rev 183174)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+
+pkgname=krb5
+pkgver=1.11.2
+pkgrel=1
+pkgdesc=The Kerberos network authentication system
+arch=('i686' 'x86_64')
+url=http://web.mit.edu/kerberos/;
+license=('custom')
+depends=('e2fsprogs' 'libldap' 'keyutils')
+makedepends=('perl')
+backup=('etc/krb5.conf' 'var/lib/krb5kdc/kdc.conf')
+source=(http://web.mit.edu/kerberos/dist/${pkgname}/1.11/${pkgname}-${pkgver}-signed.tar
+krb5-config_LDFLAGS.patch
+krb5-kadmind
+krb5-kadmind.service
+krb5-kdc
+krb5-kdc.service
+krb5-kpropd
+krb5-kpropd.service
+krb5-kpropd@.service
+krb5-kpropd.socket)
+sha1sums=('3863f7bdb2d8fc3e50484fb566124373c4b0a250'
+  '09e478cddfb9d46d2981dd25ef96b8c3fd91e1aa'
+  '2aa229369079ed1bbb201a1ef72c47bf143f4dbe'
+  'a2a01e7077d9e89cda3457ea0e216debb3dc353c'
+  '77d2312ecd8bf12a6e72cc8fd871a8ac93b23393'
+  'f5e4fa073e11b0fcb4e3098a5d58a4f791ec841e'
+  '7f402078fa65bb9ff1beb6c017450df78560'
+  '614401dd4ac18e310153240bb26eb32ff1e8cf5b'
+  '023a8164f8ee7066ac814486a68bc605e79f6101'
+  'f3677d30dbbd7106c581379c2c6ebb1bf7738912')
+options=('!emptydirs')
+
+build() {
+   tar zxvf

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

2013-04-13 Thread Stéphane Gaudreault
Date: Saturday, April 13, 2013 @ 22:32:01
  Author: stephane
Revision: 182735

upgpkg: krb5 1.11.2-1

upstream update

Modified:
  krb5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-13 19:53:48 UTC (rev 182734)
+++ PKGBUILD2013-04-13 20:32:01 UTC (rev 182735)
@@ -2,7 +2,7 @@
 # Maintainer: Stéphane Gaudreault steph...@archlinux.org
 
 pkgname=krb5
-pkgver=1.11.1
+pkgver=1.11.2
 pkgrel=1
 pkgdesc=The Kerberos network authentication system
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
 krb5-kpropd.service
 krb5-kpropd@.service
 krb5-kpropd.socket)
-sha1sums=('e2e759c35e775d8f03b75c26ffcaa4f2514147f5'
+sha1sums=('3863f7bdb2d8fc3e50484fb566124373c4b0a250'
   '09e478cddfb9d46d2981dd25ef96b8c3fd91e1aa'
   '2aa229369079ed1bbb201a1ef72c47bf143f4dbe'
   'a2a01e7077d9e89cda3457ea0e216debb3dc353c'



[arch-commits] Commit in krb5/repos (24 files)

2013-04-13 Thread Stéphane Gaudreault
Date: Saturday, April 13, 2013 @ 22:33:55
  Author: stephane
Revision: 182736

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

Added:
  krb5/repos/testing-i686/
  krb5/repos/testing-i686/PKGBUILD
(from rev 182735, krb5/trunk/PKGBUILD)
  krb5/repos/testing-i686/krb5-1.10.1-gcc47.patch
(from rev 182735, krb5/trunk/krb5-1.10.1-gcc47.patch)
  krb5/repos/testing-i686/krb5-config_LDFLAGS.patch
(from rev 182735, krb5/trunk/krb5-config_LDFLAGS.patch)
  krb5/repos/testing-i686/krb5-kadmind
(from rev 182735, krb5/trunk/krb5-kadmind)
  krb5/repos/testing-i686/krb5-kadmind.service
(from rev 182735, krb5/trunk/krb5-kadmind.service)
  krb5/repos/testing-i686/krb5-kdc
(from rev 182735, krb5/trunk/krb5-kdc)
  krb5/repos/testing-i686/krb5-kdc.service
(from rev 182735, krb5/trunk/krb5-kdc.service)
  krb5/repos/testing-i686/krb5-kpropd
(from rev 182735, krb5/trunk/krb5-kpropd)
  krb5/repos/testing-i686/krb5-kpropd.service
(from rev 182735, krb5/trunk/krb5-kpropd.service)
  krb5/repos/testing-i686/krb5-kpropd.socket
(from rev 182735, krb5/trunk/krb5-kpropd.socket)
  krb5/repos/testing-i686/krb5-kpropd@.service
(from rev 182735, krb5/trunk/krb5-kpropd@.service)
  krb5/repos/testing-x86_64/
  krb5/repos/testing-x86_64/PKGBUILD
(from rev 182735, krb5/trunk/PKGBUILD)
  krb5/repos/testing-x86_64/krb5-1.10.1-gcc47.patch
(from rev 182735, krb5/trunk/krb5-1.10.1-gcc47.patch)
  krb5/repos/testing-x86_64/krb5-config_LDFLAGS.patch
(from rev 182735, krb5/trunk/krb5-config_LDFLAGS.patch)
  krb5/repos/testing-x86_64/krb5-kadmind
(from rev 182735, krb5/trunk/krb5-kadmind)
  krb5/repos/testing-x86_64/krb5-kadmind.service
(from rev 182735, krb5/trunk/krb5-kadmind.service)
  krb5/repos/testing-x86_64/krb5-kdc
(from rev 182735, krb5/trunk/krb5-kdc)
  krb5/repos/testing-x86_64/krb5-kdc.service
(from rev 182735, krb5/trunk/krb5-kdc.service)
  krb5/repos/testing-x86_64/krb5-kpropd
(from rev 182735, krb5/trunk/krb5-kpropd)
  krb5/repos/testing-x86_64/krb5-kpropd.service
(from rev 182735, krb5/trunk/krb5-kpropd.service)
  krb5/repos/testing-x86_64/krb5-kpropd.socket
(from rev 182735, krb5/trunk/krb5-kpropd.socket)
  krb5/repos/testing-x86_64/krb5-kpropd@.service
(from rev 182735, krb5/trunk/krb5-kpropd@.service)

--+
 testing-i686/PKGBUILD|   92 +
 testing-i686/krb5-1.10.1-gcc47.patch |   11 +++
 testing-i686/krb5-config_LDFLAGS.patch   |   12 +++
 testing-i686/krb5-kadmind|   40 
 testing-i686/krb5-kadmind.service|8 ++
 testing-i686/krb5-kdc|   40 
 testing-i686/krb5-kdc.service|9 ++
 testing-i686/krb5-kpropd |   40 
 testing-i686/krb5-kpropd.service |8 ++
 testing-i686/krb5-kpropd.socket  |9 ++
 testing-i686/krb5-kpropd@.service|8 ++
 testing-x86_64/PKGBUILD  |   92 +
 testing-x86_64/krb5-1.10.1-gcc47.patch   |   11 +++
 testing-x86_64/krb5-config_LDFLAGS.patch |   12 +++
 testing-x86_64/krb5-kadmind  |   40 
 testing-x86_64/krb5-kadmind.service  |8 ++
 testing-x86_64/krb5-kdc  |   40 
 testing-x86_64/krb5-kdc.service  |9 ++
 testing-x86_64/krb5-kpropd   |   40 
 testing-x86_64/krb5-kpropd.service   |8 ++
 testing-x86_64/krb5-kpropd.socket|9 ++
 testing-x86_64/krb5-kpropd@.service  |8 ++
 22 files changed, 554 insertions(+)

Copied: krb5/repos/testing-i686/PKGBUILD (from rev 182735, krb5/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-13 20:33:55 UTC (rev 182736)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+
+pkgname=krb5
+pkgver=1.11.2
+pkgrel=1
+pkgdesc=The Kerberos network authentication system
+arch=('i686' 'x86_64')
+url=http://web.mit.edu/kerberos/;
+license=('custom')
+depends=('e2fsprogs' 'libldap' 'keyutils')
+makedepends=('perl')
+backup=('etc/krb5.conf' 'var/lib/krb5kdc/kdc.conf')
+source=(http://web.mit.edu/kerberos/dist/${pkgname}/1.11/${pkgname}-${pkgver}-signed.tar
+krb5-config_LDFLAGS.patch
+krb5-kadmind
+krb5-kadmind.service
+krb5-kdc
+krb5-kdc.service
+krb5-kpropd
+krb5-kpropd.service
+krb5-kpropd@.service
+krb5-kpropd.socket)
+sha1sums=('3863f7bdb2d8fc3e50484fb566124373c4b0a250'
+  '09e478cddfb9d46d2981dd25ef96b8c3fd91e1aa'
+  '2aa229369079ed1bbb201a1ef72c47bf143f4dbe'
+  'a2a01e7077d9e89cda3457ea0e216debb3dc353c'
+  '77d2312ecd8bf12a6e72cc8fd871a8ac93b23393'
+  'f5e4fa073e11b0fcb4e3098a5d58a4f791ec841e

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

2013-04-10 Thread Stéphane Gaudreault
Date: Wednesday, April 10, 2013 @ 15:31:16
  Author: stephane
Revision: 182416

upgpkg: python-distribute 0.6.36-1

upstream update

Modified:
  python-distribute/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-10 13:21:54 UTC (rev 182415)
+++ PKGBUILD2013-04-10 13:31:16 UTC (rev 182416)
@@ -3,7 +3,7 @@
 # Contributor: Sebastien Binet binet@farnsworth
 pkgbase=python-distribute
 pkgname=('python-distribute' 'python2-distribute')
-pkgver=0.6.34
+pkgver=0.6.36
 pkgrel=1
 pkgdesc=Easily build and distribute Python packages
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python' 'python2')
 
source=(http://pypi.python.org/packages/source/d/distribute/distribute-${pkgver}.tar.gz
 distribute-python2_and_3.patch)
-sha1sums=('b6f9cfbaf3e63833b71009812a613be13e68f5de'
+sha1sums=('ab69711e4ea85c84d6710ecadf1d77427539f702'
   '420bc5d35e1dbfff8015f12e1a13d46973e34c68')
 build() {
cd ${srcdir}



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

2013-04-10 Thread Stéphane Gaudreault
Date: Wednesday, April 10, 2013 @ 15:31:47
  Author: stephane
Revision: 182418

archrelease: copy trunk to extra-any

Added:
  python-distribute/repos/extra-any/PKGBUILD
(from rev 182417, python-distribute/trunk/PKGBUILD)
  python-distribute/repos/extra-any/distribute-python2_and_3.patch
(from rev 182417, python-distribute/trunk/distribute-python2_and_3.patch)
Deleted:
  python-distribute/repos/extra-any/PKGBUILD
  python-distribute/repos/extra-any/distribute-python2_and_3.patch

+
 PKGBUILD   |  110 +++
 distribute-python2_and_3.patch |   72 -
 2 files changed, 91 insertions(+), 91 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-10 13:31:29 UTC (rev 182417)
+++ PKGBUILD2013-04-10 13:31:47 UTC (rev 182418)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sebastien Binet binet@farnsworth
-pkgbase=python-distribute
-pkgname=('python-distribute' 'python2-distribute')
-pkgver=0.6.34
-pkgrel=1
-pkgdesc=Easily build and distribute Python packages
-arch=('any')
-license=('PSF')
-url=http://pypi.python.org/pypi/distribute;
-makedepends=('python' 'python2')
-source=(http://pypi.python.org/packages/source/d/distribute/distribute-${pkgver}.tar.gz
-distribute-python2_and_3.patch)
-sha1sums=('b6f9cfbaf3e63833b71009812a613be13e68f5de'
-  '420bc5d35e1dbfff8015f12e1a13d46973e34c68')
-build() {
-   cd ${srcdir}
-
-   pushd distribute-${pkgver}
-   patch -Np1 -i ../distribute-python2_and_3.patch
-   popd
-
-   cp -a distribute-${pkgver}{,-python2}
-
-   # Build python 3 module
-   cd distribute-${pkgver}
-
-   sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
-
-   python3 setup.py build
-
-   # Build python 2 module
-   cd ../distribute-${pkgver}-python2
-
-   sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
-
-   python2 setup.py build
-}
-
-package_python-distribute() {
-   depends=('python=3.3')
-
-   cd ${srcdir}/distribute-${pkgver}
-   python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-}
-
-package_python2-distribute() {
-   depends=('python2=2.7')
-   provides=('setuptools')
-   conflicts=('setuptools')
-
-   cd ${srcdir}/distribute-${pkgver}-python2
-   python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-}

Copied: python-distribute/repos/extra-any/PKGBUILD (from rev 182417, 
python-distribute/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-10 13:31:47 UTC (rev 182418)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sebastien Binet binet@farnsworth
+pkgbase=python-distribute
+pkgname=('python-distribute' 'python2-distribute')
+pkgver=0.6.36
+pkgrel=1
+pkgdesc=Easily build and distribute Python packages
+arch=('any')
+license=('PSF')
+url=http://pypi.python.org/pypi/distribute;
+makedepends=('python' 'python2')
+source=(http://pypi.python.org/packages/source/d/distribute/distribute-${pkgver}.tar.gz
+distribute-python2_and_3.patch)
+sha1sums=('ab69711e4ea85c84d6710ecadf1d77427539f702'
+  '420bc5d35e1dbfff8015f12e1a13d46973e34c68')
+build() {
+   cd ${srcdir}
+
+   pushd distribute-${pkgver}
+   patch -Np1 -i ../distribute-python2_and_3.patch
+   popd
+
+   cp -a distribute-${pkgver}{,-python2}
+
+   # Build python 3 module
+   cd distribute-${pkgver}
+
+   sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
+
+   python3 setup.py build
+
+   # Build python 2 module
+   cd ../distribute-${pkgver}-python2
+
+   sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
+
+   python2 setup.py build
+}
+
+package_python-distribute() {
+   depends=('python=3.3')
+
+   cd ${srcdir}/distribute-${pkgver}
+   python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
+}
+
+package_python2-distribute() {
+   depends=('python2=2.7')
+   provides=('setuptools')
+   conflicts=('setuptools')
+
+   cd ${srcdir}/distribute-${pkgver}-python2
+   python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
+}

Deleted: distribute-python2_and_3.patch
===
--- distribute-python2_and_3.patch  2013-04-10 13:31:29 UTC (rev 182417)
+++ distribute-python2_and_3.patch  2013-04-10 13:31:47 UTC (rev 182418)
@@ -1,36 +0,0 @@
-diff -Naur distribute-0.6.34.ori/distribute.egg-info/entry_points.txt 
distribute-0.6.34/distribute.egg-info/entry_points.txt
 distribute-0.6.34.ori/distribute.egg-info/entry_points.txt 2012-12-31 
10:26:53.0 -0500
-+++ distribute-0.6.34

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

2013-04-08 Thread Stéphane Gaudreault
Date: Monday, April 8, 2013 @ 12:27:25
  Author: stephane
Revision: 182150

db-move: moved python from [testing] to [extra] (i686, x86_64)

Added:
  python/repos/extra-i686/PKGBUILD
(from rev 182149, python/repos/testing-i686/PKGBUILD)
  python/repos/extra-x86_64/PKGBUILD
(from rev 182149, python/repos/testing-x86_64/PKGBUILD)
Deleted:
  python/repos/extra-i686/PKGBUILD
  python/repos/extra-x86_64/PKGBUILD
  python/repos/testing-i686/
  python/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-08 09:28:45 UTC (rev 182149)
+++ extra-i686/PKGBUILD 2013-04-08 10:27:25 UTC (rev 182150)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Jason Chu ja...@archlinux.org
-
-pkgname=python
-pkgver=3.3.0
-pkgrel=3
-_pybasever=3.3
-pkgdesc=Next generation of the python high-level scripting language
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://www.python.org/;
-depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
-makedepends=('tk=8.6.0' 'sqlite' 'valgrind' 'bluez')
-optdepends=('tk: for tkinter' 'sqlite')
-provides=('python3')
-replaces=('python3')
-options=('!makeflags')
-source=(http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz)
-sha1sums=('833d73565e1b665f1878504081dc985a5a06e46a')
-
-build() {
-  cd ${srcdir}/Python-${pkgver}
-
-  # FS#23997
-  sed -i -e s|^#.* /usr/local/bin/python|#!/usr/bin/python| Lib/cgi.py
-
-  # Ensure that we are using the system copy of various libraries (expat, zlib 
and libffi),
-  # rather than copies shipped in the tarball
-  rm -r Modules/expat
-  rm -r Modules/zlib
-  rm -r Modules/_ctypes/{darwin,libffi}*
-
-  ./configure --prefix=/usr \
-  --enable-shared \
-  --with-threads \
-  --with-computed-gotos \
-  --enable-ipv6 \
-  --with-valgrind \
-  --with-system-expat \
-  --with-dbmliborder=gdbm:ndbm \
-  --with-system-ffi
-
-  make
-}
-
-check() {
-  cd ${srcdir}/Python-${pkgver}
-  LD_LIBRARY_PATH=${srcdir}/Python-${pkgver}:${LD_LIBRARY_PATH} \
- ${srcdir}/Python-${pkgver}/python -m test.regrtest -x test_distutils 
test_site \
- test_urllib test_uuid test_pydoc test_logging
-}
-
-package() {
-  cd ${srcdir}/Python-${pkgver}
-  make DESTDIR=${pkgdir} install maninstall
-
-  # Why are these not done by default...
-  ln -sf python3   ${pkgdir}/usr/bin/python
-  ln -sf python3-config${pkgdir}/usr/bin/python-config
-  ln -sf idle3 ${pkgdir}/usr/bin/idle
-  ln -sf pydoc3${pkgdir}/usr/bin/pydoc
-  ln -sf python${_pybasever}.1 ${pkgdir}/usr/share/man/man1/python3.1
-
-  # Fix FS#22552
-  ln -sf ../../libpython${_pybasever}m.so \
-
${pkgdir}/usr/lib/python${_pybasever}/config-${_pybasever}m/libpython${_pybasever}m.so
-
-  # Clean-up reference to build directory
-  sed -i s|$srcdir/Python-${pkgver}:|| 
$pkgdir/usr/lib/python${_pybasever}/config-${_pybasever}m/Makefile
-
-  # License
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python/repos/extra-i686/PKGBUILD (from rev 182149, 
python/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-08 10:27:25 UTC (rev 182150)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Jason Chu ja...@archlinux.org
+
+pkgname=python
+pkgver=3.3.1
+pkgrel=1
+_pybasever=3.3
+pkgdesc=Next generation of the python high-level scripting language
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://www.python.org/;
+depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
+makedepends=('tk=8.6.0' 'sqlite' 'valgrind' 'bluez')
+optdepends=('tk: for tkinter' 'sqlite')
+provides=('python3')
+replaces=('python3')
+options=('!makeflags')
+source=(http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz)
+sha1sums=('393d7302c48bc911cd7faa7fa9b5fbcb9919bddc')
+
+build() {
+  cd ${srcdir}/Python-${pkgver}
+
+  # FS#23997
+  sed -i -e s|^#.* /usr/local/bin/python|#!/usr/bin/python| Lib/cgi.py
+
+  # Ensure that we are using the system copy of various libraries (expat, zlib 
and libffi),
+  # rather than copies shipped in the tarball
+  rm -r Modules/expat
+  rm -r Modules/zlib
+  rm -r Modules/_ctypes/{darwin,libffi}*
+
+  ./configure --prefix=/usr \
+  --enable-shared \
+  --with-threads

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

2013-04-08 Thread Stéphane Gaudreault
Date: Monday, April 8, 2013 @ 12:27:26
  Author: stephane
Revision: 182151

db-move: moved python2 from [testing] to [extra] (i686, x86_64)

Added:
  python2/repos/extra-i686/PKGBUILD
(from rev 182149, python2/repos/testing-i686/PKGBUILD)
  python2/repos/extra-x86_64/PKGBUILD
(from rev 182149, python2/repos/testing-x86_64/PKGBUILD)
Deleted:
  python2/repos/extra-i686/PKGBUILD
  python2/repos/extra-x86_64/PKGBUILD
  python2/repos/testing-i686/
  python2/repos/testing-x86_64/

---+
 /PKGBUILD |  176 
 extra-i686/PKGBUILD   |   84 --
 extra-x86_64/PKGBUILD |   84 --
 3 files changed, 176 insertions(+), 168 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-08 10:27:25 UTC (rev 182150)
+++ extra-i686/PKGBUILD 2013-04-08 10:27:26 UTC (rev 182151)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributer: Allan McRae al...@archlinux.org
-# Contributer: Jason Chu ja...@archlinux.org
-
-pkgname=python2
-pkgver=2.7.3
-pkgrel=4
-_pybasever=2.7
-pkgdesc=A high-level scripting language
-arch=('i686' 'x86_64')
-license=('PSF')
-url=http://www.python.org/;
-depends=('bzip2' 'gdbm' 'openssl' 'zlib' 'expat' 'sqlite' 'libffi')
-makedepends=('tk=8.6.0' 'bluez')
-optdepends=('tk: for IDLE')
-conflicts=('python3')
-options=('!makeflags')
-source=(http://www.python.org/ftp/python/${pkgver%rc?}/Python-${pkgver}.tar.xz)
-sha1sums=('b2b0ada7ebed4a8204a855193afbdb3aa3308357')
-
-build() {
-  cd ${srcdir}/Python-${pkgver}
-
-  # Temporary workaround for FS#22322
-  # See http://bugs.python.org/issue10835 for upstream report
-  sed -i /progname =/s/python/python${_pybasever}/ Python/pythonrun.c
-
-  # Enable built-in SQLite module to load extensions (fix FS#22122)
-  sed -i /SQLITE_OMIT_LOAD_EXTENSION/d setup.py
-
-  # FS#23997
-  sed -i -e s|^#.* /usr/local/bin/python|#!/usr/bin/python2| Lib/cgi.py
-
-  # Ensure that we are using the system copy of various libraries (expat, zlib 
and libffi),
-  # rather than copies shipped in the tarball
-  rm -r Modules/expat
-  rm -r Modules/zlib
-  rm -r Modules/_ctypes/{darwin,libffi}*
-
-  export OPT=${CFLAGS}
-  ./configure --prefix=/usr --enable-shared --with-threads --enable-ipv6 \
-  --enable-unicode=ucs4 --with-system-expat --with-system-ffi \
-  --with-dbmliborder=gdbm:ndbm
-
-  make
-}
-
-package() {
-  cd ${srcdir}/Python-${pkgver}
-  make DESTDIR=${pkgdir} altinstall maninstall
-
-  ln -sf python${_pybasever}${pkgdir}/usr/bin/python2
-  ln -sf python${_pybasever}-config ${pkgdir}/usr/bin/python2-config
-  ln -sf python${_pybasever}.1  ${pkgdir}/usr/share/man/man1/python2.1
-
-  ln -sf ../../libpython${_pybasever}.so \
-${pkgdir}/usr/lib/python${_pybasever}/config/libpython${_pybasever}.so
-
-  mv ${pkgdir}/usr/bin/smtpd.py ${pkgdir}/usr/lib/python${_pybasever}/
-
-  # some useful stuff
-  install -dm755 ${pkgdir}/usr/lib/python${_pybasever}/Tools/{i18n,scripts}
-  install -m755 Tools/i18n/{msgfmt,pygettext}.py \
-${pkgdir}/usr/lib/python${_pybasever}/Tools/i18n/
-  install -m755 Tools/scripts/{README,*py} \
-${pkgdir}/usr/lib/python${_pybasever}/Tools/scripts/
-
-  # fix conflicts with python
-  mv ${pkgdir}/usr/bin/idle{,2}
-  mv ${pkgdir}/usr/bin/pydoc{,2}
-  mv ${pkgdir}/usr/bin/2to3{,-2.7}
-
-  # clean up #!s
-  find ${pkgdir}/usr/lib/python${_pybasever}/ -name '*.py' | \
-xargs sed -i s|#[ ]*![ ]*/usr/bin/env python$|#!/usr/bin/env python2|
-
-  # clean-up reference to build directory
-  sed -i s#${srcdir}/Python-${pkgver}:## \
-${pkgdir}/usr/lib/python${_pybasever}/config/Makefile
-
-  # license
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python2/repos/extra-i686/PKGBUILD (from rev 182149, 
python2/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-08 10:27:26 UTC (rev 182151)
@@ -0,0 +1,88 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributer: Allan McRae al...@archlinux.org
+# Contributer: Jason Chu ja...@archlinux.org
+
+pkgname=python2
+pkgver=2.7.4
+pkgrel=1
+_pybasever=2.7
+pkgdesc=A high-level scripting language
+arch=('i686' 'x86_64')
+license=('PSF')
+url=http://www.python.org/;
+depends=('bzip2' 'gdbm' 'openssl' 'zlib' 'expat' 'sqlite' 'libffi')
+makedepends=('tk=8.6.0' 'bluez')
+optdepends=('tk: for IDLE')
+conflicts=('python3')
+options=('!makeflags')
+source=(http://www.python.org/ftp/python/${pkgver%rc?}/Python-${pkgver}.tar.xz)
+sha1sums=('08e78ebeb6d9c799644f6d787ca424291c0fe03e')
+
+build() {
+  cd ${srcdir}/Python-${pkgver}
+
+  # Temporary workaround for FS#22322
+  # See http://bugs.python.org/issue10835 for upstream report
+  sed -i

[arch-commits] Commit in subversion/repos (36 files)

2013-04-06 Thread Stéphane Gaudreault
Date: Saturday, April 6, 2013 @ 23:41:54
  Author: stephane
Revision: 182098

db-move: moved subversion from [testing] to [extra] (i686, x86_64)

Added:
  subversion/repos/extra-i686/PKGBUILD
(from rev 182097, subversion/repos/testing-i686/PKGBUILD)
  subversion/repos/extra-i686/subversion.install
(from rev 182097, subversion/repos/testing-i686/subversion.install)
  subversion/repos/extra-i686/subversion.rpath.fix.patch
(from rev 182097, subversion/repos/testing-i686/subversion.rpath.fix.patch)
  subversion/repos/extra-i686/svn
(from rev 182097, subversion/repos/testing-i686/svn)
  subversion/repos/extra-i686/svnserve
(from rev 182097, subversion/repos/testing-i686/svnserve)
  subversion/repos/extra-i686/svnserve.conf
(from rev 182097, subversion/repos/testing-i686/svnserve.conf)
  subversion/repos/extra-i686/svnserve.service
(from rev 182097, subversion/repos/testing-i686/svnserve.service)
  subversion/repos/extra-i686/svnserve.tmpfiles
(from rev 182097, subversion/repos/testing-i686/svnserve.tmpfiles)
  subversion/repos/extra-x86_64/PKGBUILD
(from rev 182097, subversion/repos/testing-x86_64/PKGBUILD)
  subversion/repos/extra-x86_64/subversion.install
(from rev 182097, subversion/repos/testing-x86_64/subversion.install)
  subversion/repos/extra-x86_64/subversion.rpath.fix.patch
(from rev 182097, 
subversion/repos/testing-x86_64/subversion.rpath.fix.patch)
  subversion/repos/extra-x86_64/svn
(from rev 182097, subversion/repos/testing-x86_64/svn)
  subversion/repos/extra-x86_64/svnserve
(from rev 182097, subversion/repos/testing-x86_64/svnserve)
  subversion/repos/extra-x86_64/svnserve.conf
(from rev 182097, subversion/repos/testing-x86_64/svnserve.conf)
  subversion/repos/extra-x86_64/svnserve.service
(from rev 182097, subversion/repos/testing-x86_64/svnserve.service)
  subversion/repos/extra-x86_64/svnserve.tmpfiles
(from rev 182097, subversion/repos/testing-x86_64/svnserve.tmpfiles)
Deleted:
  subversion/repos/extra-i686/PKGBUILD
  subversion/repos/extra-i686/subversion-kwallet.patch
  subversion/repos/extra-i686/subversion.install
  subversion/repos/extra-i686/subversion.rpath.fix.patch
  subversion/repos/extra-i686/svn
  subversion/repos/extra-i686/svnserve
  subversion/repos/extra-i686/svnserve.conf
  subversion/repos/extra-i686/svnserve.service
  subversion/repos/extra-i686/svnserve.tmpfiles
  subversion/repos/extra-x86_64/PKGBUILD
  subversion/repos/extra-x86_64/subversion-kwallet.patch
  subversion/repos/extra-x86_64/subversion.install
  subversion/repos/extra-x86_64/subversion.rpath.fix.patch
  subversion/repos/extra-x86_64/svn
  subversion/repos/extra-x86_64/svnserve
  subversion/repos/extra-x86_64/svnserve.conf
  subversion/repos/extra-x86_64/svnserve.service
  subversion/repos/extra-x86_64/svnserve.tmpfiles
  subversion/repos/testing-i686/
  subversion/repos/testing-x86_64/

-+
 /PKGBUILD   |  194 ++
 /subversion.install |   14 ++
 /subversion.rpath.fix.patch |   20 +++
 /svn|   22 +++
 /svnserve   |   84 
 /svnserve.conf  |   14 ++
 /svnserve.service   |   22 +++
 /svnserve.tmpfiles  |2 
 extra-i686/PKGBUILD |  102 ---
 extra-i686/subversion-kwallet.patch |   22 ---
 extra-i686/subversion.install   |7 -
 extra-i686/subversion.rpath.fix.patch   |   10 -
 extra-i686/svn  |   11 -
 extra-i686/svnserve |   42 --
 extra-i686/svnserve.conf|7 -
 extra-i686/svnserve.service |   11 -
 extra-i686/svnserve.tmpfiles|1 
 extra-x86_64/PKGBUILD   |  102 ---
 extra-x86_64/subversion-kwallet.patch   |   22 ---
 extra-x86_64/subversion.install |7 -
 extra-x86_64/subversion.rpath.fix.patch |   10 -
 extra-x86_64/svn|   11 -
 extra-x86_64/svnserve   |   42 --
 extra-x86_64/svnserve.conf  |7 -
 extra-x86_64/svnserve.service   |   11 -
 extra-x86_64/svnserve.tmpfiles  |1 
 26 files changed, 372 insertions(+), 426 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-06 21:12:45 UTC (rev 182097)
+++ extra-i686/PKGBUILD 2013-04-06 21:41:54 UTC (rev 182098)
@@ -1,102 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Paul Mattal p...@archlinux.org
-# Contributor: Jason Chu ja...@archlinux.org
-
-pkgname=subversion
-pkgver=1.7.8
-pkgrel=1
-pkgdesc=A Modern Concurrent Version Control System
-arch=('i686' 'x86_64')
-license=('APACHE')
-depends=('neon' 'apr-util' 'sqlite' 'file' 'serf')
-optdepends

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

2013-04-06 Thread Stéphane Gaudreault
Date: Sunday, April 7, 2013 @ 01:26:20
  Author: stephane
Revision: 182102

upgpkg: python 3.3.1-1

upstream update

Modified:
  python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-06 21:59:09 UTC (rev 182101)
+++ PKGBUILD2013-04-06 23:26:20 UTC (rev 182102)
@@ -4,8 +4,8 @@
 # Contributor: Jason Chu ja...@archlinux.org
 
 pkgname=python
-pkgver=3.3.0
-pkgrel=3
+pkgver=3.3.1
+pkgrel=1
 _pybasever=3.3
 pkgdesc=Next generation of the python high-level scripting language
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 replaces=('python3')
 options=('!makeflags')
 source=(http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz)
-sha1sums=('833d73565e1b665f1878504081dc985a5a06e46a')
+sha1sums=('393d7302c48bc911cd7faa7fa9b5fbcb9919bddc')
 
 build() {
   cd ${srcdir}/Python-${pkgver}



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

2013-04-06 Thread Stéphane Gaudreault
Date: Sunday, April 7, 2013 @ 01:26:26
  Author: stephane
Revision: 182103

upgpkg: python2 2.7.4-1

upstream update

Modified:
  python2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-06 23:26:20 UTC (rev 182102)
+++ PKGBUILD2013-04-06 23:26:26 UTC (rev 182103)
@@ -4,7 +4,7 @@
 # Contributer: Jason Chu ja...@archlinux.org
 
 pkgname=python2
-pkgver=2.7.4rc1
+pkgver=2.7.4
 pkgrel=1
 _pybasever=2.7
 pkgdesc=A high-level scripting language
@@ -17,7 +17,7 @@
 conflicts=('python3')
 options=('!makeflags')
 source=(http://www.python.org/ftp/python/${pkgver%rc?}/Python-${pkgver}.tar.xz)
-sha1sums=('e6bad3df94c13de68bec450a6a91eabee80a43f9')
+sha1sums=('08e78ebeb6d9c799644f6d787ca424291c0fe03e')
 
 build() {
   cd ${srcdir}/Python-${pkgver}



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

2013-04-06 Thread Stéphane Gaudreault
Date: Sunday, April 7, 2013 @ 01:26:57
  Author: stephane
Revision: 182104

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

Added:
  python/repos/testing-i686/
  python/repos/testing-i686/PKGBUILD
(from rev 182103, python/trunk/PKGBUILD)
  python/repos/testing-x86_64/
  python/repos/testing-x86_64/PKGBUILD
(from rev 182103, python/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   75 ++
 testing-x86_64/PKGBUILD |   75 ++
 2 files changed, 150 insertions(+)

Copied: python/repos/testing-i686/PKGBUILD (from rev 182103, 
python/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-06 23:26:57 UTC (rev 182104)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Jason Chu ja...@archlinux.org
+
+pkgname=python
+pkgver=3.3.1
+pkgrel=1
+_pybasever=3.3
+pkgdesc=Next generation of the python high-level scripting language
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://www.python.org/;
+depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
+makedepends=('tk=8.6.0' 'sqlite' 'valgrind' 'bluez')
+optdepends=('tk: for tkinter' 'sqlite')
+provides=('python3')
+replaces=('python3')
+options=('!makeflags')
+source=(http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz)
+sha1sums=('393d7302c48bc911cd7faa7fa9b5fbcb9919bddc')
+
+build() {
+  cd ${srcdir}/Python-${pkgver}
+
+  # FS#23997
+  sed -i -e s|^#.* /usr/local/bin/python|#!/usr/bin/python| Lib/cgi.py
+
+  # Ensure that we are using the system copy of various libraries (expat, zlib 
and libffi),
+  # rather than copies shipped in the tarball
+  rm -r Modules/expat
+  rm -r Modules/zlib
+  rm -r Modules/_ctypes/{darwin,libffi}*
+
+  ./configure --prefix=/usr \
+  --enable-shared \
+  --with-threads \
+  --with-computed-gotos \
+  --enable-ipv6 \
+  --with-valgrind \
+  --with-system-expat \
+  --with-dbmliborder=gdbm:ndbm \
+  --with-system-ffi
+
+  make
+}
+
+check() {
+  cd ${srcdir}/Python-${pkgver}
+  LD_LIBRARY_PATH=${srcdir}/Python-${pkgver}:${LD_LIBRARY_PATH} \
+ ${srcdir}/Python-${pkgver}/python -m test.regrtest -x test_distutils 
test_site \
+ test_urllib test_uuid test_pydoc test_logging
+}
+
+package() {
+  cd ${srcdir}/Python-${pkgver}
+  make DESTDIR=${pkgdir} install maninstall
+
+  # Why are these not done by default...
+  ln -sf python3   ${pkgdir}/usr/bin/python
+  ln -sf python3-config${pkgdir}/usr/bin/python-config
+  ln -sf idle3 ${pkgdir}/usr/bin/idle
+  ln -sf pydoc3${pkgdir}/usr/bin/pydoc
+  ln -sf python${_pybasever}.1 ${pkgdir}/usr/share/man/man1/python3.1
+
+  # Fix FS#22552
+  ln -sf ../../libpython${_pybasever}m.so \
+
${pkgdir}/usr/lib/python${_pybasever}/config-${_pybasever}m/libpython${_pybasever}m.so
+
+  # Clean-up reference to build directory
+  sed -i s|$srcdir/Python-${pkgver}:|| 
$pkgdir/usr/lib/python${_pybasever}/config-${_pybasever}m/Makefile
+
+  # License
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: python/repos/testing-x86_64/PKGBUILD (from rev 182103, 
python/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-06 23:26:57 UTC (rev 182104)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Jason Chu ja...@archlinux.org
+
+pkgname=python
+pkgver=3.3.1
+pkgrel=1
+_pybasever=3.3
+pkgdesc=Next generation of the python high-level scripting language
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://www.python.org/;
+depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
+makedepends=('tk=8.6.0' 'sqlite' 'valgrind' 'bluez')
+optdepends=('tk: for tkinter' 'sqlite')
+provides=('python3')
+replaces=('python3')
+options=('!makeflags')
+source=(http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz)
+sha1sums=('393d7302c48bc911cd7faa7fa9b5fbcb9919bddc')
+
+build() {
+  cd ${srcdir}/Python-${pkgver}
+
+  # FS#23997
+  sed -i -e s|^#.* /usr/local/bin/python|#!/usr/bin/python| Lib/cgi.py
+
+  # Ensure that we are using the system copy of various libraries (expat, zlib 
and libffi),
+  # rather than copies shipped in the tarball
+  rm -r Modules/expat
+  rm -r Modules/zlib
+  rm -r Modules/_ctypes/{darwin,libffi}*
+
+  ./configure --prefix=/usr \
+  --enable-shared \
+  --with-threads \
+  --with-computed-gotos \
+  --enable-ipv6 \
+  --with-valgrind

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

2013-04-06 Thread Stéphane Gaudreault
Date: Sunday, April 7, 2013 @ 01:26:59
  Author: stephane
Revision: 182105

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

Added:
  python2/repos/testing-i686/
  python2/repos/testing-i686/PKGBUILD
(from rev 182103, python2/trunk/PKGBUILD)
  python2/repos/testing-x86_64/
  python2/repos/testing-x86_64/PKGBUILD
(from rev 182103, python2/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   88 ++
 testing-x86_64/PKGBUILD |   88 ++
 2 files changed, 176 insertions(+)

Copied: python2/repos/testing-i686/PKGBUILD (from rev 182103, 
python2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-06 23:26:59 UTC (rev 182105)
@@ -0,0 +1,88 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributer: Allan McRae al...@archlinux.org
+# Contributer: Jason Chu ja...@archlinux.org
+
+pkgname=python2
+pkgver=2.7.4
+pkgrel=1
+_pybasever=2.7
+pkgdesc=A high-level scripting language
+arch=('i686' 'x86_64')
+license=('PSF')
+url=http://www.python.org/;
+depends=('bzip2' 'gdbm' 'openssl' 'zlib' 'expat' 'sqlite' 'libffi')
+makedepends=('tk=8.6.0' 'bluez')
+optdepends=('tk: for IDLE')
+conflicts=('python3')
+options=('!makeflags')
+source=(http://www.python.org/ftp/python/${pkgver%rc?}/Python-${pkgver}.tar.xz)
+sha1sums=('08e78ebeb6d9c799644f6d787ca424291c0fe03e')
+
+build() {
+  cd ${srcdir}/Python-${pkgver}
+
+  # Temporary workaround for FS#22322
+  # See http://bugs.python.org/issue10835 for upstream report
+  sed -i /progname =/s/python/python${_pybasever}/ Python/pythonrun.c
+
+  # Enable built-in SQLite module to load extensions (fix FS#22122)
+  sed -i /SQLITE_OMIT_LOAD_EXTENSION/d setup.py
+
+  # FS#23997
+  sed -i -e s|^#.* /usr/local/bin/python|#!/usr/bin/python2| Lib/cgi.py
+
+  sed -i s/python2.3/python2/g Lib/distutils/tests/test_build_scripts.py \
+ Lib/distutils/tests/test_install_scripts.py Tools/scripts/gprof2html.py
+
+  # Ensure that we are using the system copy of various libraries (expat, zlib 
and libffi),
+  # rather than copies shipped in the tarball
+  rm -r Modules/expat
+  rm -r Modules/zlib
+  rm -r Modules/_ctypes/{darwin,libffi}*
+
+  export OPT=${CFLAGS}
+  ./configure --prefix=/usr --enable-shared --with-threads --enable-ipv6 \
+  --enable-unicode=ucs4 --with-system-expat --with-system-ffi \
+  --with-dbmliborder=gdbm:ndbm
+
+  make
+}
+
+package() {
+  cd ${srcdir}/Python-${pkgver}
+  make DESTDIR=${pkgdir} altinstall maninstall
+
+  rm ${pkgdir}/usr/share/man/man1/python.1
+
+  ln -sf python${_pybasever}${pkgdir}/usr/bin/python2
+  ln -sf python${_pybasever}-config ${pkgdir}/usr/bin/python2-config
+  ln -sf python${_pybasever}.1  ${pkgdir}/usr/share/man/man1/python2.1
+
+  # FS#33954
+  ln -sf python-${_pybasever}.pc${pkgdir}/usr/lib/pkgconfig/python2.pc
+
+  ln -sf ../../libpython${_pybasever}.so 
${pkgdir}/usr/lib/python${_pybasever}/config/libpython${_pybasever}.so
+
+  mv ${pkgdir}/usr/bin/smtpd.py ${pkgdir}/usr/lib/python${_pybasever}/
+
+  # some useful stuff
+  install -dm755 ${pkgdir}/usr/lib/python${_pybasever}/Tools/{i18n,scripts}
+  install -m755 Tools/i18n/{msgfmt,pygettext}.py 
${pkgdir}/usr/lib/python${_pybasever}/Tools/i18n/
+  install -m755 Tools/scripts/{README,*py} 
${pkgdir}/usr/lib/python${_pybasever}/Tools/scripts/
+
+  # fix conflicts with python
+  mv ${pkgdir}/usr/bin/idle{,2}
+  mv ${pkgdir}/usr/bin/pydoc{,2}
+  mv ${pkgdir}/usr/bin/2to3{,-2.7}
+
+  # clean up #!s
+  find ${pkgdir}/usr/lib/python${_pybasever}/ -name '*.py' | \
+xargs sed -i s|#[ ]*![ ]*/usr/bin/env python$|#!/usr/bin/env python2|
+
+  # clean-up reference to build directory
+  sed -i s#${srcdir}/Python-${pkgver}:## 
${pkgdir}/usr/lib/python${_pybasever}/config/Makefile
+
+  # license
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: python2/repos/testing-x86_64/PKGBUILD (from rev 182103, 
python2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-06 23:26:59 UTC (rev 182105)
@@ -0,0 +1,88 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributer: Allan McRae al...@archlinux.org
+# Contributer: Jason Chu ja...@archlinux.org
+
+pkgname=python2
+pkgver=2.7.4
+pkgrel=1
+_pybasever=2.7
+pkgdesc=A high-level scripting language
+arch=('i686' 'x86_64')
+license=('PSF')
+url=http://www.python.org/;
+depends=('bzip2' 'gdbm' 'openssl' 'zlib' 'expat' 'sqlite' 'libffi')
+makedepends=('tk=8.6.0' 'bluez')
+optdepends=('tk: for IDLE')
+conflicts=('python3')
+options=('!makeflags')
+source=(http://www.python.org/ftp/python/${pkgver%rc?}/Python-${pkgver}.tar.xz)
+sha1sums

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

2013-04-04 Thread Stéphane Gaudreault
Date: Friday, April 5, 2013 @ 01:10:18
  Author: stephane
Revision: 181861

upgpkg: subversion 1.7.9-1

upstream update

Modified:
  subversion/trunk/PKGBUILD
Deleted:
  subversion/trunk/subversion-kwallet.patch

--+
 PKGBUILD |   11 +++
 subversion-kwallet.patch |   22 --
 2 files changed, 3 insertions(+), 30 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-04 22:54:14 UTC (rev 181860)
+++ PKGBUILD2013-04-04 23:10:18 UTC (rev 181861)
@@ -4,7 +4,7 @@
 # Contributor: Jason Chu ja...@archlinux.org
 
 pkgname=subversion
-pkgver=1.7.8
+pkgver=1.7.9
 pkgrel=1
 pkgdesc=A Modern Concurrent Version Control System
 arch=('i686' 'x86_64')
@@ -25,16 +25,14 @@
 svnserve.conf
 svnserve.tmpfiles
 svnserve.service
-subversion-kwallet.patch
 subversion.rpath.fix.patch)
-sha1sums=('12c7d8d5414bba74c9777c4d1dae74f152df63c2'
-  '24f8e82fa131c1a1b924d71046f8d38cb00645a7'
+sha1sums=('453757bae78a800997559f2232483ab99238ec1e'
+  '5ce5adc5f5cae5a2d569a89b5e4498623feae84a'
   '64ba3e6ebafc08ac62f59d788f7a825fdce69573'
   '73b36c046c09cec2093354911c89e3ba8056af6c'
   'ad117bf3b2a838a9a678a93fd8db1a066ad46c41'
   '00cc36e69077a8c45674ead6dd62a7647b3a3b6d'
   '9f6790d842cf3e0228b007483a43e39a42724068'
-  'f2aed28a2e34b8631ee9b69175bac1bac59327ce'
   '3d1e28408a9abb42af2e531adc0d01ce21acfad6')
 
 build() {
@@ -44,9 +42,6 @@
patch -Np0 -i ../subversion.rpath.fix.patch
sed -i 's|/usr/bin/env python|/usr/bin/env python2|' 
tools/hook-scripts/{,mailer/{,tests/}}*.py
 
-   # FS#33081
-   patch -Np0 -i ../subversion-kwallet.patch
-
./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr \
--with-zlib=/usr --with-neon=/usr --with-serf=/usr --with-apxs \
--with-sqlite=/usr 
--with-berkeley-db=:/usr/include/:/usr/lib:db-5.3 \

Deleted: subversion-kwallet.patch
===
--- subversion-kwallet.patch2013-04-04 22:54:14 UTC (rev 181860)
+++ subversion-kwallet.patch2013-04-04 23:10:18 UTC (rev 181861)
@@ -1,22 +0,0 @@
-Index: subversion/libsvn_auth_kwallet/kwallet.cpp
-===
 subversion/libsvn_auth_kwallet/kwallet.cpp (revision 1421011)
-+++ subversion/libsvn_auth_kwallet/kwallet.cpp (working copy)
-@@ -253,7 +253,7 @@ kwallet_password_get(svn_boolean_t *done,
- }
- }
- 
--  apr_pool_cleanup_register(pool, parameters, kwallet_terminate, NULL);
-+  apr_pool_cleanup_register(pool, parameters, kwallet_terminate, 
apr_pool_cleanup_null);
- 
-   return SVN_NO_ERROR;
- }
-@@ -327,7 +327,7 @@ kwallet_password_set(svn_boolean_t *done,
- }
- }
- 
--  apr_pool_cleanup_register(pool, parameters, kwallet_terminate, NULL);
-+  apr_pool_cleanup_register(pool, parameters, kwallet_terminate, 
apr_pool_cleanup_null);
- 
-   return SVN_NO_ERROR;
- }
\ No newline at end of file



[arch-commits] Commit in subversion/repos (18 files)

2013-04-04 Thread Stéphane Gaudreault
Date: Friday, April 5, 2013 @ 01:11:45
  Author: stephane
Revision: 181862

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

Added:
  subversion/repos/testing-i686/
  subversion/repos/testing-i686/PKGBUILD
(from rev 181861, subversion/trunk/PKGBUILD)
  subversion/repos/testing-i686/subversion.install
(from rev 181861, subversion/trunk/subversion.install)
  subversion/repos/testing-i686/subversion.rpath.fix.patch
(from rev 181861, subversion/trunk/subversion.rpath.fix.patch)
  subversion/repos/testing-i686/svn
(from rev 181861, subversion/trunk/svn)
  subversion/repos/testing-i686/svnserve
(from rev 181861, subversion/trunk/svnserve)
  subversion/repos/testing-i686/svnserve.conf
(from rev 181861, subversion/trunk/svnserve.conf)
  subversion/repos/testing-i686/svnserve.service
(from rev 181861, subversion/trunk/svnserve.service)
  subversion/repos/testing-i686/svnserve.tmpfiles
(from rev 181861, subversion/trunk/svnserve.tmpfiles)
  subversion/repos/testing-x86_64/
  subversion/repos/testing-x86_64/PKGBUILD
(from rev 181861, subversion/trunk/PKGBUILD)
  subversion/repos/testing-x86_64/subversion.install
(from rev 181861, subversion/trunk/subversion.install)
  subversion/repos/testing-x86_64/subversion.rpath.fix.patch
(from rev 181861, subversion/trunk/subversion.rpath.fix.patch)
  subversion/repos/testing-x86_64/svn
(from rev 181861, subversion/trunk/svn)
  subversion/repos/testing-x86_64/svnserve
(from rev 181861, subversion/trunk/svnserve)
  subversion/repos/testing-x86_64/svnserve.conf
(from rev 181861, subversion/trunk/svnserve.conf)
  subversion/repos/testing-x86_64/svnserve.service
(from rev 181861, subversion/trunk/svnserve.service)
  subversion/repos/testing-x86_64/svnserve.tmpfiles
(from rev 181861, subversion/trunk/svnserve.tmpfiles)

---+
 testing-i686/PKGBUILD |   97 
 testing-i686/subversion.install   |7 ++
 testing-i686/subversion.rpath.fix.patch   |   10 ++
 testing-i686/svn  |   11 +++
 testing-i686/svnserve |   42 
 testing-i686/svnserve.conf|7 ++
 testing-i686/svnserve.service |   11 +++
 testing-i686/svnserve.tmpfiles|1 
 testing-x86_64/PKGBUILD   |   97 
 testing-x86_64/subversion.install |7 ++
 testing-x86_64/subversion.rpath.fix.patch |   10 ++
 testing-x86_64/svn|   11 +++
 testing-x86_64/svnserve   |   42 
 testing-x86_64/svnserve.conf  |7 ++
 testing-x86_64/svnserve.service   |   11 +++
 testing-x86_64/svnserve.tmpfiles  |1 
 16 files changed, 372 insertions(+)

Copied: subversion/repos/testing-i686/PKGBUILD (from rev 181861, 
subversion/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-04 23:11:45 UTC (rev 181862)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Paul Mattal p...@archlinux.org
+# Contributor: Jason Chu ja...@archlinux.org
+
+pkgname=subversion
+pkgver=1.7.9
+pkgrel=1
+pkgdesc=A Modern Concurrent Version Control System
+arch=('i686' 'x86_64')
+license=('APACHE')
+depends=('neon' 'apr-util' 'sqlite' 'file' 'serf')
+optdepends=('libgnome-keyring' 'kdeutils-kwallet' 'bash-completion: for svn 
bash completion' \
+'python2: for some hook scripts' 'java-environment') #'ruby: for 
some hook scripts')
+makedepends=('krb5' 'apache' 'python2' 'perl' 'swig' 'java-runtime' 
'java-environment'
+ 'autoconf' 'db' 'e2fsprogs' 'libgnome-keyring' 'kdelibs')
+backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
+url=http://subversion.apache.org/;
+provides=('svn')
+options=('!makeflags' '!libtool' '!emptydirs')
+install=${pkgname}.install
+source=(http://apache.mirror.rafal.ca/subversion/$pkgname-$pkgver.tar.bz2{,.asc}
+svnserve
+svn
+svnserve.conf
+svnserve.tmpfiles
+svnserve.service
+subversion.rpath.fix.patch)
+sha1sums=('453757bae78a800997559f2232483ab99238ec1e'
+  '5ce5adc5f5cae5a2d569a89b5e4498623feae84a'
+  '64ba3e6ebafc08ac62f59d788f7a825fdce69573'
+  '73b36c046c09cec2093354911c89e3ba8056af6c'
+  'ad117bf3b2a838a9a678a93fd8db1a066ad46c41'
+  '00cc36e69077a8c45674ead6dd62a7647b3a3b6d'
+  '9f6790d842cf3e0228b007483a43e39a42724068'
+  '3d1e28408a9abb42af2e531adc0d01ce21acfad6')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   export PYTHON=/usr/bin/python2
+
+   patch -Np0 -i ../subversion.rpath.fix.patch
+   sed -i 's|/usr/bin/env python|/usr/bin/env python2|' 
tools/hook-scripts/{,mailer/{,tests/}}*.py
+
+   ./configure --prefix=/usr --with-apr=/usr

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

2013-04-02 Thread Stéphane Gaudreault
Date: Tuesday, April 2, 2013 @ 20:30:39
  Author: stephane
Revision: 181254

upgpkg: openmpi 1.6.4-2

rebuild for gfortran 4.8.0

Modified:
  openmpi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-02 18:10:06 UTC (rev 181253)
+++ PKGBUILD2013-04-02 18:30:39 UTC (rev 181254)
@@ -2,7 +2,7 @@
 # Maintainer: Stéphane Gaudreault steph...@archlinux.org
 pkgname=openmpi
 pkgver=1.6.4
-pkgrel=1
+pkgrel=2
 pkgdesc=High performance message passing library (MPI)
 arch=('i686' 'x86_64')
 url=http://www.open-mpi.org;



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

2013-04-02 Thread Stéphane Gaudreault
Date: Tuesday, April 2, 2013 @ 20:31:27
  Author: stephane
Revision: 181255

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-02 18:30:39 UTC (rev 181254)
+++ extra-i686/PKGBUILD 2013-04-02 18:31:27 UTC (rev 181255)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-pkgname=openmpi
-pkgver=1.6.4
-pkgrel=1
-pkgdesc=High performance message passing library (MPI)
-arch=('i686' 'x86_64')
-url=http://www.open-mpi.org;
-license=('custom')
-depends=('gcc-fortran' 'openssh' 'valgrind' 'libltdl' 'hwloc')
-makedepends=('inetutils')
-options=(!libtool)
-source=(http://www.open-mpi.org/software/ompi/v1.6/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('38095d3453519177272f488d5058a98f7ebdbf10')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   # Make sure we use the system ltdl librariry rather than the ones in the 
tarball
-   rm -r opal/libltdl
-
-   ./configure --prefix=/usr \
-   --sysconfdir=/etc/${pkgname} \
-   --mandir=/usr/share/man \
-   --enable-mpi-f90 \
-   --libdir=/usr/lib/${pkgname} \
-   --with-threads=posix \
-   --enable-smp-locks \
-   --with-valgrind \
-   --enable-memchecker \
-   --enable-debug \
-   --enable-pretty-print-stacktrace \
-   --without-slurm \
-   --with-hwloc=/usr \
-   --with-libltdl=/usr  \
-   FC=/usr/bin/gfortran \
-   LDFLAGS=$LDFLAGS -Wl,-z,noexecstack
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   # FS#28583
-   install -d -m 755 ${pkgdir}/usr/lib/pkgconfig
-   for i in ompi-c.pc ompi-cxx.pc ompi-f77.pc ompi-f90.pc ompi.pc; do
-  ln -sf /usr/lib/openmpi/pkgconfig/${i} ${pkgdir}/usr/lib/pkgconfig/
-   done
-
-   # Openmpi's otfinfo conflicts with the one from texlive
-   mv ${pkgdir}/usr/bin/otfinfo{,mpi}
-
-   # Remove dangling symlink
-   rm ${pkgdir}/usr/share/man/man1/orteCC.1
-
-   install -d -m 755 ${pkgdir}/etc/ld.so.conf.d
-   echo /usr/lib/${pkgname}  ${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf
-
-   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: openmpi/repos/extra-i686/PKGBUILD (from rev 181254, 
openmpi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-02 18:31:27 UTC (rev 181255)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+pkgname=openmpi
+pkgver=1.6.4
+pkgrel=2
+pkgdesc=High performance message passing library (MPI)
+arch=('i686' 'x86_64')
+url=http://www.open-mpi.org;
+license=('custom')
+depends=('gcc-fortran' 'openssh' 'valgrind' 'libltdl' 'hwloc')
+makedepends=('inetutils')
+options=(!libtool)
+source=(http://www.open-mpi.org/software/ompi/v1.6/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('38095d3453519177272f488d5058a98f7ebdbf10')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   # Make sure we use the system ltdl librariry rather than the ones in the 
tarball
+   rm -r opal/libltdl
+
+   ./configure --prefix=/usr \
+   --sysconfdir=/etc/${pkgname} \
+   --mandir=/usr/share/man \
+   --enable-mpi-f90 \
+   --libdir=/usr/lib/${pkgname} \
+   --with-threads=posix \
+   --enable-smp-locks \
+   --with-valgrind \
+   --enable-memchecker \
+   --enable-debug \
+   --enable-pretty-print-stacktrace \
+   --without-slurm \
+   --with-hwloc=/usr \
+   --with-libltdl=/usr  \
+   FC=/usr/bin/gfortran \
+   LDFLAGS=$LDFLAGS -Wl,-z,noexecstack
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   # FS#28583
+   install -d -m 755 ${pkgdir}/usr/lib/pkgconfig
+   for i in ompi-c.pc ompi-cxx.pc ompi-f77.pc ompi-f90.pc ompi.pc; do
+  ln -sf /usr/lib/openmpi/pkgconfig/${i} ${pkgdir}/usr/lib/pkgconfig/
+   done
+
+   # Openmpi's otfinfo conflicts with the one from texlive
+   mv ${pkgdir}/usr/bin/otfinfo{,mpi}
+
+   # Remove dangling symlink
+   rm ${pkgdir}/usr/share/man/man1/orteCC.1
+
+   install -d

[arch-commits] Commit in akonadi/repos (10 files)

2013-03-31 Thread Stéphane Gaudreault
Date: Sunday, March 31, 2013 @ 21:16:36
  Author: stephane
Revision: 181115

db-move: moved akonadi from [testing] to [extra] (i686, x86_64)

Added:
  akonadi/repos/extra-i686/PKGBUILD
(from rev 181114, akonadi/repos/testing-i686/PKGBUILD)
  akonadi/repos/extra-i686/akonadi.install
(from rev 181114, akonadi/repos/testing-i686/akonadi.install)
  akonadi/repos/extra-x86_64/PKGBUILD
(from rev 181114, akonadi/repos/testing-x86_64/PKGBUILD)
  akonadi/repos/extra-x86_64/akonadi.install
(from rev 181114, akonadi/repos/testing-x86_64/akonadi.install)
Deleted:
  akonadi/repos/extra-i686/PKGBUILD
  akonadi/repos/extra-i686/akonadi.install
  akonadi/repos/extra-x86_64/PKGBUILD
  akonadi/repos/extra-x86_64/akonadi.install
  akonadi/repos/testing-i686/
  akonadi/repos/testing-x86_64/

--+
 /PKGBUILD|   64 +
 /akonadi.install |   22 ++
 extra-i686/PKGBUILD  |   32 
 extra-i686/akonadi.install   |   11 ---
 extra-x86_64/PKGBUILD|   32 
 extra-x86_64/akonadi.install |   11 ---
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-31 15:23:35 UTC (rev 181114)
+++ extra-i686/PKGBUILD 2013-03-31 19:16:36 UTC (rev 181115)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=akonadi
-pkgver=1.9.1
-pkgrel=2
-pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
-arch=('i686' 'x86_64')
-url='http://community.kde.org/KDE_PIM/Akonadi'
-license=('LGPL')
-depends=('shared-mime-info' 'boost-libs' 'mariadb' 'soprano')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('f150d5e9b4776d683d0b1d64316f0276')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \
--DQT_QMAKE_EXECUTABLE=qmake-qt4
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: akonadi/repos/extra-i686/PKGBUILD (from rev 181114, 
akonadi/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-31 19:16:36 UTC (rev 181115)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=akonadi
+pkgver=1.9.1
+pkgrel=3
+pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
+arch=('i686' 'x86_64')
+url='http://community.kde.org/KDE_PIM/Akonadi'
+license=('LGPL')
+depends=('shared-mime-info' 'boost-libs' 'mariadb' 'soprano')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('f150d5e9b4776d683d0b1d64316f0276')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/akonadi.install
===
--- extra-i686/akonadi.install  2013-03-31 15:23:35 UTC (rev 181114)
+++ extra-i686/akonadi.install  2013-03-31 19:16:36 UTC (rev 181115)
@@ -1,11 +0,0 @@
-post_install() {
-   update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: akonadi/repos/extra-i686/akonadi.install (from rev 181114, 
akonadi/repos/testing-i686/akonadi.install)
===
--- extra-i686/akonadi.install  (rev 0)
+++ extra-i686/akonadi.install  2013-03-31 19:16:36 UTC (rev 181115)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-31 15:23:35 UTC (rev 181114)
+++ extra-x86_64/PKGBUILD   2013-03-31 19:16:36 UTC (rev 181115)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=akonadi
-pkgver=1.9.1
-pkgrel=2
-pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data

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

2013-03-31 Thread Stéphane Gaudreault
Date: Sunday, March 31, 2013 @ 21:16:38
  Author: stephane
Revision: 181116

db-move: moved avogadro from [testing] to [extra] (i686, x86_64)

Added:
  avogadro/repos/extra-i686/PKGBUILD
(from rev 181114, avogadro/repos/testing-i686/PKGBUILD)
  avogadro/repos/extra-i686/avogadro.install
(from rev 181114, avogadro/repos/testing-i686/avogadro.install)
  avogadro/repos/extra-i686/boost153.patch
(from rev 181114, avogadro/repos/testing-i686/boost153.patch)
  avogadro/repos/extra-x86_64/PKGBUILD
(from rev 181114, avogadro/repos/testing-x86_64/PKGBUILD)
  avogadro/repos/extra-x86_64/avogadro.install
(from rev 181114, avogadro/repos/testing-x86_64/avogadro.install)
  avogadro/repos/extra-x86_64/boost153.patch
(from rev 181114, avogadro/repos/testing-x86_64/boost153.patch)
Deleted:
  avogadro/repos/extra-i686/PKGBUILD
  avogadro/repos/extra-i686/avogadro.install
  avogadro/repos/extra-x86_64/PKGBUILD
  avogadro/repos/extra-x86_64/avogadro.install
  avogadro/repos/testing-i686/
  avogadro/repos/testing-x86_64/

---+
 /PKGBUILD |   78 
 /avogadro.install |   22 +++
 extra-i686/PKGBUILD   |   33 
 extra-i686/avogadro.install   |   11 -
 extra-i686/boost153.patch |   60 ++
 extra-x86_64/PKGBUILD |   33 
 extra-x86_64/avogadro.install |   11 -
 extra-x86_64/boost153.patch   |   60 ++
 8 files changed, 220 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-31 19:16:36 UTC (rev 181115)
+++ extra-i686/PKGBUILD 2013-03-31 19:16:38 UTC (rev 181116)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Nick B Shirakawasuna at gmail _dot_com
-
-pkgname=avogadro
-pkgver=1.1.0
-pkgrel=3
-pkgdesc=An advanced molecular editor based on Qt
-arch=('i686' 'x86_64')
-url=http://avogadro.openmolecules.net/wiki/Main_Page;
-license=('GPL2')
-depends=('eigen2' 'openbabel' 'python2-pyqt' 'boost-libs' 'glew' 
'python2-numpy')
-makedepends=('cmake' 'boost' 'doxygen' 'mesa')
-install=avogadro.install
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('f4fbef5ffc69cc312b2316426c36a78d')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DQT_MKSPECS_RELATIVE=share/qt/mkspecs
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: avogadro/repos/extra-i686/PKGBUILD (from rev 181114, 
avogadro/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-31 19:16:38 UTC (rev 181116)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Nick B Shirakawasuna at gmail _dot_com
+
+pkgname=avogadro
+pkgver=1.1.0
+pkgrel=4
+pkgdesc=An advanced molecular editor based on Qt
+arch=('i686' 'x86_64')
+url=http://avogadro.openmolecules.net/wiki/Main_Page;
+license=('GPL2')
+depends=('eigen2' 'openbabel' 'python2-pyqt' 'boost-libs' 'glew' 
'python2-numpy')
+makedepends=('cmake' 'boost' 'doxygen' 'mesa-libgl')
+install=avogadro.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
+'boost153.patch')
+md5sums=('f4fbef5ffc69cc312b2316426c36a78d'
+ 'aa2573f78d5dbd85b3cb79e08acde8ab')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/boost153.patch
+  cd ../
+
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DQT_MKSPECS_RELATIVE=share/qt4/mkspecs
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/avogadro.install
===
--- extra-i686/avogadro.install 2013-03-31 19:16:36 UTC (rev 181115)
+++ extra-i686/avogadro.install 2013-03-31 19:16:38 UTC (rev 181116)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: avogadro/repos/extra-i686/avogadro.install (from rev 181114, 
avogadro/repos/testing-i686/avogadro.install)
===
--- extra-i686/avogadro.install (rev 0)
+++ extra-i686/avogadro.install 2013-03-31 19:16:38 UTC (rev 181116)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


[arch-commits] Commit in boost/repos (10 files)

2013-03-31 Thread Stéphane Gaudreault
Date: Sunday, March 31, 2013 @ 21:16:40
  Author: stephane
Revision: 181117

db-move: moved boost from [testing] to [extra] (i686, x86_64)

Added:
  boost/repos/extra-i686/PKGBUILD
(from rev 181114, boost/repos/testing-i686/PKGBUILD)
  boost/repos/extra-i686/boost-1.53.0-python3.patch
(from rev 181114, boost/repos/testing-i686/boost-1.53.0-python3.patch)
  boost/repos/extra-x86_64/PKGBUILD
(from rev 181114, boost/repos/testing-x86_64/PKGBUILD)
  boost/repos/extra-x86_64/boost-1.53.0-python3.patch
(from rev 181114, boost/repos/testing-x86_64/boost-1.53.0-python3.patch)
Deleted:
  boost/repos/extra-i686/PKGBUILD
  boost/repos/extra-i686/boost-1.52.0-python3.patch
  boost/repos/extra-x86_64/PKGBUILD
  boost/repos/extra-x86_64/boost-1.52.0-python3.patch
  boost/repos/testing-i686/
  boost/repos/testing-x86_64/

-+
 /PKGBUILD   |  214 ++
 extra-i686/PKGBUILD |  107 ---
 extra-i686/boost-1.52.0-python3.patch   |   96 -
 extra-i686/boost-1.53.0-python3.patch   |   96 +
 extra-x86_64/PKGBUILD   |  107 ---
 extra-x86_64/boost-1.52.0-python3.patch |   96 -
 extra-x86_64/boost-1.53.0-python3.patch |   96 +
 7 files changed, 406 insertions(+), 406 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-31 19:16:38 UTC (rev 181116)
+++ extra-i686/PKGBUILD 2013-03-31 19:16:40 UTC (rev 181117)
@@ -1,107 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: kevin ke...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: Kritoke krit...@gamebox.net
-# Contributor: Luca Roccia little_r...@users.sourceforge.net
-
-pkgbase=boost
-pkgname=('boost-libs' 'boost')
-pkgver=1.52.0
-_boostver=${pkgver//./_}
-pkgrel=3
-url=http://www.boost.org/;
-arch=('i686' 'x86_64')
-license=('custom')
-makedepends=('icu=51.1' 'python' 'python2' 'bzip2' 'zlib' 'openmpi')
-source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}_${_boostver}.tar.gz
-boost-1.52.0-python3.patch)
-sha1sums=('1120430030315b0a94b6d63fc04662960db2444c'
-  '34026072a7cb2534164f20e77bb71a5c75093307')
-
-_stagedir=${srcdir}/stagedir
-
-build() {
-   local JOBS=$(sed -e 's/.*\(-j *[0-9]\+\).*/\1/'  ${MAKEFLAGS})
-
-   cd ${srcdir}/${pkgbase}_${_boostver}
-
-   # Fix build errors with python 3
-   sed -i /PYTHON_ROOT/s/print sys.prefix/print(sys.prefix)/g bootstrap.sh
-   patch -Np1 -i ../boost-1.52.0-python3.patch
-
-   # Shut up strict aliasing warnings
-   echo using gcc : : : compileflags-fno-strict-aliasing ;  
./tools/build/v2/user-config.jam
-   # Add an extra python version. This does not replace anything and python 
2.x need to be the default.
-   echo using python : 3.3 : /usr/bin/python3 : /usr/include/python3.3m : 
/usr/lib ;  ./tools/build/v2/user-config.jam
-   # Support for OpenMPI
-   echo using mpi ;  ./tools/build/v2/user-config.jam
-
-   ./bootstrap.sh --with-toolset=gcc --with-icu --with-python=/usr/bin/python2
-
-   _bindir=bin.linuxx86
-   [ ${CARCH} = x86_64 ]  _bindir=bin.linuxx86_64
-
-   install -d -m 755 ${_stagedir}/bin
-   install 
${srcdir}/${pkgbase}_${_boostver}/tools/build/v2/engine/${_bindir}/bjam 
${_stagedir}/bin/bjam
-
-   pushd tools
-   for _tool in bcp inspect quickbook compiler_status process_jam_log wave; do
-  ${_stagedir}/bin/bjam --toolset=gcc $_tool
-   done
-   ${_stagedir}/bin/bjam --toolset=gcc cflags=-std=gnu++11 library_status
-   popd
-   cp -a dist/bin/* ${_stagedir}/bin
-
-   #boostbook is needed by quickbook
-   install -d -m 755 ${_stagedir}/share/boostbook
-   cp -a tools/boostbook/{xsl,dtd} ${_stagedir}/share/boostbook/
-
-   # default minimal install: release link=shared,static
-   # runtime-link=shared threading=single,multi
-   # --layout=tagged will add the -mt suffix for multithreaded libraries
-   # and installs includes in /usr/include/boost.
-   # --layout=system no longer adds the -mt suffix for multi-threaded libs.
-   # install to ${_stagedir} in preparation for split packaging
-   ${_stagedir}/bin/bjam \
-  variant=release \
-  debug-symbols=off \
-  threading=multi \
-  runtime-link=shared \
-  link=shared \
-  toolset=gcc \
-  python=2.7 \
-  --layout=system \
-  --prefix=${_stagedir} \
-  ${JOBS} \
-  install
-
-   find ${_stagedir} -name \*.a -exec rm -f {} \;
-}
-
-package_boost() {
-   pkgdesc=Free peer-reviewed portable C++ source libraries - Development
-   depends=(boost-libs=${pkgver})
-   optdepends=('python: for python bindings'
-   'python2: for python2 bindings'
-   'boost-build: to use boost jam for building your project.')
-
-   install -d -m 755 ${pkgdir}/usr
-   cp

[arch-commits] Commit in ekiga/repos (10 files)

2013-03-31 Thread Stéphane Gaudreault
Date: Sunday, March 31, 2013 @ 21:16:41
  Author: stephane
Revision: 181118

db-move: moved ekiga from [testing] to [extra] (i686, x86_64)

Added:
  ekiga/repos/extra-i686/PKGBUILD
(from rev 181114, ekiga/repos/testing-i686/PKGBUILD)
  ekiga/repos/extra-i686/ekiga.install
(from rev 181114, ekiga/repos/testing-i686/ekiga.install)
  ekiga/repos/extra-x86_64/PKGBUILD
(from rev 181114, ekiga/repos/testing-x86_64/PKGBUILD)
  ekiga/repos/extra-x86_64/ekiga.install
(from rev 181114, ekiga/repos/testing-x86_64/ekiga.install)
Deleted:
  ekiga/repos/extra-i686/PKGBUILD
  ekiga/repos/extra-i686/ekiga.install
  ekiga/repos/extra-x86_64/PKGBUILD
  ekiga/repos/extra-x86_64/ekiga.install
  ekiga/repos/testing-i686/
  ekiga/repos/testing-x86_64/

+
 /PKGBUILD  |   72 +++
 /ekiga.install |   44 ++
 extra-i686/PKGBUILD|   36 -
 extra-i686/ekiga.install   |   22 -
 extra-x86_64/PKGBUILD  |   36 -
 extra-x86_64/ekiga.install |   22 -
 6 files changed, 116 insertions(+), 116 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-31 19:16:40 UTC (rev 181117)
+++ extra-i686/PKGBUILD 2013-03-31 19:16:41 UTC (rev 181118)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Tom K t...@runbox.com
-
-pkgname=ekiga
-pkgver=4.0.1
-pkgrel=1
-pkgdesc=VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)
-url=http://www.ekiga.org;
-license=(GPL)
-arch=(i686 x86_64)
-depends=('opal' 'boost-libs' 'libxv' 'libnotify' 'hicolor-icon-theme' 'avahi' 
'gtk2' 'gconf')
-makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost')
-optdepends=('evolution-data-server: Evolution integration')
-options=(!emptydirs)
-groups=('gnome-extra')
-install=ekiga.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5f4f491c9496cf65ba057a9345d6bb0278f4eca07bcda5baeecf50bfcd9a4a3b')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-schemas-install \
-  --disable-scrollkeeper --enable-dbus --enable-avahi
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
-
-  install -m755 -d $pkgdir/usr/share/gconf/schemas
-  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain ekiga $pkgdir/etc/gconf/schemas/*.schemas
-  rm -f $pkgdir/etc/gconf/schemas/*.schemas
-}

Copied: ekiga/repos/extra-i686/PKGBUILD (from rev 181114, 
ekiga/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-31 19:16:41 UTC (rev 181118)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tom K t...@runbox.com
+
+pkgname=ekiga
+pkgver=4.0.1
+pkgrel=2
+pkgdesc=VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)
+url=http://www.ekiga.org;
+license=(GPL)
+arch=(i686 x86_64)
+depends=('opal' 'boost-libs' 'libxv' 'libnotify' 'hicolor-icon-theme' 'avahi' 
'gtk2' 'gconf')
+makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost')
+optdepends=('evolution-data-server: Evolution integration')
+options=(!emptydirs)
+groups=('gnome-extra')
+install=ekiga.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5f4f491c9496cf65ba057a9345d6bb0278f4eca07bcda5baeecf50bfcd9a4a3b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-schemas-install \
+  --disable-scrollkeeper --enable-dbus --enable-avahi
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
+
+  install -m755 -d $pkgdir/usr/share/gconf/schemas
+  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain ekiga $pkgdir/etc/gconf/schemas/*.schemas
+  rm -f $pkgdir/etc/gconf/schemas/*.schemas
+}

Deleted: extra-i686/ekiga.install
===
--- extra-i686/ekiga.install2013-03-31 19:16:40 UTC (rev 181117)
+++ extra-i686/ekiga.install2013-03-31 19:16:41 UTC (rev 181118)
@@ -1,22 +0,0 @@
-pkgname=ekiga
-
-post_install() {
-  gconfpkg --install $pkgname
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  gconfpkg --uninstall $pkgname
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}

Copied: 

[arch-commits] Commit in enblend-enfuse/repos (18 files)

2013-03-31 Thread Stéphane Gaudreault
Date: Sunday, March 31, 2013 @ 21:16:43
  Author: stephane
Revision: 181119

db-move: moved enblend-enfuse from [testing] to [extra] (i686, x86_64)

Added:
  enblend-enfuse/repos/extra-i686/PKGBUILD
(from rev 181114, enblend-enfuse/repos/testing-i686/PKGBUILD)
  enblend-enfuse/repos/extra-i686/enblend-4.0-libpng15.patch
(from rev 181114, 
enblend-enfuse/repos/testing-i686/enblend-4.0-libpng15.patch)
  enblend-enfuse/repos/extra-i686/enblend-enfuse.install
(from rev 181114, enblend-enfuse/repos/testing-i686/enblend-enfuse.install)
  enblend-enfuse/repos/extra-i686/libpng-1.4.patch
(from rev 181114, enblend-enfuse/repos/testing-i686/libpng-1.4.patch)
  enblend-enfuse/repos/extra-x86_64/PKGBUILD
(from rev 181114, enblend-enfuse/repos/testing-x86_64/PKGBUILD)
  enblend-enfuse/repos/extra-x86_64/enblend-4.0-libpng15.patch
(from rev 181114, 
enblend-enfuse/repos/testing-x86_64/enblend-4.0-libpng15.patch)
  enblend-enfuse/repos/extra-x86_64/enblend-enfuse.install
(from rev 181114, 
enblend-enfuse/repos/testing-x86_64/enblend-enfuse.install)
  enblend-enfuse/repos/extra-x86_64/libpng-1.4.patch
(from rev 181114, enblend-enfuse/repos/testing-x86_64/libpng-1.4.patch)
Deleted:
  enblend-enfuse/repos/extra-i686/PKGBUILD
  enblend-enfuse/repos/extra-i686/enblend-4.0-libpng15.patch
  enblend-enfuse/repos/extra-i686/enblend-enfuse.install
  enblend-enfuse/repos/extra-i686/libpng-1.4.patch
  enblend-enfuse/repos/extra-x86_64/PKGBUILD
  enblend-enfuse/repos/extra-x86_64/enblend-4.0-libpng15.patch
  enblend-enfuse/repos/extra-x86_64/enblend-enfuse.install
  enblend-enfuse/repos/extra-x86_64/libpng-1.4.patch
  enblend-enfuse/repos/testing-i686/
  enblend-enfuse/repos/testing-x86_64/

-+
 /PKGBUILD   |   78 +
 /enblend-4.0-libpng15.patch |  440 ++
 /enblend-enfuse.install |   44 +++
 /libpng-1.4.patch   |   28 +
 extra-i686/PKGBUILD |   39 --
 extra-i686/enblend-4.0-libpng15.patch   |  220 ---
 extra-i686/enblend-enfuse.install   |   22 -
 extra-i686/libpng-1.4.patch |   14 
 extra-x86_64/PKGBUILD   |   39 --
 extra-x86_64/enblend-4.0-libpng15.patch |  220 ---
 extra-x86_64/enblend-enfuse.install |   22 -
 extra-x86_64/libpng-1.4.patch   |   14 
 12 files changed, 590 insertions(+), 590 deletions(-)

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


[arch-commits] Commit in hugin/repos (10 files)

2013-03-31 Thread Stéphane Gaudreault
Date: Sunday, March 31, 2013 @ 21:16:44
  Author: stephane
Revision: 181120

db-move: moved hugin from [testing] to [extra] (i686, x86_64)

Added:
  hugin/repos/extra-i686/PKGBUILD
(from rev 181114, hugin/repos/testing-i686/PKGBUILD)
  hugin/repos/extra-i686/install
(from rev 181114, hugin/repos/testing-i686/install)
  hugin/repos/extra-x86_64/PKGBUILD
(from rev 181114, hugin/repos/testing-x86_64/PKGBUILD)
  hugin/repos/extra-x86_64/install
(from rev 181114, hugin/repos/testing-x86_64/install)
Deleted:
  hugin/repos/extra-i686/PKGBUILD
  hugin/repos/extra-i686/install
  hugin/repos/extra-x86_64/PKGBUILD
  hugin/repos/extra-x86_64/install
  hugin/repos/testing-i686/
  hugin/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-31 19:16:43 UTC (rev 181119)
+++ extra-i686/PKGBUILD 2013-03-31 19:16:44 UTC (rev 181120)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Tobias Kieslich tob...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: Dominik Ryba domr...@post.pl
-
-pkgname=hugin
-pkgver=2012.0.0
-pkgrel=3
-pkgdesc='Panorama photo stitcher'
-url='http://hugin.sourceforge.net/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'autopano-sift-c'
- 'lensfun' 'lapack' 'make' 'perl-image-exiftool' 'desktop-file-utils')
-makedepends=('cmake' 'boost' 'tclap' 'mesa')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('53f97d030716e66dc5a49c7e786686a9d5262b8d')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   export CXXFLAGS+= -fpermissive 
-   cmake . \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_EXE_LINKER_FLAGS=-lpthread \
-   -DENABLE_LAPACK=yes \
-   -DBUILD_HSI=no
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: hugin/repos/extra-i686/PKGBUILD (from rev 181114, 
hugin/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-31 19:16:44 UTC (rev 181120)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tobias Kieslich tob...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Dominik Ryba domr...@post.pl
+
+pkgname=hugin
+pkgver=2012.0.0
+pkgrel=4
+pkgdesc='Panorama photo stitcher'
+url='http://hugin.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'autopano-sift-c'
+ 'lensfun' 'lapack' 'make' 'perl-image-exiftool' 'desktop-file-utils')
+makedepends=('cmake' 'boost' 'tclap' 'mesa')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('53f97d030716e66dc5a49c7e786686a9d5262b8d')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   export CXXFLAGS+= -fpermissive 
+   cmake . \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_EXE_LINKER_FLAGS=-lpthread \
+   -DENABLE_LAPACK=yes \
+   -DBUILD_HSI=no
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/install
===
--- extra-i686/install  2013-03-31 19:16:43 UTC (rev 181119)
+++ extra-i686/install  2013-03-31 19:16:44 UTC (rev 181120)
@@ -1,13 +0,0 @@
-post_upgrade() {
-   gtk-update-icon-cache -q -t -f usr/share/icons/gnome
-   update-desktop-database -q
-   update-mime-database usr/share/mime  /dev/null
-}
-
-post_install() {
-   post_upgrade
-}
-
-post_remove() {
-   post_upgrade
-}

Copied: hugin/repos/extra-i686/install (from rev 181114, 
hugin/repos/testing-i686/install)
===
--- extra-i686/install  (rev 0)
+++ extra-i686/install  2013-03-31 19:16:44 UTC (rev 181120)
@@ -0,0 +1,13 @@
+post_upgrade() {
+   gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+   update-desktop-database -q
+   

[arch-commits] Commit in kdeedu-kig/repos (10 files)

2013-03-31 Thread Stéphane Gaudreault
Date: Sunday, March 31, 2013 @ 21:16:45
  Author: stephane
Revision: 181121

db-move: moved kdeedu-kig from [testing] to [extra] (i686, x86_64)

Added:
  kdeedu-kig/repos/extra-i686/PKGBUILD
(from rev 181114, kdeedu-kig/repos/testing-i686/PKGBUILD)
  kdeedu-kig/repos/extra-i686/kdeedu-kig.install
(from rev 181114, kdeedu-kig/repos/testing-i686/kdeedu-kig.install)
  kdeedu-kig/repos/extra-x86_64/PKGBUILD
(from rev 181114, kdeedu-kig/repos/testing-x86_64/PKGBUILD)
  kdeedu-kig/repos/extra-x86_64/kdeedu-kig.install
(from rev 181114, kdeedu-kig/repos/testing-x86_64/kdeedu-kig.install)
Deleted:
  kdeedu-kig/repos/extra-i686/PKGBUILD
  kdeedu-kig/repos/extra-i686/kdeedu-kig.install
  kdeedu-kig/repos/extra-x86_64/PKGBUILD
  kdeedu-kig/repos/extra-x86_64/kdeedu-kig.install
  kdeedu-kig/repos/testing-i686/
  kdeedu-kig/repos/testing-x86_64/

-+
 /PKGBUILD   |   68 ++
 /kdeedu-kig.install |   24 +
 extra-i686/PKGBUILD |   35 ---
 extra-i686/kdeedu-kig.install   |   12 --
 extra-x86_64/PKGBUILD   |   35 ---
 extra-x86_64/kdeedu-kig.install |   12 --
 6 files changed, 92 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-31 19:16:44 UTC (rev 181120)
+++ extra-i686/PKGBUILD 2013-03-31 19:16:45 UTC (rev 181121)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeedu-kig
-pkgver=4.10.1
-pkgrel=1
-pkgdesc=Interactive Geometry
-url=http://kde.org/applications/education/kig/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/kig-${pkgver}.tar.xz;)
-sha1sums=('44b6c9d6585d42cb1b5d9970fd6a43c9c0610ca1')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../kig-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-
-  # Use the python2 executable
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
${pkgdir}/usr/bin/pykig.py
-}

Copied: kdeedu-kig/repos/extra-i686/PKGBUILD (from rev 181114, 
kdeedu-kig/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-31 19:16:45 UTC (rev 181121)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kig
+pkgver=4.10.1
+pkgrel=2
+pkgdesc=Interactive Geometry
+url=http://kde.org/applications/education/kig/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kig-${pkgver}.tar.xz;)
+sha1sums=('44b6c9d6585d42cb1b5d9970fd6a43c9c0610ca1')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kig-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # Use the python2 executable
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
${pkgdir}/usr/bin/pykig.py
+}

Deleted: extra-i686/kdeedu-kig.install
===
--- extra-i686/kdeedu-kig.install   2013-03-31 19:16:44 UTC (rev 181120)
+++ extra-i686/kdeedu-kig.install   2013-03-31 19:16:45 UTC (rev 181121)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeedu-kig/repos/extra-i686/kdeedu-kig.install (from rev 181114, 
kdeedu-kig/repos/testing-i686/kdeedu-kig.install)
===
--- extra-i686/kdeedu-kig.install   (rev 0)
+++ extra-i686/kdeedu-kig.install   2013-03-31 19:16:45 UTC (rev 181121)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-31 19:16:44 UTC (rev 181120)
+++ extra-x86_64/PKGBUILD   2013-03-31 19:16:45 UTC (rev 181121)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeedu-kig
-pkgver=4.10.1
-pkgrel=1

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

2013-03-31 Thread Stéphane Gaudreault
Date: Sunday, March 31, 2013 @ 21:16:46
  Author: stephane
Revision: 181122

db-move: moved libkolabxml from [testing] to [extra] (i686, x86_64)

Added:
  libkolabxml/repos/extra-i686/PKGBUILD
(from rev 181114, libkolabxml/repos/testing-i686/PKGBUILD)
  libkolabxml/repos/extra-x86_64/PKGBUILD
(from rev 181114, libkolabxml/repos/testing-x86_64/PKGBUILD)
Deleted:
  libkolabxml/repos/extra-i686/PKGBUILD
  libkolabxml/repos/extra-x86_64/PKGBUILD
  libkolabxml/repos/testing-i686/
  libkolabxml/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-31 19:16:45 UTC (rev 181121)
+++ extra-i686/PKGBUILD 2013-03-31 19:16:46 UTC (rev 181122)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkolabxml
-pkgver=0.8.3
-pkgrel=1
-pkgdesc=Kolab XML Format Schema Definitions Library
-url='http://git.kolab.org/libkolabxml/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('xerces-c' 'boost-libs')
-makedepends=('cmake' 'boost' 'xsd' 'qt4')
-source=(http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz{,.gpg})
-md5sums=('38ded7003255decf9cd46c6a3f442e6b'
- '493a9fcca56a244fc7403e4131cf7d5f')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DQT_QMAKE_EXECUTABLE=qmake-qt4
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkolabxml/repos/extra-i686/PKGBUILD (from rev 181114, 
libkolabxml/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-31 19:16:46 UTC (rev 181122)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkolabxml
+pkgver=0.8.3
+pkgrel=2
+pkgdesc=Kolab XML Format Schema Definitions Library
+url='http://git.kolab.org/libkolabxml/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('xerces-c' 'boost-libs')
+makedepends=('cmake' 'boost' 'xsd' 'qt4')
+source=(http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz{,.gpg})
+md5sums=('38ded7003255decf9cd46c6a3f442e6b'
+ '493a9fcca56a244fc7403e4131cf7d5f')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-31 19:16:45 UTC (rev 181121)
+++ extra-x86_64/PKGBUILD   2013-03-31 19:16:46 UTC (rev 181122)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkolabxml
-pkgver=0.8.3
-pkgrel=1
-pkgdesc=Kolab XML Format Schema Definitions Library
-url='http://git.kolab.org/libkolabxml/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('xerces-c' 'boost-libs')
-makedepends=('cmake' 'boost' 'xsd' 'qt4')
-source=(http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz{,.gpg})
-md5sums=('38ded7003255decf9cd46c6a3f442e6b'
- '493a9fcca56a244fc7403e4131cf7d5f')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DQT_QMAKE_EXECUTABLE=qmake-qt4
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkolabxml/repos/extra-x86_64/PKGBUILD (from rev 181114, 
libkolabxml/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-03-31 19:16:46 UTC (rev 181122)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkolabxml
+pkgver=0.8.3
+pkgrel=2
+pkgdesc=Kolab XML Format Schema Definitions Library
+url='http://git.kolab.org/libkolabxml/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('xerces-c' 'boost-libs')
+makedepends=('cmake' 'boost' 'xsd' 'qt4')
+source=(http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz{,.gpg})
+md5sums=('38ded7003255decf9cd46c6a3f442e6b'
+ '493a9fcca56a244fc7403e4131cf7d5f')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2013-03-31 Thread Stéphane Gaudreault
Date: Sunday, March 31, 2013 @ 21:16:47
  Author: stephane
Revision: 181123

db-move: moved libpst from [testing] to [extra] (i686, x86_64)

Added:
  libpst/repos/extra-i686/PKGBUILD
(from rev 181114, libpst/repos/testing-i686/PKGBUILD)
  libpst/repos/extra-x86_64/PKGBUILD
(from rev 181114, libpst/repos/testing-x86_64/PKGBUILD)
Deleted:
  libpst/repos/extra-i686/PKGBUILD
  libpst/repos/extra-x86_64/PKGBUILD
  libpst/repos/testing-i686/
  libpst/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-31 19:16:46 UTC (rev 181122)
+++ extra-i686/PKGBUILD 2013-03-31 19:16:47 UTC (rev 181123)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=libpst
-pkgname=('libpst' 'libpst-docs')
-pkgver=0.6.54
-pkgrel=3
-arch=('i686' 'x86_64')
-url=http://www.five-ten-sg.com/libpst/;
-license=('GPL')
-makedepends=('python2' 'boost')
-source=(http://www.five-ten-sg.com/libpst/packages/${pkgbase}-${pkgver}.tar.gz)
-sha1sums=('a4713b87e330556acb0786b4efa975a3c739cd84')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man \
-  --disable-static --enable-libpst-shared --disable-dii PYTHON_VERSION=2
-  make
-}
-
-package_libpst() {
-  pkgdesc=Outlook .pst file converter
-  depends=('gcc-libs')
-  optdepends=('boost-libs: for libpst python interface')
-  options=('!libtool' '!docs')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-
-package_libpst-docs() {
-  pkgdesc=Documentation for Outlook .pst file converter
-  options=('!libtool')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make DESTDIR=${pkgdir} install-htmlDATA
-  cd ${srcdir}/${pkgbase}-${pkgver}/html
-  make DESTDIR=${pkgdir} install-htmldevelDATA
-}

Copied: libpst/repos/extra-i686/PKGBUILD (from rev 181114, 
libpst/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-31 19:16:47 UTC (rev 181123)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=libpst
+pkgname=('libpst' 'libpst-docs')
+pkgver=0.6.54
+pkgrel=4
+arch=('i686' 'x86_64')
+url=http://www.five-ten-sg.com/libpst/;
+license=('GPL')
+makedepends=('python2' 'boost')
+source=(http://www.five-ten-sg.com/libpst/packages/${pkgbase}-${pkgver}.tar.gz)
+sha1sums=('a4713b87e330556acb0786b4efa975a3c739cd84')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+  --disable-static --enable-libpst-shared --disable-dii PYTHON_VERSION=2
+  make
+}
+
+package_libpst() {
+  pkgdesc=Outlook .pst file converter
+  depends=('gcc-libs')
+  optdepends=('boost-libs: for libpst python interface')
+  options=('!libtool' '!docs')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+package_libpst-docs() {
+  pkgdesc=Documentation for Outlook .pst file converter
+  options=('!libtool')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install-htmlDATA
+  cd ${srcdir}/${pkgbase}-${pkgver}/html
+  make DESTDIR=${pkgdir} install-htmldevelDATA
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-31 19:16:46 UTC (rev 181122)
+++ extra-x86_64/PKGBUILD   2013-03-31 19:16:47 UTC (rev 181123)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=libpst
-pkgname=('libpst' 'libpst-docs')
-pkgver=0.6.54
-pkgrel=3
-arch=('i686' 'x86_64')
-url=http://www.five-ten-sg.com/libpst/;
-license=('GPL')
-makedepends=('python2' 'boost')
-source=(http://www.five-ten-sg.com/libpst/packages/${pkgbase}-${pkgver}.tar.gz)
-sha1sums=('a4713b87e330556acb0786b4efa975a3c739cd84')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man \
-  --disable-static --enable-libpst-shared --disable-dii PYTHON_VERSION=2
-  make
-}
-
-package_libpst() {
-  pkgdesc=Outlook .pst file converter
-  depends=('gcc-libs')
-  optdepends=('boost-libs: for libpst python interface')
-  options=('!libtool' '!docs')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-
-package_libpst-docs() {
-  pkgdesc=Documentation for Outlook .pst file converter
-  options=('!libtool')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make DESTDIR=${pkgdir} install-htmlDATA
-  cd ${srcdir}/${pkgbase}-${pkgver}/html
-  make DESTDIR=${pkgdir} install-htmldevelDATA
-}

Copied: libpst/repos/extra-x86_64/PKGBUILD (from rev 181114, 
libpst/repos/testing-x86_64/PKGBUILD)

[arch-commits] Commit in source-highlight/repos (10 files)

2013-03-31 Thread Stéphane Gaudreault
Date: Sunday, March 31, 2013 @ 21:16:57
  Author: stephane
Revision: 181128

db-move: moved source-highlight from [testing] to [extra] (i686, x86_64)

Added:
  source-highlight/repos/extra-i686/PKGBUILD
(from rev 181114, source-highlight/repos/testing-i686/PKGBUILD)
  source-highlight/repos/extra-i686/source-highlight.install
(from rev 181114, 
source-highlight/repos/testing-i686/source-highlight.install)
  source-highlight/repos/extra-x86_64/PKGBUILD
(from rev 181114, source-highlight/repos/testing-x86_64/PKGBUILD)
  source-highlight/repos/extra-x86_64/source-highlight.install
(from rev 181114, 
source-highlight/repos/testing-x86_64/source-highlight.install)
Deleted:
  source-highlight/repos/extra-i686/PKGBUILD
  source-highlight/repos/extra-i686/source-highlight.install
  source-highlight/repos/extra-x86_64/PKGBUILD
  source-highlight/repos/extra-x86_64/source-highlight.install
  source-highlight/repos/testing-i686/
  source-highlight/repos/testing-x86_64/

---+
 /PKGBUILD |   64 
 /source-highlight.install |   36 ++
 extra-i686/PKGBUILD   |   32 
 extra-i686/source-highlight.install   |   18 -
 extra-x86_64/PKGBUILD |   32 
 extra-x86_64/source-highlight.install |   18 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-31 19:16:55 UTC (rev 181127)
+++ extra-i686/PKGBUILD 2013-03-31 19:16:57 UTC (rev 181128)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-
-pkgname=source-highlight
-pkgver=3.1.7
-pkgrel=4
-pkgdesc=Convert source code to syntax highlighted document
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/src-highlite/;
-license=('GPL')
-depends=('bash' 'boost-libs')
-makedepends=('ctags' 'boost')
-options=('!libtool')
-install=$pkgname.install
-source=(ftp://ftp.gnu.org/gnu/src-highlite/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('0ff81588d3536b4c4e571122ba940595')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --with-bash-completion=/usr/share/bash-completion/completions
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=${pkgdir}/usr 
bash_completiondir=${pkgdir}/usr/share/bash-completion/completions install
-}

Copied: source-highlight/repos/extra-i686/PKGBUILD (from rev 181114, 
source-highlight/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-31 19:16:57 UTC (rev 181128)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=source-highlight
+pkgver=3.1.7
+pkgrel=5
+pkgdesc=Convert source code to syntax highlighted document
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/src-highlite/;
+license=('GPL')
+depends=('bash' 'boost-libs')
+makedepends=('ctags' 'boost')
+options=('!libtool')
+install=$pkgname.install
+source=(ftp://ftp.gnu.org/gnu/src-highlite/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('0ff81588d3536b4c4e571122ba940595')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --with-bash-completion=/usr/share/bash-completion/completions
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=${pkgdir}/usr 
bash_completiondir=${pkgdir}/usr/share/bash-completion/completions install
+}

Deleted: extra-i686/source-highlight.install
===
--- extra-i686/source-highlight.install 2013-03-31 19:16:55 UTC (rev 181127)
+++ extra-i686/source-highlight.install 2013-03-31 19:16:57 UTC (rev 181128)
@@ -1,18 +0,0 @@
-info_dir=usr/share/info
-info_files=(source-highlight.info source-highlight-lib.info)
-
-post_install() {
-  for f in ${info_files[@]}; do
-install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-   post_install
-}
-
-pre_remove() {
-  for f in ${info_files[@]}; do
-install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
-  done
-}

Copied: source-highlight/repos/extra-i686/source-highlight.install (from rev 
181114, source-highlight/repos/testing-i686/source-highlight.install)
===
--- extra-i686/source-highlight.install (rev 0)
+++ extra-i686/source-highlight.install 2013-03-31 19:16:57 UTC (rev 181128)
@@ -0,0 +1,18 @@
+info_dir=usr/share/info

[arch-commits] Commit in vigra/repos (10 files)

2013-03-31 Thread Stéphane Gaudreault
Date: Sunday, March 31, 2013 @ 21:16:58
  Author: stephane
Revision: 181129

db-move: moved vigra from [testing] to [extra] (i686, x86_64)

Added:
  vigra/repos/extra-i686/PKGBUILD
(from rev 181114, vigra/repos/testing-i686/PKGBUILD)
  vigra/repos/extra-i686/vigra-1.7.1.gcc460.patch
(from rev 181114, vigra/repos/testing-i686/vigra-1.7.1.gcc460.patch)
  vigra/repos/extra-x86_64/PKGBUILD
(from rev 181114, vigra/repos/testing-x86_64/PKGBUILD)
  vigra/repos/extra-x86_64/vigra-1.7.1.gcc460.patch
(from rev 181114, vigra/repos/testing-x86_64/vigra-1.7.1.gcc460.patch)
Deleted:
  vigra/repos/extra-i686/PKGBUILD
  vigra/repos/extra-i686/vigra-1.7.1.gcc460.patch
  vigra/repos/extra-x86_64/PKGBUILD
  vigra/repos/extra-x86_64/vigra-1.7.1.gcc460.patch
  vigra/repos/testing-i686/
  vigra/repos/testing-x86_64/

---+
 /PKGBUILD |  128 
 /vigra-1.7.1.gcc460.patch |   66 
 extra-i686/PKGBUILD   |   64 
 extra-i686/vigra-1.7.1.gcc460.patch   |   33 
 extra-x86_64/PKGBUILD |   64 
 extra-x86_64/vigra-1.7.1.gcc460.patch |   33 
 6 files changed, 194 insertions(+), 194 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-31 19:16:57 UTC (rev 181128)
+++ extra-i686/PKGBUILD 2013-03-31 19:16:58 UTC (rev 181129)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Lukas Jirkovsky l.jirkov...@gmail.com
-
-pkgbase=vigra
-pkgname=('vigra' 'vigra-doc')
-pkgver=1.9.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://hci.iwr.uni-heidelberg.de/vigra/;
-license=('custom:MIT')
-makedepends=(# runtime deps
- 'libpng=1.5.7' 'libtiff=4.0.0' 'gcc-libs' 'sh' 'hdf5=1.8.7' 
'fftw'
-# additional makedeps
- 'cmake' 'python2-nose' 'doxygen' 'python2-sphinx' 'boost' 
'python2-numpy')
-options=('!libtool')
-source=(http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra/${pkgname}-${pkgver}-src.tar.gz)
-md5sums=('b6155afe1ea967917d2be16d98a85404')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
-  -DPYTHON_EXECUTABLE=/usr/bin/python2 \
-  -DWITH_VIGRANUMPY=1 \
-  -DDOCINSTALL=share/doc 
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make -k check || /bin/true # i686 fails
-}
-
-package_vigra() {
-  pkgdesc=Computer vision library
-  depends=('libpng=1.5.7' 'libtiff=4.0.0' 'gcc-libs' 'sh' 'hdf5=1.8.7' 
'fftw')
-  optdepends=('python2: for python bindings'
-  'boost-libs: for python bindings')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  # license
-  install -D -m644 LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  
-  # remove doc
-  rm -rf ${pkgdir}/usr/share/doc
-  
-  #fix shebang for python2
-  sed -i 's|python$|python2|' $pkgdir/usr/bin/vigra-config
-}
-
-package_vigra-doc() {
-  pkgdesc=Computer vision library - documentation and examples
-  #depends=('vigra')
-  #arch=('any')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  # cleanup
-  rm -rf ${pkgdir}/usr/{bin,include,lib}
-
-  # license
-  install -D -m644 LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: vigra/repos/extra-i686/PKGBUILD (from rev 181114, 
vigra/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-31 19:16:58 UTC (rev 181129)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Lukas Jirkovsky l.jirkov...@gmail.com
+
+pkgbase=vigra
+pkgname=('vigra' 'vigra-doc')
+pkgver=1.9.0
+pkgrel=2
+arch=('i686' 'x86_64')
+url=http://hci.iwr.uni-heidelberg.de/vigra/;
+license=('custom:MIT')
+makedepends=(# runtime deps
+ 'libpng=1.5.7' 'libtiff=4.0.0' 'gcc-libs' 'sh' 'hdf5=1.8.7' 
'fftw'
+# additional makedeps
+ 'cmake' 'python2-nose' 'doxygen' 'python2-sphinx' 'boost' 
'python2-numpy')
+options=('!libtool')
+source=(http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra/${pkgname}-${pkgver}-src.tar.gz)
+md5sums=('b6155afe1ea967917d2be16d98a85404')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+  -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+  -DWITH_VIGRANUMPY=1 \
+  -DDOCINSTALL=share/doc 
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -k check || /bin/true # i686 fails
+}
+
+package_vigra() {
+  pkgdesc=Computer vision library
+  depends=('libpng=1.5.7' 'libtiff=4.0.0' 'gcc-libs' 'sh' 'hdf5=1.8.7' 
'fftw')
+  optdepends=('python2: for python bindings'
+  'boost-libs: for python bindings')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install

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

2013-03-31 Thread Stéphane Gaudreault
Date: Sunday, March 31, 2013 @ 21:16:50
  Author: stephane
Revision: 181124

db-move: moved libtorrent-rasterbar from [testing] to [extra] (i686, x86_64)

Added:
  libtorrent-rasterbar/repos/extra-i686/PKGBUILD
(from rev 181114, libtorrent-rasterbar/repos/testing-i686/PKGBUILD)
  libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD
(from rev 181114, libtorrent-rasterbar/repos/testing-x86_64/PKGBUILD)
Deleted:
  libtorrent-rasterbar/repos/extra-i686/PKGBUILD
  libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD
  libtorrent-rasterbar/repos/testing-i686/
  libtorrent-rasterbar/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-31 19:16:47 UTC (rev 181123)
+++ extra-i686/PKGBUILD 2013-03-31 19:16:50 UTC (rev 181124)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-
-pkgname=libtorrent-rasterbar
-pkgver=0.16.9
-pkgrel=1
-epoch=1
-pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around
-url=http://www.rasterbar.com/products/libtorrent/;
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('boost-libs' 'geoip' 'python2')
-makedepends=('boost')
-options=('!libtool' '!emptydirs')
-source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('4335c8b275f041d6d34a493b21f2d7234ffca34b')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  --enable-python-binding \
-  --with-libgeoip=system
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: libtorrent-rasterbar/repos/extra-i686/PKGBUILD (from rev 181114, 
libtorrent-rasterbar/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-31 19:16:50 UTC (rev 181124)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=libtorrent-rasterbar
+pkgver=0.16.9
+pkgrel=2
+epoch=1
+pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around
+url=http://www.rasterbar.com/products/libtorrent/;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('boost-libs' 'geoip' 'python2')
+makedepends=('boost')
+options=('!libtool' '!emptydirs')
+source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha1sums=('4335c8b275f041d6d34a493b21f2d7234ffca34b')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --enable-python-binding \
+  --with-libgeoip=system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-31 19:16:47 UTC (rev 181123)
+++ extra-x86_64/PKGBUILD   2013-03-31 19:16:50 UTC (rev 181124)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-
-pkgname=libtorrent-rasterbar
-pkgver=0.16.9
-pkgrel=1
-epoch=1
-pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around
-url=http://www.rasterbar.com/products/libtorrent/;
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('boost-libs' 'geoip' 'python2')
-makedepends=('boost')
-options=('!libtool' '!emptydirs')
-source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('4335c8b275f041d6d34a493b21f2d7234ffca34b')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  --enable-python-binding \
-  --with-libgeoip=system
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD (from rev 181114, 
libtorrent-rasterbar/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-03-31 19:16:50 UTC (rev 181124)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=libtorrent-rasterbar
+pkgver=0.16.9
+pkgrel=2
+epoch=1
+pkgdesc=A C++ library that aims to be a good alternative to all the other 

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

2013-03-31 Thread Stéphane Gaudreault
Date: Sunday, March 31, 2013 @ 21:16:53
  Author: stephane
Revision: 181125

db-move: moved licq from [testing] to [extra] (i686, x86_64)

Added:
  licq/repos/extra-i686/PKGBUILD
(from rev 181114, licq/repos/testing-i686/PKGBUILD)
  licq/repos/extra-x86_64/PKGBUILD
(from rev 181114, licq/repos/testing-x86_64/PKGBUILD)
Deleted:
  licq/repos/extra-i686/PKGBUILD
  licq/repos/extra-x86_64/PKGBUILD
  licq/repos/testing-i686/
  licq/repos/testing-x86_64/

---+
 /PKGBUILD |   80 
 extra-i686/PKGBUILD   |   42 -
 extra-x86_64/PKGBUILD |   42 -
 3 files changed, 80 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-31 19:16:50 UTC (rev 181124)
+++ extra-i686/PKGBUILD 2013-03-31 19:16:53 UTC (rev 181125)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-
-pkgname=licq
-pkgver=1.7.1
-pkgrel=2
-pkgdesc=Advanced graphical ICQ clone and more for Unix 
-arch=('i686' 'x86_64')
-url=http://www.licq.org;
-license=('GPL')
-depends=('boost-libs' 'gpgme' 'libxss' 'qt4')
-makedepends=('cmake' 'boost')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/licq/licq-${pkgver}.tar.bz2)
-md5sums=('701e57efedc2b7ece64c3d2d2e9f9e16')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  . /etc/profile.d/qt4.sh
-
-  # licq
-  mkdir build
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr  ..
-  make
-
-  # qt4-gui
-  cd ../plugins/qt4-gui
-  mkdir build
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_MODULE_PATH=${srcdir}/${pkgname}-${pkgver}/cmake  ..
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}/build
-  make DESTDIR=${pkgdir} install
-
-  cd ../plugins/qt4-gui/build
-  make DESTDIR=${pkgdir} install
-}

Copied: licq/repos/extra-i686/PKGBUILD (from rev 181114, 
licq/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-31 19:16:53 UTC (rev 181125)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+
+pkgname=licq
+pkgver=1.7.1
+pkgrel=3
+pkgdesc=Advanced graphical ICQ clone and more for Unix 
+arch=('i686' 'x86_64')
+url=http://www.licq.org;
+license=('GPL')
+depends=('boost-libs' 'gpgme' 'libxss' 'qt4')
+makedepends=('cmake' 'boost')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/licq/licq-${pkgver}.tar.bz2)
+md5sums=('701e57efedc2b7ece64c3d2d2e9f9e16')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # licq
+  mkdir build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr  ..
+  make
+
+  # qt4-gui
+  cd ../plugins/qt4-gui
+  mkdir build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_MODULE_PATH=${srcdir}/${pkgname}-${pkgver}/cmake  ..
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}/build
+  make DESTDIR=${pkgdir} install
+
+  cd ../plugins/qt4-gui/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-31 19:16:50 UTC (rev 181124)
+++ extra-x86_64/PKGBUILD   2013-03-31 19:16:53 UTC (rev 181125)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-
-pkgname=licq
-pkgver=1.7.1
-pkgrel=2
-pkgdesc=Advanced graphical ICQ clone and more for Unix 
-arch=('i686' 'x86_64')
-url=http://www.licq.org;
-license=('GPL')
-depends=('boost-libs' 'gpgme' 'libxss' 'qt4')
-makedepends=('cmake' 'boost')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/licq/licq-${pkgver}.tar.bz2)
-md5sums=('701e57efedc2b7ece64c3d2d2e9f9e16')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  . /etc/profile.d/qt4.sh
-
-  # licq
-  mkdir build
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr  ..
-  make
-
-  # qt4-gui
-  cd ../plugins/qt4-gui
-  mkdir build
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_MODULE_PATH=${srcdir}/${pkgname}-${pkgver}/cmake  ..
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}/build
-  make DESTDIR=${pkgdir} install
-
-  cd ../plugins/qt4-gui/build
-  make DESTDIR=${pkgdir} install
-}

Copied: licq/repos/extra-x86_64/PKGBUILD (from rev 181114, 
licq/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-03-31 19:16:53 UTC (rev 181125)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+
+pkgname=licq
+pkgver=1.7.1
+pkgrel=3
+pkgdesc=Advanced graphical ICQ clone and more for Unix 
+arch=('i686' 'x86_64')
+url=http://www.licq.org;
+license=('GPL')
+depends=('boost-libs' 'gpgme' 'libxss' 'qt4')
+makedepends=('cmake' 'boost')

[arch-commits] Commit in lyx/repos (18 files)

2013-03-31 Thread Stéphane Gaudreault
Date: Sunday, March 31, 2013 @ 21:16:54
  Author: stephane
Revision: 181126

db-move: moved lyx from [testing] to [extra] (i686, x86_64)

Added:
  lyx/repos/extra-i686/PKGBUILD
(from rev 181114, lyx/repos/testing-i686/PKGBUILD)
  lyx/repos/extra-i686/lyx.desktop
(from rev 181114, lyx/repos/testing-i686/lyx.desktop)
  lyx/repos/extra-i686/lyx.install
(from rev 181114, lyx/repos/testing-i686/lyx.install)
  lyx/repos/extra-i686/lyxrc.dist
(from rev 181114, lyx/repos/testing-i686/lyxrc.dist)
  lyx/repos/extra-x86_64/PKGBUILD
(from rev 181114, lyx/repos/testing-x86_64/PKGBUILD)
  lyx/repos/extra-x86_64/lyx.desktop
(from rev 181114, lyx/repos/testing-x86_64/lyx.desktop)
  lyx/repos/extra-x86_64/lyx.install
(from rev 181114, lyx/repos/testing-x86_64/lyx.install)
  lyx/repos/extra-x86_64/lyxrc.dist
(from rev 181114, lyx/repos/testing-x86_64/lyxrc.dist)
Deleted:
  lyx/repos/extra-i686/PKGBUILD
  lyx/repos/extra-i686/lyx.desktop
  lyx/repos/extra-i686/lyx.install
  lyx/repos/extra-i686/lyxrc.dist
  lyx/repos/extra-x86_64/PKGBUILD
  lyx/repos/extra-x86_64/lyx.desktop
  lyx/repos/extra-x86_64/lyx.install
  lyx/repos/extra-x86_64/lyxrc.dist
  lyx/repos/testing-i686/
  lyx/repos/testing-x86_64/

--+
 /PKGBUILD|  100 +
 /lyx.desktop |   28 
 /lyx.install |   28 
 /lyxrc.dist  |   28 
 extra-i686/PKGBUILD  |   52 ---
 extra-i686/lyx.desktop   |   14 --
 extra-i686/lyx.install   |   14 --
 extra-i686/lyxrc.dist|   14 --
 extra-x86_64/PKGBUILD|   52 ---
 extra-x86_64/lyx.desktop |   14 --
 extra-x86_64/lyx.install |   14 --
 extra-x86_64/lyxrc.dist  |   14 --
 12 files changed, 184 insertions(+), 188 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-31 19:16:53 UTC (rev 181125)
+++ extra-i686/PKGBUILD 2013-03-31 19:16:54 UTC (rev 181126)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Jason Chu ja...@archlinux.org
-
-pkgname=lyx
-pkgver=2.0.5.1
-pkgrel=2
-pkgdesc=An advanced WYSIWYM document processor  LaTeX front-end
-arch=('i686' 'x86_64')
-url=http://www.lyx.org;
-depends=('qt4' 'texlive-core' 'python2' 'imagemagick' 'enchant' 'boost-libs' 
'libmythes')
-makedepends=('boost')
-optdepends=('rcs: built-in version control system'
-'texlive-latexextra: float wrap support')
-license=('GPL')
-backup=('etc/lyx/lyxrc.dist')
-install=lyx.install
-options=('emptydirs')
-source=(ftp://ftp.lip6.fr/pub/lyx/stable/2.0.x/$pkgname-$pkgver.tar.xz
-lyx.desktop lyxrc.dist)
-sha1sums=('a822e99484c1652c4df5df717819dd7048fcff75'
-  'e2b8f6d6cdeec41e1d5795167f5557e4a6ea28ad'
-  '56416642cc3da2a13b87b84e6b87c1a239f3d09a')
-
-build() {
-  . /etc/profile.d/qt4.sh
-
-  cd ${srcdir}/${pkgname}-${pkgver}
-  find . -type f -exec sed -i 's|#!.*python|#!/usr/bin/env python2|' {} +
-  sed -i 's|python|python2|' lib/configure.py src/support/os.cpp
-  export CXXFLAGS=$CXXFLAGS -fpermissive
-  ./configure --prefix=/usr \
---with-frontend=qt4 --without-included-boost \
---without-included-mythes
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  # install desktop entry
-  install -Dm644 ${srcdir}/lyx.desktop \
-${pkgdir}/usr/share/applications/lyx.desktop
-  install -Dm644 lib/images/lyx.png \
-${pkgdir}/usr/share/pixmaps/lyx.png
-
-  # install default config file
-  install -Dm644 ${srcdir}/lyxrc.dist ${pkgdir}/etc/lyx/lyxrc.dist
-  ln -sf /etc/lyx/lyxrc.dist ${pkgdir}/usr/share/lyx/lyxrc.dist
-}

Copied: lyx/repos/extra-i686/PKGBUILD (from rev 181114, 
lyx/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-31 19:16:54 UTC (rev 181126)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Jason Chu ja...@archlinux.org
+
+pkgname=lyx
+pkgver=2.0.5.1
+pkgrel=3
+pkgdesc=An advanced WYSIWYM document processor  LaTeX front-end
+arch=('i686' 'x86_64')
+url=http://www.lyx.org;
+depends=('qt4' 'texlive-core' 'python2' 'imagemagick' 'enchant' 'boost-libs' 
'libmythes')
+makedepends=('boost')
+optdepends=('rcs: built-in version control system'
+'texlive-latexextra: float wrap support')
+license=('GPL')
+backup=('etc/lyx/lyxrc.dist')
+install=lyx.install
+options=('emptydirs')
+source=(ftp://ftp.lip6.fr/pub/lyx/stable/2.0.x/$pkgname-$pkgver.tar.xz
+lyx.desktop lyxrc.dist)
+sha1sums=('a822e99484c1652c4df5df717819dd7048fcff75'
+  'e2b8f6d6cdeec41e1d5795167f5557e4a6ea28ad'
+  '56416642cc3da2a13b87b84e6b87c1a239f3d09a')
+
+build() {
+  cd 

[arch-commits] Commit in mkvtoolnix/repos (10 files)

2013-03-31 Thread Stéphane Gaudreault
Date: Sunday, March 31, 2013 @ 21:16:55
  Author: stephane
Revision: 181127

db-move: moved mkvtoolnix from [testing] to [extra] (i686, x86_64)

Added:
  mkvtoolnix/repos/extra-i686/PKGBUILD
(from rev 181114, mkvtoolnix/repos/testing-i686/PKGBUILD)
  mkvtoolnix/repos/extra-i686/mkvtoolnix.install
(from rev 181114, mkvtoolnix/repos/testing-i686/mkvtoolnix.install)
  mkvtoolnix/repos/extra-x86_64/PKGBUILD
(from rev 181114, mkvtoolnix/repos/testing-x86_64/PKGBUILD)
  mkvtoolnix/repos/extra-x86_64/mkvtoolnix.install
(from rev 181114, mkvtoolnix/repos/testing-x86_64/mkvtoolnix.install)
Deleted:
  mkvtoolnix/repos/extra-i686/PKGBUILD
  mkvtoolnix/repos/extra-i686/mkvtoolnix.install
  mkvtoolnix/repos/extra-x86_64/PKGBUILD
  mkvtoolnix/repos/extra-x86_64/mkvtoolnix.install
  mkvtoolnix/repos/testing-i686/
  mkvtoolnix/repos/testing-x86_64/

-+
 /PKGBUILD   |  168 ++
 /mkvtoolnix.install |   28 ++
 extra-i686/PKGBUILD |   84 ---
 extra-i686/mkvtoolnix.install   |   14 ---
 extra-x86_64/PKGBUILD   |   84 ---
 extra-x86_64/mkvtoolnix.install |   14 ---
 6 files changed, 196 insertions(+), 196 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-31 19:16:54 UTC (rev 181126)
+++ extra-i686/PKGBUILD 2013-03-31 19:16:55 UTC (rev 181127)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: xduugu xdu...@gmx.com
-
-pkgbase=mkvtoolnix
-pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
-pkgver=6.1.0
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;
-makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'
- 'boost-libs' 'lzo2' 'xdg-utils' 'boost' 'ruby')
-source=(http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.xz;)
-md5sums=('171e241756eb3b6f2e506f8539331fd9')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  # Disable automagic curl dep used for online update checking
-  sed -i -e '/curl/d' configure.in
-  export CURL_CFLAGS= CURL_LIBS=
-
-  export CFLAGS=${CFLAGS} -DBOOST_FILESYSTEM_VERSION=3
-  export CXXFLAGS=${CXXFLAGS} -DBOOST_FILESYSTEM_VERSION=3
-
-  autoreconf
-
-  ./configure --prefix=/usr \
-  --with-boost-libdir=/usr/lib \
-  --disable-gui
-  rake
-
-  mv src/mkvinfo{,-cli}
-
-  ./configure --prefix=/usr \
-  --with-boost-libdir=/usr/lib
-  rake
-}
-
-package_mkvtoolnix-cli() {
-  pkgdesc=Set of tools to create, edit and inspect Matroska files - CLI 
version
-  depends=('libmatroska' 'expat' 'flac' 'libvorbis' 'file' 'boost-libs' 'lzo2')
-  provides=('mkvtoolnix')
-  conflicts=('mkvtoolnix')
-  replaces=('mkvtoolnix')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  rake DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/bin/mkvinfo
-  install -Dm755 src/mkvinfo-cli ${pkgdir}/usr/bin/mkvinfo
-
-  rm -rf ${pkgdir}/usr/bin/mmg
-  rm -rf ${pkgdir}/usr/share/man/ja/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/man/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/man/nl/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/man/zh_CN/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/man/uk/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/applications
-  rm -rf ${pkgdir}/usr/share/icons
-  rm -rf ${pkgdir}/usr/share/mime
-}
-
-package_mkvtoolnix-gtk() {
-  pkgdesc=Set of tools to create, edit and inspect Matroska files - wxGTK GUI
-  depends=(mkvtoolnix-cli=${pkgver} 'wxgtk' 'xdg-utils')
-  install=mkvtoolnix.install
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  rake DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/bin/mkv*
-  install -Dm755 src/mkvinfo ${pkgdir}/usr/bin/mkvinfo-gtk
-  sed -ri 's/^(Exec=mkvinfo)/\1-gtk/' 
${pkgdir}/usr/share/applications/mkvinfo.desktop
-
-  rm -rf ${pkgdir}/usr/share/doc
-  rm -rf ${pkgdir}/usr/share/locale
-  rm -rf ${pkgdir}/usr/share/man/ja/man1/mkv*
-  rm -rf ${pkgdir}/usr/share/man/man1/mkv*
-  rm -rf ${pkgdir}/usr/share/man/nl/man1/mkv*
-  rm -rf ${pkgdir}/usr/share/man/zh_CN/man1/mkv*
-  rm -rf ${pkgdir}/usr/share/man/uk/man1/mkv*
-}

Copied: mkvtoolnix/repos/extra-i686/PKGBUILD (from rev 181114, 
mkvtoolnix/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-31 19:16:55 UTC (rev 181127)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: xduugu xdu...@gmx.com
+
+pkgbase=mkvtoolnix
+pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
+pkgver=6.1.0
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;
+makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'
+ 'boost-libs' 'lzo2' 'xdg-utils' 'boost' 'ruby')

[arch-commits] Commit in xsd/repos (10 files)

2013-03-31 Thread Stéphane Gaudreault
Date: Sunday, March 31, 2013 @ 21:17:00
  Author: stephane
Revision: 181130

db-move: moved xsd from [testing] to [extra] (i686, x86_64)

Added:
  xsd/repos/extra-i686/PKGBUILD
(from rev 181114, xsd/repos/testing-i686/PKGBUILD)
  xsd/repos/extra-i686/xsdcxx.patch
(from rev 181114, xsd/repos/testing-i686/xsdcxx.patch)
  xsd/repos/extra-x86_64/PKGBUILD
(from rev 181114, xsd/repos/testing-x86_64/PKGBUILD)
  xsd/repos/extra-x86_64/xsdcxx.patch
(from rev 181114, xsd/repos/testing-x86_64/xsdcxx.patch)
Deleted:
  xsd/repos/extra-i686/PKGBUILD
  xsd/repos/extra-i686/xsdcxx.patch
  xsd/repos/extra-x86_64/PKGBUILD
  xsd/repos/extra-x86_64/xsdcxx.patch
  xsd/repos/testing-i686/
  xsd/repos/testing-x86_64/

---+
 /PKGBUILD |   68 +++
 /xsdcxx.patch |  256 
 extra-i686/PKGBUILD   |   34 -
 extra-i686/xsdcxx.patch   |  128 --
 extra-x86_64/PKGBUILD |   34 -
 extra-x86_64/xsdcxx.patch |  128 --
 6 files changed, 324 insertions(+), 324 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-31 19:16:58 UTC (rev 181129)
+++ extra-i686/PKGBUILD 2013-03-31 19:17:00 UTC (rev 181130)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: kevku ke...@gmx.com
-
-pkgname=xsd
-pkgver=3.3.0
-_pkgver=3.3.0-2+dep
-pkgrel=7
-pkgdesc=An open-source, cross-platform W3C XML Schema to C++ data binding 
compiler
-arch=('i686' 'x86_64')
-url=http://www.codesynthesis.com/products/xsd;
-license=('GPL2')
-depends=('boost-libs' 'xerces-c')
-makedepends=('boost')
-source=(http://www.codesynthesis.com/download/${pkgname}/3.3/${pkgname}-${_pkgver}.tar.bz2;
-xsdcxx.patch)
-sha1sums=('1c9de9271f589b8ecf2be18f2e9ac87330fc8281'
-  '8f7ca8bf0440b30d8f5823e0f528db19810706f2')
-
-build() {
-  cd ${pkgname}-${_pkgver}
-  patch -p0 -i ${srcdir}/xsdcxx.patch
-
-  make CXXFLAGS=${CXXFLAGS}
-}
-
-package() {
-  cd ${pkgname}-${_pkgver}
-  make install_prefix=$pkgdir/usr install
-
-  # Fix conflicts with mono
-  mv ${pkgdir}/usr/bin/xsd{,cxx}
-  mv ${pkgdir}/usr/share/man/man1/xsd{,cxx}.1
-}

Copied: xsd/repos/extra-i686/PKGBUILD (from rev 181114, 
xsd/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-31 19:17:00 UTC (rev 181130)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+# Contributor: kevku ke...@gmx.com
+
+pkgname=xsd
+pkgver=3.3.0
+_pkgver=3.3.0-2+dep
+pkgrel=8
+pkgdesc=An open-source, cross-platform W3C XML Schema to C++ data binding 
compiler
+arch=('i686' 'x86_64')
+url=http://www.codesynthesis.com/products/xsd;
+license=('GPL2')
+depends=('boost-libs' 'xerces-c')
+makedepends=('boost')
+source=(http://www.codesynthesis.com/download/${pkgname}/3.3/${pkgname}-${_pkgver}.tar.bz2;
+xsdcxx.patch)
+sha1sums=('1c9de9271f589b8ecf2be18f2e9ac87330fc8281'
+  '8f7ca8bf0440b30d8f5823e0f528db19810706f2')
+
+build() {
+  cd ${pkgname}-${_pkgver}
+  patch -p0 -i ${srcdir}/xsdcxx.patch
+
+  make CXXFLAGS=${CXXFLAGS}
+}
+
+package() {
+  cd ${pkgname}-${_pkgver}
+  make install_prefix=$pkgdir/usr install
+
+  # Fix conflicts with mono
+  mv ${pkgdir}/usr/bin/xsd{,cxx}
+  mv ${pkgdir}/usr/share/man/man1/xsd{,cxx}.1
+}

Deleted: extra-i686/xsdcxx.patch
===
--- extra-i686/xsdcxx.patch 2013-03-31 19:16:58 UTC (rev 181129)
+++ extra-i686/xsdcxx.patch 2013-03-31 19:17:00 UTC (rev 181130)
@@ -1,128 +0,0 @@
-diff -up xsd/documentation/xsd.1.rename xsd/documentation/xsd.1
 xsd/documentation/xsd.1.rename 2010-06-20 15:45:31.0 +0300
-+++ xsd/documentation/xsd.12010-06-20 15:46:24.0 +0300
-@@ -1,16 +1,16 @@
- .\ Process this file with
--.\ groff -man -Tascii xsd.1
-+.\ groff -man -Tascii xsdcxx.1
- .\
- .TH XSD 1 April 2010 XSD 3.3.0
- .SH NAME
--xsd \- W3C XML Schema to C++ Compiler
-+xsdcxx \- W3C XML Schema to C++ Compiler
- .\
- .\
- .\
- .\
- .SH SYNOPSIS
- .\
--.B xsd
-+.B xsdcxx
- .I command
- .B [
- .I options
-@@ -20,19 +20,19 @@ xsd \- W3C XML Schema to C++ Compiler
- .I file
- .B ...]
- .in
--.B xsd help
-+.B xsdcxx help
- .B [
- .I command
- .B ]
- .in
--.B xsd version
-+.B xsdcxx version
- .\
- .\
- .\
- .\
- .SH DESCRIPTION
- .\
--.B xsd
-+.B xsdcxx
- generates vocabulary-specific, statically-typed C++ mapping from W3C XML
- Schema definitions. Particular mapping to produce is selected by a
- .IR command .
-@@ -96,7 +96,7 @@ Print usage information and exit. Use
- .PP
- .RS
- 

[arch-commits] Commit in 0ad/repos (10 files)

2013-03-31 Thread Stéphane Gaudreault
Date: Sunday, March 31, 2013 @ 21:18:04
  Author: stephane
Revision: 87402

db-move: moved 0ad from [community-testing] to [community] (i686, x86_64)

Added:
  0ad/repos/community-i686/PKGBUILD
(from rev 87401, 0ad/repos/community-testing-i686/PKGBUILD)
  0ad/repos/community-i686/boost-1.50.patch
(from rev 87401, 0ad/repos/community-testing-i686/boost-1.50.patch)
  0ad/repos/community-x86_64/PKGBUILD
(from rev 87401, 0ad/repos/community-testing-x86_64/PKGBUILD)
  0ad/repos/community-x86_64/boost-1.50.patch
(from rev 87401, 0ad/repos/community-testing-x86_64/boost-1.50.patch)
Deleted:
  0ad/repos/community-i686/PKGBUILD
  0ad/repos/community-i686/boost-1.50.patch
  0ad/repos/community-testing-i686/
  0ad/repos/community-testing-x86_64/
  0ad/repos/community-x86_64/PKGBUILD
  0ad/repos/community-x86_64/boost-1.50.patch

---+
 /PKGBUILD |   86 
 /boost-1.50.patch |   78 
 community-i686/PKGBUILD   |   43 --
 community-i686/boost-1.50.patch   |   39 
 community-x86_64/PKGBUILD |   43 --
 community-x86_64/boost-1.50.patch |   39 
 6 files changed, 164 insertions(+), 164 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-31 13:44:28 UTC (rev 87401)
+++ community-i686/PKGBUILD 2013-03-31 19:18:04 UTC (rev 87402)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: t3ddy  t3ddy1988 at gmail {dot} com
-# Contributor: Adrián Chaves Fernández (Gallaecio) adriyeticha...@gmail.com
-pkgname=0ad
-pkgver=a12
-_pkgver=0.0.12-alpha
-pkgrel=2
-pkgdesc=Cross-platform, 3D and historically-based real-time strategy game
-arch=('i686' 'x86_64')
-url=http://play0ad.com/;
-license=('GPL2' 'CCPL')
-depends=('binutils' 'boost-libs' 'curl' 'enet=1.3' 'libogg' 'libpng' 
'libvorbis' 'libxml2' 'openal' 'sdl' 'wxgtk' 'zlib' 'libgl' '0ad-data' 'glu')
-makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2')
-source=(http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz;)
-md5sums=('0ff92fb2b22b5384067cdd88b89e5450')
-
-build() {
-  cd $srcdir/$pkgname-$_pkgver/build/workspaces
-
-  sed -i 's/unix_names = { boost_filesystem-mt, boost_system-mt 
},/unix_names = { boost_filesystem, boost_system },/g' 
${srcdir}/${pkgname}-${_pkgver}/build/premake/extern_libs4.lua
-  sed -i 's/unix_names = { boost_signals-mt },/unix_names = { 
boost_signals },/g' 
${srcdir}/${pkgname}-${_pkgver}/build/premake/extern_libs4.lua
-
-  ./update-workspaces.sh \
-  --with-system-enet \
-  --bindir=/usr/bin \
-  --libdir=/usr/lib \
-  --datadir=/usr/share/${pkgname}/data
-
-  cd $srcdir/$pkgname-$_pkgver/build/workspaces/gcc
-
-  make CONFIG=Release
-}
-
-package() {
-  install -d ${pkgdir}/usr/{bin,lib}
-  install -Dm755 ${srcdir}/${pkgname}-${_pkgver}/binaries/system/pyrogenesis 
${pkgdir}/usr/bin
-  install -Dm755 ${srcdir}/${pkgname}-${_pkgver}/binaries/system/*.so{,.1.0} 
${pkgdir}/usr/lib
-
-  install -Dm755 
${srcdir}/${pkgname}-${_pkgver}/build/resources/${pkgname}.sh 
${pkgdir}/usr/bin/${pkgname}
-  install -Dm644 
${srcdir}/$pkgname-$_pkgver/build/resources/${pkgname}.desktop 
${pkgdir}/usr/share/applications/${pkgname}.desktop
-  install -Dm644 ${srcdir}/$pkgname-$_pkgver/build/resources/${pkgname}.png 
${pkgdir}/usr/share/pixmaps/${pkgname}.png
-}

Copied: 0ad/repos/community-i686/PKGBUILD (from rev 87401, 
0ad/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-31 19:18:04 UTC (rev 87402)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: t3ddy  t3ddy1988 at gmail {dot} com
+# Contributor: Adrián Chaves Fernández (Gallaecio) adriyeticha...@gmail.com
+pkgname=0ad
+pkgver=a12
+_pkgver=0.0.12-alpha
+pkgrel=3
+pkgdesc=Cross-platform, 3D and historically-based real-time strategy game
+arch=('i686' 'x86_64')
+url=http://play0ad.com/;
+license=('GPL2' 'CCPL')
+depends=('binutils' 'boost-libs' 'curl' 'enet=1.3' 'libogg' 'libpng' 
'libvorbis' 'libxml2' 'openal' 'sdl' 'wxgtk' 'zlib' 'libgl' '0ad-data' 'glu')
+makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2')
+source=(http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz;)
+md5sums=('0ff92fb2b22b5384067cdd88b89e5450')
+
+build() {
+  cd $srcdir/$pkgname-$_pkgver/build/workspaces
+
+  sed -i 's/unix_names = { boost_filesystem-mt, boost_system-mt 
},/unix_names = { boost_filesystem, boost_system },/g' 
${srcdir}/${pkgname}-${_pkgver}/build/premake/extern_libs4.lua
+  sed -i 's/unix_names = { boost_signals-mt },/unix_names = { 
boost_signals },/g' 

[arch-commits] Commit in bitcoin/repos (10 files)

2013-03-31 Thread Stéphane Gaudreault
Date: Sunday, March 31, 2013 @ 21:18:05
  Author: stephane
Revision: 87403

db-move: moved bitcoin from [community-testing] to [community] (i686, x86_64)

Added:
  bitcoin/repos/community-i686/PKGBUILD
(from rev 87401, bitcoin/repos/community-testing-i686/PKGBUILD)
  bitcoin/repos/community-i686/bitcoin-qt.install
(from rev 87401, bitcoin/repos/community-testing-i686/bitcoin-qt.install)
  bitcoin/repos/community-x86_64/PKGBUILD
(from rev 87401, bitcoin/repos/community-testing-x86_64/PKGBUILD)
  bitcoin/repos/community-x86_64/bitcoin-qt.install
(from rev 87401, bitcoin/repos/community-testing-x86_64/bitcoin-qt.install)
Deleted:
  bitcoin/repos/community-i686/PKGBUILD
  bitcoin/repos/community-i686/bitcoin-qt.install
  bitcoin/repos/community-testing-i686/
  bitcoin/repos/community-testing-x86_64/
  bitcoin/repos/community-x86_64/PKGBUILD
  bitcoin/repos/community-x86_64/bitcoin-qt.install

-+
 /PKGBUILD   |  114 ++
 /bitcoin-qt.install |   22 ++
 community-i686/PKGBUILD |   57 -
 community-i686/bitcoin-qt.install   |   11 ---
 community-x86_64/PKGBUILD   |   57 -
 community-x86_64/bitcoin-qt.install |   11 ---
 6 files changed, 136 insertions(+), 136 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-31 19:18:04 UTC (rev 87402)
+++ community-i686/PKGBUILD 2013-03-31 19:18:05 UTC (rev 87403)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: shahid hellla...@gmail.com
-
-pkgbase=bitcoin
-pkgname=('bitcoin-daemon' 'bitcoin-qt')
-pkgver=0.8.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://www.bitcoin.org/;
-makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc')
-license=('MIT')
-source=(http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-$pkgver/bitcoin-$pkgver-linux.tar.gz)
-sha256sums=('6d7f023a9df1a436c51de83f7cd751f162be9b4fb1c06da05545f9fba7cb2a98')
-
-build() {
-  cd $srcdir/$pkgbase-$pkgver-linux/src
-
-  # and make qt gui
-  qmake-qt4 USE_QRCODE=1
-  make
-
-  # make bitcoind
-  make -f makefile.unix -C src  CXXFLAGS=$CXXFLAGS
-}
-
-
-package_bitcoin-qt() {
-  pkgdesc=Bitcoin is a peer-to-peer network based digital currency - QT
-  depends=(boost-libs qt4 miniupnpc qrencode)
-  install=bitcoin-qt.install
-
-  cd $srcdir/$pkgbase-$pkgver-linux/src
-  install -Dm755 bitcoin-qt $pkgdir/usr/bin/bitcoin-qt
-  install -Dm644 contrib/debian/bitcoin-qt.desktop \
-$pkgdir/usr/share/applications/bitcoin.desktop
-  install -Dm644 share/pixmaps/bitcoin80.xpm \
-$pkgdir/usr/share/pixmaps/bitcoin80.xpm
-
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-package_bitcoin-daemon() {
-  pkgdesc=Bitcoin is a peer-to-peer network based digital currency - daemon
-  depends=(boost-libs miniupnpc openssl)
-
-  cd $srcdir/$pkgbase-$pkgver-linux/src
-  install -Dm755 src/bitcoind $pkgdir/usr/bin/bitcoind
-  install -Dm644 contrib/debian/examples/bitcoin.conf \
-$pkgdir/usr/share/doc/$pkgname/examples/bitcoin.conf
-  install -Dm644 contrib/debian/manpages/bitcoind.1 \
-$pkgdir/usr/share/man/man1/bitcoind.1
-  install -Dm644 contrib/debian/manpages/bitcoin.conf.5 \
-$pkgdir/usr/share/man/man5/bitcoin.conf.5
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-

Copied: bitcoin/repos/community-i686/PKGBUILD (from rev 87401, 
bitcoin/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-31 19:18:05 UTC (rev 87403)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: shahid hellla...@gmail.com
+
+pkgbase=bitcoin
+pkgname=('bitcoin-daemon' 'bitcoin-qt')
+pkgver=0.8.1
+pkgrel=2
+arch=('i686' 'x86_64')
+url=http://www.bitcoin.org/;
+makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc')
+license=('MIT')
+source=(http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-$pkgver/bitcoin-$pkgver-linux.tar.gz)
+sha256sums=('6d7f023a9df1a436c51de83f7cd751f162be9b4fb1c06da05545f9fba7cb2a98')
+
+build() {
+  cd $srcdir/$pkgbase-$pkgver-linux/src
+
+  # and make qt gui
+  qmake-qt4 USE_QRCODE=1
+  make
+
+  # make bitcoind
+  make -f makefile.unix -C src  CXXFLAGS=$CXXFLAGS
+}
+
+
+package_bitcoin-qt() {
+  pkgdesc=Bitcoin is a peer-to-peer network based digital currency - QT
+  depends=(boost-libs qt4 miniupnpc qrencode)
+  install=bitcoin-qt.install
+
+  cd $srcdir/$pkgbase-$pkgver-linux/src
+  install -Dm755 bitcoin-qt $pkgdir/usr/bin/bitcoin-qt
+  install -Dm644 contrib/debian/bitcoin-qt.desktop \
+$pkgdir/usr/share/applications/bitcoin.desktop
+  install -Dm644 share/pixmaps/bitcoin80.xpm \
+

[arch-commits] Commit in blender/repos (10 files)

2013-03-31 Thread Stéphane Gaudreault
Date: Sunday, March 31, 2013 @ 21:18:07
  Author: stephane
Revision: 87404

db-move: moved blender from [community-testing] to [community] (i686, x86_64)

Added:
  blender/repos/community-i686/PKGBUILD
(from rev 87401, blender/repos/community-testing-i686/PKGBUILD)
  blender/repos/community-i686/blender.install
(from rev 87401, blender/repos/community-testing-i686/blender.install)
  blender/repos/community-x86_64/PKGBUILD
(from rev 87401, blender/repos/community-testing-x86_64/PKGBUILD)
  blender/repos/community-x86_64/blender.install
(from rev 87401, blender/repos/community-testing-x86_64/blender.install)
Deleted:
  blender/repos/community-i686/PKGBUILD
  blender/repos/community-i686/blender.install
  blender/repos/community-testing-i686/
  blender/repos/community-testing-x86_64/
  blender/repos/community-x86_64/PKGBUILD
  blender/repos/community-x86_64/blender.install

--+
 /PKGBUILD|  204 +
 /blender.install |   26 
 community-i686/PKGBUILD  |  102 --
 community-i686/blender.install   |   13 --
 community-x86_64/PKGBUILD|  102 --
 community-x86_64/blender.install |   13 --
 6 files changed, 230 insertions(+), 230 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-31 19:18:05 UTC (rev 87403)
+++ community-i686/PKGBUILD 2013-03-31 19:18:07 UTC (rev 87404)
@@ -1,102 +0,0 @@
-# $Id$
-# Contributor: John Sowiak j...@archlinux.org
-# Contributor: tobias tob...@archlinux.org
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-# Sometimes blender.org takes some time to release patch releases and because 
Arch users
-# are impatient, we sometimes need to build from svn directly.
-
-_svn=false
-
-pkgname=blender
-true  pkgver=2.66a # Hack for svn
-true  pkgrel=1
-epoch=7
-pkgdesc=A fully integrated 3D graphics creation suite
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.blender.org;
-depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils'
- 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew'
- 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada'
- 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage')
-makedepends=('cmake' 'boost' 'cuda' 'subversion' 'mesa')
-optdepends=('cuda: cycles renderer cuda support')
-options=(!strip)
-install=blender.install
-if [[ $_svn = false ]]; then
-  source=(http://download.blender.org/source/$pkgname-$pkgver.tar.gz)
-  md5sums=('dde8211818e35b00a1c01a11efef4533')
-else
-  source=()
-  md5sums=()
-fi
-
-_svntrunk=https://svn.blender.org/svnroot/bf-blender/trunk/blender;
-_svnmod=blender
-
-build() {
-if [[ $_svn = true ]]; then
-  cd $srcdir
-  msg Connecting to SVN server
-
-  if [[ -d $_svnmod/.svn ]]; then
-(cd $_svnmod  svn up )
-  else
-svn co $_svntrunk --config-dir ./ $_svnmod
-  fi
-
-  msg SVN checkout done or server timeout
-  msg Starting build...
-
-  rm -rf $srcdir/$_svnmod-build
-  cp -r $srcdir/$_svnmod $srcdir/$_svnmod-build
-  cd $srcdir/$_svnmod-build
-else
-  cd $srcdir/$pkgname-$pkgver
-fi
-
-  mkdir build
-  cd build
-
-  [[ $CARCH == i686 ]]  ENABLESSE2=-DSUPPORT_SSE2_BUILD=OFF
-  [[ $CARCH == i686 ]]  BUILDCUDA=OFF || BUILDCUDA=ON
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_INSTALL_PORTABLE=OFF \
--DWITH_PYTHON_INSTALL=OFF \
--DWITH_OPENCOLLADA=ON \
--DOPENIMAGEIO_ROOT_DIR=/usr \
--DWITH_GAMEENGINE=ON \
--DWITH_JACK=ON \
--DWITH_PLAYER=ON \
--DWITH_CODEC_FFMPEG=ON \
--DWITH_CODEC_SNDFILE=ON \
--DWITH_CYCLES=ON \
--DWITH_CYCLES_CUDA_BINARIES=$BUILDCUDA \
--DWITH_CYCLES_OSL=ON \
--DCUDA_TOOLKIT_ROOT_DIR=/opt/cuda/ \
--DWITH_FFTW3=ON \
--DWITH_MOD_OCEANSIM=ON \
--DPYTHON_VERSION=3.3 \
--DPYTHON_LIBPATH=/usr/lib \
--DPYTHON_LIBRARY=python3.3m \
--DPYTHON_INCLUDE_DIRS=/usr/include/python3.3m \
-$ENABLESSE2
-
-  make $MAKEFLAGS
-
-  make
-}
-
-package() {
-  if [[ $_svn = true ]]; then
-cd $srcdir/$_svnmod-build/build
-  else
-cd $srcdir/$pkgname-$pkgver/build
-  fi
-  make DESTDIR=${pkgdir} install
-  python -m compileall ${pkgdir}/usr/share/blender
-}

Copied: blender/repos/community-i686/PKGBUILD (from rev 87401, 
blender/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-31 19:18:07 UTC (rev 87404)
@@ -0,0 +1,102 @@
+# $Id$
+# Contributor: John Sowiak j...@archlinux.org
+# Contributor: tobias tob...@archlinux.org
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+# Sometimes blender.org takes some time to release patch releases and because 
Arch users
+# are impatient, we sometimes 

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

2013-03-31 Thread Stéphane Gaudreault
Date: Sunday, March 31, 2013 @ 21:18:08
  Author: stephane
Revision: 87405

db-move: moved cclive from [community-testing] to [community] (i686, x86_64)

Added:
  cclive/repos/community-i686/PKGBUILD
(from rev 87401, cclive/repos/community-testing-i686/PKGBUILD)
  cclive/repos/community-x86_64/PKGBUILD
(from rev 87401, cclive/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  cclive/repos/community-i686/PKGBUILD
  cclive/repos/community-testing-i686/
  cclive/repos/community-testing-x86_64/
  cclive/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-31 19:18:07 UTC (rev 87404)
+++ community-i686/PKGBUILD 2013-03-31 19:18:08 UTC (rev 87405)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: joyfulg...@archlinux.us
-# Contributor: nathan owe ndowens04 at gmail dot com
-
-pkgname=cclive
-pkgver=0.7.12
-pkgrel=1
-pkgdesc='Commandline downloader for popular video websites.'
-arch=('i686' 'x86_64')
-url='http://cclive.sourceforge.net/'
-license=('GPL3')
-depends=('boost-libs' 'pcre' 'curl' 'libquvi')
-makedepends=('boost')
-source=(http://downloads.sourceforge.net/project/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('f35a6fb3a9a08d59da7170c1330a24ce')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}

Copied: cclive/repos/community-i686/PKGBUILD (from rev 87401, 
cclive/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-31 19:18:08 UTC (rev 87405)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: joyfulg...@archlinux.us
+# Contributor: nathan owe ndowens04 at gmail dot com
+
+pkgname=cclive
+pkgver=0.7.12
+pkgrel=2
+pkgdesc='Commandline downloader for popular video websites.'
+arch=('i686' 'x86_64')
+url='http://cclive.sourceforge.net/'
+license=('GPL3')
+depends=('boost-libs' 'pcre' 'curl' 'libquvi')
+makedepends=('boost')
+source=(http://downloads.sourceforge.net/project/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('f35a6fb3a9a08d59da7170c1330a24ce')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-31 19:18:07 UTC (rev 87404)
+++ community-x86_64/PKGBUILD   2013-03-31 19:18:08 UTC (rev 87405)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: joyfulg...@archlinux.us
-# Contributor: nathan owe ndowens04 at gmail dot com
-
-pkgname=cclive
-pkgver=0.7.12
-pkgrel=1
-pkgdesc='Commandline downloader for popular video websites.'
-arch=('i686' 'x86_64')
-url='http://cclive.sourceforge.net/'
-license=('GPL3')
-depends=('boost-libs' 'pcre' 'curl' 'libquvi')
-makedepends=('boost')
-source=(http://downloads.sourceforge.net/project/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('f35a6fb3a9a08d59da7170c1330a24ce')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}

Copied: cclive/repos/community-x86_64/PKGBUILD (from rev 87401, 
cclive/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-31 19:18:08 UTC (rev 87405)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: joyfulg...@archlinux.us
+# Contributor: nathan owe ndowens04 at gmail dot com
+
+pkgname=cclive
+pkgver=0.7.12
+pkgrel=2
+pkgdesc='Commandline downloader for popular video websites.'
+arch=('i686' 'x86_64')
+url='http://cclive.sourceforge.net/'
+license=('GPL3')
+depends=('boost-libs' 'pcre' 'curl' 'libquvi')
+makedepends=('boost')
+source=(http://downloads.sourceforge.net/project/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('f35a6fb3a9a08d59da7170c1330a24ce')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in cegui/repos (10 files)

2013-03-31 Thread Stéphane Gaudreault
Date: Sunday, March 31, 2013 @ 21:18:09
  Author: stephane
Revision: 87406

db-move: moved cegui from [community-testing] to [community] (i686, x86_64)

Added:
  cegui/repos/community-i686/PKGBUILD
(from rev 87401, cegui/repos/community-testing-i686/PKGBUILD)
  cegui/repos/community-i686/cegui-0.7.6-python-detection.patch
(from rev 87401, 
cegui/repos/community-testing-i686/cegui-0.7.6-python-detection.patch)
  cegui/repos/community-x86_64/PKGBUILD
(from rev 87401, cegui/repos/community-testing-x86_64/PKGBUILD)
  cegui/repos/community-x86_64/cegui-0.7.6-python-detection.patch
(from rev 87401, 
cegui/repos/community-testing-x86_64/cegui-0.7.6-python-detection.patch)
Deleted:
  cegui/repos/community-i686/PKGBUILD
  cegui/repos/community-i686/cegui-0.7.6-python-detection.patch
  cegui/repos/community-testing-i686/
  cegui/repos/community-testing-x86_64/
  cegui/repos/community-x86_64/PKGBUILD
  cegui/repos/community-x86_64/cegui-0.7.6-python-detection.patch

-+
 /PKGBUILD   |  112 ++
 /cegui-0.7.6-python-detection.patch |   22 +++
 community-i686/PKGBUILD |   56 -
 community-i686/cegui-0.7.6-python-detection.patch   |   11 -
 community-x86_64/PKGBUILD   |   56 -
 community-x86_64/cegui-0.7.6-python-detection.patch |   11 -
 6 files changed, 134 insertions(+), 134 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-31 19:18:08 UTC (rev 87405)
+++ community-i686/PKGBUILD 2013-03-31 19:18:09 UTC (rev 87406)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Juergen Hoetzel juer...@archlinux.org 
-# Contributor: William Rea sillywi...@gmail.com, 
-# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
-
-pkgbase=cegui
-pkgname=('cegui' 'cegui-docs')
-pkgver=0.7.9
-pkgrel=1
-pkgdesc=A free library providing windowing and widgets for graphics 
APIs/engines
-arch=('i686' 'x86_64')
-url=http://crayzedsgui.sourceforge.net;
-#options=('!libtool')
-license=(MIT)
-depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 
'lua51' 'silly')
-makedepends=('python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz')
-optdepends=(python2: python bindings
-ogre: ogre module
-gtk2: gtk2 module)
-#irrlicht: irrlicht module) maybe again at some point
-options=(!libtool)
-source=(http://downloads.sourceforge.net/crayzedsgui/CEGUI-$pkgver.tar.gz)
-md5sums=('a8b682daf82e383edc169c2e6eb2b321')
-
-build() {
-  cd $srcdir/CEGUI-${pkgver}
-
-  ./bootstrap
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---enable-null-renderer \
---with-gtk2
-
-  make
-}
-
-package_cegui() {
-  cd $srcdir/CEGUI-${pkgver}
- 
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 doc/COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_cegui-docs() {
-  pkgdesc=Documentation for cegui
-  depends=()
-
-  cd $srcdir/CEGUI-${pkgver}
-
-  cd doc/doxygen  doxygen
-  cd ..  make DESTDIR=${pkgdir} install-html
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}

Copied: cegui/repos/community-i686/PKGBUILD (from rev 87401, 
cegui/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-31 19:18:09 UTC (rev 87406)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Juergen Hoetzel juer...@archlinux.org 
+# Contributor: William Rea sillywi...@gmail.com, 
+# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
+
+pkgbase=cegui
+pkgname=('cegui' 'cegui-docs')
+pkgver=0.7.9
+pkgrel=2
+pkgdesc=A free library providing windowing and widgets for graphics 
APIs/engines
+arch=('i686' 'x86_64')
+url=http://crayzedsgui.sourceforge.net;
+#options=('!libtool')
+license=(MIT)
+depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 
'lua51' 'silly')
+makedepends=('python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz')
+optdepends=(python2: python bindings
+ogre: ogre module
+gtk2: gtk2 module)
+#irrlicht: irrlicht module) maybe again at some point
+options=(!libtool)
+source=(http://downloads.sourceforge.net/crayzedsgui/CEGUI-$pkgver.tar.gz)
+md5sums=('a8b682daf82e383edc169c2e6eb2b321')
+
+build() {
+  cd $srcdir/CEGUI-${pkgver}
+
+  ./bootstrap
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--enable-null-renderer \
+--with-gtk2
+
+  make
+}
+
+package_cegui() {
+  cd $srcdir/CEGUI-${pkgver}
+ 
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 doc/COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_cegui-docs() {
+  pkgdesc=Documentation for cegui
+  

[arch-commits] Commit in easystroke/repos (10 files)

2013-03-31 Thread Stéphane Gaudreault
Date: Sunday, March 31, 2013 @ 21:18:10
  Author: stephane
Revision: 87407

db-move: moved easystroke from [community-testing] to [community] (i686, x86_64)

Added:
  easystroke/repos/community-i686/PKGBUILD
(from rev 87401, easystroke/repos/community-testing-i686/PKGBUILD)
  easystroke/repos/community-i686/easystroke.install
(from rev 87401, easystroke/repos/community-testing-i686/easystroke.install)
  easystroke/repos/community-x86_64/PKGBUILD
(from rev 87401, easystroke/repos/community-testing-x86_64/PKGBUILD)
  easystroke/repos/community-x86_64/easystroke.install
(from rev 87401, 
easystroke/repos/community-testing-x86_64/easystroke.install)
Deleted:
  easystroke/repos/community-i686/PKGBUILD
  easystroke/repos/community-i686/easystroke.install
  easystroke/repos/community-testing-i686/
  easystroke/repos/community-testing-x86_64/
  easystroke/repos/community-x86_64/PKGBUILD
  easystroke/repos/community-x86_64/easystroke.install

-+
 /PKGBUILD   |   62 ++
 /easystroke.install |   26 ++
 community-i686/PKGBUILD |   31 -
 community-i686/easystroke.install   |   13 ---
 community-x86_64/PKGBUILD   |   31 -
 community-x86_64/easystroke.install |   13 ---
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-31 19:18:09 UTC (rev 87406)
+++ community-i686/PKGBUILD 2013-03-31 19:18:10 UTC (rev 87407)
@@ -1,31 +0,0 @@
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Kevin Sullivan ksulli...@archlinux.us
-
-pkgname=easystroke
-pkgver=0.5.6
-pkgrel=2
-pkgdesc='Use mouse gestures to initiate commands and hotkeys.'
-arch=('i686' 'x86_64')
-url='http://easystroke.sourceforge.net/'
-license=('custom:ISC')
-depends=('gtkmm' 'boost-libs' 'libxtst' 'dbus-glib' 'xorg-server')
-makedepends=('boost' 'inputproto' 'intltool' 'gettext' 'xorg-server-devel' 
'help2man')
-install=easystroke.install
-source=(http://downloads.sourceforge.net/easystroke/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('a9f06576a47deaf6f612bb993685af0f')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make
-  make man
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make PREFIX=/usr DESTDIR=${pkgdir} install
-
-  install -Dm0644 ${pkgname}.1 ${pkgdir}/usr/share/man/man1/${pkgname}.1
-  install -Dm0644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: easystroke/repos/community-i686/PKGBUILD (from rev 87401, 
easystroke/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-31 19:18:10 UTC (rev 87407)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Kevin Sullivan ksulli...@archlinux.us
+
+pkgname=easystroke
+pkgver=0.6.0
+pkgrel=1
+pkgdesc='Use mouse gestures to initiate commands and hotkeys.'
+arch=('i686' 'x86_64')
+url='http://easystroke.sourceforge.net/'
+license=('custom:ISC')
+depends=('gtkmm3' 'boost-libs' 'libxtst' 'dbus-glib' 'xorg-server')
+makedepends=('boost' 'inputproto' 'intltool' 'gettext' 'xorg-server-devel' 
'help2man')
+install=easystroke.install
+source=(http://downloads.sourceforge.net/easystroke/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('3b4f25d02a6b5ac57a8b7a06545869db')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make
+  make man
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make PREFIX=/usr DESTDIR=${pkgdir} install
+
+  install -Dm0644 ${pkgname}.1 ${pkgdir}/usr/share/man/man1/${pkgname}.1
+  install -Dm0644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: community-i686/easystroke.install
===
--- community-i686/easystroke.install   2013-03-31 19:18:09 UTC (rev 87406)
+++ community-i686/easystroke.install   2013-03-31 19:18:10 UTC (rev 87407)
@@ -1,13 +0,0 @@
-pkgname=easystroke
-
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: easystroke/repos/community-i686/easystroke.install (from rev 87401, 
easystroke/repos/community-testing-i686/easystroke.install)
===
--- community-i686/easystroke.install   (rev 0)
+++ community-i686/easystroke.install   2013-03-31 19:18:10 UTC (rev 87407)
@@ -0,0 +1,13 @@
+pkgname=easystroke
+
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: community-x86_64/PKGBUILD

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

2013-03-31 Thread Stéphane Gaudreault
Date: Sunday, March 31, 2013 @ 21:18:11
  Author: stephane
Revision: 87408

db-move: moved electricsheep from [community-testing] to [community] (i686, 
x86_64)

Added:
  electricsheep/repos/community-i686/PKGBUILD
(from rev 87401, electricsheep/repos/community-testing-i686/PKGBUILD)
  electricsheep/repos/community-x86_64/PKGBUILD
(from rev 87401, electricsheep/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  electricsheep/repos/community-i686/PKGBUILD
  electricsheep/repos/community-testing-i686/
  electricsheep/repos/community-testing-x86_64/
  electricsheep/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-31 19:18:10 UTC (rev 87407)
+++ community-i686/PKGBUILD 2013-03-31 19:18:11 UTC (rev 87408)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=electricsheep
-pkgver=2.7b33
-pkgrel=6
-pkgdesc=A screensaver that realize the collective dream of sleeping computers 
from all over the internet
-arch=('i686' 'x86_64')
-url=http://community.electricsheep.org/;
-license=('GPL')
-depends=('curl' 'flam3' 'ffmpeg' 'wxgtk2.9' 'lua51' 'libgtop' 'boost-libs' 
'freeglut' 'glee')
-makedepends=('boost' 'mesa' 'glu' 'tinyxml')
-optdepends=('xscreensaver: to use electricsheep with xscreensaver')
-options=('!emptydirs')
-source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
-sha1sums=('d86607d97accad8519df2a21d67253abe45f5fdd'
-  'fda3aae435507d03973f0c4d1ed3509067657f06')
-
-# source PKGBUILD  mksource
-mksource() {
-  [[ -x /usr/bin/svn ]] || (echo svn not found. Install subversion.  
return 1)
-  _svnver=r125
-  _svntrunk=http://electricsheep.googlecode.com/svn/trunk/client_generic;
-  _svnmod=${pkgname}-${pkgver}
-  mkdir ${pkgname}-${pkgver}
-  pushd ${pkgname}-${pkgver}
-  svn co ${_svntrunk} --config-dir ./ -r ${_svnver} ${_svnmod}
-  find . -depth -type d -name .svn -exec rm -rf {} \;
-  (cd ${pkgname}-${pkgver} ; rm -r boost Build_guides curlTest ffmpeg 
InstallerMSVC \
-Launcher libpng libxml lua5.1 MacBuild RuntimeMSVC wxConfig)
-  tar -cJf ../${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
-  popd
-  rm -r ${pkgname}-${pkgver}
-  gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's/wx-config/wx-config-2.9/g' configure.ac
-  sed -i -e 's/AM_PROG_CC_STDC/AC_PROG_CC/' configure.ac
-  sed -i '12 i\
-#include cstdio' Common/Singleton.h
-  mkdir m4
-  ./autogen.sh
-  CPPFLAGS+=-I/usr/include/lua5.1 ./configure --prefix=/usr
-  sed -i 's|-I /usr/include/libavutil||' MSVC/SettingsGUI/Makefile 
-  make CXXFLAGS+=-DUSE_NEW_FFMPEG_API=1
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m644 menu-entries/ElectricSheep.desktop.kde 
${pkgdir}/usr/share/kde4/services/ScreenSavers/electricsheep.desktop
-  install -D -m644 Runtime/logo.png 
${pkgdir}/usr/share/icons/electricsheep.png
-}

Copied: electricsheep/repos/community-i686/PKGBUILD (from rev 87401, 
electricsheep/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-31 19:18:11 UTC (rev 87408)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=electricsheep
+pkgver=2.7b33
+pkgrel=7
+pkgdesc=A screensaver that realize the collective dream of sleeping computers 
from all over the internet
+arch=('i686' 'x86_64')
+url=http://community.electricsheep.org/;
+license=('GPL')
+depends=('curl' 'flam3' 'ffmpeg' 'wxgtk2.9' 'lua51' 'libgtop' 'boost-libs' 
'freeglut' 'glee')
+makedepends=('boost' 'mesa' 'glu' 'tinyxml')
+optdepends=('xscreensaver: to use electricsheep with xscreensaver')
+options=('!emptydirs')
+source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('d86607d97accad8519df2a21d67253abe45f5fdd'
+  'fda3aae435507d03973f0c4d1ed3509067657f06')
+
+# source PKGBUILD  mksource
+mksource() {
+  [[ -x /usr/bin/svn ]] || (echo svn not found. Install subversion.  
return 1)
+  _svnver=r125
+  _svntrunk=http://electricsheep.googlecode.com/svn/trunk/client_generic;
+  _svnmod=${pkgname}-${pkgver}
+  mkdir ${pkgname}-${pkgver}
+  pushd ${pkgname}-${pkgver}
+  svn co ${_svntrunk} --config-dir ./ -r ${_svnver} ${_svnmod}
+  find . -depth -type d -name .svn -exec rm -rf {} \;
+  (cd ${pkgname}-${pkgver} ; rm -r boost Build_guides curlTest ffmpeg 
InstallerMSVC \
+Launcher libpng libxml lua5.1 MacBuild 

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

2013-03-31 Thread Stéphane Gaudreault
Date: Sunday, March 31, 2013 @ 21:18:12
  Author: stephane
Revision: 87409

db-move: moved encfs from [community-testing] to [community] (i686, x86_64)

Added:
  encfs/repos/community-i686/PKGBUILD
(from rev 87401, encfs/repos/community-testing-i686/PKGBUILD)
  encfs/repos/community-x86_64/PKGBUILD
(from rev 87401, encfs/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  encfs/repos/community-i686/PKGBUILD
  encfs/repos/community-testing-i686/
  encfs/repos/community-testing-x86_64/
  encfs/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-31 19:18:11 UTC (rev 87408)
+++ community-i686/PKGBUILD 2013-03-31 19:18:12 UTC (rev 87409)
@@ -1,33 +0,0 @@
-# $Id$
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
-# Contributor: Sven Kauber, cel...@gmail.com
-# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=encfs
-pkgver=1.7.4
-pkgrel=9
-pkgdesc='Encrypted filesystem in user-space'
-arch=('i686' 'x86_64')
-url='http://www.arg0.net/encfs'
-license=('GPL')
-depends=('rlog' 'openssl' 'fuse' 'boost-libs')
-makedepends=('boost')
-options=('!libtool')
-source=(http://encfs.googlecode.com/files/${pkgname}-${pkgver}.tgz;)
-md5sums=('ac90cc10b2e9fc7e72765de88321d617')
-
-build(){
-  cd ${pkgname}-${pkgver}
-
-  ./configure \
---prefix=/usr
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: encfs/repos/community-i686/PKGBUILD (from rev 87401, 
encfs/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-31 19:18:12 UTC (rev 87409)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+# Contributor: Sven Kauber, cel...@gmail.com
+# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=encfs
+pkgver=1.7.4
+pkgrel=10
+pkgdesc='Encrypted filesystem in user-space'
+arch=('i686' 'x86_64')
+url='http://www.arg0.net/encfs'
+license=('GPL')
+depends=('rlog' 'openssl' 'fuse' 'boost-libs')
+makedepends=('boost')
+options=('!libtool')
+source=(http://encfs.googlecode.com/files/${pkgname}-${pkgver}.tgz;)
+md5sums=('ac90cc10b2e9fc7e72765de88321d617')
+
+build(){
+  cd ${pkgname}-${pkgver}
+
+  ./configure \
+--prefix=/usr
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-31 19:18:11 UTC (rev 87408)
+++ community-x86_64/PKGBUILD   2013-03-31 19:18:12 UTC (rev 87409)
@@ -1,33 +0,0 @@
-# $Id$
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
-# Contributor: Sven Kauber, cel...@gmail.com
-# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=encfs
-pkgver=1.7.4
-pkgrel=9
-pkgdesc='Encrypted filesystem in user-space'
-arch=('i686' 'x86_64')
-url='http://www.arg0.net/encfs'
-license=('GPL')
-depends=('rlog' 'openssl' 'fuse' 'boost-libs')
-makedepends=('boost')
-options=('!libtool')
-source=(http://encfs.googlecode.com/files/${pkgname}-${pkgver}.tgz;)
-md5sums=('ac90cc10b2e9fc7e72765de88321d617')
-
-build(){
-  cd ${pkgname}-${pkgver}
-
-  ./configure \
---prefix=/usr
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: encfs/repos/community-x86_64/PKGBUILD (from rev 87401, 
encfs/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-31 19:18:12 UTC (rev 87409)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+# Contributor: Sven Kauber, cel...@gmail.com
+# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=encfs
+pkgver=1.7.4
+pkgrel=10
+pkgdesc='Encrypted filesystem in user-space'
+arch=('i686' 'x86_64')
+url='http://www.arg0.net/encfs'
+license=('GPL')
+depends=('rlog' 'openssl' 'fuse' 'boost-libs')
+makedepends=('boost')
+options=('!libtool')
+source=(http://encfs.googlecode.com/files/${pkgname}-${pkgver}.tgz;)
+md5sums=('ac90cc10b2e9fc7e72765de88321d617')
+
+build(){
+  cd ${pkgname}-${pkgver}
+
+  ./configure \
+--prefix=/usr
+
+  make
+}
+
+package() {

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

2013-03-31 Thread Stéphane Gaudreault
Date: Sunday, March 31, 2013 @ 21:18:13
  Author: stephane
Revision: 87410

db-move: moved fatrat from [community-testing] to [community] (i686, x86_64)

Added:
  fatrat/repos/community-i686/PKGBUILD
(from rev 87401, fatrat/repos/community-testing-i686/PKGBUILD)
  fatrat/repos/community-i686/QTBUG-22829-workaround.diff
(from rev 87401, 
fatrat/repos/community-testing-i686/QTBUG-22829-workaround.diff)
  fatrat/repos/community-x86_64/PKGBUILD
(from rev 87401, fatrat/repos/community-testing-x86_64/PKGBUILD)
  fatrat/repos/community-x86_64/QTBUG-22829-workaround.diff
(from rev 87401, 
fatrat/repos/community-testing-x86_64/QTBUG-22829-workaround.diff)
Deleted:
  fatrat/repos/community-i686/PKGBUILD
  fatrat/repos/community-testing-i686/
  fatrat/repos/community-testing-x86_64/
  fatrat/repos/community-x86_64/PKGBUILD

--+
 /PKGBUILD|   78 +
 community-i686/PKGBUILD  |   32 --
 community-i686/QTBUG-22829-workaround.diff   |   12 +++
 community-x86_64/PKGBUILD|   32 --
 community-x86_64/QTBUG-22829-workaround.diff |   12 +++
 5 files changed, 102 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-31 19:18:12 UTC (rev 87409)
+++ community-i686/PKGBUILD 2013-03-31 19:18:13 UTC (rev 87410)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
-pkgname=fatrat
-pkgver=1.2.0_beta2
-pkgrel=5
-pkgdesc=QT4 based download manager with support for HTTP, FTP, SFTP, 
BitTorrent, rapidshare and more
-arch=('i686' 'x86_64')
-url=http://fatrat.dolezel.info/;
-license=('GPL')
-depends=('gloox' 'libtorrent-rasterbar' 'pion' 'qtwebkit')
-optdepends=('geoip: GeoIP support')
-makedepends=('boost' 'cmake' 'java-environment')
-source=(http://www.dolezel.info/download/data/fatrat/fatrat-$pkgver.tar.xz)
-md5sums=('ad823d2a81f0583316ece815b928c71b')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  cmake \
--DWITH_EVERYTHING=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
-.
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fatrat/repos/community-i686/PKGBUILD (from rev 87401, 
fatrat/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-31 19:18:13 UTC (rev 87410)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=fatrat
+pkgver=1.2.0_beta2
+pkgrel=6
+pkgdesc=QT4 based download manager with support for HTTP, FTP, SFTP, 
BitTorrent, rapidshare and more
+arch=('i686' 'x86_64')
+url=http://fatrat.dolezel.info/;
+license=('GPL')
+depends=('gloox' 'libtorrent-rasterbar' 'pion' 'qtwebkit' 'curl')
+optdepends=('geoip: GeoIP support' 'java-runtime: Java plugins')
+makedepends=('boost' 'cmake' 'java-environment')
+source=(http://www.dolezel.info/download/data/fatrat/fatrat-$pkgver.tar.xz \
+QTBUG-22829-workaround.diff)
+md5sums=('ad823d2a81f0583316ece815b928c71b'
+ '9c017f227437b8a72e92219ee6d58578')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # workaround the moc bug (QTBUG-22829) with new boost
+  patch -Np1  $srcdir/QTBUG-22829-workaround.diff || true
+  # fix help generation with qt4
+  sed -s 's|qcollectiongenerator|qcollectiongenerator-qt4|' -i CMakeLists.txt
+
+  cmake \
+-DWITH_EVERYTHING=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+.
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: fatrat/repos/community-i686/QTBUG-22829-workaround.diff (from rev 
87401, fatrat/repos/community-testing-i686/QTBUG-22829-workaround.diff)
===
--- community-i686/QTBUG-22829-workaround.diff  (rev 0)
+++ community-i686/QTBUG-22829-workaround.diff  2013-03-31 19:18:13 UTC (rev 
87410)
@@ -0,0 +1,12 @@
+diff -rup fatrat-1.2.0_beta2/CMakeLists.txt 
fatrat-1.2.0_beta2.new/CMakeLists.txt
+--- fatrat-1.2.0_beta2/CMakeLists.txt  2012-07-14 11:44:27.0 +
 fatrat-1.2.0_beta2.new/CMakeLists.txt  2013-03-25 16:21:03.143596960 
+
+@@ -552,7 +552,7 @@ if(WITH_DOCUMENTATION)
+   )
+ endif(WITH_DOCUMENTATION)
+ 
+-qt4_wrap_cpp(fatrat_MOC_SRCS ${fatrat_MOC_HDRS})
++qt4_wrap_cpp(fatrat_MOC_SRCS ${fatrat_MOC_HDRS} OPTIONS 
-DBOOST_TT_HAS_OPERATOR_HPP_INCLUDED -DBOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION)
+ 
+ set(fatrat_RCS
+   gfx/resources.qrc

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-31 19:18:12 UTC (rev 87409)
+++ community-x86_64/PKGBUILD   2013-03-31 19:18:13 UTC 

[arch-commits] Commit in freeorion/repos (18 files)

2013-03-31 Thread Stéphane Gaudreault
Date: Sunday, March 31, 2013 @ 21:18:15
  Author: stephane
Revision: 87411

db-move: moved freeorion from [community-testing] to [community] (i686, x86_64)

Added:
  freeorion/repos/community-i686/PKGBUILD
(from rev 87401, freeorion/repos/community-testing-i686/PKGBUILD)
  freeorion/repos/community-i686/cmake_python.patch
(from rev 87401, freeorion/repos/community-testing-i686/cmake_python.patch)
  freeorion/repos/community-i686/freeorion.install
(from rev 87401, freeorion/repos/community-testing-i686/freeorion.install)
  freeorion/repos/community-i686/freeorion.sh
(from rev 87401, freeorion/repos/community-testing-i686/freeorion.sh)
  freeorion/repos/community-x86_64/PKGBUILD
(from rev 87401, freeorion/repos/community-testing-x86_64/PKGBUILD)
  freeorion/repos/community-x86_64/cmake_python.patch
(from rev 87401, 
freeorion/repos/community-testing-x86_64/cmake_python.patch)
  freeorion/repos/community-x86_64/freeorion.install
(from rev 87401, freeorion/repos/community-testing-x86_64/freeorion.install)
  freeorion/repos/community-x86_64/freeorion.sh
(from rev 87401, freeorion/repos/community-testing-x86_64/freeorion.sh)
Deleted:
  freeorion/repos/community-i686/PKGBUILD
  freeorion/repos/community-i686/cmake_python.patch
  freeorion/repos/community-i686/freeorion.install
  freeorion/repos/community-i686/freeorion.sh
  freeorion/repos/community-testing-i686/
  freeorion/repos/community-testing-x86_64/
  freeorion/repos/community-x86_64/PKGBUILD
  freeorion/repos/community-x86_64/cmake_python.patch
  freeorion/repos/community-x86_64/freeorion.install
  freeorion/repos/community-x86_64/freeorion.sh

-+
 /PKGBUILD   |  242 
 /cmake_python.patch |   46 +
 /freeorion.install  |   26 +++
 /freeorion.sh   |  286 ++
 community-i686/PKGBUILD |  121 --
 community-i686/cmake_python.patch   |   23 --
 community-i686/freeorion.install|   13 -
 community-i686/freeorion.sh |  143 -
 community-x86_64/PKGBUILD   |  121 --
 community-x86_64/cmake_python.patch |   23 --
 community-x86_64/freeorion.install  |   13 -
 community-x86_64/freeorion.sh   |  143 -
 12 files changed, 600 insertions(+), 600 deletions(-)

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


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

2013-03-31 Thread Stéphane Gaudreault
Date: Sunday, March 31, 2013 @ 21:18:16
  Author: stephane
Revision: 87412

db-move: moved gigi from [community-testing] to [community] (i686, x86_64)

Added:
  gigi/repos/community-i686/PKGBUILD
(from rev 87401, gigi/repos/community-testing-i686/PKGBUILD)
  gigi/repos/community-x86_64/PKGBUILD
(from rev 87401, gigi/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  gigi/repos/community-i686/PKGBUILD
  gigi/repos/community-testing-i686/
  gigi/repos/community-testing-x86_64/
  gigi/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-31 19:18:15 UTC (rev 87411)
+++ community-i686/PKGBUILD 2013-03-31 19:18:16 UTC (rev 87412)
@@ -1,85 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: fana-m gemi...@gmx.net
-# Contributor: Andrzej Giniewicz ggi...@gmail.com
-# Contributor: Manuel Gaul inka...@hotmail.com
-
-pkgname=gigi
-pkgver=0.8.0
-pkgrel=18
-_fixedrevision=5780 #5407
-pkgdesc='Small, efficient and feature rich GUI for OpenGL and C++ (freeorion 
fork)'
-#url='http://gigi.sourceforge.net/'
-url='http://freeorion.svn.sourceforge.net/viewvc/freeorion/trunk/FreeOrion/GG/'
-arch=('x86_64' 'i686')
-license=('LGPL')
-depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
-makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa-libgl')
-
-build() {
-  cd $srcdir
-
-  msg2 'Fetching files...'
-  if [ -d gigi/.svn ]; then
-(cd gigi  svn up -r $_fixedrevision)
-  else
-#svn co https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/ \
-svn co 
https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/ \
-  --config-dir ./ -r $_fixedrevision gigi
-  fi
-
-  rm -rf gigi-build
-  svn export gigi gigi-build
-  cd gigi-build
-
-  msg2 'Configuring...'
-  setconf cmake/GiGiOgre.pc.in prefix /usr
-  setconf cmake/GiGi.pc.in prefix /usr
-  setconf cmake/GiGiSDL.pc.in prefix /usr
-  # It would be better if CMAKE_INSTALL_PREFIX or the resulting Makefiles
-  # could be re-configured in the package() function, but this works too.
-  cmake \
--D CMAKE_INSTALL_PREFIX=$srcdir/pkg/usr \
--D BUILD_TUTORIALS=OFF \
--D CPACK_GENERATOR=GiGiDevel \
--D CMAKE_C_FLAGS_RELEASE='-DNDEBUG' \
-.
-
-  msg2 'Building documentation...'
-  cd doc
-  doxygen
-  cd ..
-
-  msg2 'Compiling...'
-  make -j1
-}
-
-package() {
-  cd $srcdir/gigi-build
-
-  msg2 'Packaging files...'
-  make install
-
-  msg2 'Moving files to the right location...'
-  mv -v $srcdir/pkg/usr $pkgdir/
-
-  msg2 'Fixing documentation...'
-  mkdir -p $pkgdir/usr/share/doc
-  mv $pkgdir/usr/doc $pkgdir/usr/share/doc/$pkgname
-
-  for f in `find $pkgdir/usr/share/doc -name dir_*.html`; do
-sed -i s:$srcdir:/:g $f
-  done
-
-  msg2 'Python 3 fix...'
-  for f in `find $pkgdir/usr -name *.py`; do
-sed -i s:/env python:/python3:g $f
-  done
-
-  msg2 'Packaging license...'
-  install -Dm644 COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gigi/repos/community-i686/PKGBUILD (from rev 87401, 
gigi/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-31 19:18:16 UTC (rev 87412)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: fana-m gemi...@gmx.net
+# Contributor: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Manuel Gaul inka...@hotmail.com
+
+pkgname=gigi
+pkgver=0.8.0
+pkgrel=19
+_fixedrevision=5780 #5407
+pkgdesc='Small, efficient and feature rich GUI for OpenGL and C++ (freeorion 
fork)'
+#url='http://gigi.sourceforge.net/'
+url='http://freeorion.svn.sourceforge.net/viewvc/freeorion/trunk/FreeOrion/GG/'
+arch=('x86_64' 'i686')
+license=('LGPL')
+depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
+makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa-libgl')
+
+build() {
+  cd $srcdir
+
+  msg2 'Fetching files...'
+  if [ -d gigi/.svn ]; then
+(cd gigi  svn up -r $_fixedrevision)
+  else
+#svn co https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/ \
+svn co 
https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/ \
+  --config-dir ./ -r $_fixedrevision gigi
+  fi
+
+  rm -rf gigi-build
+  svn export gigi gigi-build
+  cd gigi-build
+
+  msg2 'Configuring...'
+  setconf cmake/GiGiOgre.pc.in prefix /usr
+  setconf cmake/GiGi.pc.in prefix /usr
+  setconf 

[arch-commits] Commit in glom/repos (10 files)

2013-03-31 Thread Stéphane Gaudreault
Date: Sunday, March 31, 2013 @ 21:18:18
  Author: stephane
Revision: 87414

db-move: moved glom from [community-testing] to [community] (i686, x86_64)

Added:
  glom/repos/community-i686/PKGBUILD
(from rev 87401, glom/repos/community-testing-i686/PKGBUILD)
  glom/repos/community-i686/glom.install
(from rev 87401, glom/repos/community-testing-i686/glom.install)
  glom/repos/community-x86_64/PKGBUILD
(from rev 87401, glom/repos/community-testing-x86_64/PKGBUILD)
  glom/repos/community-x86_64/glom.install
(from rev 87401, glom/repos/community-testing-x86_64/glom.install)
Deleted:
  glom/repos/community-i686/PKGBUILD
  glom/repos/community-i686/glom.install
  glom/repos/community-testing-i686/
  glom/repos/community-testing-x86_64/
  glom/repos/community-x86_64/PKGBUILD
  glom/repos/community-x86_64/glom.install

---+
 /PKGBUILD |   74 
 /glom.install |   26 ++
 community-i686/PKGBUILD   |   37 
 community-i686/glom.install   |   13 ---
 community-x86_64/PKGBUILD |   37 
 community-x86_64/glom.install |   13 ---
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-31 19:18:17 UTC (rev 87413)
+++ community-i686/PKGBUILD 2013-03-31 19:18:18 UTC (rev 87414)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Roman Kyrylych roman.kyryl...@gmail.com
-# Contributor: William Rea sillywi...@gmail.com
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-
-pkgname=glom
-pkgver=1.22.0
-pkgrel=4
-pkgdesc=An easy-to-use database designer and user interface
-arch=('i686' 'x86_64')
-url=http://www.glom.org/;
-license=('GPL')
-depends=('gettext' 'boost-libs' 'libgdamm' 'libxml++' 'python2-gobject' 
'libepc' 'goocanvasmm' 'gtksourceviewmm' 'evince' 'postgresql')
-makedepends=('intltool' 'gnome-doc-utils' 'python-sphinx' 'boost')
-options=('!libtool')
-install=$pkgname.install
-source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('e6ce1b0c76cec8c85beba4900a80f257de3cc23a2c65908262fd8be87c2e546a')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---with-postgres-utils=/usr/bin \
---disable-scrollkeeper \
---disable-update-mime-database \
---disable-static \
-PYTHON=python2
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}

Copied: glom/repos/community-i686/PKGBUILD (from rev 87401, 
glom/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-31 19:18:18 UTC (rev 87414)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Roman Kyrylych roman.kyryl...@gmail.com
+# Contributor: William Rea sillywi...@gmail.com
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+
+pkgname=glom
+pkgver=1.22.0
+pkgrel=5
+pkgdesc=An easy-to-use database designer and user interface
+arch=('i686' 'x86_64')
+url=http://www.glom.org/;
+license=('GPL')
+depends=('gettext' 'boost-libs' 'libgdamm' 'libxml++' 'python2-gobject' 
'libepc' 'goocanvasmm' 'gtksourceviewmm' 'evince' 'postgresql')
+makedepends=('intltool' 'gnome-doc-utils' 'python-sphinx' 'boost')
+options=('!libtool')
+install=$pkgname.install
+source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('e6ce1b0c76cec8c85beba4900a80f257de3cc23a2c65908262fd8be87c2e546a')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--with-postgres-utils=/usr/bin \
+--disable-scrollkeeper \
+--disable-update-mime-database \
+--disable-static \
+PYTHON=python2
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/glom.install
===
--- community-i686/glom.install 2013-03-31 19:18:17 UTC (rev 87413)
+++ community-i686/glom.install 2013-03-31 19:18:18 UTC (rev 87414)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-  update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: glom/repos/community-i686/glom.install (from rev 87401, 
glom/repos/community-testing-i686/glom.install)
===
--- community-i686/glom.install (rev 0)
+++ community-i686/glom.install 2013-03-31 19:18:18 UTC (rev 87414)
@@ -0,0 +1,13 @@
+post_install() {
+  

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

2013-03-31 Thread Stéphane Gaudreault
Date: Sunday, March 31, 2013 @ 21:18:20
  Author: stephane
Revision: 87416

db-move: moved gource from [community-testing] to [community] (i686, x86_64)

Added:
  gource/repos/community-i686/PKGBUILD
(from rev 87401, gource/repos/community-testing-i686/PKGBUILD)
  gource/repos/community-x86_64/PKGBUILD
(from rev 87401, gource/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  gource/repos/community-i686/PKGBUILD
  gource/repos/community-testing-i686/
  gource/repos/community-testing-x86_64/
  gource/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-31 19:18:19 UTC (rev 87415)
+++ community-i686/PKGBUILD 2013-03-31 19:18:20 UTC (rev 87416)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jose Valecillos valecillosjg (at) gmail (dot) com
-# Contributor: Olivier Ramonat olivier at ramonat dot fr
-pkgname=gource
-pkgver=0.39
-pkgrel=1
-pkgdesc=software version control visualization
-license=(GPL3)
-arch=(i686 x86_64)
-url=http://code.google.com/p/gource/
-depends=('ftgl' 'sdl' 'sdl_image' 'pcre' 'glew' 'boost-libs')
-makedepends=('boost' 'glm' 'mesa')
-source=(http://gource.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-md5sums=('31d2d34f3f6a0c044243f477e925b8b4')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-  sed -i s/filesystem3/filesystem/g src/logmill.cpp
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-
-   make DESTDIR=$pkgdir install
-}
-# vim: ts=2:sw=2 et:

Copied: gource/repos/community-i686/PKGBUILD (from rev 87401, 
gource/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-31 19:18:20 UTC (rev 87416)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Jose Valecillos valecillosjg (at) gmail (dot) com
+# Contributor: Olivier Ramonat olivier at ramonat dot fr
+pkgname=gource
+pkgver=0.39
+pkgrel=2
+pkgdesc=software version control visualization
+license=(GPL3)
+arch=(i686 x86_64)
+url=http://code.google.com/p/gource/
+depends=('ftgl' 'sdl' 'sdl_image' 'pcre' 'glew' 'boost-libs')
+makedepends=('boost' 'glm' 'mesa')
+source=(http://gource.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+md5sums=('31d2d34f3f6a0c044243f477e925b8b4')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+
+  sed -i s/filesystem3/filesystem/g src/logmill.cpp
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+
+   make DESTDIR=$pkgdir install
+}
+# vim: ts=2:sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-31 19:18:19 UTC (rev 87415)
+++ community-x86_64/PKGBUILD   2013-03-31 19:18:20 UTC (rev 87416)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jose Valecillos valecillosjg (at) gmail (dot) com
-# Contributor: Olivier Ramonat olivier at ramonat dot fr
-pkgname=gource
-pkgver=0.39
-pkgrel=1
-pkgdesc=software version control visualization
-license=(GPL3)
-arch=(i686 x86_64)
-url=http://code.google.com/p/gource/
-depends=('ftgl' 'sdl' 'sdl_image' 'pcre' 'glew' 'boost-libs')
-makedepends=('boost' 'glm' 'mesa')
-source=(http://gource.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-md5sums=('31d2d34f3f6a0c044243f477e925b8b4')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-  sed -i s/filesystem3/filesystem/g src/logmill.cpp
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-
-   make DESTDIR=$pkgdir install
-}
-# vim: ts=2:sw=2 et:

Copied: gource/repos/community-x86_64/PKGBUILD (from rev 87401, 
gource/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-31 19:18:20 UTC (rev 87416)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Jose Valecillos valecillosjg (at) gmail (dot) com
+# Contributor: Olivier Ramonat olivier at ramonat dot fr
+pkgname=gource
+pkgver=0.39
+pkgrel=2
+pkgdesc=software version control visualization
+license=(GPL3)
+arch=(i686 x86_64)
+url=http://code.google.com/p/gource/
+depends=('ftgl' 'sdl' 'sdl_image' 'pcre' 'glew' 'boost-libs')
+makedepends=('boost' 'glm' 'mesa')
+source=(http://gource.googlecode.com/files/$pkgname-$pkgver.tar.gz)

[arch-commits] Commit in gpsdrive/repos (10 files)

2013-03-31 Thread Stéphane Gaudreault
Date: Sunday, March 31, 2013 @ 21:18:21
  Author: stephane
Revision: 87417

db-move: moved gpsdrive from [community-testing] to [community] (i686, x86_64)

Added:
  gpsdrive/repos/community-i686/PKGBUILD
(from rev 87401, gpsdrive/repos/community-testing-i686/PKGBUILD)
  gpsdrive/repos/community-i686/gpsdrive.install
(from rev 87401, gpsdrive/repos/community-testing-i686/gpsdrive.install)
  gpsdrive/repos/community-x86_64/PKGBUILD
(from rev 87401, gpsdrive/repos/community-testing-x86_64/PKGBUILD)
  gpsdrive/repos/community-x86_64/gpsdrive.install
(from rev 87401, gpsdrive/repos/community-testing-x86_64/gpsdrive.install)
Deleted:
  gpsdrive/repos/community-i686/PKGBUILD
  gpsdrive/repos/community-i686/gpsdrive.install
  gpsdrive/repos/community-testing-i686/
  gpsdrive/repos/community-testing-x86_64/
  gpsdrive/repos/community-x86_64/PKGBUILD
  gpsdrive/repos/community-x86_64/gpsdrive.install

---+
 /PKGBUILD |  130 
 /gpsdrive.install |8 ++
 community-i686/PKGBUILD   |   65 --
 community-i686/gpsdrive.install   |4 -
 community-x86_64/PKGBUILD |   65 --
 community-x86_64/gpsdrive.install |4 -
 6 files changed, 138 insertions(+), 138 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-31 19:18:20 UTC (rev 87416)
+++ community-i686/PKGBUILD 2013-03-31 19:18:21 UTC (rev 87417)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Maintainer: damir da...@archlinux.org
-
-pkgname=gpsdrive
-pkgver=2.11
-_pkgver=20120928
-pkgrel=16
-pkgdesc=A car (bike, ship, plane) navigation system
-arch=(i686 x86_64)
-url=http://www.gpsdrive.de/;
-license=('GPL2')
-depends=('gtk2' 'gpsd' 'libxml2' 'curl' 'python2' 'boost-libs' 'gdal' 'mapnik' 
'postgresql-libs' 'openstreetmap-map-icons-svn'
- 'perl-date-manip' 'perl-timedate' 'perl-dbi' 'perl-file-slurp' 
'perl-www-mechanize' 'perl-libwww' 'perl-uri'
- 'perl-text-query' 'perl-www-curl' 'perl-xml-parser' 'perl-xml-simple' 
'perl-xml-twig' 'perl-xml-writer')
-makedepends=('cmake=2.4.4' 'boost' 'cfitsio')
-install=gpsdrive.install
-#source=(http://www.gpsdrive.de/packages/${pkgname}-${pkgver}.tar.gz;)
-source=(http://arch.p5n.pp.ru/~sergej/dl/2012/${pkgname}-${_pkgver}.tar.gz;)
-md5sums=('bc53792529788b81c291a32d628a4850')
-
-build() {
-  cd $srcdir
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print); do
-sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
-  done
-
-  rm -rf build
-  mkdir build
-  cd build
-
-  sed -i 's|GdkGC \*kontext_map;|extern GdkGC *kontext_map;|' 
$srcdir/gpsdrive-${_pkgver}/src/gpsdrive.c
-  sed -i '22,1i#include mapnik/graphics.hpp' 
$srcdir/gpsdrive-${_pkgver}/src/mapnik.cpp
-
-  export CFLAGS=-I/usr/include/gdk-pixbuf-2.0/
-  export CPPFLAGS=-I/usr/include/gdk-pixbuf-2.0/
-  export CXXFLAGS=-I/usr/include/gdk-pixbuf-2.0/
-  export LDFLAGS=`pkg-config --libs gtk+-2.0 gmodule-2.0` -lboost_system 
-lboost_thread
-
-  # see DefineOptions.cmake for a list of common options and defaults
-  # cmake -L for a more in-depth listing
-  cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_SCRIPTS=ON \
--DWITH_MAPNIK=ON \
--DWITH_POSTGIS=ON \
--DWITH_GDAL=ON \
--DWITH_BASEMAPS=ON \
--DWITH_FRIENDSD=ON \
--DWITH_KISMET=ON \
--DWITH_NAVIGATION=ON \
--DWITH_SPEECH=OFF \
--DWITH_DBUS=OFF \
--DLIBGPS_OLD=OFF \
-$srcdir/gpsdrive-${_pkgver}
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: gpsdrive/repos/community-i686/PKGBUILD (from rev 87401, 
gpsdrive/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-31 19:18:21 UTC (rev 87417)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Maintainer: damir da...@archlinux.org
+
+pkgname=gpsdrive
+pkgver=2.11
+_pkgver=20120928
+pkgrel=17
+pkgdesc=A car (bike, ship, plane) navigation system
+arch=(i686 x86_64)
+url=http://www.gpsdrive.de/;
+license=('GPL2')
+depends=('gtk2' 'gpsd' 'libxml2' 'curl' 'python2' 'boost-libs' 'gdal' 'mapnik' 
'postgresql-libs' 'openstreetmap-map-icons-svn'
+ 'perl-date-manip' 'perl-timedate' 'perl-dbi' 'perl-file-slurp' 
'perl-www-mechanize' 'perl-libwww' 'perl-uri'
+ 'perl-text-query' 'perl-www-curl' 'perl-xml-parser' 'perl-xml-simple' 
'perl-xml-twig' 'perl-xml-writer')
+makedepends=('cmake=2.4.4' 'boost' 'cfitsio')
+install=gpsdrive.install

  1   2   3   4   5   6   7   8   9   10   >