[arch-commits] Commit in linux-api-headers/trunk (PKGBUILD)

2012-07-21 Thread Allan McRae
Date: Saturday, July 21, 2012 @ 03:49:06
  Author: allan
Revision: 163831

upgpkg: linux-api-headers 3.4.6-1

upstream patch level bump

Modified:
  linux-api-headers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-21 02:22:53 UTC (rev 163830)
+++ PKGBUILD2012-07-21 07:49:06 UTC (rev 163831)
@@ -4,7 +4,7 @@
 # toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
 
 pkgname=linux-api-headers
-pkgver=3.4.4
+pkgver=3.4.6
 _basever=3.4
 pkgrel=1
 pkgdesc=Kernel headers sanitized for use in userspace
@@ -17,7 +17,7 @@
 #http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.sign
 #http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.sign
 md5sums=('967f72983655e2479f951195953e8480'
- '58e6672d932d74d5e2b6811b9d37d67c')
+ '14443e53d3ab88e6eac45d954d891e00')
 
 build() {
   cd ${srcdir}/linux-${_basever}



[arch-commits] Commit in linux-api-headers/repos (4 files)

2012-07-21 Thread Allan McRae
Date: Saturday, July 21, 2012 @ 03:49:51
  Author: allan
Revision: 163832

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

Added:
  linux-api-headers/repos/testing-i686/
  linux-api-headers/repos/testing-i686/PKGBUILD
(from rev 163831, linux-api-headers/trunk/PKGBUILD)
  linux-api-headers/repos/testing-x86_64/
  linux-api-headers/repos/testing-x86_64/PKGBUILD
(from rev 163831, linux-api-headers/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   39 +++
 testing-x86_64/PKGBUILD |   39 +++
 2 files changed, 78 insertions(+)

Copied: linux-api-headers/repos/testing-i686/PKGBUILD (from rev 163831, 
linux-api-headers/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-21 07:49:51 UTC (rev 163832)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+
+pkgname=linux-api-headers
+pkgver=3.4.6
+_basever=3.4
+pkgrel=1
+pkgdesc=Kernel headers sanitized for use in userspace
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/libc;
+license=('GPL2')
+source=(http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.xz
+http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz)
+# NOTE: signatures are not automatically verified by makepkg
+#http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.sign
+#http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.sign
+md5sums=('967f72983655e2479f951195953e8480'
+ '14443e53d3ab88e6eac45d954d891e00')
+
+build() {
+  cd ${srcdir}/linux-${_basever}
+  [[ $pkgver != $_basever ]]  patch -p1 -i ${srcdir}/patch-${pkgver}
+
+  make mrproper
+  make headers_check
+}
+
+package() {
+  cd ${srcdir}/linux-${_basever}
+  make INSTALL_HDR_PATH=${pkgdir}/usr headers_install
+
+  # use headers from libdrm
+  rm -rf ${pkgdir}/usr/include/drm
+  
+  # clean-up unnecessary files generated during install
+  find ${pkgdir} \( -name .install -o -name ..install.cmd \) -delete
+}

Copied: linux-api-headers/repos/testing-x86_64/PKGBUILD (from rev 163831, 
linux-api-headers/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-07-21 07:49:51 UTC (rev 163832)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+
+pkgname=linux-api-headers
+pkgver=3.4.6
+_basever=3.4
+pkgrel=1
+pkgdesc=Kernel headers sanitized for use in userspace
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/libc;
+license=('GPL2')
+source=(http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.xz
+http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz)
+# NOTE: signatures are not automatically verified by makepkg
+#http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.sign
+#http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.sign
+md5sums=('967f72983655e2479f951195953e8480'
+ '14443e53d3ab88e6eac45d954d891e00')
+
+build() {
+  cd ${srcdir}/linux-${_basever}
+  [[ $pkgver != $_basever ]]  patch -p1 -i ${srcdir}/patch-${pkgver}
+
+  make mrproper
+  make headers_check
+}
+
+package() {
+  cd ${srcdir}/linux-${_basever}
+  make INSTALL_HDR_PATH=${pkgdir}/usr headers_install
+
+  # use headers from libdrm
+  rm -rf ${pkgdir}/usr/include/drm
+  
+  # clean-up unnecessary files generated during install
+  find ${pkgdir} \( -name .install -o -name ..install.cmd \) -delete
+}



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

2012-07-21 Thread Allan McRae
Date: Saturday, July 21, 2012 @ 06:29:53
  Author: allan
Revision: 163833

upgpkg: flex 2.5.36-1

upstream update

Modified:
  flex/trunk/PKGBUILD

--+
 PKGBUILD |   35 ++-
 1 file changed, 10 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-21 07:49:51 UTC (rev 163832)
+++ PKGBUILD2012-07-21 10:29:53 UTC (rev 163833)
@@ -3,8 +3,8 @@
 # Contributor: judd jvi...@zeroflux.org
 
 pkgname=flex
-pkgver=2.5.35
-pkgrel=5
+pkgver=2.5.36
+pkgrel=1
 pkgdesc=A tool for generating text-scanning programs
 arch=('i686' 'x86_64')
 url=http://flex.sourceforge.net;
@@ -12,48 +12,33 @@
 groups=('base-devel')
 depends=('glibc' 'm4' 'sh')
 install=flex.install
-source=(http://downloads.sourceforge.net/sourceforge/flex/flex-$pkgver.tar.bz2 
-flex-2.5.35-gcc44.patch
-flex-2.5.35-hardening.patch
-flex-2.5.35-missing-prototypes.patch
-flex-2.5.35-sign.patch
+source=(http://downloads.sourceforge.net/sourceforge/flex/flex-$pkgver.tar.bz2
 lex.sh)
-md5sums=('10714e50cea54dc7a227e3eddcd44d57'
- 'eef5c07db71a43280be74139bdea'
- 'de952b3ed7cc074bc8c3e6ab73634048'
- '6b83f56b1b654c6a321cdc530a3ec68d'
- 'd87fd9e9762ba7e230d516bdcf1c8c6f'
+md5sums=('5e637290609fd3c2f1f2e75ac2bce1c5'
  'f725259ec23a9e87ee29e2ef82eda9a5')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-
-  patch -Np1 -i $srcdir/flex-2.5.35-gcc44.patch
-  patch -Np1 -i $srcdir/flex-2.5.35-hardening.patch
-  patch -Np1 -i $srcdir/flex-2.5.35-missing-prototypes.patch
-  patch -Np1 -i $srcdir/flex-2.5.35-sign.patch
-
-  ./configure --prefix=/usr \
---mandir=/usr/share/man --infodir=/usr/share/info
+  ./configure --prefix=/usr
   make
 }
 
 check() {
   cd $srcdir/$pkgname-$pkgver
+  
+  # these tests used features removed in bison-2.6
+  sed -i -e '/test-bison-yylloc/d' -e '/test-bison-yylval/d' tests/Makefile.in
+
   make check
 }
 
 package() {
   cd $srcdir/$pkgname-$pkgver
 
-  make prefix=$pkgdir/usr \
-mandir=$pkgdir/usr/share/man \
-infodir=$pkgdir/usr/share/info \
-install
+  make DESTDIR=$pkgdir install
   install -Dm755 $srcdir/lex.sh $pkgdir/usr/bin/lex
 
   install -Dm644 COPYING \
$pkgdir/usr/share/licenses/$pkgname/license.txt
-   
 }
 



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

2012-07-21 Thread Allan McRae
Date: Saturday, July 21, 2012 @ 06:31:39
  Author: allan
Revision: 163834

upgpkg: flex 2.5.36-1

upstream update

Deleted:
  flex/trunk/flex-2.5.35-gcc44.patch
  flex/trunk/flex-2.5.35-hardening.patch
  flex/trunk/flex-2.5.35-missing-prototypes.patch
  flex/trunk/flex-2.5.35-sign.patch

--+
 flex-2.5.35-gcc44.patch  |   22 -
 flex-2.5.35-hardening.patch  |   36 --
 flex-2.5.35-missing-prototypes.patch |   53 -
 flex-2.5.35-sign.patch   |   11 --
 4 files changed, 122 deletions(-)

Deleted: flex-2.5.35-gcc44.patch
===
--- flex-2.5.35-gcc44.patch 2012-07-21 10:29:53 UTC (rev 163833)
+++ flex-2.5.35-gcc44.patch 2012-07-21 10:31:39 UTC (rev 163834)
@@ -1,22 +0,0 @@
-diff -urNp flex-2.5.35.orig/flex.skl flex-2.5.35/flex.skl
 flex-2.5.35.orig/flex.skl  2009-04-20 03:09:46.0 +0530
-+++ flex-2.5.35/flex.skl   2009-04-20 07:46:58.0 +0530
-@@ -217,6 +217,7 @@ m4preproc_include(`flexint.h')
- /* begin standard C++ headers. */
- #include iostream 
- #include errno.h
-+#include cstdio
- #include cstdlib
- #include cstring
- /* end standard C++ headers. */
-diff -urNp flex-2.5.35.orig/skel.c flex-2.5.35/skel.c
 flex-2.5.35.orig/skel.c2009-04-20 03:09:46.0 +0530
-+++ flex-2.5.35/skel.c 2009-04-20 07:46:40.0 +0530
-@@ -284,6 +284,7 @@ const char *skel[] = {
-   /* begin standard C++ headers. */,
-   #include iostream ,
-   #include errno.h,
-+  #include cstdio,
-   #include cstdlib,
-   #include cstring,
-   /* end standard C++ headers. */,

Deleted: flex-2.5.35-hardening.patch
===
--- flex-2.5.35-hardening.patch 2012-07-21 10:29:53 UTC (rev 163833)
+++ flex-2.5.35-hardening.patch 2012-07-21 10:31:39 UTC (rev 163834)
@@ -1,36 +0,0 @@
-diff -u flex-2.5.35/scan.c flex-2.5.35/scan.c
 flex-2.5.35/scan.c
-+++ flex-2.5.35/scan.c
-@@ -2096,7 +2096,7 @@
- /* This used to be an fputs(), but since the string might contain NUL's,
-  * we now use fwrite().
-  */
--#define ECHO fwrite( yytext, yyleng, 1, yyout )
-+#define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
- #endif
- 
- /* Gets input and stuffs it into buf.  number of characters read, or 
YY_NULL,
-diff -u flex-2.5.35/flex.skl flex-2.5.35/flex.skl
 flex-2.5.35/flex.skl
-+++ flex-2.5.35/flex.skl
-@@ -1075,7 +1075,7 @@
- /* This used to be an fputs(), but since the string might contain NUL's,
-  * we now use fwrite().
-  */
--#define ECHO fwrite( yytext, yyleng, 1, yyout )
-+#define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
- %endif
- %if-c++-only C++ definition
- #define ECHO LexerOutput( yytext, yyleng )
-diff -u flex-2.5.35/skel.c flex-2.5.35/skel.c
 flex-2.5.35/skel.c
-+++ flex-2.5.35/skel.c
-@@ -1142,7 +1142,7 @@
-   /* This used to be an fputs(), but since the string might contain NUL's,,
-* we now use fwrite().,
-*/,
--  #define ECHO fwrite( yytext, yyleng, 1, yyout ),
-+  #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0),
-   %endif,
-   %if-c++-only C++ definition,
-   #define ECHO LexerOutput( yytext, yyleng ),

Deleted: flex-2.5.35-missing-prototypes.patch
===
--- flex-2.5.35-missing-prototypes.patch2012-07-21 10:29:53 UTC (rev 
163833)
+++ flex-2.5.35-missing-prototypes.patch2012-07-21 10:31:39 UTC (rev 
163834)
@@ -1,53 +0,0 @@
-diff -up flex-2.5.35/flex.skl\~ flex-2.5.35/flex.skl
 flex-2.5.35/flex.skl~  2010-07-13 17:18:43.0 +0200
-+++ flex-2.5.35/flex.skl   2010-07-13 17:23:49.0 +0200
-@@ -960,6 +960,22 @@ m4_ifdef( [[M4_YY_NO_SET_LINENO]],,
- void yyset_lineno M4_YY_PARAMS( int line_number M4_YY_PROTO_LAST_ARG );
- ]])
- 
-+m4_ifdef( [[M4_YY_REENTRANT]],
-+[[
-+m4_ifdef( [[M4_YY_NO_GET_COLUMN]],,
-+[[
-+int yyget_column  M4_YY_PARAMS( M4_YY_PROTO_ONLY_ARG );
-+]])
-+]])
-+
-+m4_ifdef( [[M4_YY_REENTRANT]],
-+[[
-+m4_ifdef( [[M4_YY_NO_SET_COLUMN]],,
-+[[
-+void yyset_column M4_YY_PARAMS( int column_no M4_YY_PROTO_LAST_ARG );
-+]])
-+]])
-+
- %if-bison-bridge
- m4_ifdef( [[M4_YY_NO_GET_LVAL]],,
- [[
-
-Diff finished.  Tue Jul 13 17:27:50 2010
 flex-2.5.35/skel.c~2010-07-14 13:15:42.0 +0200
-+++ flex-2.5.35/skel.c 2010-07-14 13:16:05.0 +0200
-@@ -1027,6 +1027,22 @@
-   void yyset_lineno M4_YY_PARAMS( int line_number M4_YY_PROTO_LAST_ARG );,
-   ]]),
-   ,
-+  m4_ifdef( [[M4_YY_REENTRANT]],,
-+  [[,
-+  m4_ifdef( [[M4_YY_NO_GET_COLUMN]],,,
-+  [[,
-+  int yyget_column  M4_YY_PARAMS( M4_YY_PROTO_ONLY_ARG );,
-+  ]]),
-+  ]]),
-+  ,
-+  m4_ifdef( [[M4_YY_REENTRANT]],,
-+  [[,
-+  m4_ifdef( [[M4_YY_NO_SET_COLUMN]],,,
-+  [[,
-+  void yyset_column M4_YY_PARAMS( int column_no M4_YY_PROTO_LAST_ARG );,
-+  ]]),
-+  ]]),
-+  ,
-   

[arch-commits] Commit in xf86-video-dummy/trunk (PKGBUILD)

2012-07-21 Thread andyrtr
Date: Saturday, July 21, 2012 @ 06:33:19
  Author: andyrtr
Revision: 163835

upgpkg: xf86-video-dummy 0.3.6-1

upstream update 0.3.6

Modified:
  xf86-video-dummy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-21 10:31:39 UTC (rev 163834)
+++ PKGBUILD2012-07-21 10:33:19 UTC (rev 163835)
@@ -2,7 +2,7 @@
 #Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xf86-video-dummy
-pkgver=0.3.5
+pkgver=0.3.6
 pkgrel=1
 pkgdesc=X.org dummy video driver
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 groups=('xorg-drivers' 'xorg')
 options=('!libtool')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('41cfcaec986ab13e931d260953c5a3f626fd1d2b')
+sha256sums=('44335b640126d339700256dae731bd5af79afd027da172bad8a991a33a1de798')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in xf86-video-dummy/repos (4 files)

2012-07-21 Thread andyrtr
Date: Saturday, July 21, 2012 @ 06:34:04
  Author: andyrtr
Revision: 163836

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

Added:
  xf86-video-dummy/repos/extra-i686/PKGBUILD
(from rev 163835, xf86-video-dummy/trunk/PKGBUILD)
  xf86-video-dummy/repos/extra-x86_64/PKGBUILD
(from rev 163835, xf86-video-dummy/trunk/PKGBUILD)
Deleted:
  xf86-video-dummy/repos/extra-i686/PKGBUILD
  xf86-video-dummy/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-21 10:33:19 UTC (rev 163835)
+++ extra-i686/PKGBUILD 2012-07-21 10:34:04 UTC (rev 163836)
@@ -1,30 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-dummy
-pkgver=0.3.5
-pkgrel=1
-pkgdesc=X.org dummy video driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel=1.11.99.903' 'xf86dgaproto')
-conflicts=('xorg-server1.11.99.903')
-groups=('xorg-drivers' 'xorg')
-options=('!libtool')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('41cfcaec986ab13e931d260953c5a3f626fd1d2b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xf86-video-dummy/repos/extra-i686/PKGBUILD (from rev 163835, 
xf86-video-dummy/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-21 10:34:04 UTC (rev 163836)
@@ -0,0 +1,30 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-dummy
+pkgver=0.3.6
+pkgrel=1
+pkgdesc=X.org dummy video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel=1.11.99.903' 'xf86dgaproto')
+conflicts=('xorg-server1.11.99.903')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('44335b640126d339700256dae731bd5af79afd027da172bad8a991a33a1de798')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-07-21 10:33:19 UTC (rev 163835)
+++ extra-x86_64/PKGBUILD   2012-07-21 10:34:04 UTC (rev 163836)
@@ -1,30 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-dummy
-pkgver=0.3.5
-pkgrel=1
-pkgdesc=X.org dummy video driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel=1.11.99.903' 'xf86dgaproto')
-conflicts=('xorg-server1.11.99.903')
-groups=('xorg-drivers' 'xorg')
-options=('!libtool')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('41cfcaec986ab13e931d260953c5a3f626fd1d2b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xf86-video-dummy/repos/extra-x86_64/PKGBUILD (from rev 163835, 
xf86-video-dummy/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-07-21 10:34:04 UTC (rev 163836)
@@ -0,0 +1,30 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-dummy
+pkgver=0.3.6
+pkgrel=1
+pkgdesc=X.org dummy video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel=1.11.99.903' 'xf86dgaproto')
+conflicts=('xorg-server1.11.99.903')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('44335b640126d339700256dae731bd5af79afd027da172bad8a991a33a1de798')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make 

[arch-commits] Commit in xf86-video-vesa/trunk (PKGBUILD)

2012-07-21 Thread andyrtr
Date: Saturday, July 21, 2012 @ 06:35:58
  Author: andyrtr
Revision: 163837

upgpkg: xf86-video-vesa 2.3.2-1

upstream update 2.3.2

Modified:
  xf86-video-vesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-21 10:34:04 UTC (rev 163836)
+++ PKGBUILD2012-07-21 10:35:58 UTC (rev 163837)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xf86-video-vesa
-pkgver=2.3.1
+pkgver=2.3.2
 pkgrel=1
 pkgdesc=X.org vesa video driver
 arch=(i686 x86_64)
@@ -15,8 +15,8 @@
 options=('!libtool')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
 revert-kernelcheck.patch)
-sha1sums=('acb4f8104f16476d46ceb366aa932783c3644ead'
-  'c14454521ac91aaa08aad8a6025d7720a613d54b')
+sha256sums=('144a17ffae3c86603ddc4ae33521a52813498ee1f8213faa662dc4a8d6490ee3'
+'ef591a342cea65f1b08e84771ae0de84395c98ac8a71739dbf5c0a7f7a36543c')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in xf86-video-vesa/repos (8 files)

2012-07-21 Thread andyrtr
Date: Saturday, July 21, 2012 @ 06:36:33
  Author: andyrtr
Revision: 163838

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

Added:
  xf86-video-vesa/repos/extra-i686/PKGBUILD
(from rev 163837, xf86-video-vesa/trunk/PKGBUILD)
  xf86-video-vesa/repos/extra-i686/revert-kernelcheck.patch
(from rev 163837, xf86-video-vesa/trunk/revert-kernelcheck.patch)
  xf86-video-vesa/repos/extra-x86_64/PKGBUILD
(from rev 163837, xf86-video-vesa/trunk/PKGBUILD)
  xf86-video-vesa/repos/extra-x86_64/revert-kernelcheck.patch
(from rev 163837, xf86-video-vesa/trunk/revert-kernelcheck.patch)
Deleted:
  xf86-video-vesa/repos/extra-i686/PKGBUILD
  xf86-video-vesa/repos/extra-i686/revert-kernelcheck.patch
  xf86-video-vesa/repos/extra-x86_64/PKGBUILD
  xf86-video-vesa/repos/extra-x86_64/revert-kernelcheck.patch

---+
 extra-i686/PKGBUILD   |   66 
 extra-i686/revert-kernelcheck.patch   |   62 +++---
 extra-x86_64/PKGBUILD |   66 
 extra-x86_64/revert-kernelcheck.patch |   62 +++---
 4 files changed, 128 insertions(+), 128 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-21 10:35:58 UTC (rev 163837)
+++ extra-i686/PKGBUILD 2012-07-21 10:36:33 UTC (rev 163838)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-vesa
-pkgver=2.3.1
-pkgrel=1
-pkgdesc=X.org vesa video driver
-arch=(i686 x86_64)
-license=('custom')
-url=http://xorg.freedesktop.org/;
-depends=('glibc')
-makedepends=('pkgconfig' 'xorg-server-devel=1.11.99.903')
-conflicts=('xorg-server1.11.99.903')
-groups=('xorg-drivers' 'xorg')
-options=('!libtool')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-revert-kernelcheck.patch)
-sha1sums=('acb4f8104f16476d46ceb366aa932783c3644ead'
-  'c14454521ac91aaa08aad8a6025d7720a613d54b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -R -i ${srcdir}/revert-kernelcheck.patch
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xf86-video-vesa/repos/extra-i686/PKGBUILD (from rev 163837, 
xf86-video-vesa/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-21 10:36:33 UTC (rev 163838)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-vesa
+pkgver=2.3.2
+pkgrel=1
+pkgdesc=X.org vesa video driver
+arch=(i686 x86_64)
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('pkgconfig' 'xorg-server-devel=1.11.99.903')
+conflicts=('xorg-server1.11.99.903')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+revert-kernelcheck.patch)
+sha256sums=('144a17ffae3c86603ddc4ae33521a52813498ee1f8213faa662dc4a8d6490ee3'
+'ef591a342cea65f1b08e84771ae0de84395c98ac8a71739dbf5c0a7f7a36543c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -R -i ${srcdir}/revert-kernelcheck.patch
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: extra-i686/revert-kernelcheck.patch
===
--- extra-i686/revert-kernelcheck.patch 2012-07-21 10:35:58 UTC (rev 163837)
+++ extra-i686/revert-kernelcheck.patch 2012-07-21 10:36:33 UTC (rev 163838)
@@ -1,31 +0,0 @@
-From b1f7f190f9d4f2ab63d3e9ade3e7e04bb4b1f89f Mon Sep 17 00:00:00 2001
-From: Adam Jackson a...@redhat.com
-Date: Wed, 08 Dec 2010 18:45:32 +
-Subject: Refuse to load if there's a kernel driver bound to the device
-
-Ported from the equivalent check in nv.
-
-Signed-off-by: Adam Jackson a...@redhat.com

-diff --git a/src/vesa.c b/src/vesa.c
-index 168fde1..2523d76 100644
 a/src/vesa.c
-+++ b/src/vesa.c
-@@ -431,8 +431,14 @@ VESAPciProbe(DriverPtr drv, int entity_num, struct 
pci_device *dev,
- pScrn = xf86ConfigPciEntity(NULL, 0, entity_num, NULL, 
-   NULL, NULL, NULL, NULL, NULL);
- if (pScrn != NULL) {
--  VESAPtr pVesa = VESAGetRec(pScrn);
-+  VESAPtr pVesa;
- 
-+  if (pci_device_has_kernel_driver(dev)) {
-+  ErrorF(vesa: Ignoring device with a bound kernel driver\n);
-+  return FALSE;
-+  }
-+
-+  pVesa = VESAGetRec(pScrn);
-   VESAInitScrn(pScrn);
-   

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

2012-07-21 Thread Allan McRae
Date: Saturday, July 21, 2012 @ 06:43:39
  Author: allan
Revision: 163839

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

Added:
  flex/repos/testing-i686/
  flex/repos/testing-i686/PKGBUILD
(from rev 163838, flex/trunk/PKGBUILD)
  flex/repos/testing-i686/flex.install
(from rev 163838, flex/trunk/flex.install)
  flex/repos/testing-i686/lex.sh
(from rev 163838, flex/trunk/lex.sh)
  flex/repos/testing-x86_64/
  flex/repos/testing-x86_64/PKGBUILD
(from rev 163838, flex/trunk/PKGBUILD)
  flex/repos/testing-x86_64/flex.install
(from rev 163838, flex/trunk/flex.install)
  flex/repos/testing-x86_64/lex.sh
(from rev 163838, flex/trunk/lex.sh)

-+
 testing-i686/PKGBUILD   |   44 ++
 testing-i686/flex.install   |   22 +
 testing-i686/lex.sh |3 ++
 testing-x86_64/PKGBUILD |   44 ++
 testing-x86_64/flex.install |   22 +
 testing-x86_64/lex.sh   |3 ++
 6 files changed, 138 insertions(+)

Copied: flex/repos/testing-i686/PKGBUILD (from rev 163838, flex/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-21 10:43:39 UTC (rev 163839)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=flex
+pkgver=2.5.36
+pkgrel=1
+pkgdesc=A tool for generating text-scanning programs
+arch=('i686' 'x86_64')
+url=http://flex.sourceforge.net;
+license=('custom')
+groups=('base-devel')
+depends=('glibc' 'm4' 'sh')
+install=flex.install
+source=(http://downloads.sourceforge.net/sourceforge/flex/flex-$pkgver.tar.bz2
+lex.sh)
+md5sums=('5e637290609fd3c2f1f2e75ac2bce1c5'
+ 'f725259ec23a9e87ee29e2ef82eda9a5')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  
+  # these tests used features removed in bison-2.6
+  sed -i -e '/test-bison-yylloc/d' -e '/test-bison-yylval/d' tests/Makefile.in
+
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+  install -Dm755 $srcdir/lex.sh $pkgdir/usr/bin/lex
+
+  install -Dm644 COPYING \
+   $pkgdir/usr/share/licenses/$pkgname/license.txt
+}
+

Copied: flex/repos/testing-i686/flex.install (from rev 163838, 
flex/trunk/flex.install)
===
--- testing-i686/flex.install   (rev 0)
+++ testing-i686/flex.install   2012-07-21 10:43:39 UTC (rev 163839)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+filelist=(flex.info{,-1,-2})
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Copied: flex/repos/testing-i686/lex.sh (from rev 163838, flex/trunk/lex.sh)
===
--- testing-i686/lex.sh (rev 0)
+++ testing-i686/lex.sh 2012-07-21 10:43:39 UTC (rev 163839)
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec /usr/bin/flex -l $@

Copied: flex/repos/testing-x86_64/PKGBUILD (from rev 163838, 
flex/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-07-21 10:43:39 UTC (rev 163839)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=flex
+pkgver=2.5.36
+pkgrel=1
+pkgdesc=A tool for generating text-scanning programs
+arch=('i686' 'x86_64')
+url=http://flex.sourceforge.net;
+license=('custom')
+groups=('base-devel')
+depends=('glibc' 'm4' 'sh')
+install=flex.install
+source=(http://downloads.sourceforge.net/sourceforge/flex/flex-$pkgver.tar.bz2
+lex.sh)
+md5sums=('5e637290609fd3c2f1f2e75ac2bce1c5'
+ 'f725259ec23a9e87ee29e2ef82eda9a5')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  
+  # these tests used features removed in bison-2.6
+  sed -i -e '/test-bison-yylloc/d' -e '/test-bison-yylval/d' tests/Makefile.in
+
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+  install -Dm755 $srcdir/lex.sh $pkgdir/usr/bin/lex
+
+  install -Dm644 COPYING \
+   $pkgdir/usr/share/licenses/$pkgname/license.txt
+}
+

Copied: flex/repos/testing-x86_64/flex.install (from rev 163838, 
flex/trunk/flex.install)

[arch-commits] Commit in xf86-video-chips/trunk (3 files)

2012-07-21 Thread andyrtr
Date: Saturday, July 21, 2012 @ 06:58:44
  Author: andyrtr
Revision: 163840

upgpkg: xf86-video-chips 1.2.5-1

upstream update 1.2.5

Added:
  xf86-video-chips/trunk/iopl.h
Modified:
  xf86-video-chips/trunk/PKGBUILD
Deleted:
  xf86-video-chips/trunk/chips-1.2.4-git.patch

---+
 PKGBUILD  |   13 
 chips-1.2.4-git.patch |  912 
 iopl.h|   60 +++
 3 files changed, 66 insertions(+), 919 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-21 10:43:39 UTC (rev 163839)
+++ PKGBUILD2012-07-21 10:58:44 UTC (rev 163840)
@@ -3,8 +3,8 @@
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 
 pkgname=xf86-video-chips
-pkgver=1.2.4
-pkgrel=4
+pkgver=1.2.5
+pkgrel=1
 pkgdesc=X.org Chips and Technologies video driver
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
@@ -14,14 +14,13 @@
 conflicts=('xorg-server1.11.99.902')
 groups=('xorg-drivers' 'xorg')
 options=('!libtool')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-chips-1.2.4-git.patch)
-sha1sums=('71f474335d05f93b2451a7a0750c4409669641a4'
-  'b13ff000e3f6f06c1a7fd55e9e0ad6078f1b4e5b')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 iopl.h)
+sha256sums=('8d3c744d035b3d769049647bb8022ec24500d31b1b224cd0ea4efe61f86bfed2'
+'d04607e51f9064fb128beceda9660feadb7775b585466a5b9fb04f942effc670')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/chips-1.2.4-git.patch
+  cp ${srcdir}/iopl.h util/
   ./configure --prefix=/usr
   make
 }

Deleted: chips-1.2.4-git.patch
===
--- chips-1.2.4-git.patch   2012-07-21 10:43:39 UTC (rev 163839)
+++ chips-1.2.4-git.patch   2012-07-21 10:58:44 UTC (rev 163840)
@@ -1,912 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index 225e516..c0ed508 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -44,9 +44,6 @@ XORG_DEFAULT_OPTIONS
- AC_DISABLE_STATIC
- AC_PROG_LIBTOOL
- 
--# Checks for programs.
--AM_PROG_CC_C_O
--
- AH_TOP([#include xorg-server.h])
- 
- # Define a configure option for an alternate module directory
-diff --git a/man/chips.man b/man/chips.man
-index 740af38..0c022ee 100644
 a/man/chips.man
-+++ b/man/chips.man
-@@ -165,9 +165,6 @@ Force the use of memory mapped IO where it can be used. 
Default: off
- Force driver to leave centering and stretching registers alone. This
- can fix some laptop suspend/resume problems. Default: off
- .TP
--.BI Option \*qOverlay\*q
--Enable 8+24 overlay mode.  Only appropriate for depth 24.  Default: off.
--.TP
- .BI Option \*qColorKey\*q \*q integer \*q
- Set the colormap index used for the transparency key for the depth 8 plane
- when operating in 8+16 overlay mode.  The value must be in the range
-diff --git a/src/ct_accel.c b/src/ct_accel.c
-index 3920b0a..4b5776a 100644
 a/src/ct_accel.c
-+++ b/src/ct_accel.c
-@@ -428,19 +428,7 @@ chips_imagewrite:
- infoPtr-ImageWriteFlags |= NO_PLANEMASK;
- #endif
- 
--
--#ifdef CHIPS_HIQV
--if (XAAInit(pScreen, infoPtr)) {
--  if (cPtr-Flags  ChipsOverlay8plus16)  
--  return(XAAInitDualFramebufferOverlay(pScreen,
--   CTNAME(DepthChange)));
--  else
--  return TRUE;
--} else
--  return FALSE;
--#else
- return(XAAInit(pScreen, infoPtr));
--#endif
- }
- 
- #ifdef CHIPS_HIQV
-@@ -1243,11 +1231,6 @@ 
CTNAME(SubsequentScreenToScreenColorExpandFill)(ScrnInfoPtr pScrn,
- #endif
- w *= cAcl-BytesPerPixel;
- ctBLTWAIT;
--#ifdef CHIPS_HIQV
--if ((y = pScrn-virtualY)  (cPtr-Flags  ChipsOverlay8plus16) 
--  (pScrn-depth == 8))
--  ctSETPITCH(cAcl-PitchInBytes  1, cAcl-PitchInBytes);
--#endif
- ctSETSRCADDR(srcaddr);
- ctSETDSTADDR(destaddr);
- #ifdef CHIPS_HIQV
-@@ -1271,10 +1254,6 @@ CTNAME(SetupForColor8x8PatternFill)(ScrnInfoPtr pScrn, 
int patx, int paty,
- patternaddr = (paty * pScrn-displayWidth + 
-  (patx  ~0x3F)) * cAcl-BytesPerPixel;
- cAcl-patternyrot = (patx  0x3F)  3;
--#ifdef CHIPS_HIQV
--if (cPtr-Flags  ChipsOverlay8plus16)
--  patternaddr += cPtr-FbOffset16;
--#endif
- 
- ctBLTWAIT;
- ctSETPATSRCADDR(patternaddr);
-@@ -1338,10 +1317,7 @@ CTNAME(SetupForMono8x8PatternFill)(ScrnInfoPtr pScrn, 
int patx, int paty,
- 
- #ifdef CHIPS_HIQV
- patternaddr = paty * pScrn-displayWidth + patx;
--if (cPtr-Flags  ChipsOverlay8plus16)
--  patternaddr = patternaddr * 2 + cPtr-FbOffset16;
--else
--  patternaddr *= cAcl-BytesPerPixel;
-+patternaddr *= cAcl-BytesPerPixel;
- #else
- patternaddr = (paty * pScrn-displayWidth + patx) * cAcl-BytesPerPixel;
- #endif
-@@ -1593,10 +1569,7 @@ CTNAME(WritePixmap)(ScrnInfoPtr pScrn, int x, int y, 
int w, int h,
- dwords = (((skipleft  + bytesPerLine + 0x7)  ~0x7)) 

[arch-commits] Commit in xf86-video-chips/repos (8 files)

2012-07-21 Thread andyrtr
Date: Saturday, July 21, 2012 @ 06:59:26
  Author: andyrtr
Revision: 163841

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

Added:
  xf86-video-chips/repos/extra-i686/PKGBUILD
(from rev 163840, xf86-video-chips/trunk/PKGBUILD)
  xf86-video-chips/repos/extra-i686/iopl.h
(from rev 163840, xf86-video-chips/trunk/iopl.h)
  xf86-video-chips/repos/extra-x86_64/PKGBUILD
(from rev 163840, xf86-video-chips/trunk/PKGBUILD)
  xf86-video-chips/repos/extra-x86_64/iopl.h
(from rev 163840, xf86-video-chips/trunk/iopl.h)
Deleted:
  xf86-video-chips/repos/extra-i686/PKGBUILD
  xf86-video-chips/repos/extra-i686/chips-1.2.4-git.patch
  xf86-video-chips/repos/extra-x86_64/PKGBUILD
  xf86-video-chips/repos/extra-x86_64/chips-1.2.4-git.patch

+
 extra-i686/PKGBUILD|   69 +-
 extra-i686/chips-1.2.4-git.patch   |  912 ---
 extra-i686/iopl.h  |   60 ++
 extra-x86_64/PKGBUILD  |   69 +-
 extra-x86_64/chips-1.2.4-git.patch |  912 ---
 extra-x86_64/iopl.h|   60 ++
 6 files changed, 188 insertions(+), 1894 deletions(-)

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


[arch-commits] Commit in mkvtoolnix/trunk (PKGBUILD mm_io.patch)

2012-07-21 Thread Giovanni Scafora
Date: Saturday, July 21, 2012 @ 07:03:32
  Author: giovanni
Revision: 163842

upgpkg: mkvtoolnix 5.7.0-3

Fixed FS30774

Added:
  mkvtoolnix/trunk/mm_io.patch
Modified:
  mkvtoolnix/trunk/PKGBUILD

-+
 PKGBUILD|   10 +++---
 mm_io.patch |   11 +++
 2 files changed, 18 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-21 10:59:26 UTC (rev 163841)
+++ PKGBUILD2012-07-21 11:03:32 UTC (rev 163842)
@@ -5,18 +5,22 @@
 pkgbase=mkvtoolnix
 pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
 pkgver=5.7.0
-pkgrel=2
+pkgrel=3
 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.bz2;)
-md5sums=('99ea44be570412dadafe4ccaee0cfe6e')
+source=(http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.bz2;
+'mm_io.patch')
+md5sums=('99ea44be570412dadafe4ccaee0cfe6e'
+ '293bd4551ef8529e9d4796c5a201b8fc')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}
 
+  patch -Np1 -i ${srcdir}/mm_io.patch
+
   # Disable automagic curl dep used for online update checking
   sed -i -e '/curl/d' configure.in
   export CURL_CFLAGS= CURL_LIBS=

Added: mm_io.patch
===
--- mm_io.patch (rev 0)
+++ mm_io.patch 2012-07-21 11:03:32 UTC (rev 163842)
@@ -0,0 +1,11 @@
+--- a/src/common/mm_io.cpp 2012-07-08 20:06:02.0 +0200
 b/src/common/mm_io.cpp 2012-07-21 11:59:59.0 +0200
+@@ -147,7 +147,7 @@
+ void
+ mm_file_io_c::prepare_path(const std::string path) {
+   boost::filesystem::path directory = 
boost::filesystem::path(path).parent_path();
+-  if (boost::filesystem::exists(directory))
++  if (directory.empty() || boost::filesystem::exists(directory))
+ return;
+ 
+   boost::system::error_code error_code;



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

2012-07-21 Thread Giovanni Scafora
Date: Saturday, July 21, 2012 @ 07:04:01
  Author: giovanni
Revision: 163843

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

Added:
  mkvtoolnix/repos/extra-i686/PKGBUILD
(from rev 163842, mkvtoolnix/trunk/PKGBUILD)
  mkvtoolnix/repos/extra-i686/mkvtoolnix.install
(from rev 163842, mkvtoolnix/trunk/mkvtoolnix.install)
  mkvtoolnix/repos/extra-i686/mm_io.patch
(from rev 163842, mkvtoolnix/trunk/mm_io.patch)
  mkvtoolnix/repos/extra-x86_64/PKGBUILD
(from rev 163842, mkvtoolnix/trunk/PKGBUILD)
  mkvtoolnix/repos/extra-x86_64/mkvtoolnix.install
(from rev 163842, mkvtoolnix/trunk/mkvtoolnix.install)
  mkvtoolnix/repos/extra-x86_64/mm_io.patch
(from rev 163842, mkvtoolnix/trunk/mm_io.patch)
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

-+
 extra-i686/PKGBUILD |  172 +++---
 extra-i686/mkvtoolnix.install   |   28 +++---
 extra-i686/mm_io.patch  |   11 ++
 extra-x86_64/PKGBUILD   |  172 +++---
 extra-x86_64/mkvtoolnix.install |   28 +++---
 extra-x86_64/mm_io.patch|   11 ++
 6 files changed, 226 insertions(+), 196 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-21 11:03:32 UTC (rev 163842)
+++ extra-i686/PKGBUILD 2012-07-21 11:04:01 UTC (rev 163843)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: xduugu xdu...@gmx.com
-
-pkgbase=mkvtoolnix
-pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
-pkgver=5.7.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')
-source=(http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.bz2;)
-md5sums=('99ea44be570412dadafe4ccaee0cfe6e')
-
-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 163842, 
mkvtoolnix/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-21 11:04:01 UTC (rev 163843)
@@ -0,0 +1,88 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: xduugu xdu...@gmx.com
+
+pkgbase=mkvtoolnix
+pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
+pkgver=5.7.0
+pkgrel=3
+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' 

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

2012-07-21 Thread andyrtr
Date: Saturday, July 21, 2012 @ 07:05:51
  Author: andyrtr
Revision: 163844

upgpkg: tzdata 2012d-1

upstream update 2012d

Modified:
  tzdata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-21 11:04:01 UTC (rev 163843)
+++ PKGBUILD2012-07-21 11:05:51 UTC (rev 163844)
@@ -2,16 +2,15 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=tzdata
-pkgver=2012c
+pkgver=2012d
 pkgrel=1
 pkgdesc=Sources for time zone and daylight saving time data
 arch=('any')
 url=http://www.iana.org/time-zones;
 license=('GPL')
 options=('!emptydirs')
-source=(#http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz
-ftp://munnari.oz.au/pub/${pkgname}${pkgver}.tar.gz)
-sha1sums=('e0cd9c2cc0ac8d90ed842133b910d4bb3bc1a6dd')
+source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz)
+sha1sums=('65d98727233bfd3f5d20dceafab0a81ae2cb5527')
 
 timezones=('africa' 'antarctica' 'asia' 'australasia'
'europe' 'northamerica' 'southamerica'



[arch-commits] Commit in tzdata/repos (testing-any testing-any/PKGBUILD)

2012-07-21 Thread andyrtr
Date: Saturday, July 21, 2012 @ 07:06:11
  Author: andyrtr
Revision: 163845

archrelease: copy trunk to testing-any

Added:
  tzdata/repos/testing-any/
  tzdata/repos/testing-any/PKGBUILD
(from rev 163844, tzdata/trunk/PKGBUILD)

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

Copied: tzdata/repos/testing-any/PKGBUILD (from rev 163844, 
tzdata/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-07-21 11:06:11 UTC (rev 163845)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=tzdata
+pkgver=2012d
+pkgrel=1
+pkgdesc=Sources for time zone and daylight saving time data
+arch=('any')
+url=http://www.iana.org/time-zones;
+license=('GPL')
+options=('!emptydirs')
+source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz)
+sha1sums=('65d98727233bfd3f5d20dceafab0a81ae2cb5527')
+
+timezones=('africa' 'antarctica' 'asia' 'australasia'
+   'europe' 'northamerica' 'southamerica'
+   'pacificnew' 'etcetera' 'backward'
+   'systemv' 'factory'
+   'solar87' 'solar88' 'solar89')
+
+package() {
+  cd ${srcdir}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo ${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/posix ${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/right -L leapseconds 
${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo -p America/New_York
+  install -m444 -t ${pkgdir}/usr/share/zoneinfo iso3166.tab zone.tab
+}



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

2012-07-21 Thread andyrtr
Date: Saturday, July 21, 2012 @ 07:11:03
  Author: andyrtr
Revision: 163846

upgpkg: dbus-core 1.6.4-1

upstream update 1.6.4

Modified:
  dbus-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-21 11:06:11 UTC (rev 163845)
+++ PKGBUILD2012-07-21 11:11:03 UTC (rev 163846)
@@ -3,8 +3,8 @@
 # Contributor: Link Dupont l...@subpop.net
 #
 pkgname=dbus-core
-pkgver=1.6.2
-pkgrel=2
+pkgver=1.6.4
+pkgrel=1
 pkgdesc=Freedesktop.org message bus system
 url=http://www.freedesktop.org/Software/dbus;
 arch=(i686 x86_64)
@@ -15,8 +15,8 @@
 install=dbus.install
 source=(http://dbus.freedesktop.org/releases/dbus/dbus-$pkgver.tar.gz{,.asc}
 dbus)
-md5sums=('7fbf877ed6ff7da6df90f07158373829'
- '2cd74b6efca77e4e3aa2b7ccde770668'
+md5sums=('5ec43dc4554cba638917317b2b4f7640'
+ '3d4482ee39b49da334441c76f83bf1cb'
  'f0364f3f5dc5f653bb05d39aa36e3264')
 
 build() {



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

2012-07-21 Thread andyrtr
Date: Saturday, July 21, 2012 @ 07:11:40
  Author: andyrtr
Revision: 163847

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

Added:
  dbus-core/repos/staging-i686/
  dbus-core/repos/staging-i686/PKGBUILD
(from rev 163846, dbus-core/trunk/PKGBUILD)
  dbus-core/repos/staging-i686/dbus
(from rev 163846, dbus-core/trunk/dbus)
  dbus-core/repos/staging-i686/dbus.install
(from rev 163846, dbus-core/trunk/dbus.install)
  dbus-core/repos/staging-x86_64/
  dbus-core/repos/staging-x86_64/PKGBUILD
(from rev 163846, dbus-core/trunk/PKGBUILD)
  dbus-core/repos/staging-x86_64/dbus
(from rev 163846, dbus-core/trunk/dbus)
  dbus-core/repos/staging-x86_64/dbus.install
(from rev 163846, dbus-core/trunk/dbus.install)

-+
 staging-i686/PKGBUILD   |   53 ++
 staging-i686/dbus   |   51 
 staging-i686/dbus.install   |   23 ++
 staging-x86_64/PKGBUILD |   53 ++
 staging-x86_64/dbus |   51 
 staging-x86_64/dbus.install |   23 ++
 6 files changed, 254 insertions(+)

Copied: dbus-core/repos/staging-i686/PKGBUILD (from rev 163846, 
dbus-core/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-07-21 11:11:40 UTC (rev 163847)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Link Dupont l...@subpop.net
+#
+pkgname=dbus-core
+pkgver=1.6.4
+pkgrel=1
+pkgdesc=Freedesktop.org message bus system
+url=http://www.freedesktop.org/Software/dbus;
+arch=(i686 x86_64)
+license=('GPL' 'custom')
+depends=('expat' 'coreutils' 'filesystem' 'libsystemd' 'shadow' 
'systemd-tools') # shadow for install scriptlet FS#29341
+makedepends=('libx11')
+options=(!libtool)
+install=dbus.install
+source=(http://dbus.freedesktop.org/releases/dbus/dbus-$pkgver.tar.gz{,.asc}
+dbus)
+md5sums=('5ec43dc4554cba638917317b2b4f7640'
+ '3d4482ee39b49da334441c76f83bf1cb'
+ 'f0364f3f5dc5f653bb05d39aa36e3264')
+
+build() {
+  cd dbus-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
+  --with-system-pid-file=/run/dbus/pid \
+  --with-system-socket=/run/dbus/system_bus_socket \
+  --with-console-auth-dir=/run/console/ \
+  --enable-inotify --disable-dnotify \
+  --disable-verbose-mode --disable-static \
+  --disable-tests --disable-asserts \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --enable-systemd
+  make
+}
+
+package(){
+  cd dbus-$pkgver
+  make DESTDIR=$pkgdir install
+
+  rm -f $pkgdir/usr/bin/dbus-launch
+  rm -f $pkgdir/usr/share/man/man1/dbus-launch.1
+  rm -rf $pkgdir/var/run
+
+  install -m755 -d $pkgdir/etc/rc.d
+  install -m755 ../dbus $pkgdir/etc/rc.d/
+
+  #Fix configuration file
+  sed -i -e 's|user81/user|userdbus/user|' 
$pkgdir/etc/dbus-1/system.conf
+
+  install -dm755 $pkgdir/usr/share/licenses/dbus-core
+  install -m644 COPYING $pkgdir/usr/share/licenses/dbus-core/
+}


Property changes on: dbus-core/repos/staging-i686/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: svn:mergeinfo
\ No newline at end of property
Copied: dbus-core/repos/staging-i686/dbus (from rev 163846, 
dbus-core/trunk/dbus)
===
--- staging-i686/dbus   (rev 0)
+++ staging-i686/dbus   2012-07-21 11:11:40 UTC (rev 163847)
@@ -0,0 +1,51 @@
+#!/bin/bash
+
+# general config
+. /etc/rc.conf
+. /etc/rc.d/functions
+
+case $1 in
+start)
+stat_busy Starting D-BUS system messagebus
+if [[ ! -d /run/dbus ]] ; then
+install -m755 -g 81 -o 81 -d /run/dbus
+fi
+
+if ! dbus-daemon --system; then
+stat_fail
+else
+add_daemon dbus
+stat_done
+fi
+;;
+stop)
+stat_busy Stopping D-BUS system messagebus
+if ! { [[ -f /run/dbus/pid ]]  kill $(/run/dbus/pid); }; then
+stat_fail
+else
+rm -f /run/dbus/pid
+rm_daemon dbus
+stat_done
+fi
+;;
+restart)
+$0 stop
+sleep 1
+$0 start
+;;
+reload)
+stat_busy Reloading D-BUS configuration
+if ! { [[ -f /run/dbus/pid ]]  dbus-send \
+--system --type=method_call \
+--dest=org.freedesktop.DBus \
+/ org.freedesktop.DBus.ReloadConfig; }; then
+stat_fail
+else
+stat_done
+fi
+;;
+*)
+echo usage: $0 {start|stop|restart|reload}

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

2012-07-21 Thread andyrtr
Date: Saturday, July 21, 2012 @ 07:17:52
  Author: andyrtr
Revision: 163848

upgpkg: dbus 1.6.4-1

upstream update 1.6.4

Modified:
  dbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-21 11:11:40 UTC (rev 163847)
+++ PKGBUILD2012-07-21 11:17:52 UTC (rev 163848)
@@ -3,7 +3,7 @@
 # Contributor: Link Dupont l...@subpop.net
 #
 pkgname=dbus
-pkgver=1.6.2
+pkgver=1.6.4
 pkgrel=1
 pkgdesc=Freedesktop.org message bus system
 url=http://www.freedesktop.org/Software/dbus;
@@ -12,8 +12,8 @@
 depends=(dbus-core=$pkgver 'libx11')
 
source=(http://dbus.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.asc}
 30-dbus)
-md5sums=('7fbf877ed6ff7da6df90f07158373829'
- '2cd74b6efca77e4e3aa2b7ccde770668'
+md5sums=('5ec43dc4554cba638917317b2b4f7640'
+ '3d4482ee39b49da334441c76f83bf1cb'
  '9fafe8b28460aeaa6054309ef4c5ed92')
 
 build() {



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

2012-07-21 Thread andyrtr
Date: Saturday, July 21, 2012 @ 07:18:20
  Author: andyrtr
Revision: 163849

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

Added:
  dbus/repos/staging-i686/
  dbus/repos/staging-i686/30-dbus
(from rev 163848, dbus/trunk/30-dbus)
  dbus/repos/staging-i686/PKGBUILD
(from rev 163848, dbus/trunk/PKGBUILD)
  dbus/repos/staging-x86_64/
  dbus/repos/staging-x86_64/30-dbus
(from rev 163848, dbus/trunk/30-dbus)
  dbus/repos/staging-x86_64/PKGBUILD
(from rev 163848, dbus/trunk/PKGBUILD)

-+
 staging-i686/30-dbus|8 
 staging-i686/PKGBUILD   |   42 ++
 staging-x86_64/30-dbus  |8 
 staging-x86_64/PKGBUILD |   42 ++
 4 files changed, 100 insertions(+)

Copied: dbus/repos/staging-i686/30-dbus (from rev 163848, dbus/trunk/30-dbus)
===
--- staging-i686/30-dbus(rev 0)
+++ staging-i686/30-dbus2012-07-21 11:18:20 UTC (rev 163849)
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+# launches a session dbus instance
+
+dbuslaunch=`which dbus-launch 2/dev/null`
+if [ -n $dbuslaunch ]  [ -x $dbuslaunch ]  [ -z 
$DBUS_SESSION_BUS_ADDRESS ]; then
+  eval `$dbuslaunch --sh-syntax --exit-with-session`
+fi

Copied: dbus/repos/staging-i686/PKGBUILD (from rev 163848, dbus/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-07-21 11:18:20 UTC (rev 163849)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Link Dupont l...@subpop.net
+#
+pkgname=dbus
+pkgver=1.6.4
+pkgrel=1
+pkgdesc=Freedesktop.org message bus system
+url=http://www.freedesktop.org/Software/dbus;
+arch=(i686 x86_64)
+license=('GPL' 'custom')
+depends=(dbus-core=$pkgver 'libx11')
+source=(http://dbus.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.asc}
+30-dbus)
+md5sums=('5ec43dc4554cba638917317b2b4f7640'
+ '3d4482ee39b49da334441c76f83bf1cb'
+ '9fafe8b28460aeaa6054309ef4c5ed92')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
+  --with-system-pid-file=/var/run/dbus.pid \
+  --disable-verbose-mode --disable-static \
+  --enable-inotify --disable-dnotify \
+  --disable-tests --disable-asserts
+  make -C tools dbus-launch
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -m755 -d $pkgdir/usr/bin
+  install -m755 -d $pkgdir/usr/share/man/man1
+  install -m755 tools/dbus-launch $pkgdir/usr/bin/
+  install -m644 doc/dbus-launch.1 $pkgdir/usr/share/man/man1/
+
+  install -m755 -d $pkgdir/etc/X11/xinit/xinitrc.d
+  install -m755 ../30-dbus $pkgdir/etc/X11/xinit/xinitrc.d/
+
+  install -d -m755 $pkgdir/usr/share/licenses/dbus
+  install -m644 COPYING $pkgdir/usr/share/licenses/dbus/
+}

Copied: dbus/repos/staging-x86_64/30-dbus (from rev 163848, dbus/trunk/30-dbus)
===
--- staging-x86_64/30-dbus  (rev 0)
+++ staging-x86_64/30-dbus  2012-07-21 11:18:20 UTC (rev 163849)
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+# launches a session dbus instance
+
+dbuslaunch=`which dbus-launch 2/dev/null`
+if [ -n $dbuslaunch ]  [ -x $dbuslaunch ]  [ -z 
$DBUS_SESSION_BUS_ADDRESS ]; then
+  eval `$dbuslaunch --sh-syntax --exit-with-session`
+fi

Copied: dbus/repos/staging-x86_64/PKGBUILD (from rev 163848, 
dbus/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-07-21 11:18:20 UTC (rev 163849)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Link Dupont l...@subpop.net
+#
+pkgname=dbus
+pkgver=1.6.4
+pkgrel=1
+pkgdesc=Freedesktop.org message bus system
+url=http://www.freedesktop.org/Software/dbus;
+arch=(i686 x86_64)
+license=('GPL' 'custom')
+depends=(dbus-core=$pkgver 'libx11')
+source=(http://dbus.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.asc}
+30-dbus)
+md5sums=('5ec43dc4554cba638917317b2b4f7640'
+ '3d4482ee39b49da334441c76f83bf1cb'
+ '9fafe8b28460aeaa6054309ef4c5ed92')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
+  --with-system-pid-file=/var/run/dbus.pid \
+  --disable-verbose-mode --disable-static \
+  --enable-inotify --disable-dnotify \
+  --disable-tests --disable-asserts
+  make -C tools dbus-launch
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -m755 -d $pkgdir/usr/bin
+  install -m755 -d $pkgdir/usr/share/man/man1
+  install -m755 tools/dbus-launch $pkgdir/usr/bin/
+  

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

2012-07-21 Thread andyrtr
Date: Saturday, July 21, 2012 @ 07:19:03
  Author: andyrtr
Revision: 163850

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

Added:
  dbus/repos/testing-i686/
  dbus/repos/testing-i686/30-dbus
(from rev 163849, dbus/repos/staging-i686/30-dbus)
  dbus/repos/testing-i686/PKGBUILD
(from rev 163849, dbus/repos/staging-i686/PKGBUILD)
  dbus/repos/testing-x86_64/
  dbus/repos/testing-x86_64/30-dbus
(from rev 163849, dbus/repos/staging-x86_64/30-dbus)
  dbus/repos/testing-x86_64/PKGBUILD
(from rev 163849, dbus/repos/staging-x86_64/PKGBUILD)
Deleted:
  dbus/repos/staging-i686/
  dbus/repos/staging-x86_64/

-+
 testing-i686/30-dbus|8 
 testing-i686/PKGBUILD   |   42 ++
 testing-x86_64/30-dbus  |8 
 testing-x86_64/PKGBUILD |   42 ++
 4 files changed, 100 insertions(+)

Copied: dbus/repos/testing-i686/30-dbus (from rev 163849, 
dbus/repos/staging-i686/30-dbus)
===
--- testing-i686/30-dbus(rev 0)
+++ testing-i686/30-dbus2012-07-21 11:19:03 UTC (rev 163850)
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+# launches a session dbus instance
+
+dbuslaunch=`which dbus-launch 2/dev/null`
+if [ -n $dbuslaunch ]  [ -x $dbuslaunch ]  [ -z 
$DBUS_SESSION_BUS_ADDRESS ]; then
+  eval `$dbuslaunch --sh-syntax --exit-with-session`
+fi

Copied: dbus/repos/testing-i686/PKGBUILD (from rev 163849, 
dbus/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-21 11:19:03 UTC (rev 163850)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Link Dupont l...@subpop.net
+#
+pkgname=dbus
+pkgver=1.6.4
+pkgrel=1
+pkgdesc=Freedesktop.org message bus system
+url=http://www.freedesktop.org/Software/dbus;
+arch=(i686 x86_64)
+license=('GPL' 'custom')
+depends=(dbus-core=$pkgver 'libx11')
+source=(http://dbus.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.asc}
+30-dbus)
+md5sums=('5ec43dc4554cba638917317b2b4f7640'
+ '3d4482ee39b49da334441c76f83bf1cb'
+ '9fafe8b28460aeaa6054309ef4c5ed92')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
+  --with-system-pid-file=/var/run/dbus.pid \
+  --disable-verbose-mode --disable-static \
+  --enable-inotify --disable-dnotify \
+  --disable-tests --disable-asserts
+  make -C tools dbus-launch
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -m755 -d $pkgdir/usr/bin
+  install -m755 -d $pkgdir/usr/share/man/man1
+  install -m755 tools/dbus-launch $pkgdir/usr/bin/
+  install -m644 doc/dbus-launch.1 $pkgdir/usr/share/man/man1/
+
+  install -m755 -d $pkgdir/etc/X11/xinit/xinitrc.d
+  install -m755 ../30-dbus $pkgdir/etc/X11/xinit/xinitrc.d/
+
+  install -d -m755 $pkgdir/usr/share/licenses/dbus
+  install -m644 COPYING $pkgdir/usr/share/licenses/dbus/
+}

Copied: dbus/repos/testing-x86_64/30-dbus (from rev 163849, 
dbus/repos/staging-x86_64/30-dbus)
===
--- testing-x86_64/30-dbus  (rev 0)
+++ testing-x86_64/30-dbus  2012-07-21 11:19:03 UTC (rev 163850)
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+# launches a session dbus instance
+
+dbuslaunch=`which dbus-launch 2/dev/null`
+if [ -n $dbuslaunch ]  [ -x $dbuslaunch ]  [ -z 
$DBUS_SESSION_BUS_ADDRESS ]; then
+  eval `$dbuslaunch --sh-syntax --exit-with-session`
+fi

Copied: dbus/repos/testing-x86_64/PKGBUILD (from rev 163849, 
dbus/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-07-21 11:19:03 UTC (rev 163850)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Link Dupont l...@subpop.net
+#
+pkgname=dbus
+pkgver=1.6.4
+pkgrel=1
+pkgdesc=Freedesktop.org message bus system
+url=http://www.freedesktop.org/Software/dbus;
+arch=(i686 x86_64)
+license=('GPL' 'custom')
+depends=(dbus-core=$pkgver 'libx11')
+source=(http://dbus.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.asc}
+30-dbus)
+md5sums=('5ec43dc4554cba638917317b2b4f7640'
+ '3d4482ee39b49da334441c76f83bf1cb'
+ '9fafe8b28460aeaa6054309ef4c5ed92')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
+  --with-system-pid-file=/var/run/dbus.pid \
+  --disable-verbose-mode --disable-static \
+  --enable-inotify --disable-dnotify \
+  --disable-tests --disable-asserts
+  make -C tools 

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

2012-07-21 Thread andyrtr
Date: Saturday, July 21, 2012 @ 07:19:10
  Author: andyrtr
Revision: 163851

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

Added:
  dbus-core/repos/testing-i686/
  dbus-core/repos/testing-i686/PKGBUILD
(from rev 163849, dbus-core/repos/staging-i686/PKGBUILD)
  dbus-core/repos/testing-i686/dbus
(from rev 163849, dbus-core/repos/staging-i686/dbus)
  dbus-core/repos/testing-i686/dbus.install
(from rev 163849, dbus-core/repos/staging-i686/dbus.install)
  dbus-core/repos/testing-x86_64/
  dbus-core/repos/testing-x86_64/PKGBUILD
(from rev 163849, dbus-core/repos/staging-x86_64/PKGBUILD)
  dbus-core/repos/testing-x86_64/dbus
(from rev 163849, dbus-core/repos/staging-x86_64/dbus)
  dbus-core/repos/testing-x86_64/dbus.install
(from rev 163849, dbus-core/repos/staging-x86_64/dbus.install)
Deleted:
  dbus-core/repos/staging-i686/
  dbus-core/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   53 ++
 testing-i686/dbus   |   51 
 testing-i686/dbus.install   |   23 ++
 testing-x86_64/PKGBUILD |   53 ++
 testing-x86_64/dbus |   51 
 testing-x86_64/dbus.install |   23 ++
 6 files changed, 254 insertions(+)

Copied: dbus-core/repos/testing-i686/PKGBUILD (from rev 163849, 
dbus-core/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-21 11:19:10 UTC (rev 163851)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Link Dupont l...@subpop.net
+#
+pkgname=dbus-core
+pkgver=1.6.4
+pkgrel=1
+pkgdesc=Freedesktop.org message bus system
+url=http://www.freedesktop.org/Software/dbus;
+arch=(i686 x86_64)
+license=('GPL' 'custom')
+depends=('expat' 'coreutils' 'filesystem' 'libsystemd' 'shadow' 
'systemd-tools') # shadow for install scriptlet FS#29341
+makedepends=('libx11')
+options=(!libtool)
+install=dbus.install
+source=(http://dbus.freedesktop.org/releases/dbus/dbus-$pkgver.tar.gz{,.asc}
+dbus)
+md5sums=('5ec43dc4554cba638917317b2b4f7640'
+ '3d4482ee39b49da334441c76f83bf1cb'
+ 'f0364f3f5dc5f653bb05d39aa36e3264')
+
+build() {
+  cd dbus-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
+  --with-system-pid-file=/run/dbus/pid \
+  --with-system-socket=/run/dbus/system_bus_socket \
+  --with-console-auth-dir=/run/console/ \
+  --enable-inotify --disable-dnotify \
+  --disable-verbose-mode --disable-static \
+  --disable-tests --disable-asserts \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --enable-systemd
+  make
+}
+
+package(){
+  cd dbus-$pkgver
+  make DESTDIR=$pkgdir install
+
+  rm -f $pkgdir/usr/bin/dbus-launch
+  rm -f $pkgdir/usr/share/man/man1/dbus-launch.1
+  rm -rf $pkgdir/var/run
+
+  install -m755 -d $pkgdir/etc/rc.d
+  install -m755 ../dbus $pkgdir/etc/rc.d/
+
+  #Fix configuration file
+  sed -i -e 's|user81/user|userdbus/user|' 
$pkgdir/etc/dbus-1/system.conf
+
+  install -dm755 $pkgdir/usr/share/licenses/dbus-core
+  install -m644 COPYING $pkgdir/usr/share/licenses/dbus-core/
+}

Copied: dbus-core/repos/testing-i686/dbus (from rev 163849, 
dbus-core/repos/staging-i686/dbus)
===
--- testing-i686/dbus   (rev 0)
+++ testing-i686/dbus   2012-07-21 11:19:10 UTC (rev 163851)
@@ -0,0 +1,51 @@
+#!/bin/bash
+
+# general config
+. /etc/rc.conf
+. /etc/rc.d/functions
+
+case $1 in
+start)
+stat_busy Starting D-BUS system messagebus
+if [[ ! -d /run/dbus ]] ; then
+install -m755 -g 81 -o 81 -d /run/dbus
+fi
+
+if ! dbus-daemon --system; then
+stat_fail
+else
+add_daemon dbus
+stat_done
+fi
+;;
+stop)
+stat_busy Stopping D-BUS system messagebus
+if ! { [[ -f /run/dbus/pid ]]  kill $(/run/dbus/pid); }; then
+stat_fail
+else
+rm -f /run/dbus/pid
+rm_daemon dbus
+stat_done
+fi
+;;
+restart)
+$0 stop
+sleep 1
+$0 start
+;;
+reload)
+stat_busy Reloading D-BUS configuration
+if ! { [[ -f /run/dbus/pid ]]  dbus-send \
+--system --type=method_call \
+--dest=org.freedesktop.DBus \
+/ org.freedesktop.DBus.ReloadConfig; }; then
+stat_fail
+else
+stat_done
+fi
+;;
+*)
+echo usage: $0 {start|stop|restart|reload}
+;;
+esac
+exit 0

Copied: 

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

2012-07-21 Thread andyrtr
Date: Saturday, July 21, 2012 @ 07:21:01
  Author: andyrtr
Revision: 163852

upgpkg: glproto 1.4.16-1

upstream update 1.4.16

Modified:
  glproto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-21 11:19:10 UTC (rev 163851)
+++ PKGBUILD2012-07-21 11:21:01 UTC (rev 163852)
@@ -3,14 +3,14 @@
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 
 pkgname=glproto
-pkgver=1.4.15
+pkgver=1.4.16
 pkgrel=1
 pkgdesc=X11 OpenGL extension wire protocol
 arch=(any)
 url=http://xorg.freedesktop.org/;
 license=('custom')
 
source=(http://xorg.freedesktop.org/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('4cee35232f1926312b29d59a94da1c526b01e5c3')
+sha256sums=('54dd663a7f5ed702f2ff035b79edf770c2f850867ac0d55742f696bfc8b2598d')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2012-07-21 Thread andyrtr
Date: Saturday, July 21, 2012 @ 07:21:24
  Author: andyrtr
Revision: 163853

archrelease: copy trunk to extra-any

Added:
  glproto/repos/extra-any/PKGBUILD
(from rev 163852, glproto/trunk/PKGBUILD)
Deleted:
  glproto/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-07-21 11:21:01 UTC (rev 163852)
+++ PKGBUILD2012-07-21 11:21:24 UTC (rev 163853)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-
-pkgname=glproto
-pkgver=1.4.15
-pkgrel=1
-pkgdesc=X11 OpenGL extension wire protocol
-arch=(any)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-source=(http://xorg.freedesktop.org/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('4cee35232f1926312b29d59a94da1c526b01e5c3')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: glproto/repos/extra-any/PKGBUILD (from rev 163852, 
glproto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-07-21 11:21:24 UTC (rev 163853)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=glproto
+pkgver=1.4.16
+pkgrel=1
+pkgdesc=X11 OpenGL extension wire protocol
+arch=(any)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+source=(http://xorg.freedesktop.org/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('54dd663a7f5ed702f2ff035b79edf770c2f850867ac0d55742f696bfc8b2598d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



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

2012-07-21 Thread Allan McRae
Date: Saturday, July 21, 2012 @ 07:22:49
  Author: allan
Revision: 163854

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

Added:
  bash/repos/core-i686/PKGBUILD
(from rev 163853, bash/repos/testing-i686/PKGBUILD)
  bash/repos/core-i686/bash.install
(from rev 163853, bash/repos/testing-i686/bash.install)
  bash/repos/core-i686/dot.bash_logout
(from rev 163853, bash/repos/testing-i686/dot.bash_logout)
  bash/repos/core-i686/dot.bash_profile
(from rev 163853, bash/repos/testing-i686/dot.bash_profile)
  bash/repos/core-i686/dot.bashrc
(from rev 163853, bash/repos/testing-i686/dot.bashrc)
  bash/repos/core-i686/system.bash_logout
(from rev 163853, bash/repos/testing-i686/system.bash_logout)
  bash/repos/core-i686/system.bashrc
(from rev 163853, bash/repos/testing-i686/system.bashrc)
  bash/repos/core-x86_64/PKGBUILD
(from rev 163853, bash/repos/testing-x86_64/PKGBUILD)
  bash/repos/core-x86_64/bash.install
(from rev 163853, bash/repos/testing-x86_64/bash.install)
  bash/repos/core-x86_64/dot.bash_logout
(from rev 163853, bash/repos/testing-x86_64/dot.bash_logout)
  bash/repos/core-x86_64/dot.bash_profile
(from rev 163853, bash/repos/testing-x86_64/dot.bash_profile)
  bash/repos/core-x86_64/dot.bashrc
(from rev 163853, bash/repos/testing-x86_64/dot.bashrc)
  bash/repos/core-x86_64/system.bash_logout
(from rev 163853, bash/repos/testing-x86_64/system.bash_logout)
  bash/repos/core-x86_64/system.bashrc
(from rev 163853, bash/repos/testing-x86_64/system.bashrc)
Deleted:
  bash/repos/core-i686/PKGBUILD
  bash/repos/core-i686/bash.install
  bash/repos/core-i686/dot.bash_logout
  bash/repos/core-i686/dot.bash_profile
  bash/repos/core-i686/dot.bashrc
  bash/repos/core-i686/system.bash_logout
  bash/repos/core-i686/system.bashrc
  bash/repos/core-x86_64/PKGBUILD
  bash/repos/core-x86_64/bash.install
  bash/repos/core-x86_64/dot.bash_logout
  bash/repos/core-x86_64/dot.bash_profile
  bash/repos/core-x86_64/dot.bashrc
  bash/repos/core-x86_64/system.bash_logout
  bash/repos/core-x86_64/system.bashrc
  bash/repos/testing-i686/
  bash/repos/testing-x86_64/

+
 core-i686/PKGBUILD |  308 +++
 core-i686/bash.install |   40 ++---
 core-i686/dot.bash_logout  |6 
 core-i686/dot.bash_profile |   10 -
 core-i686/dot.bashrc   |   18 +-
 core-i686/system.bash_logout   |6 
 core-i686/system.bashrc|   46 ++---
 core-x86_64/PKGBUILD   |  308 +++
 core-x86_64/bash.install   |   40 ++---
 core-x86_64/dot.bash_logout|6 
 core-x86_64/dot.bash_profile   |   10 -
 core-x86_64/dot.bashrc |   18 +-
 core-x86_64/system.bash_logout |6 
 core-x86_64/system.bashrc  |   46 ++---
 14 files changed, 436 insertions(+), 432 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-07-21 11:21:24 UTC (rev 163853)
+++ core-i686/PKGBUILD  2012-07-21 11:22:49 UTC (rev 163854)
@@ -1,153 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-
-pkgname=bash
-_basever=4.2
-_patchlevel=036 #prepare for some patches
-pkgver=$_basever.$_patchlevel
-pkgrel=1
-pkgdesc=The GNU Bourne Again shell
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.gnu.org/software/bash/bash.html;
-groups=('base')
-backup=(etc/bash.bash{rc,_logout} etc/skel/.bash{rc,_profile,_logout})
-depends=('readline=6.1' 'glibc')
-provides=('sh')
-install=bash.install
-source=(http://ftp.gnu.org/gnu/bash/bash-$_basever.tar.gz{,.sig}
-dot.bashrc
-dot.bash_profile
-dot.bash_logout
-system.bashrc
-system.bash_logout)
-if [ $_patchlevel -gt 000 ]; then
-for (( p=1; p=$((10#${_patchlevel})); p++ )); do
-source=(${source[@]} 
http://ftp.gnu.org/gnu/bash/bash-$_basever-patches/bash${_basever//./}-$(printf 
%03d $p){,.sig})
-done
-fi
-
-build() {
-  cd ${srcdir}/${pkgname}-$_basever
-  for (( p=1; p=$((10#${_patchlevel})); p++ )); do
-msg applying patch bash${_basever//./}-$(printf %03d $p)
-patch -Np0 -i $srcdir/bash${_basever//./}-$(printf %03d $p)
-  done
-
-  
_bashconfig=(-DDEFAULT_PATH_VALUE=\'\/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin\\'
-   -DSTANDARD_UTILS_PATH=\'\/usr/bin:/bin:/usr/sbin:/sbin\\'
-   -DSYS_BASHRC=\'\/etc/bash.bashrc\\'
-   -DSYS_BASH_LOGOUT=\'\/etc/bash.bash_logout\\')
-  export CFLAGS=${CFLAGS} ${_bashconfig[@]}
-
-  ./configure --prefix=/usr --with-curses --enable-readline \
---without-bash-malloc --with-installed-readline \
---bindir=/bin --mandir=/usr/share/man --infodir=/usr/share/info
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-$_basever
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-$_basever
-  make DESTDIR=${pkgdir} 

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

2012-07-21 Thread Allan McRae
Date: Saturday, July 21, 2012 @ 07:22:57
  Author: allan
Revision: 163855

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

Added:
  readline/repos/core-i686/PKGBUILD
(from rev 163853, readline/repos/testing-i686/PKGBUILD)
  readline/repos/core-i686/inputrc
(from rev 163853, readline/repos/testing-i686/inputrc)
  readline/repos/core-i686/readline.install
(from rev 163853, readline/repos/testing-i686/readline.install)
  readline/repos/core-x86_64/PKGBUILD
(from rev 163853, readline/repos/testing-x86_64/PKGBUILD)
  readline/repos/core-x86_64/inputrc
(from rev 163853, readline/repos/testing-x86_64/inputrc)
  readline/repos/core-x86_64/readline.install
(from rev 163853, readline/repos/testing-x86_64/readline.install)
Deleted:
  readline/repos/core-i686/PKGBUILD
  readline/repos/core-i686/inputrc
  readline/repos/core-i686/readline.install
  readline/repos/core-x86_64/PKGBUILD
  readline/repos/core-x86_64/inputrc
  readline/repos/core-x86_64/readline.install
  readline/repos/testing-i686/
  readline/repos/testing-x86_64/

--+
 core-i686/PKGBUILD   |  116 -
 core-i686/inputrc|   72 -
 core-i686/readline.install   |   34 ++--
 core-x86_64/PKGBUILD |  116 -
 core-x86_64/inputrc  |   72 -
 core-x86_64/readline.install |   34 ++--
 6 files changed, 224 insertions(+), 220 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-07-21 11:22:49 UTC (rev 163854)
+++ core-i686/PKGBUILD  2012-07-21 11:22:57 UTC (rev 163855)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: judd jvi...@zeroflux.org
-
-pkgname=readline
-_basever=6.2
-_patchlevel=003 #prepare for some patches
-pkgver=$_basever.$_patchlevel
-pkgrel=2
-pkgdesc=GNU readline library
-arch=('i686' 'x86_64')
-url=http://tiswww.case.edu/php/chet/readline/rltop.html;
-license=('GPL')
-depends=('glibc' 'ncurses')
-backup=('etc/inputrc')
-options=('!emptydirs')
-install=readline.install
-source=(http://ftp.gnu.org/gnu/readline/readline-$_basever.tar.gz{,.sig}
-inputrc)
-if [ $_patchlevel -gt 00 ]; then
-for (( p=1; p=$((10#${_patchlevel})); p++ )); do
-source=(${source[@]} 
http://ftp.gnu.org/gnu/readline/readline-$_basever-patches/readline${_basever//./}-$(printf
 %03d $p){,.sig})
-done
-fi
-md5sums=('67948acb2ca081f23359d0256e9a271c'
- '928f7d248320a65e43c2dc427e99582b'
- '58d54966c1191db45973cb3191ac621a'
- '83287d52a482f790dfb30ec0a8746669'
- '8e6a51e2e0e6e45a82752e3692c111ac'
- '0665020ea118e8434bd145fb71f452cc'
- '285361ca6d48c51ae2428157e174e812'
- 'c9d5d79718856e711667dede87cb7622'
- '4437205bb1462f5f32e4812b8292c675')
-
-build() {
-  cd ${srcdir}/${pkgname}-$_basever
-  for (( p=1; p=$((10#${_patchlevel})); p++ )); do
-msg applying patch readline${_basever//./}-$(printf %03d $p)
-patch -Np0 -i $srcdir/readline${_basever//./}-$(printf %03d $p)
-  done
-
-  # Remove RPATH from shared objects (FS#14366)
-  sed -i 's|-Wl,-rpath,$(libdir) ||g' support/shobj-conf
-
-  # build with -fPIC for x86_64 (FS#15634)
-  [ $CARCH == x86_64 ]  CFLAGS=$CFLAGS -fPIC
-
-  ./configure --prefix=/usr
-  make SHLIB_LIBS=-lncurses
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-$_basever
-  make DESTDIR=${pkgdir} install
-  
-  install -Dm644 ${srcdir}/inputrc ${pkgdir}/etc/inputrc
-}

Copied: readline/repos/core-i686/PKGBUILD (from rev 163853, 
readline/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-07-21 11:22:57 UTC (rev 163855)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=readline
+_basever=6.2
+_patchlevel=004 #prepare for some patches
+pkgver=$_basever.$_patchlevel
+pkgrel=1
+pkgdesc=GNU readline library
+arch=('i686' 'x86_64')
+url=http://tiswww.case.edu/php/chet/readline/rltop.html;
+license=('GPL')
+depends=('glibc' 'ncurses')
+backup=('etc/inputrc')
+options=('!emptydirs')
+install=readline.install
+source=(http://ftp.gnu.org/gnu/readline/readline-$_basever.tar.gz{,.sig}
+inputrc)
+if [ $_patchlevel -gt 00 ]; then
+for (( p=1; p=$((10#${_patchlevel})); p++ )); do
+source=(${source[@]} 
http://ftp.gnu.org/gnu/readline/readline-$_basever-patches/readline${_basever//./}-$(printf
 %03d $p){,.sig})
+done
+fi
+md5sums=('67948acb2ca081f23359d0256e9a271c'
+ '928f7d248320a65e43c2dc427e99582b'
+ '58d54966c1191db45973cb3191ac621a'
+ '83287d52a482f790dfb30ec0a8746669'
+ '8e6a51e2e0e6e45a82752e3692c111ac'
+ '0665020ea118e8434bd145fb71f452cc'
+ 

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

2012-07-21 Thread Allan McRae
Date: Saturday, July 21, 2012 @ 07:24:29
  Author: allan
Revision: 163856

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

Added:
  bison/repos/core-i686/PKGBUILD
(from rev 163855, bison/repos/testing-i686/PKGBUILD)
  bison/repos/core-i686/bison.install
(from rev 163855, bison/repos/testing-i686/bison.install)
  bison/repos/core-x86_64/PKGBUILD
(from rev 163855, bison/repos/testing-x86_64/PKGBUILD)
  bison/repos/core-x86_64/bison.install
(from rev 163855, bison/repos/testing-x86_64/bison.install)
Deleted:
  bison/repos/core-i686/PKGBUILD
  bison/repos/core-i686/bison.install
  bison/repos/core-x86_64/PKGBUILD
  bison/repos/core-x86_64/bison.install
  bison/repos/testing-i686/
  bison/repos/testing-x86_64/

---+
 core-i686/PKGBUILD|   66 ++--
 core-i686/bison.install   |   32 ++---
 core-x86_64/PKGBUILD  |   66 ++--
 core-x86_64/bison.install |   32 ++---
 4 files changed, 98 insertions(+), 98 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-07-21 11:22:57 UTC (rev 163855)
+++ core-i686/PKGBUILD  2012-07-21 11:24:29 UTC (rev 163856)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Eric Belanger e...@archlinux.org
-
-pkgname=bison
-pkgver=2.5.1
-pkgrel=1
-pkgdesc=The GNU general-purpose parser generator
-arch=('i686' 'x86_64')
-license=('GPL3')
-url=http://www.gnu.org/software/bison/bison.html;
-depends=('glibc' 'm4' 'sh')
-groups=('base-devel')
-install=bison.install
-source=(ftp://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('012708d801a3c986d8654aa673530b61'
- '6c7e9276aa8b89879126a611384897a8')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}  
-  ./configure --prefix=/usr --datadir=/usr/share
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: bison/repos/core-i686/PKGBUILD (from rev 163855, 
bison/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-07-21 11:24:29 UTC (rev 163856)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+
+pkgname=bison
+pkgver=2.6
+pkgrel=1
+pkgdesc=The GNU general-purpose parser generator
+arch=('i686' 'x86_64')
+license=('GPL3')
+url=http://www.gnu.org/software/bison/bison.html;
+depends=('glibc' 'm4' 'sh')
+groups=('base-devel')
+install=bison.install
+source=(ftp://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('f96a16e79daaef71c797ed88f52e59d1'
+ 'd67a1a075ab0cccfb53ab23692be1a02')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}  
+  ./configure --prefix=/usr --datadir=/usr/share
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: core-i686/bison.install
===
--- core-i686/bison.install 2012-07-21 11:22:57 UTC (rev 163855)
+++ core-i686/bison.install 2012-07-21 11:24:29 UTC (rev 163856)
@@ -1,16 +0,0 @@
-infodir=usr/share/info
-file=bison.info.gz
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  install-info $infodir/$file $infodir/dir 2 /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  install-info --delete $infodir/$file $infodir/dir 2 /dev/null
-}

Copied: bison/repos/core-i686/bison.install (from rev 163855, 
bison/repos/testing-i686/bison.install)
===
--- core-i686/bison.install (rev 0)
+++ core-i686/bison.install 2012-07-21 11:24:29 UTC (rev 163856)
@@ -0,0 +1,16 @@
+infodir=usr/share/info
+file=bison.info.gz
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info $infodir/$file $infodir/dir 2 /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-07-21 11:22:57 UTC (rev 163855)
+++ core-x86_64/PKGBUILD2012-07-21 11:24:29 UTC (rev 163856)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Eric Belanger e...@archlinux.org
-
-pkgname=bison
-pkgver=2.5.1
-pkgrel=1
-pkgdesc=The GNU general-purpose parser generator
-arch=('i686' 'x86_64')
-license=('GPL3')

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

2012-07-21 Thread Rémy Oudompheng
Date: Saturday, July 21, 2012 @ 07:53:06
  Author: remy
Revision: 163857

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

Added:
  texlive-bin/repos/extra-i686/09-texlive-fonts.conf
(from rev 163856, texlive-bin/repos/testing-i686/09-texlive-fonts.conf)
  texlive-bin/repos/extra-i686/PKGBUILD
(from rev 163856, texlive-bin/repos/testing-i686/PKGBUILD)
  texlive-bin/repos/extra-i686/fix-fontforge-encoding.patch
(from rev 163856, 
texlive-bin/repos/testing-i686/fix-fontforge-encoding.patch)
  texlive-bin/repos/extra-i686/luatex-r4449-radical-rule-thickness.patch
(from rev 163856, 
texlive-bin/repos/testing-i686/luatex-r4449-radical-rule-thickness.patch)
  texlive-bin/repos/extra-i686/poppler-0.20.patch
(from rev 163856, texlive-bin/repos/testing-i686/poppler-0.20.patch)
  texlive-bin/repos/extra-i686/texlive.install
(from rev 163856, texlive-bin/repos/testing-i686/texlive.install)
  texlive-bin/repos/extra-i686/texmf.cnf
(from rev 163856, texlive-bin/repos/testing-i686/texmf.cnf)
  texlive-bin/repos/extra-x86_64/09-texlive-fonts.conf
(from rev 163856, texlive-bin/repos/testing-x86_64/09-texlive-fonts.conf)
  texlive-bin/repos/extra-x86_64/PKGBUILD
(from rev 163856, texlive-bin/repos/testing-x86_64/PKGBUILD)
  texlive-bin/repos/extra-x86_64/fix-fontforge-encoding.patch
(from rev 163856, 
texlive-bin/repos/testing-x86_64/fix-fontforge-encoding.patch)
  texlive-bin/repos/extra-x86_64/luatex-r4449-radical-rule-thickness.patch
(from rev 163856, 
texlive-bin/repos/testing-x86_64/luatex-r4449-radical-rule-thickness.patch)
  texlive-bin/repos/extra-x86_64/poppler-0.20.patch
(from rev 163856, texlive-bin/repos/testing-x86_64/poppler-0.20.patch)
  texlive-bin/repos/extra-x86_64/texlive.install
(from rev 163856, texlive-bin/repos/testing-x86_64/texlive.install)
  texlive-bin/repos/extra-x86_64/texmf.cnf
(from rev 163856, texlive-bin/repos/testing-x86_64/texmf.cnf)
Deleted:
  texlive-bin/repos/extra-i686/09-texlive-fonts.conf
  texlive-bin/repos/extra-i686/PKGBUILD
  texlive-bin/repos/extra-i686/fix-fontforge-encoding.patch
  texlive-bin/repos/extra-i686/luatex-poppler-0.20.patch
  texlive-bin/repos/extra-i686/texlive.install
  texlive-bin/repos/extra-i686/texmf.cnf
  texlive-bin/repos/extra-x86_64/09-texlive-fonts.conf
  texlive-bin/repos/extra-x86_64/PKGBUILD
  texlive-bin/repos/extra-x86_64/fix-fontforge-encoding.patch
  texlive-bin/repos/extra-x86_64/luatex-poppler-0.20.patch
  texlive-bin/repos/extra-x86_64/texlive.install
  texlive-bin/repos/extra-x86_64/texmf.cnf
  texlive-bin/repos/testing-i686/
  texlive-bin/repos/testing-x86_64/

+
 extra-i686/09-texlive-fonts.conf   |   18 
 extra-i686/PKGBUILD|  661 +++---
 extra-i686/fix-fontforge-encoding.patch|   24 
 extra-i686/luatex-poppler-0.20.patch   |   77 
 extra-i686/luatex-r4449-radical-rule-thickness.patch   |   23 
 extra-i686/poppler-0.20.patch  |   22 
 extra-i686/texlive.install |   74 
 extra-i686/texmf.cnf   | 1448 +++
 extra-x86_64/09-texlive-fonts.conf |   18 
 extra-x86_64/PKGBUILD  |  661 +++---
 extra-x86_64/fix-fontforge-encoding.patch  |   24 
 extra-x86_64/luatex-poppler-0.20.patch |   77 
 extra-x86_64/luatex-r4449-radical-rule-thickness.patch |   23 
 extra-x86_64/poppler-0.20.patch|   22 
 extra-x86_64/texlive.install   |   74 
 extra-x86_64/texmf.cnf | 1448 +++
 16 files changed, 2276 insertions(+), 2418 deletions(-)

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


[arch-commits] Commit in texlive-core/repos (9 files)

2012-07-21 Thread Rémy Oudompheng
Date: Saturday, July 21, 2012 @ 07:53:11
  Author: remy
Revision: 163858

db-move: moved texlive-core from [testing] to [extra] ( any)

Added:
  texlive-core/repos/extra-any/Changelog
(from rev 163856, texlive-core/repos/testing-any/Changelog)
  texlive-core/repos/extra-any/PKGBUILD
(from rev 163856, texlive-core/repos/testing-any/PKGBUILD)
  texlive-core/repos/extra-any/texlive-core.maps
(from rev 163856, texlive-core/repos/testing-any/texlive-core.maps)
  texlive-core/repos/extra-any/texlive.install
(from rev 163856, texlive-core/repos/testing-any/texlive.install)
Deleted:
  texlive-core/repos/extra-any/Changelog
  texlive-core/repos/extra-any/PKGBUILD
  texlive-core/repos/extra-any/texlive-core.maps
  texlive-core/repos/extra-any/texlive.install
  texlive-core/repos/testing-any/

---+
 Changelog |  622 ++--
 PKGBUILD  |  288 
 texlive-core.maps |   91 +++
 texlive.install   |  116 -
 4 files changed, 563 insertions(+), 554 deletions(-)

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


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

2012-07-21 Thread Rémy Oudompheng
Date: Saturday, July 21, 2012 @ 07:53:15
  Author: remy
Revision: 163859

db-move: moved texlive-fontsextra from [testing] to [extra] ( any)

Added:
  texlive-fontsextra/repos/extra-any/PKGBUILD
(from rev 163856, texlive-fontsextra/repos/testing-any/PKGBUILD)
  texlive-fontsextra/repos/extra-any/texlive-fontsextra.maps
(from rev 163856, 
texlive-fontsextra/repos/testing-any/texlive-fontsextra.maps)
  texlive-fontsextra/repos/extra-any/texlive.install
(from rev 163856, texlive-fontsextra/repos/testing-any/texlive.install)
Deleted:
  texlive-fontsextra/repos/extra-any/Changelog
  texlive-fontsextra/repos/extra-any/PKGBUILD
  texlive-fontsextra/repos/extra-any/texlive-fontsextra.maps
  texlive-fontsextra/repos/extra-any/texlive.install
  texlive-fontsextra/repos/testing-any/

-+
 Changelog   |   41 
 PKGBUILD|  103 ++--
 texlive-fontsextra.maps |  231 +++---
 texlive.install |  104 ++--
 4 files changed, 222 insertions(+), 257 deletions(-)

Deleted: extra-any/Changelog
===
--- extra-any/Changelog 2012-07-21 11:53:11 UTC (rev 163858)
+++ extra-any/Changelog 2012-07-21 11:53:15 UTC (rev 163859)
@@ -1,41 +0,0 @@
-texlive-fontsextra 2011.24706
-
-- upgrade package Asana-Math 22016 - 24343
-- upgrade package antiqua 21855 - 24266
-- upgrade package bookhands 22053 - 23609
-- new package calligra-type1
-- upgrade package cantarell 22384 - 24705
-- upgrade package ccicons 22591 - 24043
-- upgrade package comfortaa 22360 - 23707
-- new package cookingsymbols
-- new package dejavu
-- upgrade package dingbat 19910 - 24093
-- upgrade package droid 22359 - 23912
-- new package dutchcal
-- upgrade package fdsymbol 22691 - 23797
-- upgrade package frcursive 17270 - 24559
-- upgrade package lato 22358 - 24489
-- upgrade package libertine 19593 - 23455
-- upgrade package mathdesign 19736 - 24173
-- new package opensans
-- new package paratype
-- upgrade package punknova 19714 - 24649
-- new package pxtxalfa
-- upgrade package rsfso 21491 - 23462
-- upgrade package xits 22161 - 24696
-- deleted package ptsans
-- deleted package ptserif
-
-texlive-fontsextra 2011.22691
-
-- new package boondox
-- new package cantarell
-- upgrade package ccicons 20563 - 22591
-- upgrade package comfortaa 21035 - 22360
-- upgrade package droid 21036 - 22359
-- new package esstix
-- new package fdsymbol
-- upgrade package lato 21244 - 22358
-- upgrade package stix 19440 - 22426
-- upgrade package xits 21054 - 22161
-

Deleted: extra-any/PKGBUILD
===
--- extra-any/PKGBUILD  2012-07-21 11:53:11 UTC (rev 163858)
+++ extra-any/PKGBUILD  2012-07-21 11:53:15 UTC (rev 163859)
@@ -1,51 +0,0 @@
-# Maintainer: Rémy Oudompheng remy.archlinux.org
-
-pkgname=texlive-fontsextra
-pkgver=2011.24706
-_revnr=${pkgver#2011.}
-pkgrel=1
-pkgdesc=TeX Live - all sorts of extra fonts
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
$pkgname.maps)
-options=('!emptydirs')
-options=(!strip)
-install=texlive.install
-md5sums=('cae6076c03573799db348923a4582d97'
- '6e84e4a8ee6a25adec39cd6310d9bef2')
-
-build() {
-   cd $srcdir
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-   
-   # remove stuff depending on omega/aleph
-   rm -rf $pkgdir/usr/share/texmf-dist/omega
-   find $pkgdir/ -wholename '*ocherokee*' -delete
-   find $pkgdir/ -wholename '*oinuit*' -delete
-}

Copied: texlive-fontsextra/repos/extra-any/PKGBUILD (from rev 163856, 
texlive-fontsextra/repos/testing-any/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2012-07-21 11:53:15 UTC (rev 

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

2012-07-21 Thread Rémy Oudompheng
Date: Saturday, July 21, 2012 @ 07:53:18
  Author: remy
Revision: 163860

db-move: moved texlive-formatsextra from [testing] to [extra] ( any)

Added:
  texlive-formatsextra/repos/extra-any/PKGBUILD
(from rev 163856, texlive-formatsextra/repos/testing-any/PKGBUILD)
  texlive-formatsextra/repos/extra-any/texlive.install
(from rev 163856, texlive-formatsextra/repos/testing-any/texlive.install)
Deleted:
  texlive-formatsextra/repos/extra-any/Changelog
  texlive-formatsextra/repos/extra-any/PKGBUILD
  texlive-formatsextra/repos/extra-any/texlive.install
  texlive-formatsextra/repos/testing-any/

-+
 Changelog   |   10 --
 PKGBUILD|   90 +++---
 texlive.install |   24 +++---
 3 files changed, 57 insertions(+), 67 deletions(-)

Deleted: extra-any/Changelog
===
--- extra-any/Changelog 2012-07-21 11:53:15 UTC (rev 163859)
+++ extra-any/Changelog 2012-07-21 11:53:18 UTC (rev 163860)
@@ -1,10 +0,0 @@
-texlive-formatsextra 2011.23089
-
-- upgrade package eplain 22198 - 23089
-
-texlive-formatsextra 2011.22650
-
-- upgrade package eplain 22089 - 22198
-- upgrade package mltex 18835 - 22650
-- upgrade package texsis 18835 - 22650
-

Deleted: extra-any/PKGBUILD
===
--- extra-any/PKGBUILD  2012-07-21 11:53:15 UTC (rev 163859)
+++ extra-any/PKGBUILD  2012-07-21 11:53:18 UTC (rev 163860)
@@ -1,45 +0,0 @@
-# Contributor: Firmicus firmicus āt gmx dōt net
-# Maintainer: Rémy Oudompheng r...@archlinux.org
-
-pkgname=texlive-formatsextra
-pkgver=2011.23089
-_revnr=${pkgver#2011.}
-pkgrel=1
-pkgdesc=TeX Live - collection of extra TeX 'formats'
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
-options=('!emptydirs')
-options=(!strip)
-install=texlive.install
-md5sums=('81fa921fe25b992dc5c6e974c3421a79')
-
-build() {
-   cd $srcdir
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-}

Copied: texlive-formatsextra/repos/extra-any/PKGBUILD (from rev 163856, 
texlive-formatsextra/repos/testing-any/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2012-07-21 11:53:18 UTC (rev 163860)
@@ -0,0 +1,45 @@
+# Contributor: Firmicus firmicus āt gmx dōt net
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-formatsextra
+pkgver=2012.26689
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc=TeX Live - collection of extra TeX 'formats'
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('e9e2f607b98edf6350870fa96d837dbc')
+
+build() {
+   cd $srcdir
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+}

Deleted: 

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

2012-07-21 Thread Rémy Oudompheng
Date: Saturday, July 21, 2012 @ 07:53:21
  Author: remy
Revision: 163861

db-move: moved texlive-bibtexextra from [testing] to [extra] ( any)

Added:
  texlive-bibtexextra/repos/extra-any/PKGBUILD
(from rev 163856, texlive-bibtexextra/repos/testing-any/PKGBUILD)
  texlive-bibtexextra/repos/extra-any/texlive.install
(from rev 163856, texlive-bibtexextra/repos/testing-any/texlive.install)
Deleted:
  texlive-bibtexextra/repos/extra-any/Changelog
  texlive-bibtexextra/repos/extra-any/PKGBUILD
  texlive-bibtexextra/repos/extra-any/texlive.install
  texlive-bibtexextra/repos/testing-any/

-+
 Changelog   |   41 ---
 PKGBUILD|   94 +++---
 texlive.install |   24 ++---
 3 files changed, 60 insertions(+), 99 deletions(-)

Deleted: extra-any/Changelog
===
--- extra-any/Changelog 2012-07-21 11:53:18 UTC (rev 163860)
+++ extra-any/Changelog 2012-07-21 11:53:21 UTC (rev 163861)
@@ -1,41 +0,0 @@
-texlive-bibtexextra 2011.24688
-
-- upgrade package amsrefs 23139 - 23391
-- upgrade package beebe 23155 - 24191
-- upgrade package biber 22893 - 24683
-- upgrade package bibexport 21947 - 24688
-- upgrade package biblatex 22892 - 24596
-- upgrade package biblatex-apa 22894 - 24597
-- upgrade package biblatex-chem 21801 - 24286
-- upgrade package biblatex-chicago 21760 - 24608
-- upgrade package biblatex-dw 21335 - 24647
-- new package biblatex-fiwi
-- new package biblatex-juradiss
-- new package biblatex-luh-ipw
-- new package biblatex-musuos
-- upgrade package biblatex-nature 21702 - 23952
-- new package biblatex-nejm
-- new package chscite
-- new package ksfh_nat
-- upgrade package notes2bib 21541 - 23899
-- upgrade package urlbst 21650 - 23262
-- new package vak
-- new package xcite
-
-texlive-bibtexextra 2011.23155
-
-- upgrade package amsrefs 22146 - 23139
-- upgrade package beebe 22263 - 23155
-- upgrade package biber 21970 - 22893
-- upgrade package biblatex 22460 - 22892
-- upgrade package biblatex-apa 22305 - 22894
-
-texlive-bibtexextra 2011.22499
-
-- upgrade package beebe 21464 - 22263
-- upgrade package biblatex 22074 - 22460
-- upgrade package biblatex-apa 21913 - 22305
-- upgrade package biblatex-ieee 22015 - 22384
-- upgrade package biblatex-philosophy 20530 - 22499
-- new package uni-wtal-ger
-

Deleted: extra-any/PKGBUILD
===
--- extra-any/PKGBUILD  2012-07-21 11:53:18 UTC (rev 163860)
+++ extra-any/PKGBUILD  2012-07-21 11:53:21 UTC (rev 163861)
@@ -1,46 +0,0 @@
-# Contributor: Firmicus firmicus āt gmx dōt net
-# Maintainer: Rémy Oudompheng r...@archlinux.org
-
-pkgname=texlive-bibtexextra
-pkgver=2011.24688
-_revnr=${pkgver#2011.}
-pkgrel=1
-pkgdesc=TeX Live - Additional BibTeX styles and bibliography databases
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
-options=(!strip)
-install=texlive.install
-md5sums=('0d9e2606d39e901b820aaa0dee70b8e3')
-
-build() {
-   cd $srcdir
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-package() {
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-   install -m755 -d $pkgdir/usr/bin
-   ln -s /usr/share/texmf-dist/scripts/bibexport/bibexport.sh 
$pkgdir/usr/bin/bibexport
-   ln -s /usr/share/texmf-dist/scripts/urlbst/urlbst $pkgdir/usr/bin/urlbst
-}

Copied: texlive-bibtexextra/repos/extra-any/PKGBUILD (from rev 163856, 
texlive-bibtexextra/repos/testing-any/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2012-07-21 11:53:21 UTC (rev 163861)
@@ -0,0 +1,48 @@
+# Contributor: Firmicus firmicus āt gmx dōt net
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-bibtexextra
+pkgver=2012.26868
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc=TeX Live - Additional BibTeX styles and bibliography databases
+license=('GPL')

[arch-commits] Commit in texlive-games/repos (9 files)

2012-07-21 Thread Rémy Oudompheng
Date: Saturday, July 21, 2012 @ 07:53:27
  Author: remy
Revision: 163862

db-move: moved texlive-games from [testing] to [extra] ( any)

Added:
  texlive-games/repos/extra-any/Changelog
(from rev 163856, texlive-games/repos/testing-any/Changelog)
  texlive-games/repos/extra-any/PKGBUILD
(from rev 163856, texlive-games/repos/testing-any/PKGBUILD)
  texlive-games/repos/extra-any/texlive-games.maps
(from rev 163856, texlive-games/repos/testing-any/texlive-games.maps)
  texlive-games/repos/extra-any/texlive.install
(from rev 163856, texlive-games/repos/testing-any/texlive.install)
Deleted:
  texlive-games/repos/extra-any/Changelog
  texlive-games/repos/extra-any/PKGBUILD
  texlive-games/repos/extra-any/texlive-games.maps
  texlive-games/repos/extra-any/texlive.install
  texlive-games/repos/testing-any/

+
 Changelog  |   14 +++---
 PKGBUILD   |   93 +++--
 texlive-games.maps |2 
 texlive.install|  104 +--
 4 files changed, 107 insertions(+), 106 deletions(-)

Deleted: extra-any/Changelog
===
--- extra-any/Changelog 2012-07-21 11:53:21 UTC (rev 163861)
+++ extra-any/Changelog 2012-07-21 11:53:27 UTC (rev 163862)
@@ -1,7 +0,0 @@
-texlive-games 2011.24714
-
-- upgrade package chess-problem-diagrams 15878 - 23555
-- new package gamebook
-- new package othelloboard
-- new package schwalbe-chess
-

Copied: texlive-games/repos/extra-any/Changelog (from rev 163856, 
texlive-games/repos/testing-any/Changelog)
===
--- extra-any/Changelog (rev 0)
+++ extra-any/Changelog 2012-07-21 11:53:27 UTC (rev 163862)
@@ -0,0 +1,7 @@
+texlive-games 2011.24714
+
+- upgrade package chess-problem-diagrams 15878 - 23555
+- new package gamebook
+- new package othelloboard
+- new package schwalbe-chess
+

Deleted: extra-any/PKGBUILD
===
--- extra-any/PKGBUILD  2012-07-21 11:53:21 UTC (rev 163861)
+++ extra-any/PKGBUILD  2012-07-21 11:53:27 UTC (rev 163862)
@@ -1,46 +0,0 @@
-# Maintainer: Rémy Oudompheng remy.archlinux.org
-
-pkgname=texlive-games
-pkgver=2011.24714
-_revnr=${pkgver#2011.}
-pkgrel=1
-pkgdesc=TeX Live - Setups for typesetting various board games, including 
chess
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
$pkgname.maps)
-options=('!emptydirs')
-options=(!strip)
-install=texlive.install
-md5sums=('26d130df4e98f8c3c9acafcc4ca9fa35'
- '387a994c27b49be1ac3cf64a8f9ab155')
-
-build() {
-   cd $srcdir
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-package() {
-   cd $srcdir
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-}

Copied: texlive-games/repos/extra-any/PKGBUILD (from rev 163856, 
texlive-games/repos/testing-any/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2012-07-21 11:53:27 UTC (rev 163862)
@@ -0,0 +1,47 @@
+# Maintainer: Firmicus firmicus āt gmx dōt net
+
+pkgname=texlive-games
+pkgver=2012.26207
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc=TeX Live - Setups for typesetting various board games, including 
chess
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
$pkgname.maps)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('83264a1220c0cf75d6f17fcb34c898a9'
+ '387a994c27b49be1ac3cf64a8f9ab155')
+
+build() {
+   cd $srcdir
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   cd $srcdir
+   install -m755 -d 

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

2012-07-21 Thread Rémy Oudompheng
Date: Saturday, July 21, 2012 @ 07:53:30
  Author: remy
Revision: 163863

db-move: moved texlive-genericextra from [testing] to [extra] ( any)

Added:
  texlive-genericextra/repos/extra-any/PKGBUILD
(from rev 163856, texlive-genericextra/repos/testing-any/PKGBUILD)
  texlive-genericextra/repos/extra-any/texlive.install
(from rev 163856, texlive-genericextra/repos/testing-any/texlive.install)
Deleted:
  texlive-genericextra/repos/extra-any/Changelog
  texlive-genericextra/repos/extra-any/PKGBUILD
  texlive-genericextra/repos/extra-any/texlive.install
  texlive-genericextra/repos/testing-any/

-+
 Changelog   |   15 -
 PKGBUILD|   90 +++---
 texlive.install |   24 +++---
 3 files changed, 58 insertions(+), 71 deletions(-)

Deleted: extra-any/Changelog
===
--- extra-any/Changelog 2012-07-21 11:53:27 UTC (rev 163862)
+++ extra-any/Changelog 2012-07-21 11:53:30 UTC (rev 163863)
@@ -1,15 +0,0 @@
-texlive-genericextra 2011.24609
-
-- upgrade package barr 15878 - 23579
-- new package chronosys
-- new package ifetex
-- upgrade package lecturer 20011 - 23916
-- upgrade package systeme 22493 - 23336
-- upgrade package texapi 21182 - 24237
-
-texlive-genericextra 2011.22511
-
-- upgrade package shade 15878 - 22212
-- upgrade package systeme 21651 - 22493
-- new package upca
-

Deleted: extra-any/PKGBUILD
===
--- extra-any/PKGBUILD  2012-07-21 11:53:27 UTC (rev 163862)
+++ extra-any/PKGBUILD  2012-07-21 11:53:30 UTC (rev 163863)
@@ -1,44 +0,0 @@
-# Maintainer: Firmicus firmicus āt gmx dōt net
-# Maintainer: Rémy Oudompheng r...@archlinux.org
-
-pkgname=texlive-genericextra
-pkgver=2011.24609
-_revnr=${pkgver#2011.}
-pkgrel=1
-pkgdesc=TeX Live - mixed bag of generic macro packages and fonts
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
-options=('!emptydirs')
-options=(!strip)
-install=texlive.install
-md5sums=('c3d3d0aec468f8910e33ed4e12806be3')
-
-build() {
-   cd $srcdir
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-package() {
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-}

Copied: texlive-genericextra/repos/extra-any/PKGBUILD (from rev 163856, 
texlive-genericextra/repos/testing-any/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2012-07-21 11:53:30 UTC (rev 163863)
@@ -0,0 +1,46 @@
+# Maintainer: Firmicus firmicus āt gmx dōt net
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-genericextra
+pkgver=2012.26700
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc=TeX Live - mixed bag of generic macro packages and fonts
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('53903abf97eec2739004555e40272d0e')
+
+build() {
+   cd $srcdir
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   cd $srcdir
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;

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

2012-07-21 Thread Rémy Oudompheng
Date: Saturday, July 21, 2012 @ 07:53:33
  Author: remy
Revision: 163864

db-move: moved texlive-htmlxml from [testing] to [extra] ( any)

Added:
  texlive-htmlxml/repos/extra-any/PKGBUILD
(from rev 163856, texlive-htmlxml/repos/testing-any/PKGBUILD)
  texlive-htmlxml/repos/extra-any/texlive.install
(from rev 163856, texlive-htmlxml/repos/testing-any/texlive.install)
Deleted:
  texlive-htmlxml/repos/extra-any/Changelog
  texlive-htmlxml/repos/extra-any/PKGBUILD
  texlive-htmlxml/repos/extra-any/texlive.install
  texlive-htmlxml/repos/testing-any/

-+
 Changelog   |   10 
 PKGBUILD|  109 +++---
 texlive.install |   24 +--
 3 files changed, 67 insertions(+), 76 deletions(-)

Deleted: extra-any/Changelog
===
--- extra-any/Changelog 2012-07-21 11:53:30 UTC (rev 163863)
+++ extra-any/Changelog 2012-07-21 11:53:33 UTC (rev 163864)
@@ -1,10 +0,0 @@
-texlive-htmlxml 2011.24013
-
-- upgrade package jadetex 18835 - 23409
-- upgrade package tex4ht 22546 - 24013
-- upgrade package xmltex 18835 - 23409
-
-texlive-htmlxml 2011.22546
-
-- upgrade package tex4ht 21272 - 22546
-

Deleted: extra-any/PKGBUILD
===
--- extra-any/PKGBUILD  2012-07-21 11:53:30 UTC (rev 163863)
+++ extra-any/PKGBUILD  2012-07-21 11:53:33 UTC (rev 163864)
@@ -1,54 +0,0 @@
-# Contributor: Firmicus firmicus āt gmx dōt net
-# Maintainer: Rémy Oudompheng r...@archlinux.org
-
-pkgname=texlive-htmlxml
-pkgver=2011.24013
-_revnr=${pkgver#2011.}
-pkgrel=1
-pkgdesc=TeX Live - Packages to convert LaTeX to XML/HTML, and typeset 
XML/SGML
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
-options=('!emptydirs')
-options=(!strip)
-install=texlive.install
-md5sums=('1fd5dbf7fd8ae85708643486548da0ce')
-
-build() {
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-   install -m755 -d $pkgdir/usr/bin
-   ln -s /usr/share/texmf-dist/scripts/tex4ht/ht.sh $pkgdir/usr/bin/ht
-   ln -s /usr/share/texmf-dist/scripts/tex4ht/htcontext.sh 
$pkgdir/usr/bin/htcontext
-   ln -s /usr/share/texmf-dist/scripts/tex4ht/htlatex.sh 
$pkgdir/usr/bin/htlatex
-   ln -s /usr/share/texmf-dist/scripts/tex4ht/htmex.sh $pkgdir/usr/bin/htmex
-   ln -s /usr/share/texmf-dist/scripts/tex4ht/httex.sh $pkgdir/usr/bin/httex
-   ln -s /usr/share/texmf-dist/scripts/tex4ht/httexi.sh $pkgdir/usr/bin/httexi
-   ln -s /usr/share/texmf-dist/scripts/tex4ht/htxelatex.sh 
$pkgdir/usr/bin/htxelatex
-   ln -s /usr/share/texmf-dist/scripts/tex4ht/htxetex.sh 
$pkgdir/usr/bin/htxetex
-   ln -s /usr/share/texmf-dist/scripts/tex4ht/mk4ht.pl $pkgdir/usr/bin/mk4ht
-}

Copied: texlive-htmlxml/repos/extra-any/PKGBUILD (from rev 163856, 
texlive-htmlxml/repos/testing-any/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2012-07-21 11:53:33 UTC (rev 163864)
@@ -0,0 +1,55 @@
+# Contributor: Firmicus firmicus āt gmx dōt net
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-htmlxml
+pkgver=2012.24013
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc=TeX Live - Packages to convert LaTeX to XML/HTML, and typeset 
XML/SGML
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('1e468991ffadc7a36f9cc6ed01b83fcb')
+
+build() {
+   cd $srcdir
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 

[arch-commits] Commit in texlive-humanities/repos (5 files)

2012-07-21 Thread Rémy Oudompheng
Date: Saturday, July 21, 2012 @ 07:53:36
  Author: remy
Revision: 163865

db-move: moved texlive-humanities from [testing] to [extra] ( any)

Added:
  texlive-humanities/repos/extra-any/PKGBUILD
(from rev 163856, texlive-humanities/repos/testing-any/PKGBUILD)
  texlive-humanities/repos/extra-any/texlive.install
(from rev 163856, texlive-humanities/repos/testing-any/texlive.install)
Deleted:
  texlive-humanities/repos/extra-any/PKGBUILD
  texlive-humanities/repos/extra-any/texlive.install
  texlive-humanities/repos/testing-any/

-+
 PKGBUILD|   89 ++
 texlive.install |   24 +++---
 2 files changed, 56 insertions(+), 57 deletions(-)

Deleted: extra-any/PKGBUILD
===
--- extra-any/PKGBUILD  2012-07-21 11:53:33 UTC (rev 163864)
+++ extra-any/PKGBUILD  2012-07-21 11:53:36 UTC (rev 163865)
@@ -1,45 +0,0 @@
-# Maintainer: Rémy Oudompheng r...@archlinux.org
-
-pkgname=texlive-humanities
-pkgver=2011.24631
-_revnr=${pkgver#2011.}
-pkgrel=1
-pkgdesc=TeX Live -  LaTeX packages for law, linguistics, social sciences, and 
humanities
-license=('GPL')
-arch=(any)
-depends=('texlive-core' 'texlive-latexextra')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
-options=('!emptydirs')
-options=(!strip)
-install=texlive.install
-md5sums=('219482f5298fc186a88940d61c988153')
-
-build() {
-   cd $srcdir
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   cd $srcdir
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-}

Copied: texlive-humanities/repos/extra-any/PKGBUILD (from rev 163856, 
texlive-humanities/repos/testing-any/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2012-07-21 11:53:36 UTC (rev 163865)
@@ -0,0 +1,44 @@
+# Maintainer: Firmicus firmicus āt gmx dōt net
+
+pkgname=texlive-humanities
+pkgver=2012.25861
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc=TeX Live -  LaTeX packages for law, linguistics, social sciences, and 
humanities
+license=('GPL')
+arch=(any)
+depends=('texlive-core' 'texlive-latexextra')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('573a7d9b8f89fb442acaf7b27d78fd48')
+
+build() {
+   cd $srcdir
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+}

Deleted: extra-any/texlive.install
===
--- extra-any/texlive.install   2012-07-21 11:53:33 UTC (rev 163864)
+++ extra-any/texlive.install   2012-07-21 11:53:36 UTC (rev 163865)
@@ -1,12 +0,0 @@
-post_install() {
-   echo texlive: updating the filename database...
-   /usr/bin/mktexlsr
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: texlive-humanities/repos/extra-any/texlive.install (from rev 163856, 

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

2012-07-21 Thread Rémy Oudompheng
Date: Saturday, July 21, 2012 @ 07:53:41
  Author: remy
Revision: 163866

db-move: moved texlive-langcjk from [testing] to [extra] ( any)

Added:
  texlive-langcjk/repos/extra-any/PKGBUILD
(from rev 163856, texlive-langcjk/repos/testing-any/PKGBUILD)
  texlive-langcjk/repos/extra-any/texlive-langcjk.maps
(from rev 163856, texlive-langcjk/repos/testing-any/texlive-langcjk.maps)
  texlive-langcjk/repos/extra-any/texlive.install
(from rev 163856, texlive-langcjk/repos/testing-any/texlive.install)
Deleted:
  texlive-langcjk/repos/extra-any/Changelog
  texlive-langcjk/repos/extra-any/PKGBUILD
  texlive-langcjk/repos/extra-any/texlive-langcjk.maps
  texlive-langcjk/repos/extra-any/texlive.install
  texlive-langcjk/repos/testing-any/

--+
 Changelog|   19 
 PKGBUILD |   99 --
 texlive-langcjk.maps |   33 +--
 texlive.install  |  104 -
 4 files changed, 125 insertions(+), 130 deletions(-)

Deleted: extra-any/Changelog
===
--- extra-any/Changelog 2012-07-21 11:53:36 UTC (rev 163865)
+++ extra-any/Changelog 2012-07-21 11:53:41 UTC (rev 163866)
@@ -1,19 +0,0 @@
-texlive-langcjk 2011.24689
-
-- new package ipaex
-- new package japanese
-- new package japanese-otf
-- upgrade package ptex 23118 - 24627
-
-texlive-langcjk 2011.23118
-
-- upgrade package cjkutils 21345 - 23089
-- upgrade package ptex 22725 - 23118
-
-texlive-langcjk 2011.22725
-
-- upgrade package ctex 21116 - 22488
-- upgrade package ptex 21780 - 22725
-- upgrade package wadalab 15878 - 22576
-- upgrade package zhmetrics 16067 - 22207
-

Deleted: extra-any/PKGBUILD
===
--- extra-any/PKGBUILD  2012-07-21 11:53:36 UTC (rev 163865)
+++ extra-any/PKGBUILD  2012-07-21 11:53:41 UTC (rev 163866)
@@ -1,46 +0,0 @@
-# Maintainer: Firmicus firmicus āt gmx dōt net
-# Maintainer: Rémy Oudompheng r...@archlinux.org
-
-pkgname=texlive-langcjk
-pkgver=2011.24689
-_revnr=${pkgver#2011.}
-pkgrel=1
-pkgdesc=TeX Live - CJK (Chinese, Japanese, Korean) macros and fonts
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-lang')
-url='http://tug.org/texlive/'
-source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
$pkgname.maps)
-options=('!emptydirs')
-options=(!strip)
-install=texlive.install
-md5sums=('170938e68b63fab60ab3de02bce929b2'
- 'a4c50faea47494bad836b83391eb720e')
-
-build() {
-   cd $srcdir
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-package() {
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-}

Copied: texlive-langcjk/repos/extra-any/PKGBUILD (from rev 163856, 
texlive-langcjk/repos/testing-any/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2012-07-21 11:53:41 UTC (rev 163866)
@@ -0,0 +1,53 @@
+# Maintainer: Firmicus firmicus āt gmx dōt net
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-langcjk
+pkgver=2012.26777
+_revnr=${pkgver#2012.}
+pkgrel=2
+pkgdesc=TeX Live - CJK (Chinese, Japanese, Korean) macros and fonts
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-lang')
+url='http://tug.org/texlive/'
+source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
$pkgname.maps)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('1c73bef41603e33d7d88dd0d3e782e04'
+ '0a21c8f3406ac404459b588e3e8eb3ea')
+
+build() {
+   cd $srcdir
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps 

[arch-commits] Commit in texlive-langgreek/repos (7 files)

2012-07-21 Thread Rémy Oudompheng
Date: Saturday, July 21, 2012 @ 07:53:45
  Author: remy
Revision: 163867

db-move: moved texlive-langgreek from [testing] to [extra] ( any)

Added:
  texlive-langgreek/repos/extra-any/PKGBUILD
(from rev 163856, texlive-langgreek/repos/testing-any/PKGBUILD)
  texlive-langgreek/repos/extra-any/texlive-langgreek.maps
(from rev 163856, 
texlive-langgreek/repos/testing-any/texlive-langgreek.maps)
  texlive-langgreek/repos/extra-any/texlive.install
(from rev 163856, texlive-langgreek/repos/testing-any/texlive.install)
Deleted:
  texlive-langgreek/repos/extra-any/PKGBUILD
  texlive-langgreek/repos/extra-any/texlive-langgreek.maps
  texlive-langgreek/repos/extra-any/texlive.install
  texlive-langgreek/repos/testing-any/

+
 PKGBUILD   |   97 ++-
 texlive-langgreek.maps |   12 ++---
 texlive.install|  104 +++
 3 files changed, 107 insertions(+), 106 deletions(-)

Deleted: extra-any/PKGBUILD
===
--- extra-any/PKGBUILD  2012-07-21 11:53:41 UTC (rev 163866)
+++ extra-any/PKGBUILD  2012-07-21 11:53:45 UTC (rev 163867)
@@ -1,48 +0,0 @@
-# Maintainer: Firmicus firmicus āt gmx dōt net
-# Maintainer: Rémy Oudompheng r...@archlinux.org
-
-pkgname=texlive-langgreek
-pkgver=2011.24147
-_revnr=${pkgver#2011.}
-pkgrel=1
-pkgdesc=TeX Live - Fonts and support for typesetting Greek
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-lang')
-url='http://tug.org/texlive/'
-source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
$pkgname.maps)
-options=('!emptydirs')
-options=(!strip)
-install=texlive.install
-md5sums=('e4abdabdd7e5ad966610d856da8c6a70'
- 'a1c515e7bbe93c905e20db580aa5a234')
-
-build() {
-   bsdtar xf $pkgname-$pkgver-src.zip
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-package() {
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-   install -m755 -d $pkgdir/usr/bin
-   ln -s /usr/share/texmf-dist/scripts/mkgrkindex/mkgrkindex 
$pkgdir/usr/bin/mkgrkindex
-}

Copied: texlive-langgreek/repos/extra-any/PKGBUILD (from rev 163856, 
texlive-langgreek/repos/testing-any/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2012-07-21 11:53:45 UTC (rev 163867)
@@ -0,0 +1,49 @@
+# Maintainer: Firmicus firmicus āt gmx dōt net
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-langgreek
+pkgver=2012.26313
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc=TeX Live - Fonts and support for typesetting Greek
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-lang')
+url='http://tug.org/texlive/'
+source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
$pkgname.maps)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('2ac95627dcf47330ed3adafb3573b8bd'
+ 'a1c515e7bbe93c905e20db580aa5a234')
+
+build() {
+   cd $srcdir
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; 

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

2012-07-21 Thread Rémy Oudompheng
Date: Saturday, July 21, 2012 @ 07:53:49
  Author: remy
Revision: 163868

db-move: moved texlive-langextra from [testing] to [extra] ( any)

Added:
  texlive-langextra/repos/extra-any/PKGBUILD
(from rev 163856, texlive-langextra/repos/testing-any/PKGBUILD)
  texlive-langextra/repos/extra-any/texlive-langextra.maps
(from rev 163856, 
texlive-langextra/repos/testing-any/texlive-langextra.maps)
  texlive-langextra/repos/extra-any/texlive.install
(from rev 163856, texlive-langextra/repos/testing-any/texlive.install)
Deleted:
  texlive-langextra/repos/extra-any/Changelog
  texlive-langextra/repos/extra-any/PKGBUILD
  texlive-langextra/repos/extra-any/texlive-langextra.maps
  texlive-langextra/repos/extra-any/texlive.install
  texlive-langextra/repos/testing-any/

+
 Changelog  |   19 ---
 PKGBUILD   |  117 +++
 texlive-langextra.maps |   36 +++---
 texlive.install|  104 -
 4 files changed, 129 insertions(+), 147 deletions(-)

Deleted: extra-any/Changelog
===
--- extra-any/Changelog 2012-07-21 11:53:45 UTC (rev 163867)
+++ extra-any/Changelog 2012-07-21 11:53:49 UTC (rev 163868)
@@ -1,19 +0,0 @@
-texlive-langextra 2011.23959
-
- - upgrade package persian-bib 16848 - 23267
- - new package persian-modern
- - upgrade package velthuis 21570 - 23224
- - new package xetex-devanagari
-
-texlive-langextra 2011.23164
-
- - upgrade package malayalam 15878 - 23164
- - upgrade package vntex 18845 - 22766
-
-texlive-langextra 2011.22550
-
-- upgrade package arabi 20072 - 22550
-- upgrade package wnri 15878 - 22459
-- new package wnri-latex
-- deleted package soyombo
-

Deleted: extra-any/PKGBUILD
===
--- extra-any/PKGBUILD  2012-07-21 11:53:45 UTC (rev 163867)
+++ extra-any/PKGBUILD  2012-07-21 11:53:49 UTC (rev 163868)
@@ -1,58 +0,0 @@
-# Maintainer: Firmicus firmicus āt gmx dōt net
-# Maintainer: Rémy Oudompheng r...@archlinux.org
-
-pkgname=texlive-langextra
-pkgver=2011.23959
-_revnr=${pkgver#2011.}
-pkgrel=1
-pkgdesc=TeX Live - Bundle of all extra language support
-license=('GPL')
-arch=(any)
-conflicts=('texlive-langafrican' 'texlive-langarab' 'texlive-langarabic'
-   'texlive-langarmenian' 'texlive-langcroatian' 'texlive-langhebrew'
-   'texlive-langindic' 'texlive-langmongolian' 'texlive-langtibetan'
-   'texlive-langvietnamese') 
-provides=('texlive-langafrican' 'texlive-langarabic' 'texlive-langarmenian' 
-  'texlive-langarmenian' 'texlive-langcroatian' 'texlive-langhebrew'
-  'texlive-langindic' 'texlive-langmongolian' 'texlive-langtibetan'
-  'texlive-langvietnamese') 
-depends=('texlive-latexextra')
-groups=('texlive-lang')
-url='http://tug.org/texlive/'
-source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
$pkgname.maps)
-options=('!emptydirs')
-options=(!strip)
-install=texlive.install
-md5sums=('298482bfd870fae837f8075a1bda4623'
- 'a4cbb2f9de807a04f90956e6f8c354ae')
-
-build() {
-   cd $srcdir
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-package() {
-   cd $srcdir
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-   #remove parts of ethiop that depend on Omega:
-   rm -rf $pkgdir/usr/share/texmf-dist/fonts/{ofm,ovf,ovp}
-   rm -rf $pkgdir/usr/share/texmf-dist/omega
-}

Copied: texlive-langextra/repos/extra-any/PKGBUILD (from rev 163856, 
texlive-langextra/repos/testing-any/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2012-07-21 11:53:49 UTC (rev 163868)
@@ -0,0 +1,59 @@
+# Maintainer: Firmicus firmicus āt gmx dōt net
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-langextra
+pkgver=2012.26750
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc=TeX Live - Bundle of all extra language 

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

2012-07-21 Thread Rémy Oudompheng
Date: Saturday, July 21, 2012 @ 07:53:54
  Author: remy
Revision: 163869

db-move: moved texlive-latexextra from [testing] to [extra] ( any)

Added:
  texlive-latexextra/repos/extra-any/PKGBUILD
(from rev 163856, texlive-latexextra/repos/testing-any/PKGBUILD)
  texlive-latexextra/repos/extra-any/texlive-latexextra.maps
(from rev 163856, 
texlive-latexextra/repos/testing-any/texlive-latexextra.maps)
  texlive-latexextra/repos/extra-any/texlive.install
(from rev 163856, texlive-latexextra/repos/testing-any/texlive.install)
Deleted:
  texlive-latexextra/repos/extra-any/Changelog
  texlive-latexextra/repos/extra-any/PKGBUILD
  texlive-latexextra/repos/extra-any/texlive-latexextra.maps
  texlive-latexextra/repos/extra-any/texlive.install
  texlive-latexextra/repos/testing-any/

-+
 Changelog   |  296 --
 PKGBUILD|  144 +++---
 texlive-latexextra.maps |6 
 texlive.install |  104 
 4 files changed, 127 insertions(+), 423 deletions(-)

Deleted: extra-any/Changelog
===
--- extra-any/Changelog 2012-07-21 11:53:49 UTC (rev 163868)
+++ extra-any/Changelog 2012-07-21 11:53:54 UTC (rev 163869)
@@ -1,296 +0,0 @@
-texlive-latexextra 2011.24718
-
-- upgrade package achemso 21698 - 24605
-- upgrade package alterqcm 15878 - 23385
-- upgrade package animate 19937 - 23986
-- new package bchart
-- upgrade package beamer2thesis 21108 - 24496
-- new package beameraudience
-- new package beamersubframe
-- new package bhcexam
-- upgrade package canoniclayout 21155 - 24523
-- upgrade package catoptions 22128 - 24654
-- upgrade package ccaption 15878 - 23443
-- upgrade package changes 22239 - 24203
-- upgrade package chet 22570 - 24468
-- new package collectbox
-- new package coseoul
-- new package crbox
-- upgrade package csquotes 21867 - 24393
-- upgrade package csvsimple 21981 - 24575
-- upgrade package currfile 21012 - 24047
-- upgrade package dashbox 15878 - 23425
-- upgrade package dashundergaps 17222 - 23373
-- upgrade package decimal 15878 - 23374
-- new package decorule
-- new package delim
-- new package diagbox
-- new package documentation
-- upgrade package dtk 22213 - 24698
-- new package easyfig
-- new package emarks
-- upgrade package enumitem 15878 - 24146
-- upgrade package exercise 22107 - 23328
-- upgrade package fancytabs 22141 - 23839
-- upgrade package filecontents 15878 - 24250
-- upgrade package filehook 21669 - 24280
-- upgrade package filemod 21831 - 24042
-- upgrade package fink 20654 - 24329
-- new package floatflt
-- new package fontaxes
-- upgrade package footmisc 15878 - 23330
-- new package fullwidth
-- upgrade package gauss 17596 - 24411
-- new package ghab
-- new package gitinfo
-- upgrade package gmutils 21294 - 24287
-- upgrade package gmverb 21293 - 24288
-- new package hletter
-- upgrade package hypdvips 19631 - 23377
-- upgrade package hyperxmp 22306 - 23378
-- upgrade package ifnextok 22588 - 23379
-- new package ifoddpage
-- new package invoice
-- upgrade package isotope 15878 - 23711
-- new package jlabels
-- new package jvlisting
-- new package kantlipsum
-- new package keyval2e
-- upgrade package koma-moderncvclassic 22109 - 24224
-- upgrade package lastpage 21261 - 23793
-- upgrade package latex-tds 22144 - 24252
-- upgrade package lhelp 15878 - 23638
-- new package logbox
-- new package ltxkeys
-- new package ltxtools
-- upgrade package magaz 17431 - 24694
-- upgrade package marginfix 19602 - 24320
-- upgrade package mathalfa 22464 - 24327
-- upgrade package mbenotes 22556 - 24321
-- upgrade package mdframed 20841 - 24594
-- new package meetingmins
-- upgrade package minted 16883 - 24002
-- upgrade package moderncv 19688 - 24574
-- new package moderntimeline
-- new package moreenum
-- upgrade package morefloats 21262 - 23341
-- upgrade package morehype 21360 - 24369
-- new package morewrites
-- new package mversion
-- upgrade package newvbtm 21935 - 23996
-- upgrade package newverbs 21441 - 23342
-- upgrade package niceframe 15878 - 24120
-- upgrade package nicetext 21257 - 24388
-- new package nowidow
-- new package pagecolor
-- new package pageslts
-- upgrade package papermas 21258 - 23667
-- new package paracol
-- upgrade package pax 22179 - 23306
-- upgrade package pbox 15878 - 24664
-- upgrade package pdfmarginpar 22334 - 23492
-- upgrade package probsoln 15878 - 23668
-- upgrade package protocol 17962 - 24281
-- new package quoting
-- new package realboxes
-- upgrade package regstats 22508 - 23662
-- upgrade package relsize 20018 - 24074
-- upgrade package repeatindex 15878 - 24305
-- new package serbian-apostrophe
-- new package serbian-date-lat
-- new package serbian-def-cyr
-- upgrade package serbian-lig 22871 - 23382
-- upgrade package shipunov 20218 - 24203
-- upgrade package showexpl 15878 - 23669
-- new package sidenotes
-- upgrade package skeycommand 18493 - 

[arch-commits] Commit in texlive-music/repos (7 files)

2012-07-21 Thread Rémy Oudompheng
Date: Saturday, July 21, 2012 @ 07:54:00
  Author: remy
Revision: 163870

db-move: moved texlive-music from [testing] to [extra] ( any)

Added:
  texlive-music/repos/extra-any/PKGBUILD
(from rev 163856, texlive-music/repos/testing-any/PKGBUILD)
  texlive-music/repos/extra-any/texlive-music.maps
(from rev 163856, texlive-music/repos/testing-any/texlive-music.maps)
  texlive-music/repos/extra-any/texlive.install
(from rev 163856, texlive-music/repos/testing-any/texlive.install)
Deleted:
  texlive-music/repos/extra-any/PKGBUILD
  texlive-music/repos/extra-any/texlive-music.maps
  texlive-music/repos/extra-any/texlive.install
  texlive-music/repos/testing-any/

+
 PKGBUILD   |  100 +
 texlive-music.maps |2 
 texlive.install|  104 +--
 3 files changed, 104 insertions(+), 102 deletions(-)

Deleted: extra-any/PKGBUILD
===
--- extra-any/PKGBUILD  2012-07-21 11:53:54 UTC (rev 163869)
+++ extra-any/PKGBUILD  2012-07-21 11:54:00 UTC (rev 163870)
@@ -1,49 +0,0 @@
-# Maintainer: Firmicus firmicus āt gmx dōt net
-# Maintainer: Rémy Oudompheng r...@archlinux.org
-
-pkgname=texlive-music
-pkgver=2011.24518
-_revnr=${pkgver#2011.}
-pkgrel=1
-pkgdesc=TeX Live - Music typesetting packages
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
$pkgname.maps)
-options=('!emptydirs')
-options=(!strip)
-install=texlive.install
-md5sums=('6a7fa8135f2c55e063c1a4104e51e097'
- '6af96d016e18492867d6f4ba2eff0a31')
-
-build() {
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-package() {
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-   # script symlinks
-   install -m755 -d $pkgdir/usr/bin
-   ln -s /usr/share/texmf-dist/scripts/musixtex/musixtex.lua 
$pkgdir/usr/bin/musixtex
-   ln -s /usr/share/texmf-dist/scripts/musixtex/musixflx.lua 
$pkgdir/usr/bin/musixflx
-}

Copied: texlive-music/repos/extra-any/PKGBUILD (from rev 163856, 
texlive-music/repos/testing-any/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2012-07-21 11:54:00 UTC (rev 163870)
@@ -0,0 +1,51 @@
+# Maintainer: Firmicus firmicus āt gmx dōt net
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-music
+pkgver=2012.26726
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc=TeX Live - Music typesetting packages
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
$pkgname.maps)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('3777a169abffaeb93eb0cce3112f1ee5'
+ '6af96d016e18492867d6f4ba2eff0a31')
+
+build() {
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type 

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

2012-07-21 Thread Rémy Oudompheng
Date: Saturday, July 21, 2012 @ 07:54:05
  Author: remy
Revision: 163871

db-move: moved texlive-pictures from [testing] to [extra] ( any)

Added:
  texlive-pictures/repos/extra-any/PKGBUILD
(from rev 163856, texlive-pictures/repos/testing-any/PKGBUILD)
  texlive-pictures/repos/extra-any/texlive-pictures.maps
(from rev 163856, texlive-pictures/repos/testing-any/texlive-pictures.maps)
  texlive-pictures/repos/extra-any/texlive.install
(from rev 163856, texlive-pictures/repos/testing-any/texlive.install)
Deleted:
  texlive-pictures/repos/extra-any/Changelog
  texlive-pictures/repos/extra-any/PKGBUILD
  texlive-pictures/repos/extra-any/texlive-pictures.maps
  texlive-pictures/repos/extra-any/texlive.install
  texlive-pictures/repos/testing-any/

---+
 Changelog |   74 -
 PKGBUILD  |  105 
 texlive-pictures.maps |4 -
 texlive.install   |  104 +++
 4 files changed, 107 insertions(+), 180 deletions(-)

Deleted: extra-any/Changelog
===
--- extra-any/Changelog 2012-07-21 11:54:00 UTC (rev 163870)
+++ extra-any/Changelog 2012-07-21 11:54:05 UTC (rev 163871)
@@ -1,74 +0,0 @@
-texlive-pictures 2011.24715
-
-- upgrade package adjustbox 21789 - 24593
-- new package braids
-- upgrade package chemfig 22205 - 24715
-- upgrade package circuitikz 16183 - 23913
-- upgrade package combinedgraphics 16144 - 23356
-- upgrade package curve2e 20420 - 23482
-- upgrade package gincltex 21635 - 23835
-- upgrade package gnuplottex 22101 - 23918
-- new package lapdf
-- upgrade package mathspic 18868 - 23661
-- new package modiagram
-- upgrade package numericplots 19828 - 23241
-- upgrade package petri-nets 15878 - 24088
-- upgrade package pgfgantt 22166 - 24572
-- new package pgfmolbio
-- upgrade package pgfopts 18072 - 23320
-- upgrade package pgfplots 19839 - 23292
-- upgrade package prerex 20440 - 23896
-- upgrade package randomwalk 21161 - 23924
-- new package rviewport
-- upgrade package texdraw 15878 - 23717
-- upgrade package tikz-3dplot 21549 - 23338
-- new package tikz-cd
-- new package tikz-dependency
-- upgrade package tikz-qtree 20936 - 24259
-- new package tikzpagenodes
-- new package tqft
-- new package tsemlines
-- upgrade package tufte-latex 16378 - 23722
-- upgrade package xypic 21380 - 23327
-- deleted package xypdf
-
-texlive-pictures 2011.22961-1
-
- - new package tkz-base
- - new package tkz-berge
- - upgrade package tkz-doc 15878 - 22959
- - new package tkz-euclide
- - new package tkz-fct
- - new package tkz-graph
- - new package tkz-kiviat
- - upgrade package tkz-linknodes 15878 - 22833
- - upgrade package tkz-tab 21542 - 22834
-
-texlive-pictures 2011.22509-1
-
-- new package bloques
-- upgrade package chemfig 22055 - 22205
-- new package grafcet
-- upgrade package pgfgantt 21681 - 22166
-
-texlive-pictures 2010.22101-1
-
-- new package adjustbox
-- upgrade package bardiag 15878 - 22013
-- new package bondgraph
-- upgrade package chemfig 20523 - 22055
-- upgrade package epspdf 20860 - 21628
-- new package gincltex
-- upgrade package gnuplottex 15878 - 22101
-- new package gradientframe
-- upgrade package pgf-umlsd 17744 - 21301
-- new package pgfgantt
-- new package piano
-- upgrade package pict2e 15878 - 21987
-- upgrade package pictex 15878 - 21943
-- new package randomwalk
-- upgrade package tikz-3dplot 19879 - 21549
-- upgrade package tikz-timing 16761 - 21013
-- upgrade package tkz-tab 15878 - 21542
-- upgrade package xypic 20081 - 21380
-

Deleted: extra-any/PKGBUILD
===
--- extra-any/PKGBUILD  2012-07-21 11:54:00 UTC (rev 163870)
+++ extra-any/PKGBUILD  2012-07-21 11:54:05 UTC (rev 163871)
@@ -1,52 +0,0 @@
-# Maintainer: Rémy Oudompheng r...@archlinux.org
-
-pkgname=texlive-pictures
-pkgver=2011.24715
-_revnr=${pkgver#2011.}
-pkgrel=1
-pkgdesc=TeX Live - Packages for drawings graphics
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
$pkgname.maps)
-options=('!emptydirs')
-options=(!strip)
-install=texlive.install
-md5sums=('8ed222d584e96379bd4ccfd1edfad1dc'
- '7d08cb8ade87687bd8676f8e8ba20697')
-
-build() {
-   cd $srcdir
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-package() {
-   cd $srcdir
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
-   for dir in 

[arch-commits] Commit in texlive-plainextra/repos (5 files)

2012-07-21 Thread Rémy Oudompheng
Date: Saturday, July 21, 2012 @ 07:54:09
  Author: remy
Revision: 163872

db-move: moved texlive-plainextra from [testing] to [extra] ( any)

Added:
  texlive-plainextra/repos/extra-any/PKGBUILD
(from rev 163856, texlive-plainextra/repos/testing-any/PKGBUILD)
  texlive-plainextra/repos/extra-any/texlive.install
(from rev 163856, texlive-plainextra/repos/testing-any/texlive.install)
Deleted:
  texlive-plainextra/repos/extra-any/PKGBUILD
  texlive-plainextra/repos/extra-any/texlive.install
  texlive-plainextra/repos/testing-any/

-+
 PKGBUILD|   88 +++---
 texlive.install |   24 +++---
 2 files changed, 57 insertions(+), 55 deletions(-)

Deleted: extra-any/PKGBUILD
===
--- extra-any/PKGBUILD  2012-07-21 11:54:05 UTC (rev 163871)
+++ extra-any/PKGBUILD  2012-07-21 11:54:09 UTC (rev 163872)
@@ -1,43 +0,0 @@
-# Maintainer: Firmicus firmicus āt gmx dōt net
-# Maintainer: Rémy Oudompheng r...@archlinux.org
-
-pkgname=texlive-plainextra
-pkgver=2011.23567
-pkgrel=1
-pkgdesc=TeX Live - A collection of add-on packages and macros for plain TeX
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
-options=('!emptydirs')
-options=(!strip)
-install=texlive.install
-md5sums=('fc9af44b3df1370396a7163f77fb60d8')
-
-build() {
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-package() {
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   _revnr=`echo $pkgver | sed 's/2010\.//'`
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-}

Copied: texlive-plainextra/repos/extra-any/PKGBUILD (from rev 163856, 
texlive-plainextra/repos/testing-any/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2012-07-21 11:54:09 UTC (rev 163872)
@@ -0,0 +1,45 @@
+# Maintainer: Firmicus firmicus āt gmx dōt net
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-plainextra
+pkgver=2012.25953
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc=TeX Live - A collection of add-on packages and macros for plain TeX
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('77527bd40ba85389f9afdeaf15e71d59')
+
+build() {
+   cd $srcdir
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+}

Deleted: extra-any/texlive.install
===
--- extra-any/texlive.install   2012-07-21 11:54:05 UTC (rev 163871)
+++ extra-any/texlive.install   2012-07-21 11:54:09 UTC (rev 163872)
@@ -1,12 +0,0 @@
-post_install() {
-   echo texlive: updating the filename database...
-   /usr/bin/mktexlsr
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: texlive-plainextra/repos/extra-any/texlive.install (from rev 163856, 

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

2012-07-21 Thread Rémy Oudompheng
Date: Saturday, July 21, 2012 @ 07:54:13
  Author: remy
Revision: 163873

db-move: moved texlive-pstricks from [testing] to [extra] ( any)

Added:
  texlive-pstricks/repos/extra-any/PKGBUILD
(from rev 163856, texlive-pstricks/repos/testing-any/PKGBUILD)
  texlive-pstricks/repos/extra-any/texlive.install
(from rev 163856, texlive-pstricks/repos/testing-any/texlive.install)
Deleted:
  texlive-pstricks/repos/extra-any/Changelog
  texlive-pstricks/repos/extra-any/PKGBUILD
  texlive-pstricks/repos/extra-any/texlive.install
  texlive-pstricks/repos/testing-any/

-+
 Changelog   |   45 --
 PKGBUILD|   91 +++---
 texlive.install |   24 +++---
 3 files changed, 58 insertions(+), 102 deletions(-)

Deleted: extra-any/Changelog
===
--- extra-any/Changelog 2012-07-21 11:54:09 UTC (rev 163872)
+++ extra-any/Changelog 2012-07-21 11:54:13 UTC (rev 163873)
@@ -1,45 +0,0 @@
-texlive-pstricks 2011.24695
-
-- upgrade package auto-pst-pdf 15878 - 23723
-- upgrade package bclogo 16938 - 23305
-- upgrade package pst-bspline 20173 - 23632
-- upgrade package pst-coil 16895 - 24020
-- upgrade package pst-eucl 22405 - 24069
-- upgrade package pst-func 22177 - 24491
-- upgrade package pst-node 22385 - 24693
-- upgrade package pst-plot 22268 - 24581
-- new package pst-rubans
-- upgrade package pst-slpe 15878 - 24391
-- upgrade package pst-tree 21589 - 24142
-- upgrade package pst-tvz 21266 - 23451
-- upgrade package pstricks 22178 - 24695
-- upgrade package pstricks-add 21290 - 23657
-
-texlive-pstricks 2011.22586
-
-- upgrade package pst-circ 21599 - 22444
-- upgrade package pst-eucl 15878 - 22405
-- upgrade package pst-func 20299 - 22177
-- new package pst-layout
-- upgrade package pst-node 21550 - 22385
-- upgrade package pst-plot 22099 - 22268
-- upgrade package pstricks 22140 - 22178
-
-texlive-pstricks 2010.22140-1
-
-- upgrade package pst-3dplot 17113 - 21588
-- upgrade package pst-asr 17171 - 22138
-- upgrade package pst-barcode 15878 - 21716
-- upgrade package pst-circ 20358 - 21599
-- upgrade package pst-electricfield 19320 - 21864
-- upgrade package pst-exa 16615 - 22113
-- new package pst-graphicx
-- upgrade package pst-node 20879 - 21550
-- upgrade package pst-plot 20743 - 22099
-- upgrade package pst-sigsys 19063 - 21667
-- upgrade package pst-tree 15878 - 21589
-- new package pst-tvz
-- upgrade package pst2pdf 18835 - 21135
-- upgrade package pstricks 20594 - 22140
-- upgrade package pstricks-add 20794 - 21290
-

Deleted: extra-any/PKGBUILD
===
--- extra-any/PKGBUILD  2012-07-21 11:54:09 UTC (rev 163872)
+++ extra-any/PKGBUILD  2012-07-21 11:54:13 UTC (rev 163873)
@@ -1,45 +0,0 @@
-# Maintainer: Firmicus firmicus āt gmx dōt net
-# Maintainer: Rémy Oudompheng r...@archlinux.org
-
-pkgname=texlive-pstricks
-pkgver=2011.24695
-_revnr=${pkgver#2011.}
-pkgrel=1
-pkgdesc=TeX Live - Additional PSTricks packages
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
-options=('!emptydirs')
-options=(!strip)
-install=texlive.install
-md5sums=('d7958bcae8c58f75b4d5fce9932b7d39')
-
-build() {
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-package() {
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-   install -m755 -d $pkgdir/usr/bin
-   ln -s /usr/share/texmf-dist/scripts/pst2pdf/pst2pdf $pkgdir/usr/bin/pst2pdf
-}

Copied: texlive-pstricks/repos/extra-any/PKGBUILD (from rev 163856, 
texlive-pstricks/repos/testing-any/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2012-07-21 11:54:13 UTC (rev 163873)
@@ -0,0 +1,46 @@
+# Maintainer: Firmicus firmicus āt gmx dōt net
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-pstricks
+pkgver=2012.26865
+_revnr=${pkgver#2012.}

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

2012-07-21 Thread Rémy Oudompheng
Date: Saturday, July 21, 2012 @ 07:54:18
  Author: remy
Revision: 163874

db-move: moved texlive-publishers from [testing] to [extra] ( any)

Added:
  texlive-publishers/repos/extra-any/PKGBUILD
(from rev 163856, texlive-publishers/repos/testing-any/PKGBUILD)
  texlive-publishers/repos/extra-any/texlive.install
(from rev 163856, texlive-publishers/repos/testing-any/texlive.install)
Deleted:
  texlive-publishers/repos/extra-any/Changelog
  texlive-publishers/repos/extra-any/PKGBUILD
  texlive-publishers/repos/extra-any/texlive.install
  texlive-publishers/repos/testing-any/

-+
 Changelog   |   53 
 PKGBUILD|   88 +++---
 texlive.install |   24 +++---
 3 files changed, 57 insertions(+), 108 deletions(-)

Deleted: extra-any/Changelog
===
--- extra-any/Changelog 2012-07-21 11:54:13 UTC (rev 163873)
+++ extra-any/Changelog 2012-07-21 11:54:18 UTC (rev 163874)
@@ -1,53 +0,0 @@
-texlive-publishers 2011.24723
-
- - upgrade package aomart 21666 - 23349
- - new package apa6
- - upgrade package apa6e 21585 - 23350
- - upgrade package arsclassica 17051 - 23434
- - upgrade package ascelike 18785 - 24568
- - new package cascadilla
- - upgrade package classicthesis 21196 - 23354
- - upgrade package cmpj 22062 - 23860
- - upgrade package confproc 20346 - 23358
- - new package ejpecp
- - new package fcltxdoc
- - new package kdgdocs
- - new package msu-thesis
- - new package musuos
- - upgrade package muthesis 20697 - 23861
- - upgrade package philosophersimprint 15878 - 24674
- - new package sapthesis
- - upgrade package stellenbosch 15878 - 23900
- - upgrade package suftesi 19798 - 24552
- - upgrade package thuthesis 15878 - 24361
- - upgrade package toptesi 22647 - 24466
- - upgrade package uothesis 22489 - 23485
- - upgrade package york-thesis 18148 - 23348
- - deleted package msuthesis
- - deleted package vxu
-
-texlive-publishers 2011.22647
-
- - upgrade package elteikthesis 19800 - 22513
- - upgrade package toptesi 22063 - 22647
- - upgrade package tugboat 20545 - 22462
- - new package uafthesis
- - new package unamthesis
- - upgrade package uothesis 22075 - 22489
-
-texlive-publishers 2010.22075-1
-
- - upgrade package aomart 20919 - 21666
- - new package apa6e
- - upgrade package classicthesis 18063 - 21196
- - new package cmpj
- - upgrade package elbioimp 20469 - 21758
- - new package fbithesis
- - upgrade package jmlr 20630 - 21830
- - upgrade package lps 15878 - 21322
- - upgrade package nature 15878 - 21819
- - upgrade package ryethesis 19255 - 21316
- - upgrade package toptesi 20458 - 22063
- - upgrade package tugboat-plain 15878 - 21720
- - upgrade package uothesis 20890 - 22075
-

Deleted: extra-any/PKGBUILD
===
--- extra-any/PKGBUILD  2012-07-21 11:54:13 UTC (rev 163873)
+++ extra-any/PKGBUILD  2012-07-21 11:54:18 UTC (rev 163874)
@@ -1,43 +0,0 @@
-# Maintainer: Firmicus firmicus āt gmx dōt net
-# Maintainer: Rémy Oudompheng r...@archlinux.org
-
-pkgname=texlive-publishers
-pkgver=2011.24723
-_revnr=${pkgver#2011.}
-pkgrel=1
-pkgdesc=TeX Live - LaTeX classes and packages for specific publishers
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
-options=('!emptydirs')
-options=(!strip)
-install=texlive.install
-md5sums=('552991914d8b43181018918d06983e61')
-
-build() {
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-package() {
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-}

Copied: texlive-publishers/repos/extra-any/PKGBUILD (from rev 163856, 
texlive-publishers/repos/testing-any/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2012-07-21 11:54:18 UTC (rev 163874)
@@ -0,0 +1,45 @@
+# Maintainer: Firmicus firmicus āt gmx dōt net
+# Maintainer: Rémy 

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

2012-07-21 Thread Rémy Oudompheng
Date: Saturday, July 21, 2012 @ 07:54:23
  Author: remy
Revision: 163875

db-move: moved texlive-science from [testing] to [extra] ( any)

Added:
  texlive-science/repos/extra-any/PKGBUILD
(from rev 163856, texlive-science/repos/testing-any/PKGBUILD)
  texlive-science/repos/extra-any/texlive-science.maps
(from rev 163856, texlive-science/repos/testing-any/texlive-science.maps)
  texlive-science/repos/extra-any/texlive.install
(from rev 163856, texlive-science/repos/testing-any/texlive.install)
Deleted:
  texlive-science/repos/extra-any/Changelog
  texlive-science/repos/extra-any/PKGBUILD
  texlive-science/repos/extra-any/texlive-science.maps
  texlive-science/repos/extra-any/texlive.install
  texlive-science/repos/testing-any/

--+
 Changelog|   33 ---
 PKGBUILD |   97 +++--
 texlive-science.maps |2 
 texlive.install  |  104 -
 4 files changed, 102 insertions(+), 134 deletions(-)

Deleted: extra-any/Changelog
===
--- extra-any/Changelog 2012-07-21 11:54:18 UTC (rev 163874)
+++ extra-any/Changelog 2012-07-21 11:54:23 UTC (rev 163875)
@@ -1,33 +0,0 @@
-texlive-science 2011.24724
-
-- upgrade package bytefield 21365 - 23351
-- upgrade package chemmacros 22492 - 24494
-- new package chemnum
-- upgrade package computational-complexity 20116 - 23291
-- upgrade package mhchem 22589 - 23334
-- new package sasnrdisplay
-- upgrade package siunitx 22994 - 24604
-- upgrade package textopo 15878 - 23796
-
-texlive-science 2011.22994-1
-
-- upgrade package siunitx 22648 - 22994
-
-texlive-science 2011.22648-1
-
-- new package chemmacros
-- upgrade package mhchem 19018 - 22589
-- upgrade package mychemistry 22097 - 22242
-- new package nuc
-- upgrade package physymb 20944 - 22406
-- upgrade package siunitx 22139 - 22648
-
-texlive-science 2010.22139-1
-
-- upgrade package bytefield 20297 - 21365
-- new package chemexec
-- upgrade package chemstyle 20330 - 20996
-- upgrade package karnaugh 15878 - 21338
-- new package mychemistry
-- upgrade package siunitx 20830 - 22139
-

Deleted: extra-any/PKGBUILD
===
--- extra-any/PKGBUILD  2012-07-21 11:54:18 UTC (rev 163874)
+++ extra-any/PKGBUILD  2012-07-21 11:54:23 UTC (rev 163875)
@@ -1,48 +0,0 @@
-# Maintainer: Rémy Oudompheng r...@archlinux.org
-
-pkgname=texlive-science
-pkgver=2011.24724
-_revnr=${pkgver#2011.}
-pkgrel=1
-pkgdesc=TeX Live - Typesetting for natural and computer sciences
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
$pkgname.maps)
-options=('!emptydirs')
-options=(!strip)
-install=texlive.install
-md5sums=('1b5f93ccc66512ac39f9e454cb972fe2'
- '72206bb981d3d491df018e0e13334be5')
-
-build() {
-   cd $srcdir
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-package() {
-   cd $srcdir
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-   install -m755 -d $pkgdir/usr/bin
-   ln -s /usr/share/texmf-dist/scripts/ulqda/ulqda.pl $pkgdir/usr/bin/ulqda
-}

Copied: texlive-science/repos/extra-any/PKGBUILD (from rev 163856, 
texlive-science/repos/testing-any/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2012-07-21 11:54:23 UTC (rev 163875)
@@ -0,0 +1,49 @@
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-science
+pkgver=2012.26607
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc=TeX Live - Typesetting for natural and computer sciences
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
$pkgname.maps)
+options=('!emptydirs')
+options=(!strip)

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

2012-07-21 Thread Rémy Oudompheng
Date: Saturday, July 21, 2012 @ 07:59:37
  Author: remy
Revision: 163876

db-move: moved texlive-langcyrillic from [testing] to [extra] ( any)

Added:
  texlive-langcyrillic/repos/extra-any/PKGBUILD
(from rev 163875, texlive-langcyrillic/repos/testing-any/PKGBUILD)
  texlive-langcyrillic/repos/extra-any/texlive-langcyrillic.maps
(from rev 163875, 
texlive-langcyrillic/repos/testing-any/texlive-langcyrillic.maps)
  texlive-langcyrillic/repos/extra-any/texlive.install
(from rev 163875, texlive-langcyrillic/repos/testing-any/texlive.install)
Deleted:
  texlive-langcyrillic/repos/extra-any/Changelog
  texlive-langcyrillic/repos/extra-any/PKGBUILD
  texlive-langcyrillic/repos/extra-any/texlive-langcyrillic.maps
  texlive-langcyrillic/repos/extra-any/texlive.install
  texlive-langcyrillic/repos/testing-any/

---+
 Changelog |   14 -
 PKGBUILD  |   95 
 texlive-langcyrillic.maps |2 
 texlive.install   |  104 ++--
 4 files changed, 101 insertions(+), 114 deletions(-)

Deleted: extra-any/Changelog
===
--- extra-any/Changelog 2012-07-21 11:54:23 UTC (rev 163875)
+++ extra-any/Changelog 2012-07-21 11:59:37 UTC (rev 163876)
@@ -1,14 +0,0 @@
-texlive-langcyrillic 2011.24029
-
- - upgrade package cyrillic 22150 - 23396
- - upgrade package disser 20522 - 24029
-
-texlive-langcyrillic 2011.23089
-
- - upgrade package cyrillic-bin 18835 - 23089
-
-texlive-langcyrillic 2011.22650
-
- - upgrade package eskdx 15878 - 22465
- - upgrade package t2 15878 - 22650
-

Deleted: extra-any/PKGBUILD
===
--- extra-any/PKGBUILD  2012-07-21 11:54:23 UTC (rev 163875)
+++ extra-any/PKGBUILD  2012-07-21 11:59:37 UTC (rev 163876)
@@ -1,47 +0,0 @@
-# Maintainer: Firmicus firmicus āt gmx dōt net
-# Maintainer: Rémy Oudompheng r...@archlinux.org
-
-pkgname=texlive-langcyrillic
-pkgver=2011.24029
-_revnr=${pkgver#2011.}
-pkgrel=1
-pkgdesc=TeX Live - Fonts and macro packages to typeset Cyrillic texts
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-lang')
-url='http://tug.org/texlive/'
-source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
$pkgname.maps)
-options=('!emptydirs')
-options=(!strip)
-install=texlive.install
-md5sums=('c2e6fb30b14a27c44a4bf10f91024d0d'
- 'f4a321793d9082c991c68870276dda7b')
-
-build() {
-   cd $srcdir
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-package() {
-   cd $srcdir
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-}

Copied: texlive-langcyrillic/repos/extra-any/PKGBUILD (from rev 163875, 
texlive-langcyrillic/repos/testing-any/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2012-07-21 11:59:37 UTC (rev 163876)
@@ -0,0 +1,48 @@
+# Maintainer: Firmicus firmicus āt gmx dōt net
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-langcyrillic
+pkgver=2012.26689
+_revnr=${pkgver#2012.}
+pkgrel=1
+pkgdesc=TeX Live - Fonts and macro packages to typeset Cyrillic texts
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-lang')
+url='http://tug.org/texlive/'
+source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
$pkgname.maps)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('eaf67c09a7109a60c320dc089e4508c3'
+ 'f4a321793d9082c991c68870276dda7b')
+
+build() {
+   cd $srcdir
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   cd $srcdir
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps 

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

2012-07-21 Thread Tobias Powalowski
Date: Saturday, July 21, 2012 @ 08:00:45
  Author: tpowa
Revision: 163877

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

Added:
  linux/repos/core-i686/3.4.4-fix-backlight-regression.patch
(from rev 163876, 
linux/repos/testing-i686/3.4.4-fix-backlight-regression.patch)
  linux/repos/core-i686/PKGBUILD
(from rev 163876, linux/repos/testing-i686/PKGBUILD)
  linux/repos/core-i686/change-default-console-loglevel.patch
(from rev 163876, 
linux/repos/testing-i686/change-default-console-loglevel.patch)
  linux/repos/core-i686/config
(from rev 163876, linux/repos/testing-i686/config)
  linux/repos/core-i686/config.x86_64
(from rev 163876, linux/repos/testing-i686/config.x86_64)
  linux/repos/core-i686/fix-acerhdf-1810T-bios.patch
(from rev 163876, linux/repos/testing-i686/fix-acerhdf-1810T-bios.patch)
  linux/repos/core-i686/i915-fix-ghost-tv-output.patch
(from rev 163876, linux/repos/testing-i686/i915-fix-ghost-tv-output.patch)
  linux/repos/core-i686/linux.install
(from rev 163876, linux/repos/testing-i686/linux.install)
  linux/repos/core-i686/linux.preset
(from rev 163876, linux/repos/testing-i686/linux.preset)
  linux/repos/core-x86_64/3.4.4-fix-backlight-regression.patch
(from rev 163876, 
linux/repos/testing-x86_64/3.4.4-fix-backlight-regression.patch)
  linux/repos/core-x86_64/PKGBUILD
(from rev 163876, linux/repos/testing-x86_64/PKGBUILD)
  linux/repos/core-x86_64/change-default-console-loglevel.patch
(from rev 163876, 
linux/repos/testing-x86_64/change-default-console-loglevel.patch)
  linux/repos/core-x86_64/config
(from rev 163876, linux/repos/testing-x86_64/config)
  linux/repos/core-x86_64/config.x86_64
(from rev 163876, linux/repos/testing-x86_64/config.x86_64)
  linux/repos/core-x86_64/fix-acerhdf-1810T-bios.patch
(from rev 163876, linux/repos/testing-x86_64/fix-acerhdf-1810T-bios.patch)
  linux/repos/core-x86_64/i915-fix-ghost-tv-output.patch
(from rev 163876, linux/repos/testing-x86_64/i915-fix-ghost-tv-output.patch)
  linux/repos/core-x86_64/linux.install
(from rev 163876, linux/repos/testing-x86_64/linux.install)
  linux/repos/core-x86_64/linux.preset
(from rev 163876, linux/repos/testing-x86_64/linux.preset)
Deleted:
  linux/repos/core-i686/3.4.4-fix-backlight-regression.patch
  linux/repos/core-i686/PKGBUILD
  linux/repos/core-i686/change-default-console-loglevel.patch
  linux/repos/core-i686/config
  linux/repos/core-i686/config.x86_64
  linux/repos/core-i686/fix-acerhdf-1810T-bios.patch
  linux/repos/core-i686/i915-fix-ghost-tv-output.patch
  linux/repos/core-i686/linux.install
  linux/repos/core-i686/linux.preset
  linux/repos/core-x86_64/3.4.4-fix-backlight-regression.patch
  linux/repos/core-x86_64/PKGBUILD
  linux/repos/core-x86_64/change-default-console-loglevel.patch
  linux/repos/core-x86_64/config
  linux/repos/core-x86_64/config.x86_64
  linux/repos/core-x86_64/fix-acerhdf-1810T-bios.patch
  linux/repos/core-x86_64/i915-fix-ghost-tv-output.patch
  linux/repos/core-x86_64/linux.install
  linux/repos/core-x86_64/linux.preset
  linux/repos/testing-i686/
  linux/repos/testing-x86_64/

---+
 core-i686/3.4.4-fix-backlight-regression.patch|   76 
 core-i686/PKGBUILD|  626 -
 core-i686/change-default-console-loglevel.patch   |   24 
 core-i686/config  |11680 ++--
 core-i686/config.x86_64   |11224 +--
 core-i686/fix-acerhdf-1810T-bios.patch|   20 
 core-i686/i915-fix-ghost-tv-output.patch  |   52 
 core-i686/linux.install   |  130 
 core-i686/linux.preset|   28 
 core-x86_64/3.4.4-fix-backlight-regression.patch  |   76 
 core-x86_64/PKGBUILD  |  626 -
 core-x86_64/change-default-console-loglevel.patch |   24 
 core-x86_64/config|11680 ++--
 core-x86_64/config.x86_64 |11224 +--
 core-x86_64/fix-acerhdf-1810T-bios.patch  |   20 
 core-x86_64/i915-fix-ghost-tv-output.patch|   52 
 core-x86_64/linux.install |  130 
 core-x86_64/linux.preset  |   28 
 18 files changed, 23860 insertions(+), 23860 deletions(-)

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


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

2012-07-21 Thread Tobias Powalowski
Date: Saturday, July 21, 2012 @ 08:01:30
  Author: tpowa
Revision: 163878

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

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

-+
 extra-i686/PKGBUILD |   90 +-
 extra-i686/nvidia.install   |   30 +++---
 extra-x86_64/PKGBUILD   |   90 +-
 extra-x86_64/nvidia.install |   30 +++---
 4 files changed, 120 insertions(+), 120 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-21 12:00:45 UTC (rev 163877)
+++ extra-i686/PKGBUILD 2012-07-21 12:01:30 UTC (rev 163878)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer : Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia
-pkgver=302.17
-_extramodules=extramodules-3.4-ARCH
-pkgrel=3
-pkgdesc=NVIDIA drivers for linux.
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.4' 'linux3.5' nvidia-utils=${pkgver})
-makedepends=('linux-headers=3.4' 'linux-headers3.5')
-conflicts=('nvidia-96xx' 'nvidia-173xx')
-license=('custom')
-install=nvidia.install
-options=(!strip)
-
-if [ $CARCH = i686 ]; then
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}
-
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('b7f908ea08218df08db06026215ec419')
-elif [ $CARCH = x86_64 ]; then
-_arch='x86_64'
-   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
-
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('7e768412a16853078b04037a7cc9c8ac')
-fi
-
-build() {
-_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-cd ${srcdir}
-sh ${_pkg}.run --extract-only
-cd ${_pkg}/kernel
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
-sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-}

Copied: nvidia/repos/extra-i686/PKGBUILD (from rev 163877, 
nvidia/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-21 12:01:30 UTC (rev 163878)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=302.17
+_extramodules=extramodules-3.4-ARCH
+pkgrel=4
+pkgdesc=NVIDIA drivers for linux.
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.4' 'linux3.5' nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.4' 'linux-headers3.5')
+conflicts=('nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('b7f908ea08218df08db06026215ec419')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('7e768412a16853078b04037a7cc9c8ac')
+fi
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+cd ${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
+sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
+gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+}

Deleted: extra-i686/nvidia.install
===
--- extra-i686/nvidia.install   2012-07-21 12:00:45 UTC (rev 163877)
+++ extra-i686/nvidia.install   2012-07-21 12:01:30 UTC (rev 

[arch-commits] Commit in lirc/repos (50 files)

2012-07-21 Thread Tobias Powalowski
Date: Saturday, July 21, 2012 @ 08:01:55
  Author: tpowa
Revision: 163879

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

Added:
  lirc/repos/extra-i686/PKGBUILD
(from rev 163877, lirc/repos/testing-i686/PKGBUILD)
  lirc/repos/extra-i686/irexec.conf
(from rev 163877, lirc/repos/testing-i686/irexec.conf)
  lirc/repos/extra-i686/irexecd
(from rev 163877, lirc/repos/testing-i686/irexecd)
  lirc/repos/extra-i686/kernel-2.6.39.patch
(from rev 163877, lirc/repos/testing-i686/kernel-2.6.39.patch)
  lirc/repos/extra-i686/lirc.install
(from rev 163877, lirc/repos/testing-i686/lirc.install)
  lirc/repos/extra-i686/lirc.logrotate
(from rev 163877, lirc/repos/testing-i686/lirc.logrotate)
  lirc/repos/extra-i686/lirc_atiusb-kfifo.patch
(from rev 163877, lirc/repos/testing-i686/lirc_atiusb-kfifo.patch)
  lirc/repos/extra-i686/lirc_wpc8769l.patch
(from rev 163877, lirc/repos/testing-i686/lirc_wpc8769l.patch)
  lirc/repos/extra-i686/lircd
(from rev 163877, lirc/repos/testing-i686/lircd)
  lirc/repos/extra-i686/lircd-handle-large-config.patch
(from rev 163877, lirc/repos/testing-i686/lircd-handle-large-config.patch)
  lirc/repos/extra-i686/lircd.conf
(from rev 163877, lirc/repos/testing-i686/lircd.conf)
  lirc/repos/extra-i686/lircmd
(from rev 163877, lirc/repos/testing-i686/lircmd)
  lirc/repos/extra-x86_64/PKGBUILD
(from rev 163877, lirc/repos/testing-x86_64/PKGBUILD)
  lirc/repos/extra-x86_64/irexec.conf
(from rev 163877, lirc/repos/testing-x86_64/irexec.conf)
  lirc/repos/extra-x86_64/irexecd
(from rev 163877, lirc/repos/testing-x86_64/irexecd)
  lirc/repos/extra-x86_64/kernel-2.6.39.patch
(from rev 163877, lirc/repos/testing-x86_64/kernel-2.6.39.patch)
  lirc/repos/extra-x86_64/lirc.install
(from rev 163877, lirc/repos/testing-x86_64/lirc.install)
  lirc/repos/extra-x86_64/lirc.logrotate
(from rev 163877, lirc/repos/testing-x86_64/lirc.logrotate)
  lirc/repos/extra-x86_64/lirc_atiusb-kfifo.patch
(from rev 163877, lirc/repos/testing-x86_64/lirc_atiusb-kfifo.patch)
  lirc/repos/extra-x86_64/lirc_wpc8769l.patch
(from rev 163877, lirc/repos/testing-x86_64/lirc_wpc8769l.patch)
  lirc/repos/extra-x86_64/lircd
(from rev 163877, lirc/repos/testing-x86_64/lircd)
  lirc/repos/extra-x86_64/lircd-handle-large-config.patch
(from rev 163877, lirc/repos/testing-x86_64/lircd-handle-large-config.patch)
  lirc/repos/extra-x86_64/lircd.conf
(from rev 163877, lirc/repos/testing-x86_64/lircd.conf)
  lirc/repos/extra-x86_64/lircmd
(from rev 163877, lirc/repos/testing-x86_64/lircmd)
Deleted:
  lirc/repos/extra-i686/PKGBUILD
  lirc/repos/extra-i686/irexec.conf
  lirc/repos/extra-i686/irexecd
  lirc/repos/extra-i686/kernel-2.6.39.patch
  lirc/repos/extra-i686/lirc.install
  lirc/repos/extra-i686/lirc.logrotate
  lirc/repos/extra-i686/lirc_atiusb-kfifo.patch
  lirc/repos/extra-i686/lirc_wpc8769l.patch
  lirc/repos/extra-i686/lircd
  lirc/repos/extra-i686/lircd-handle-large-config.patch
  lirc/repos/extra-i686/lircd.conf
  lirc/repos/extra-i686/lircmd
  lirc/repos/extra-x86_64/PKGBUILD
  lirc/repos/extra-x86_64/irexec.conf
  lirc/repos/extra-x86_64/irexecd
  lirc/repos/extra-x86_64/kernel-2.6.39.patch
  lirc/repos/extra-x86_64/lirc.install
  lirc/repos/extra-x86_64/lirc.logrotate
  lirc/repos/extra-x86_64/lirc_atiusb-kfifo.patch
  lirc/repos/extra-x86_64/lirc_wpc8769l.patch
  lirc/repos/extra-x86_64/lircd
  lirc/repos/extra-x86_64/lircd-handle-large-config.patch
  lirc/repos/extra-x86_64/lircd.conf
  lirc/repos/extra-x86_64/lircmd
  lirc/repos/testing-i686/
  lirc/repos/testing-x86_64/

--+
 extra-i686/PKGBUILD  |  210 -
 extra-i686/irexec.conf   |   10 -
 extra-i686/irexecd   |   76 -
 extra-i686/kernel-2.6.39.patch   |  108 ++--
 extra-i686/lirc.install  |   32 +--
 extra-i686/lirc.logrotate|   10 -
 extra-i686/lirc_atiusb-kfifo.patch   |   62 +++
 extra-i686/lirc_wpc8769l.patch   |  176 ++--
 extra-i686/lircd |  104 ++--
 extra-i686/lircd-handle-large-config.patch   |   78 -
 extra-i686/lircd.conf|   16 -
 extra-i686/lircmd|   72 
 extra-x86_64/PKGBUILD|  210 -
 extra-x86_64/irexec.conf |   10 -
 extra-x86_64/irexecd |   76 -
 extra-x86_64/kernel-2.6.39.patch |  108 ++--
 extra-x86_64/lirc.install|   32 +--
 extra-x86_64/lirc.logrotate  |   10 -
 extra-x86_64/lirc_atiusb-kfifo.patch |   62 +++
 extra-x86_64/lirc_wpc8769l.patch |  176 ++--
 extra-x86_64/lircd   |  104 

[arch-commits] Commit in fcpci/repos (66 files)

2012-07-21 Thread Tobias Powalowski
Date: Saturday, July 21, 2012 @ 08:02:29
  Author: tpowa
Revision: 163880

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

Added:
  fcpci/repos/extra-i686/PKGBUILD
(from rev 163877, fcpci/repos/testing-i686/PKGBUILD)
  fcpci/repos/extra-i686/atomic.patch
(from rev 163877, fcpci/repos/testing-i686/atomic.patch)
  fcpci/repos/extra-i686/fcpci.install
(from rev 163877, fcpci/repos/testing-i686/fcpci.install)
  fcpci/repos/extra-i686/kernel-2.6.19.patch
(from rev 163877, fcpci/repos/testing-i686/kernel-2.6.19.patch)
  fcpci/repos/extra-i686/kernel-2.6.20.patch
(from rev 163877, fcpci/repos/testing-i686/kernel-2.6.20.patch)
  fcpci/repos/extra-i686/kernel-2.6.22.patch
(from rev 163877, fcpci/repos/testing-i686/kernel-2.6.22.patch)
  fcpci/repos/extra-i686/kernel-2.6.24.patch
(from rev 163877, fcpci/repos/testing-i686/kernel-2.6.24.patch)
  fcpci/repos/extra-i686/kernel-2.6.31.patch
(from rev 163877, fcpci/repos/testing-i686/kernel-2.6.31.patch)
  fcpci/repos/extra-i686/kernel-2.6.34.patch
(from rev 163877, fcpci/repos/testing-i686/kernel-2.6.34.patch)
  fcpci/repos/extra-i686/kernel-2.6.39-i686.patch
(from rev 163877, fcpci/repos/testing-i686/kernel-2.6.39-i686.patch)
  fcpci/repos/extra-i686/kernel-2.6.39-x86_64.patch
(from rev 163877, fcpci/repos/testing-i686/kernel-2.6.39-x86_64.patch)
  fcpci/repos/extra-i686/kernel-2.6.39.patch
(from rev 163877, fcpci/repos/testing-i686/kernel-2.6.39.patch)
  fcpci/repos/extra-i686/kernel-3.2.0.patch
(from rev 163877, fcpci/repos/testing-i686/kernel-3.2.0.patch)
  fcpci/repos/extra-i686/kernel-3.4.0.patch
(from rev 163877, fcpci/repos/testing-i686/kernel-3.4.0.patch)
  fcpci/repos/extra-i686/string.h
(from rev 163877, fcpci/repos/testing-i686/string.h)
  fcpci/repos/extra-i686/string64.h
(from rev 163877, fcpci/repos/testing-i686/string64.h)
  fcpci/repos/extra-x86_64/PKGBUILD
(from rev 163877, fcpci/repos/testing-x86_64/PKGBUILD)
  fcpci/repos/extra-x86_64/atomic.patch
(from rev 163877, fcpci/repos/testing-x86_64/atomic.patch)
  fcpci/repos/extra-x86_64/fcpci.install
(from rev 163877, fcpci/repos/testing-x86_64/fcpci.install)
  fcpci/repos/extra-x86_64/kernel-2.6.19.patch
(from rev 163877, fcpci/repos/testing-x86_64/kernel-2.6.19.patch)
  fcpci/repos/extra-x86_64/kernel-2.6.20.patch
(from rev 163877, fcpci/repos/testing-x86_64/kernel-2.6.20.patch)
  fcpci/repos/extra-x86_64/kernel-2.6.22.patch
(from rev 163877, fcpci/repos/testing-x86_64/kernel-2.6.22.patch)
  fcpci/repos/extra-x86_64/kernel-2.6.24.patch
(from rev 163877, fcpci/repos/testing-x86_64/kernel-2.6.24.patch)
  fcpci/repos/extra-x86_64/kernel-2.6.31.patch
(from rev 163877, fcpci/repos/testing-x86_64/kernel-2.6.31.patch)
  fcpci/repos/extra-x86_64/kernel-2.6.34.patch
(from rev 163877, fcpci/repos/testing-x86_64/kernel-2.6.34.patch)
  fcpci/repos/extra-x86_64/kernel-2.6.39-i686.patch
(from rev 163877, fcpci/repos/testing-x86_64/kernel-2.6.39-i686.patch)
  fcpci/repos/extra-x86_64/kernel-2.6.39-x86_64.patch
(from rev 163877, fcpci/repos/testing-x86_64/kernel-2.6.39-x86_64.patch)
  fcpci/repos/extra-x86_64/kernel-2.6.39.patch
(from rev 163877, fcpci/repos/testing-x86_64/kernel-2.6.39.patch)
  fcpci/repos/extra-x86_64/kernel-3.2.0.patch
(from rev 163877, fcpci/repos/testing-x86_64/kernel-3.2.0.patch)
  fcpci/repos/extra-x86_64/kernel-3.4.0.patch
(from rev 163877, fcpci/repos/testing-x86_64/kernel-3.4.0.patch)
  fcpci/repos/extra-x86_64/string.h
(from rev 163877, fcpci/repos/testing-x86_64/string.h)
  fcpci/repos/extra-x86_64/string64.h
(from rev 163877, fcpci/repos/testing-x86_64/string64.h)
Deleted:
  fcpci/repos/extra-i686/PKGBUILD
  fcpci/repos/extra-i686/atomic.patch
  fcpci/repos/extra-i686/fcpci.install
  fcpci/repos/extra-i686/kernel-2.6.19.patch
  fcpci/repos/extra-i686/kernel-2.6.20.patch
  fcpci/repos/extra-i686/kernel-2.6.22.patch
  fcpci/repos/extra-i686/kernel-2.6.24.patch
  fcpci/repos/extra-i686/kernel-2.6.31.patch
  fcpci/repos/extra-i686/kernel-2.6.34.patch
  fcpci/repos/extra-i686/kernel-2.6.39-i686.patch
  fcpci/repos/extra-i686/kernel-2.6.39-x86_64.patch
  fcpci/repos/extra-i686/kernel-2.6.39.patch
  fcpci/repos/extra-i686/kernel-3.2.0.patch
  fcpci/repos/extra-i686/kernel-3.4.0.patch
  fcpci/repos/extra-i686/string.h
  fcpci/repos/extra-i686/string64.h
  fcpci/repos/extra-x86_64/PKGBUILD
  fcpci/repos/extra-x86_64/atomic.patch
  fcpci/repos/extra-x86_64/fcpci.install
  fcpci/repos/extra-x86_64/kernel-2.6.19.patch
  fcpci/repos/extra-x86_64/kernel-2.6.20.patch
  fcpci/repos/extra-x86_64/kernel-2.6.22.patch
  fcpci/repos/extra-x86_64/kernel-2.6.24.patch
  fcpci/repos/extra-x86_64/kernel-2.6.31.patch
  fcpci/repos/extra-x86_64/kernel-2.6.34.patch
  fcpci/repos/extra-x86_64/kernel-2.6.39-i686.patch
  fcpci/repos/extra-x86_64/kernel-2.6.39-x86_64.patch
  fcpci/repos/extra-x86_64/kernel-2.6.39.patch
  fcpci/repos/extra-x86_64/kernel-3.2.0.patch
  

[arch-commits] Commit in fcpcmcia/repos (94 files)

2012-07-21 Thread Tobias Powalowski
Date: Saturday, July 21, 2012 @ 08:03:19
  Author: tpowa
Revision: 163881

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

Added:
  fcpcmcia/repos/extra-i686/PKGBUILD
(from rev 163877, fcpcmcia/repos/testing-i686/PKGBUILD)
  fcpcmcia/repos/extra-i686/atomic.patch
(from rev 163877, fcpcmcia/repos/testing-i686/atomic.patch)
  fcpcmcia/repos/extra-i686/fcpcmcia.diff
(from rev 163877, fcpcmcia/repos/testing-i686/fcpcmcia.diff)
  fcpcmcia/repos/extra-i686/fcpcmcia.install
(from rev 163877, fcpcmcia/repos/testing-i686/fcpcmcia.install)
  fcpcmcia/repos/extra-i686/kernel-2.6.19.patch
(from rev 163877, fcpcmcia/repos/testing-i686/kernel-2.6.19.patch)
  fcpcmcia/repos/extra-i686/kernel-2.6.20.patch
(from rev 163877, fcpcmcia/repos/testing-i686/kernel-2.6.20.patch)
  fcpcmcia/repos/extra-i686/kernel-2.6.22.patch
(from rev 163877, fcpcmcia/repos/testing-i686/kernel-2.6.22.patch)
  fcpcmcia/repos/extra-i686/kernel-2.6.24.patch
(from rev 163877, fcpcmcia/repos/testing-i686/kernel-2.6.24.patch)
  fcpcmcia/repos/extra-i686/kernel-2.6.27.patch
(from rev 163877, fcpcmcia/repos/testing-i686/kernel-2.6.27.patch)
  fcpcmcia/repos/extra-i686/kernel-2.6.28.patch
(from rev 163877, fcpcmcia/repos/testing-i686/kernel-2.6.28.patch)
  fcpcmcia/repos/extra-i686/kernel-2.6.31.patch
(from rev 163877, fcpcmcia/repos/testing-i686/kernel-2.6.31.patch)
  fcpcmcia/repos/extra-i686/kernel-2.6.33.patch
(from rev 163877, fcpcmcia/repos/testing-i686/kernel-2.6.33.patch)
  fcpcmcia/repos/extra-i686/kernel-2.6.34.patch
(from rev 163877, fcpcmcia/repos/testing-i686/kernel-2.6.34.patch)
  fcpcmcia/repos/extra-i686/kernel-2.6.35.patch
(from rev 163877, fcpcmcia/repos/testing-i686/kernel-2.6.35.patch)
  fcpcmcia/repos/extra-i686/kernel-2.6.36.patch
(from rev 163877, fcpcmcia/repos/testing-i686/kernel-2.6.36.patch)
  fcpcmcia/repos/extra-i686/kernel-2.6.37.patch
(from rev 163877, fcpcmcia/repos/testing-i686/kernel-2.6.37.patch)
  fcpcmcia/repos/extra-i686/kernel-2.6.39-i686.patch
(from rev 163877, fcpcmcia/repos/testing-i686/kernel-2.6.39-i686.patch)
  fcpcmcia/repos/extra-i686/kernel-2.6.39-x86_64.patch
(from rev 163877, fcpcmcia/repos/testing-i686/kernel-2.6.39-x86_64.patch)
  fcpcmcia/repos/extra-i686/kernel-2.6.39.patch
(from rev 163877, fcpcmcia/repos/testing-i686/kernel-2.6.39.patch)
  fcpcmcia/repos/extra-i686/kernel-3.2.0.patch
(from rev 163877, fcpcmcia/repos/testing-i686/kernel-3.2.0.patch)
  fcpcmcia/repos/extra-i686/kernel-3.4.0.patch
(from rev 163877, fcpcmcia/repos/testing-i686/kernel-3.4.0.patch)
  fcpcmcia/repos/extra-i686/pcmcia-2.6.16.patch
(from rev 163877, fcpcmcia/repos/testing-i686/pcmcia-2.6.16.patch)
  fcpcmcia/repos/extra-i686/pcmcia-2.6.17.patch
(from rev 163877, fcpcmcia/repos/testing-i686/pcmcia-2.6.17.patch)
  fcpcmcia/repos/extra-x86_64/PKGBUILD
(from rev 163877, fcpcmcia/repos/testing-x86_64/PKGBUILD)
  fcpcmcia/repos/extra-x86_64/atomic.patch
(from rev 163877, fcpcmcia/repos/testing-x86_64/atomic.patch)
  fcpcmcia/repos/extra-x86_64/fcpcmcia.diff
(from rev 163877, fcpcmcia/repos/testing-x86_64/fcpcmcia.diff)
  fcpcmcia/repos/extra-x86_64/fcpcmcia.install
(from rev 163877, fcpcmcia/repos/testing-x86_64/fcpcmcia.install)
  fcpcmcia/repos/extra-x86_64/kernel-2.6.19.patch
(from rev 163877, fcpcmcia/repos/testing-x86_64/kernel-2.6.19.patch)
  fcpcmcia/repos/extra-x86_64/kernel-2.6.20.patch
(from rev 163877, fcpcmcia/repos/testing-x86_64/kernel-2.6.20.patch)
  fcpcmcia/repos/extra-x86_64/kernel-2.6.22.patch
(from rev 163877, fcpcmcia/repos/testing-x86_64/kernel-2.6.22.patch)
  fcpcmcia/repos/extra-x86_64/kernel-2.6.24.patch
(from rev 163877, fcpcmcia/repos/testing-x86_64/kernel-2.6.24.patch)
  fcpcmcia/repos/extra-x86_64/kernel-2.6.27.patch
(from rev 163877, fcpcmcia/repos/testing-x86_64/kernel-2.6.27.patch)
  fcpcmcia/repos/extra-x86_64/kernel-2.6.28.patch
(from rev 163877, fcpcmcia/repos/testing-x86_64/kernel-2.6.28.patch)
  fcpcmcia/repos/extra-x86_64/kernel-2.6.31.patch
(from rev 163877, fcpcmcia/repos/testing-x86_64/kernel-2.6.31.patch)
  fcpcmcia/repos/extra-x86_64/kernel-2.6.33.patch
(from rev 163877, fcpcmcia/repos/testing-x86_64/kernel-2.6.33.patch)
  fcpcmcia/repos/extra-x86_64/kernel-2.6.34.patch
(from rev 163877, fcpcmcia/repos/testing-x86_64/kernel-2.6.34.patch)
  fcpcmcia/repos/extra-x86_64/kernel-2.6.35.patch
(from rev 163877, fcpcmcia/repos/testing-x86_64/kernel-2.6.35.patch)
  fcpcmcia/repos/extra-x86_64/kernel-2.6.36.patch
(from rev 163877, fcpcmcia/repos/testing-x86_64/kernel-2.6.36.patch)
  fcpcmcia/repos/extra-x86_64/kernel-2.6.37.patch
(from rev 163877, fcpcmcia/repos/testing-x86_64/kernel-2.6.37.patch)
  fcpcmcia/repos/extra-x86_64/kernel-2.6.39-i686.patch
(from rev 163877, fcpcmcia/repos/testing-x86_64/kernel-2.6.39-i686.patch)
  fcpcmcia/repos/extra-x86_64/kernel-2.6.39-x86_64.patch
(from rev 163877, 

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

2012-07-21 Thread andyrtr
Date: Saturday, July 21, 2012 @ 08:09:23
  Author: andyrtr
Revision: 163882

upgpkg: libburn 1.2.4-1

upstream update 1.2.4

Modified:
  libburn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-21 12:03:19 UTC (rev 163881)
+++ PKGBUILD2012-07-21 12:09:23 UTC (rev 163882)
@@ -3,7 +3,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=libburn
-pkgver=1.2.2 #.pl01
+pkgver=1.2.4
 pkgrel=1
 pkgdesc=Library for reading, mastering and writing optical discs
 arch=('i686' 'x86_64')
@@ -12,17 +12,17 @@
 depends=('glibc')
 
source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
 options=('!libtool' '!emptydirs')
-md5sums=('7878b3af82752d391f2613fcf1b18d4c'
- 'e4903839d6dc3a93b50102b98a5362f4')
+md5sums=('25b45b1ccf6921a5bce4e2d88f55a81f'
+ 'a6749b55ba9ec9dad471e3a2202de390')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver} #/.pl??/}
+  cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --disable-static
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver} #/.pl??/}
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 }
 



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

2012-07-21 Thread andyrtr
Date: Saturday, July 21, 2012 @ 08:10:06
  Author: andyrtr
Revision: 163883

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-21 12:09:23 UTC (rev 163882)
+++ extra-i686/PKGBUILD 2012-07-21 12:10:06 UTC (rev 163883)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=libburn
-pkgver=1.2.2 #.pl01
-pkgrel=1
-pkgdesc=Library for reading, mastering and writing optical discs
-arch=('i686' 'x86_64')
-url=http://libburnia.pykix.org/;
-license=('GPL')
-depends=('glibc')
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-options=('!libtool' '!emptydirs')
-md5sums=('7878b3af82752d391f2613fcf1b18d4c'
- 'e4903839d6dc3a93b50102b98a5362f4')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver} #/.pl??/}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver} #/.pl??/}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: libburn/repos/extra-i686/PKGBUILD (from rev 163882, 
libburn/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-21 12:10:06 UTC (rev 163883)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=libburn
+pkgver=1.2.4
+pkgrel=1
+pkgdesc=Library for reading, mastering and writing optical discs
+arch=('i686' 'x86_64')
+url=http://libburnia.pykix.org/;
+license=('GPL')
+depends=('glibc')
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
+options=('!libtool' '!emptydirs')
+md5sums=('25b45b1ccf6921a5bce4e2d88f55a81f'
+ 'a6749b55ba9ec9dad471e3a2202de390')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-07-21 12:09:23 UTC (rev 163882)
+++ extra-x86_64/PKGBUILD   2012-07-21 12:10:06 UTC (rev 163883)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=libburn
-pkgver=1.2.2 #.pl01
-pkgrel=1
-pkgdesc=Library for reading, mastering and writing optical discs
-arch=('i686' 'x86_64')
-url=http://libburnia.pykix.org/;
-license=('GPL')
-depends=('glibc')
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-options=('!libtool' '!emptydirs')
-md5sums=('7878b3af82752d391f2613fcf1b18d4c'
- 'e4903839d6dc3a93b50102b98a5362f4')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver} #/.pl??/}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver} #/.pl??/}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: libburn/repos/extra-x86_64/PKGBUILD (from rev 163882, 
libburn/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-07-21 12:10:06 UTC (rev 163883)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=libburn
+pkgver=1.2.4
+pkgrel=1
+pkgdesc=Library for reading, mastering and writing optical discs
+arch=('i686' 'x86_64')
+url=http://libburnia.pykix.org/;
+license=('GPL')
+depends=('glibc')
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
+options=('!libtool' '!emptydirs')
+md5sums=('25b45b1ccf6921a5bce4e2d88f55a81f'
+ 'a6749b55ba9ec9dad471e3a2202de390')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+



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

2012-07-21 Thread andyrtr
Date: Saturday, July 21, 2012 @ 08:11:28
  Author: andyrtr
Revision: 163884

upgpkg: libisofs 1.2.4-1

upstream update 1.2.4

Modified:
  libisofs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-21 12:10:06 UTC (rev 163883)
+++ PKGBUILD2012-07-21 12:11:28 UTC (rev 163884)
@@ -4,7 +4,7 @@
 # Contributor: Bjorn Martensen
 
 pkgname=libisofs
-pkgver=1.2.2
+pkgver=1.2.4
 pkgrel=1
 pkgdesc=Library to pack up hard disk files and directories into a ISO 9660 
disk image
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
 depends=('acl' 'zlib')
 
source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
 options=('!libtool')
-md5sums=('5d6bee8276b08019078c19d84ef5485b'
- '8bac560e309b4f4ca60098742e53d1a3')
+md5sums=('0a86f2cda3b86fc95f7c0efbd793f373'
+ '8b997974f30da1b7a7f97563df4365a3')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2012-07-21 Thread andyrtr
Date: Saturday, July 21, 2012 @ 08:12:07
  Author: andyrtr
Revision: 163885

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-21 12:11:28 UTC (rev 163884)
+++ extra-i686/PKGBUILD 2012-07-21 12:12:07 UTC (rev 163885)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Hugo Doria hugodo...@gmail.com
-# Contributor: Bjorn Martensen
-
-pkgname=libisofs
-pkgver=1.2.2
-pkgrel=1
-pkgdesc=Library to pack up hard disk files and directories into a ISO 9660 
disk image
-arch=('i686' 'x86_64')
-url=http://libburnia.pykix.org/;
-license=('GPL')
-depends=('acl' 'zlib')
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-options=('!libtool')
-md5sums=('5d6bee8276b08019078c19d84ef5485b'
- '8bac560e309b4f4ca60098742e53d1a3')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --enable-libacl --enable-xattr --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: libisofs/repos/extra-i686/PKGBUILD (from rev 163884, 
libisofs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-21 12:12:07 UTC (rev 163885)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Hugo Doria hugodo...@gmail.com
+# Contributor: Bjorn Martensen
+
+pkgname=libisofs
+pkgver=1.2.4
+pkgrel=1
+pkgdesc=Library to pack up hard disk files and directories into a ISO 9660 
disk image
+arch=('i686' 'x86_64')
+url=http://libburnia.pykix.org/;
+license=('GPL')
+depends=('acl' 'zlib')
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
+options=('!libtool')
+md5sums=('0a86f2cda3b86fc95f7c0efbd793f373'
+ '8b997974f30da1b7a7f97563df4365a3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --enable-libacl --enable-xattr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-07-21 12:11:28 UTC (rev 163884)
+++ extra-x86_64/PKGBUILD   2012-07-21 12:12:07 UTC (rev 163885)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Hugo Doria hugodo...@gmail.com
-# Contributor: Bjorn Martensen
-
-pkgname=libisofs
-pkgver=1.2.2
-pkgrel=1
-pkgdesc=Library to pack up hard disk files and directories into a ISO 9660 
disk image
-arch=('i686' 'x86_64')
-url=http://libburnia.pykix.org/;
-license=('GPL')
-depends=('acl' 'zlib')
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-options=('!libtool')
-md5sums=('5d6bee8276b08019078c19d84ef5485b'
- '8bac560e309b4f4ca60098742e53d1a3')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --enable-libacl --enable-xattr --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: libisofs/repos/extra-x86_64/PKGBUILD (from rev 163884, 
libisofs/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-07-21 12:12:07 UTC (rev 163885)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Hugo Doria hugodo...@gmail.com
+# Contributor: Bjorn Martensen
+
+pkgname=libisofs
+pkgver=1.2.4
+pkgrel=1
+pkgdesc=Library to pack up hard disk files and directories into a ISO 9660 
disk image
+arch=('i686' 'x86_64')
+url=http://libburnia.pykix.org/;
+license=('GPL')
+depends=('acl' 'zlib')
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
+options=('!libtool')
+md5sums=('0a86f2cda3b86fc95f7c0efbd793f373'
+ '8b997974f30da1b7a7f97563df4365a3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --enable-libacl --enable-xattr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+



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

2012-07-21 Thread andyrtr
Date: Saturday, July 21, 2012 @ 08:15:46
  Author: andyrtr
Revision: 163886

upgpkg: libisoburn 1.2.4-1

upstream update 1.2.4

Modified:
  libisoburn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-21 12:12:07 UTC (rev 163885)
+++ PKGBUILD2012-07-21 12:15:46 UTC (rev 163886)
@@ -3,18 +3,18 @@
 # Contributor: Gour Gour g...@mail.inet.hr
 
 pkgname=libisoburn
-pkgver=1.2.2
+pkgver=1.2.4
 pkgrel=1
 pkgdesc=frontend for libraries libburn and libisofs
 url=http://libburnia.pykix.org/wiki/Libisoburn;
 arch=('i686' 'x86_64')
 license=('GPL2')
-depends=('libburn=1.2.2' 'libisofs=1.2.2' 'readline')
+depends=('libburn=1.2.4' 'libisofs=1.2.4' 'readline')
 options=('!libtool')
 install=${pkgname}.install
 
source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('2f94e9dc77c4f3b5066371a5870a844b'
- 'b5a1957edce278ce18bd0eed1d93a3ae')
+md5sums=('d5d78ec840a8bbc7df6582f65a28ca1e'
+ '39d26239be2e7ed2ec1dd22e214173dd')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}




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

2012-07-21 Thread andyrtr
Date: Saturday, July 21, 2012 @ 08:16:22
  Author: andyrtr
Revision: 163887

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

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

-+
 extra-i686/PKGBUILD |   56 +++---
 extra-i686/libisoburn.install   |   40 +--
 extra-x86_64/PKGBUILD   |   56 +++---
 extra-x86_64/libisoburn.install |   40 +--
 4 files changed, 96 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-21 12:15:46 UTC (rev 163886)
+++ extra-i686/PKGBUILD 2012-07-21 12:16:22 UTC (rev 163887)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Gour Gour g...@mail.inet.hr
-
-pkgname=libisoburn
-pkgver=1.2.2
-pkgrel=1
-pkgdesc=frontend for libraries libburn and libisofs
-url=http://libburnia.pykix.org/wiki/Libisoburn;
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('libburn=1.2.2' 'libisofs=1.2.2' 'readline')
-options=('!libtool')
-install=${pkgname}.install
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('2f94e9dc77c4f3b5066371a5870a844b'
- 'b5a1957edce278ce18bd0eed1d93a3ae')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libisoburn/repos/extra-i686/PKGBUILD (from rev 163886, 
libisoburn/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-21 12:16:22 UTC (rev 163887)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Gour Gour g...@mail.inet.hr
+
+pkgname=libisoburn
+pkgver=1.2.4
+pkgrel=1
+pkgdesc=frontend for libraries libburn and libisofs
+url=http://libburnia.pykix.org/wiki/Libisoburn;
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('libburn=1.2.4' 'libisofs=1.2.4' 'readline')
+options=('!libtool')
+install=${pkgname}.install
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('d5d78ec840a8bbc7df6582f65a28ca1e'
+ '39d26239be2e7ed2ec1dd22e214173dd')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/libisoburn.install
===
--- extra-i686/libisoburn.install   2012-07-21 12:15:46 UTC (rev 163886)
+++ extra-i686/libisoburn.install   2012-07-21 12:16:22 UTC (rev 163887)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(xorriso.info xorrisofs.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}

Copied: libisoburn/repos/extra-i686/libisoburn.install (from rev 163886, 
libisoburn/trunk/libisoburn.install)
===
--- extra-i686/libisoburn.install   (rev 0)
+++ extra-i686/libisoburn.install   2012-07-21 12:16:22 UTC (rev 163887)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(xorriso.info xorrisofs.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-07-21 12:15:46 UTC (rev 163886)
+++ extra-x86_64/PKGBUILD   2012-07-21 12:16:22 UTC (rev 163887)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# 

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

2012-07-21 Thread Dave Reisner
Date: Saturday, July 21, 2012 @ 09:20:12
  Author: dreisner
Revision: 163888

upgpkg: systemd 187-2

- revert to python2 for systemd-analyze (FS#30619)
- move crypttab(5) to systemd-tools (FS#30778)

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |   14 +-
 1 file changed, 9 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-21 12:16:22 UTC (rev 163887)
+++ PKGBUILD2012-07-21 13:20:12 UTC (rev 163888)
@@ -4,7 +4,7 @@
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-tools' 'systemd-sysvcompat')
 pkgver=187
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://www.freedesktop.org/wiki/Software/systemd;
 license=('GPL2' 'LGPL2.1' 'MIT')
@@ -52,10 +52,10 @@
   pkgdesc=system and service manager
   depends=('acl' 'dbus-core' libsystemd=$pkgver 'kmod' 'libcap' 'pam'
systemd-tools=$pkgver 'util-linux' 'xz')
-  optdepends=('python-dbus: systemd-analyze'
-  'initscripts: legacy support for hostname and vconsole setup'
+  optdepends=('initscripts: legacy support for hostname and vconsole setup'
   'initscripts-systemd: legacy generator for initialization 
scripts'
-  'python-cairo: systemd-analyze'
+  'python2-cairo: systemd-analyze'
+  'python2-dbus: systemd-analyze'
   'systemd-arch-units: collection of native unit files for Arch 
daemon/init scripts'
   'systemd-sysvcompat: symlink package to provide sysvinit 
binaries')
   backup=(etc/dbus-1/system.d/org.freedesktop.systemd1.conf
@@ -87,6 +87,10 @@
   rm $pkgdir/etc/systemd/system/getty.target.wants/getty@tty1.service
   rmdir $pkgdir/etc/systemd/system/getty.target.wants
 
+  # fix systemd-analyze for python2. the 'plot' verb does not work
+  # with py3k due to a bug in python-cairo
+  sed -i '1s/python$/python2/' $pkgdir/usr/bin/systemd-analyze
+
   ### split off libsystemd (libs, includes, pkgconfig, man3)
   rm -rf $srcdir/_libsystemd
   install -dm755 $srcdir/_libsystemd/usr/{include,lib/pkgconfig}
@@ -137,7 +141,7 @@
   mv $pkgdir/usr/share/man/man8/{systemd-{tmpfiles,udevd},udevadm}.8 
usr/share/man/man8
   mv 
$pkgdir/usr/share/man/man1/systemd-{ask-password,delta,detect-virt,machine-id-setup}.1
 usr/share/man/man1
   mv $pkgdir/usr/share/man/man5/{binfmt,modules-load,sysctl,tmpfiles}.d.5 
usr/share/man/man5
-  mv $pkgdir/usr/share/man/man5/{hostname,{vconsole,locale}.conf}.5 
usr/share/man/man5
+  mv $pkgdir/usr/share/man/man5/{hostname,{vconsole,locale}.conf,crypttab}.5 
usr/share/man/man5
   mv 
$pkgdir/usr/bin/systemd-{ask-password,delta,detect-virt,tmpfiles,tty-ask-password-agent}
 usr/bin
   mv 
$pkgdir/usr/lib/systemd/systemd-{ac-power,binfmt,cryptsetup,modules-load,random-seed,remount-fs,reply-password,sysctl,timestamp,vconsole-setup}
 usr/lib/systemd
 }



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

2012-07-21 Thread Dave Reisner
Date: Saturday, July 21, 2012 @ 09:20:36
  Author: dreisner
Revision: 163889

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

Added:
  systemd/repos/testing-i686/0001-Reinstate-TIMEOUT-handling.patch
(from rev 163888, systemd/trunk/0001-Reinstate-TIMEOUT-handling.patch)
  systemd/repos/testing-i686/PKGBUILD
(from rev 163888, systemd/trunk/PKGBUILD)
  systemd/repos/testing-i686/initcpio-hook-udev
(from rev 163888, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-i686/initcpio-install-timestamp
(from rev 163888, systemd/trunk/initcpio-install-timestamp)
  systemd/repos/testing-i686/initcpio-install-udev
(from rev 163888, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-i686/locale.sh
(from rev 163888, systemd/trunk/locale.sh)
  systemd/repos/testing-i686/systemd-tools.install
(from rev 163888, systemd/trunk/systemd-tools.install)
  systemd/repos/testing-i686/systemd.install
(from rev 163888, systemd/trunk/systemd.install)
  systemd/repos/testing-x86_64/0001-Reinstate-TIMEOUT-handling.patch
(from rev 163888, systemd/trunk/0001-Reinstate-TIMEOUT-handling.patch)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 163888, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 163888, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-timestamp
(from rev 163888, systemd/trunk/initcpio-install-timestamp)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 163888, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/locale.sh
(from rev 163888, systemd/trunk/locale.sh)
  systemd/repos/testing-x86_64/systemd-tools.install
(from rev 163888, systemd/trunk/systemd-tools.install)
  systemd/repos/testing-x86_64/systemd.install
(from rev 163888, systemd/trunk/systemd.install)
Deleted:
  systemd/repos/testing-i686/0001-Reinstate-TIMEOUT-handling.patch
  systemd/repos/testing-i686/PKGBUILD
  systemd/repos/testing-i686/initcpio-hook-udev
  systemd/repos/testing-i686/initcpio-install-timestamp
  systemd/repos/testing-i686/initcpio-install-udev
  systemd/repos/testing-i686/locale.sh
  systemd/repos/testing-i686/systemd-tools.install
  systemd/repos/testing-i686/systemd.install
  systemd/repos/testing-x86_64/0001-Reinstate-TIMEOUT-handling.patch
  systemd/repos/testing-x86_64/PKGBUILD
  systemd/repos/testing-x86_64/initcpio-hook-udev
  systemd/repos/testing-x86_64/initcpio-install-timestamp
  systemd/repos/testing-x86_64/initcpio-install-udev
  systemd/repos/testing-x86_64/locale.sh
  systemd/repos/testing-x86_64/systemd-tools.install
  systemd/repos/testing-x86_64/systemd.install

--+
 testing-i686/0001-Reinstate-TIMEOUT-handling.patch   |  248 +-
 testing-i686/PKGBUILD|  414 -
 testing-i686/initcpio-hook-udev  |   40 -
 testing-i686/initcpio-install-timestamp  |   28 -
 testing-i686/initcpio-install-udev   |   56 +-
 testing-i686/locale.sh   |  120 ++--
 testing-i686/systemd-tools.install   |   70 +-
 testing-i686/systemd.install |   74 +--
 testing-x86_64/0001-Reinstate-TIMEOUT-handling.patch |  248 +-
 testing-x86_64/PKGBUILD  |  414 -
 testing-x86_64/initcpio-hook-udev|   40 -
 testing-x86_64/initcpio-install-timestamp|   28 -
 testing-x86_64/initcpio-install-udev |   56 +-
 testing-x86_64/locale.sh |  120 ++--
 testing-x86_64/systemd-tools.install |   70 +-
 testing-x86_64/systemd.install   |   74 +--
 16 files changed, 1054 insertions(+), 1046 deletions(-)

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


[arch-commits] Commit in libreoffice/trunk (PKGBUILD.36)

2012-07-21 Thread andyrtr
Date: Saturday, July 21, 2012 @ 10:40:46
  Author: andyrtr
Revision: 163890

prepare next release

Modified:
  libreoffice/trunk/PKGBUILD.36

-+
 PKGBUILD.36 |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD.36
===
--- PKGBUILD.36 2012-07-21 13:20:36 UTC (rev 163889)
+++ PKGBUILD.36 2012-07-21 14:40:46 UTC (rev 163890)
@@ -24,14 +24,14 @@
'libreoffice-extension-scripting-python'
'libreoffice-extension-wiki-publisher'
'libreoffice-extension-nlpsolver') # svn up -r 142692 (last one with 
all extensions built
-_LOver=3.6.0.1
-pkgver=3.6.0rc1
+_LOver=3.6.0.2
+pkgver=3.6.0
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url=http://www.libreoffice.org/;
 makedepends=( # makedepends
- 'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'hsqldb-java' 
'boost'
+ 'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'hsqldb-java' 
#'boost'
  'apache-ant' 'gperf' 'poppler=0.18.0' 'kdelibs' 'gconf' 'cppunit'
  'beanshell'  'vigra' 'clucene' 'junit' 'libmythes' 'libwpg' 
'imagemagick'
  'mesa' 'gstreamer0.10-base' 'java-environment' 'postgresql-libs' 
'doxygen' 'clucene'
@@ -113,9 +113,9 @@
db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip
ce5a1def34578b75959ac31210f031f6-libcdr-0.0.8.tar.bz2
ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip)
-md5sums=('700285297d1fbcc2b4e49dc23428b6c7'
- 'cf2c4c5173680e27b19fe10741e053fb'
- '2b4a090c5d0bb9deff4dbc64f862843b'
+md5sums=('7f3355275c50fdfb82e432a9d621c621'
+ '80c525396cb25c6c8910534c7656802e'
+ 'e2ae45ce4d2cd3874e9071170ad73ac8'
  '18f577b374d60b3c760a3a3350407632'
  'f02578f5218f217a9f20e9c30e119c6a'
  'a9a1db27688bad49418667b434d29c1f'



[arch-commits] Commit in deluge/trunk (deluged)

2012-07-21 Thread Jan Steffens
Date: Saturday, July 21, 2012 @ 12:13:37
  Author: heftig
Revision: 163891

Suppress noise when pidfile is stale

Modified:
  deluge/trunk/deluged

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

Modified: deluged
===
--- deluged 2012-07-21 14:40:46 UTC (rev 163890)
+++ deluged 2012-07-21 16:13:37 UTC (rev 163891)
@@ -8,7 +8,7 @@
 OPTIONS=-P $PIDFILE $OPTIONS
 
 [[ -f $PIDFILE ]]  PID=$($PIDFILE)
-[[ -z $PID ]] || kill -0 $PID || PID=
+[[ -z $PID ]] || kill -0 $PID /dev/null || PID=
 
 case $1 in
   start)



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

2012-07-21 Thread Giovanni Scafora
Date: Saturday, July 21, 2012 @ 15:10:20
  Author: giovanni
Revision: 163892

upgpkg: ode 0.12-3

Added --enable-double-precision

Modified:
  ode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-21 16:13:37 UTC (rev 163891)
+++ PKGBUILD2012-07-21 19:10:20 UTC (rev 163892)
@@ -4,7 +4,7 @@
 
 pkgname=ode
 pkgver=0.12
-pkgrel=2
+pkgrel=3
 pkgdesc=An open source, high performance library for simulating rigid body 
dynamics
 arch=('i686' 'x86_64')
 url=http://www.ode.org;
@@ -12,14 +12,15 @@
 depends=('gcc-libs' 'bash')
 
source=(http://downloads.sourceforge.net/sourceforge/opende/${pkgname}-${pkgver}.tar.bz2;)
 options=('!libtool')
-md5sums=('83766cae59692c2843d9afccc1768988')
+md5sums=('48fdd41fae1a7e7831feeded09826599')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
   ./configure --prefix=/usr \
   --enable-shared \
-  --enable-libccd
+  --enable-libccd \
+  --enable-double-precision
   make
 }
 



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

2012-07-21 Thread Giovanni Scafora
Date: Saturday, July 21, 2012 @ 15:10:48
  Author: giovanni
Revision: 163893

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

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

---+
 extra-i686/PKGBUILD   |   67 
 extra-x86_64/PKGBUILD |   67 
 2 files changed, 68 insertions(+), 66 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-21 19:10:20 UTC (rev 163892)
+++ extra-i686/PKGBUILD 2012-07-21 19:10:48 UTC (rev 163893)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Adam Griffiths adam_griffithsAATTdart.net.au
-
-pkgname=ode
-pkgver=0.12
-pkgrel=2
-pkgdesc=An open source, high performance library for simulating rigid body 
dynamics
-arch=('i686' 'x86_64')
-url=http://www.ode.org;
-license=('LGPL' 'BSD')
-depends=('gcc-libs' 'bash')
-source=(http://downloads.sourceforge.net/sourceforge/opende/${pkgname}-${pkgver}.tar.bz2;)
-options=('!libtool')
-md5sums=('83766cae59692c2843d9afccc1768988')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --enable-shared \
-  --enable-libccd
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir}/ install
-
-  install -Dm0644 ${srcdir}/${pkgname}-${pkgver}/ou/LICENSE-BSD.TXT \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-BSD.TXT
-}

Copied: ode/repos/extra-i686/PKGBUILD (from rev 163892, ode/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-21 19:10:48 UTC (rev 163893)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Adam Griffiths adam_griffithsAATTdart.net.au
+
+pkgname=ode
+pkgver=0.12
+pkgrel=3
+pkgdesc=An open source, high performance library for simulating rigid body 
dynamics
+arch=('i686' 'x86_64')
+url=http://www.ode.org;
+license=('LGPL' 'BSD')
+depends=('gcc-libs' 'bash')
+source=(http://downloads.sourceforge.net/sourceforge/opende/${pkgname}-${pkgver}.tar.bz2;)
+options=('!libtool')
+md5sums=('48fdd41fae1a7e7831feeded09826599')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --enable-shared \
+  --enable-libccd \
+  --enable-double-precision
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir}/ install
+
+  install -Dm0644 ${srcdir}/${pkgname}-${pkgver}/ou/LICENSE-BSD.TXT \
+${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-BSD.TXT
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-07-21 19:10:20 UTC (rev 163892)
+++ extra-x86_64/PKGBUILD   2012-07-21 19:10:48 UTC (rev 163893)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Adam Griffiths adam_griffithsAATTdart.net.au
-
-pkgname=ode
-pkgver=0.12
-pkgrel=2
-pkgdesc=An open source, high performance library for simulating rigid body 
dynamics
-arch=('i686' 'x86_64')
-url=http://www.ode.org;
-license=('LGPL' 'BSD')
-depends=('gcc-libs' 'bash')
-source=(http://downloads.sourceforge.net/sourceforge/opende/${pkgname}-${pkgver}.tar.bz2;)
-options=('!libtool')
-md5sums=('83766cae59692c2843d9afccc1768988')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --enable-shared \
-  --enable-libccd
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir}/ install
-
-  install -Dm0644 ${srcdir}/${pkgname}-${pkgver}/ou/LICENSE-BSD.TXT \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-BSD.TXT
-}

Copied: ode/repos/extra-x86_64/PKGBUILD (from rev 163892, ode/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-07-21 19:10:48 UTC (rev 163893)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Adam Griffiths adam_griffithsAATTdart.net.au
+
+pkgname=ode
+pkgver=0.12
+pkgrel=3
+pkgdesc=An open source, high performance library for simulating rigid body 
dynamics
+arch=('i686' 'x86_64')
+url=http://www.ode.org;
+license=('LGPL' 'BSD')
+depends=('gcc-libs' 'bash')
+source=(http://downloads.sourceforge.net/sourceforge/opende/${pkgname}-${pkgver}.tar.bz2;)
+options=('!libtool')
+md5sums=('48fdd41fae1a7e7831feeded09826599')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+ 

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

2012-07-21 Thread Ionut Biru
Date: Saturday, July 21, 2012 @ 15:18:52
  Author: ibiru
Revision: 163894

update to 2.11

Modified:
  seamonkey/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-21 19:10:48 UTC (rev 163893)
+++ PKGBUILD2012-07-21 19:18:52 UTC (rev 163894)
@@ -1,20 +1,20 @@
 # $Id$
 # Maintainer: Jan de Groot j...@archlinux.org
 pkgname=seamonkey
-pkgver=2.10
+pkgver=2.11
 pkgrel=1
 pkgdesc=SeaMonkey internet suite
 arch=('i686' 'x86_64')
 license=('MPL')
 depends=('alsa-lib'  'dbus-glib'  'desktop-file-utils'  'gtk2' 'hunspell'  
'libevent'  'libnotify'  'libvpx'  'libxt' 'mime-types'  'mozilla-common'  
'nss'  'sqlite'  'startup-notification')
-makedepends=('unzip' 'zip' 'pkg-config'  'python2' 'yasm' 'wireless_tools' 
'mesa' 'autoconf2.13' 'imake' 'gcc4.6')
+makedepends=('unzip' 'zip' 'pkg-config'  'python2' 'yasm' 'wireless_tools' 
'mesa' 'autoconf2.13' 'imake')
 install=$pkgname.install
 url=http://www.seamonkey-project.org/;
 
source=(ftp://releases.mozilla.org/pub/mozilla.org/$pkgname/releases/$pkgver/source/$pkgname-$pkgver.source.tar.bz2
 mozconfig
 seamonkey.desktop
 seamonkey-2.0-lang.patch)
-md5sums=('c2c41a12107a67e5eedef06d50e26c56'
+md5sums=('807e8993f8fe4a3a42e8f63ecfb0f15d'
  'dabc8f517fbff67b8599064bedd32606'
  '6119a2254716752c9d08e366f8d4c048'
  '25b6fe16ac24cd5c852213e5c1adb272')
@@ -24,8 +24,6 @@
   cp ../mozconfig .mozconfig
   patch -Np1 -i ../seamonkey-2.0-lang.patch
 
-  export CC=gcc-4.6
-  export CXX=g++-4.6
   export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/seamonkey-$pkgver
   export MOZ_MAKE_FLAGS=$MAKEFLAGS
   unset MAKEFLAGS



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

2012-07-21 Thread Ionut Biru
Date: Saturday, July 21, 2012 @ 15:19:49
  Author: ibiru
Revision: 163895

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

Added:
  glib2/repos/core-i686/PKGBUILD
(from rev 163894, glib2/repos/testing-i686/PKGBUILD)
  glib2/repos/core-i686/glib2.csh
(from rev 163894, glib2/repos/testing-i686/glib2.csh)
  glib2/repos/core-i686/glib2.sh
(from rev 163894, glib2/repos/testing-i686/glib2.sh)
  glib2/repos/core-i686/revert-warn-glib-compile-schemas.patch
(from rev 163894, 
glib2/repos/testing-i686/revert-warn-glib-compile-schemas.patch)
  glib2/repos/core-x86_64/PKGBUILD
(from rev 163894, glib2/repos/testing-x86_64/PKGBUILD)
  glib2/repos/core-x86_64/glib2.csh
(from rev 163894, glib2/repos/testing-x86_64/glib2.csh)
  glib2/repos/core-x86_64/glib2.sh
(from rev 163894, glib2/repos/testing-x86_64/glib2.sh)
  glib2/repos/core-x86_64/revert-warn-glib-compile-schemas.patch
(from rev 163894, 
glib2/repos/testing-x86_64/revert-warn-glib-compile-schemas.patch)
Deleted:
  glib2/repos/core-i686/PKGBUILD
  glib2/repos/core-i686/glib2.csh
  glib2/repos/core-i686/glib2.sh
  glib2/repos/core-i686/revert-warn-glib-compile-schemas.patch
  glib2/repos/core-x86_64/PKGBUILD
  glib2/repos/core-x86_64/glib2.csh
  glib2/repos/core-x86_64/glib2.sh
  glib2/repos/core-x86_64/revert-warn-glib-compile-schemas.patch
  glib2/repos/testing-i686/
  glib2/repos/testing-x86_64/

+
 core-i686/PKGBUILD |   92 +--
 core-i686/glib2.csh|2 
 core-i686/glib2.sh |2 
 core-i686/revert-warn-glib-compile-schemas.patch   |   66 ++---
 core-x86_64/PKGBUILD   |   92 +--
 core-x86_64/glib2.csh  |2 
 core-x86_64/glib2.sh   |2 
 core-x86_64/revert-warn-glib-compile-schemas.patch |   66 ++---
 8 files changed, 162 insertions(+), 162 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-07-21 19:18:52 UTC (rev 163894)
+++ core-i686/PKGBUILD  2012-07-21 19:19:49 UTC (rev 163895)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=glib2
-pkgver=2.32.3
-pkgrel=1
-pkgdesc=Common C routines used by GTK+ and other libs
-url=http://www.gtk.org/;
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('pcre' 'libffi')
-makedepends=('pkg-config' 'python2')
-optdepends=('python2: for gdbus-codegen')
-options=('!libtool' '!docs' '!emptydirs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-$pkgver.tar.xz
-glib2.sh
-glib2.csh
-revert-warn-glib-compile-schemas.patch)
-sha256sums=('b65ceb462807e4a2f91c95e4293ce6bbefca308cb44a1407bcfdd9e40363ff4d'
-'9456872cdedcc639fb679448d74b85b0facf81033e27157d2861b991823b5a2a'
-'8d5626ffa361304ad3696493c0ef041d0ab10c857f6ef32116b3e2878ecf89e3'
-'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
-
-build() {
-  cd glib-$pkgver
-  patch -Rp1 -i $srcdir/revert-warn-glib-compile-schemas.patch
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libdir=/usr/lib \
-  --sysconfdir=/etc \
-  --with-pcre=system \
-  --disable-fam
-  make
-}
-
-package() {
-  cd glib-$pkgver
-  make completiondir=/usr/share/bash-completion/completions DESTDIR=$pkgdir 
install
-
-  install -d $pkgdir/etc/profile.d
-  install -m755 $srcdir/glib2.sh $pkgdir/etc/profile.d/
-  install -m755 $srcdir/glib2.csh $pkgdir/etc/profile.d/
-
-  for _i in $pkgdir/usr/share/bash-completion/completions/*; do
-  chmod -x $_i
-  done
-  sed -i s|#!/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/bin/gdbus-codegen
-}

Copied: glib2/repos/core-i686/PKGBUILD (from rev 163894, 
glib2/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-07-21 19:19:49 UTC (rev 163895)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=glib2
+pkgver=2.32.4
+pkgrel=1
+pkgdesc=Common C routines used by GTK+ and other libs
+url=http://www.gtk.org/;
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('pcre' 'libffi')
+makedepends=('pkg-config' 'python2')
+optdepends=('python2: for gdbus-codegen')
+options=('!libtool' '!docs' '!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-$pkgver.tar.xz
+glib2.sh
+glib2.csh
+revert-warn-glib-compile-schemas.patch)
+sha256sums=('a5d742a4fda22fb6975a8c0cfcd2499dd1c809b8afd4ef709bda4d11b167fae2'
+'9456872cdedcc639fb679448d74b85b0facf81033e27157d2861b991823b5a2a'
+'8d5626ffa361304ad3696493c0ef041d0ab10c857f6ef32116b3e2878ecf89e3'
+

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

2012-07-21 Thread Ionut Biru
Date: Saturday, July 21, 2012 @ 15:19:52
  Author: ibiru
Revision: 163896

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

Added:
  nilfs-utils/repos/core-i686/PKGBUILD
(from rev 163894, nilfs-utils/repos/testing-i686/PKGBUILD)
  nilfs-utils/repos/core-x86_64/PKGBUILD
(from rev 163894, nilfs-utils/repos/testing-x86_64/PKGBUILD)
Deleted:
  nilfs-utils/repos/core-i686/PKGBUILD
  nilfs-utils/repos/core-x86_64/PKGBUILD
  nilfs-utils/repos/testing-i686/
  nilfs-utils/repos/testing-x86_64/

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

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-07-21 19:19:49 UTC (rev 163895)
+++ core-i686/PKGBUILD  2012-07-21 19:19:52 UTC (rev 163896)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
-
-pkgname=nilfs-utils
-pkgver=2.1.2
-pkgrel=1
-pkgdesc=A log-structured file system supporting continuous snapshotting 
(userspace utils)
-arch=('i686' 'x86_64')
-url=http://www.nilfs.org/;
-license=('GPL2' 'LGPL2.1')
-backup=('etc/nilfs_cleanerd.conf')
-depends=('util-linux')
-options=(!libtool)
-source=(http://www.nilfs.org/download/$pkgname-$pkgver.tar.bz2)
-md5sums=('9a16a5ca459e64a903eac9c2fd456802')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --enable-libmount
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install LDCONFIG=/bin/true
-}

Copied: nilfs-utils/repos/core-i686/PKGBUILD (from rev 163894, 
nilfs-utils/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-07-21 19:19:52 UTC (rev 163896)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+
+pkgname=nilfs-utils
+pkgver=2.1.4
+pkgrel=1
+pkgdesc=A log-structured file system supporting continuous snapshotting 
(userspace utils)
+arch=('i686' 'x86_64')
+url=http://www.nilfs.org/;
+license=('GPL2' 'LGPL2.1')
+backup=('etc/nilfs_cleanerd.conf')
+depends=('util-linux')
+options=(!libtool)
+source=(http://www.nilfs.org/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('e72f941f5041a057a81a1ce22e03497d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --enable-libmount
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install LDCONFIG=/bin/true
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-07-21 19:19:49 UTC (rev 163895)
+++ core-x86_64/PKGBUILD2012-07-21 19:19:52 UTC (rev 163896)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
-
-pkgname=nilfs-utils
-pkgver=2.1.2
-pkgrel=1
-pkgdesc=A log-structured file system supporting continuous snapshotting 
(userspace utils)
-arch=('i686' 'x86_64')
-url=http://www.nilfs.org/;
-license=('GPL2' 'LGPL2.1')
-backup=('etc/nilfs_cleanerd.conf')
-depends=('util-linux')
-options=(!libtool)
-source=(http://www.nilfs.org/download/$pkgname-$pkgver.tar.bz2)
-md5sums=('9a16a5ca459e64a903eac9c2fd456802')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --enable-libmount
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install LDCONFIG=/bin/true
-}

Copied: nilfs-utils/repos/core-x86_64/PKGBUILD (from rev 163894, 
nilfs-utils/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2012-07-21 19:19:52 UTC (rev 163896)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+
+pkgname=nilfs-utils
+pkgver=2.1.4
+pkgrel=1
+pkgdesc=A log-structured file system supporting continuous snapshotting 
(userspace utils)
+arch=('i686' 'x86_64')
+url=http://www.nilfs.org/;
+license=('GPL2' 'LGPL2.1')
+backup=('etc/nilfs_cleanerd.conf')
+depends=('util-linux')
+options=(!libtool)
+source=(http://www.nilfs.org/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('e72f941f5041a057a81a1ce22e03497d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --enable-libmount
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install LDCONFIG=/bin/true
+}



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

2012-07-21 Thread Ionut Biru
Date: Saturday, July 21, 2012 @ 15:19:56
  Author: ibiru
Revision: 163897

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

Added:
  seamonkey/repos/extra-i686/PKGBUILD
(from rev 163894, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/extra-i686/mozconfig
(from rev 163894, seamonkey/trunk/mozconfig)
  seamonkey/repos/extra-i686/seamonkey-2.0-lang.patch
(from rev 163894, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/extra-i686/seamonkey.desktop
(from rev 163894, seamonkey/trunk/seamonkey.desktop)
  seamonkey/repos/extra-i686/seamonkey.install
(from rev 163894, seamonkey/trunk/seamonkey.install)
  seamonkey/repos/extra-x86_64/PKGBUILD
(from rev 163895, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/extra-x86_64/mozconfig
(from rev 163895, seamonkey/trunk/mozconfig)
  seamonkey/repos/extra-x86_64/seamonkey-2.0-lang.patch
(from rev 163895, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/extra-x86_64/seamonkey.desktop
(from rev 163895, seamonkey/trunk/seamonkey.desktop)
  seamonkey/repos/extra-x86_64/seamonkey.install
(from rev 163895, seamonkey/trunk/seamonkey.install)
Deleted:
  seamonkey/repos/extra-i686/PKGBUILD
  seamonkey/repos/extra-i686/mozconfig
  seamonkey/repos/extra-i686/seamonkey-2.0-lang.patch
  seamonkey/repos/extra-i686/seamonkey.desktop
  seamonkey/repos/extra-i686/seamonkey.install
  seamonkey/repos/extra-x86_64/PKGBUILD
  seamonkey/repos/extra-x86_64/mozconfig
  seamonkey/repos/extra-x86_64/seamonkey-2.0-lang.patch
  seamonkey/repos/extra-x86_64/seamonkey.desktop
  seamonkey/repos/extra-x86_64/seamonkey.install

---+
 extra-i686/PKGBUILD   |  114 +++-
 extra-i686/mozconfig  |   62 -
 extra-i686/seamonkey-2.0-lang.patch   |   22 +++---
 extra-i686/seamonkey.desktop  |   22 +++---
 extra-i686/seamonkey.install  |   24 +++---
 extra-x86_64/PKGBUILD |  114 +++-
 extra-x86_64/mozconfig|   62 -
 extra-x86_64/seamonkey-2.0-lang.patch |   22 +++---
 extra-x86_64/seamonkey.desktop|   22 +++---
 extra-x86_64/seamonkey.install|   24 +++---
 10 files changed, 242 insertions(+), 246 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-21 19:19:52 UTC (rev 163896)
+++ extra-i686/PKGBUILD 2012-07-21 19:19:56 UTC (rev 163897)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-pkgname=seamonkey
-pkgver=2.10
-pkgrel=1
-pkgdesc=SeaMonkey internet suite
-arch=('i686' 'x86_64')
-license=('MPL')
-depends=('alsa-lib'  'dbus-glib'  'desktop-file-utils'  'gtk2' 'hunspell'  
'libevent'  'libnotify'  'libvpx'  'libxt' 'mime-types'  'mozilla-common'  
'nss'  'sqlite'  'startup-notification')
-makedepends=('unzip' 'zip' 'pkg-config'  'python2' 'yasm' 'wireless_tools' 
'mesa' 'autoconf2.13' 'imake' 'gcc4.6')
-install=$pkgname.install
-url=http://www.seamonkey-project.org/;
-source=(ftp://releases.mozilla.org/pub/mozilla.org/$pkgname/releases/$pkgver/source/$pkgname-$pkgver.source.tar.bz2
-mozconfig
-seamonkey.desktop
-seamonkey-2.0-lang.patch)
-md5sums=('c2c41a12107a67e5eedef06d50e26c56'
- 'dabc8f517fbff67b8599064bedd32606'
- '6119a2254716752c9d08e366f8d4c048'
- '25b6fe16ac24cd5c852213e5c1adb272')
-
-build() {
-  cd comm-release
-  cp ../mozconfig .mozconfig
-  patch -Np1 -i ../seamonkey-2.0-lang.patch
-
-  export CC=gcc-4.6
-  export CXX=g++-4.6
-  export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/seamonkey-$pkgver
-  export MOZ_MAKE_FLAGS=$MAKEFLAGS
-  unset MAKEFLAGS
-
-  # Don't exit with error when some libs are missing which we have in
-  # system.
-  sed '/^MOZ_PKG_FATAL_WARNINGS/s@= 1@= 0@' \
-  -i suite/installer/Makefile.in
-
-  make -j1 -f client.mk build
-}
-
-package() {
-  cd comm-release
-
-  make -j1 -f client.mk DESTDIR=$pkgdir install
-
-  rm -rf $pkgdir/usr/lib/seamonkey-$pkgver/{dictionaries,hyphenation}
-  ln -s /usr/share/hunspell $pkgdir/usr/lib/seamonkey-$pkgver/dictionaries
-  ln -s /usr/share/hyphen $pkgdir/usr/lib/seamonkey-$pkgver/hyphenation
-
-  install -m755 -d $pkgdir/usr/share/applications
-  install -m755 -d $pkgdir/usr/share/pixmaps
-  install -m644 suite/branding/nightly/icons/gtk/seamonkey.png \
-$pkgdir/usr/share/pixmaps/
-  install -m644 $srcdir/seamonkey.desktop $pkgdir/usr/share/applications/
-
-  rm -f $pkgdir/usr/lib/pkgconfig/seamonkey-ns{s,pr}.pc
-  rm -r $pkgdir/usr/{include,lib/seamonkey-devel-$pkgver,share/idl}
-}

Copied: seamonkey/repos/extra-i686/PKGBUILD (from rev 163894, 
seamonkey/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-21 19:19:56 UTC (rev 163897)
@@ -0,0 +1,56 @@
+# $Id$
+# 

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

2012-07-21 Thread Ionut Biru
Date: Saturday, July 21, 2012 @ 15:20:18
  Author: ibiru
Revision: 163898

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

Added:
  gtk2/repos/extra-i686/PKGBUILD
(from rev 163897, gtk2/repos/testing-i686/PKGBUILD)
  gtk2/repos/extra-i686/gtk2.install
(from rev 163897, gtk2/repos/testing-i686/gtk2.install)
  gtk2/repos/extra-i686/xid-collision-debug.patch
(from rev 163897, gtk2/repos/testing-i686/xid-collision-debug.patch)
  gtk2/repos/extra-x86_64/PKGBUILD
(from rev 163897, gtk2/repos/testing-x86_64/PKGBUILD)
  gtk2/repos/extra-x86_64/gtk2.install
(from rev 163897, gtk2/repos/testing-x86_64/gtk2.install)
  gtk2/repos/extra-x86_64/xid-collision-debug.patch
(from rev 163897, gtk2/repos/testing-x86_64/xid-collision-debug.patch)
Deleted:
  gtk2/repos/extra-i686/PKGBUILD
  gtk2/repos/extra-i686/gtk2.install
  gtk2/repos/extra-i686/xid-collision-debug.patch
  gtk2/repos/extra-x86_64/PKGBUILD
  gtk2/repos/extra-x86_64/gtk2.install
  gtk2/repos/extra-x86_64/xid-collision-debug.patch
  gtk2/repos/testing-i686/
  gtk2/repos/testing-x86_64/

+
 extra-i686/PKGBUILD|  112 +++
 extra-i686/gtk2.install|   32 
 extra-i686/xid-collision-debug.patch   |   30 
 extra-x86_64/PKGBUILD  |  112 +++
 extra-x86_64/gtk2.install  |   32 
 extra-x86_64/xid-collision-debug.patch |   30 
 6 files changed, 174 insertions(+), 174 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-21 19:19:56 UTC (rev 163897)
+++ extra-i686/PKGBUILD 2012-07-21 19:20:18 UTC (rev 163898)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=gtk2
-pkgname=('gtk2' 'gtk-update-icon-cache')
-pkgver=2.24.10
-pkgrel=3
-arch=('i686' 'x86_64')
-url=http://www.gtk.org/;
-makedepends=('atk' 'pango' 'libxcursor' 'libxinerama' 'libxrandr' 'libxi' 
'libxcomposite' 'libxdamage'
- 'shared-mime-info' 'cairo' 'libcups' 'gdk-pixbuf2' 
'gobject-introspection')
-options=('!libtool')
-license=('LGPL')
-source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-$pkgver.tar.xz
-xid-collision-debug.patch)
-sha256sums=('ea56e31bb9d6e19ed2e8911f4c7ac493cb804431caa21cdcadae625d375a0e89'
-'d758bb93e59df15a4ea7732cf984d1c3c19dff67c94b957575efea132b8fe558')
-
-build() {
-cd $srcdir/gtk+-$pkgver
-patch -Np1 -i $srcdir/xid-collision-debug.patch
-
-CXX=/bin/false ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---with-xinput=yes
-
-# https://bugzilla.gnome.org/show_bug.cgi?id=655517
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package_gtk2() {
-pkgdesc=GTK+ is a multi-platform toolkit (v2)
-install=gtk2.install
-depends=('atk' 'pango' 'libxcursor' 'libxinerama' 'libxrandr' 'libxi' 
'libxcomposite' 'libxdamage' 'shared-mime-info' 'cairo' 'libcups' 
'gtk-update-icon-cache')
-backup=(etc/gtk-2.0/gtkrc)
-replaces=('gtk2-docs')
-
-cd $srcdir/gtk+-$pkgver
-
-make DESTDIR=$pkgdir install
-sed -i s#env python#env python2# $pkgdir/usr/bin/gtk-builder-convert
-echo 'gtk-fallback-icon-theme = gnome'  $pkgdir/etc/gtk-2.0/gtkrc
-#split this out to use with gtk3 too
-rm $pkgdir/usr/bin/gtk-update-icon-cache
-}
-package_gtk-update-icon-cache() {
-pkgdesc=The GTK+ update icon cache tool
-depends=('gdk-pixbuf2=2.24.1-3')
-
-cd $srcdir/gtk+-$pkgver/gtk
-
-install -D -m755 gtk-update-icon-cache 
$pkgdir/usr/bin/gtk-update-icon-cache
-}

Copied: gtk2/repos/extra-i686/PKGBUILD (from rev 163897, 
gtk2/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-21 19:20:18 UTC (rev 163898)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=gtk2
+pkgname=('gtk2' 'gtk-update-icon-cache')
+pkgver=2.24.11
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://www.gtk.org/;
+makedepends=('atk' 'pango' 'libxcursor' 'libxinerama' 'libxrandr' 'libxi' 
'libxcomposite' 'libxdamage'
+ 'shared-mime-info' 'cairo' 'libcups' 'gdk-pixbuf2' 
'gobject-introspection')
+options=('!libtool')
+license=('LGPL')
+source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-$pkgver.tar.xz
+xid-collision-debug.patch)
+sha256sums=('328b4ea19a61040145e777e2ac49820968a382ac8581a380c9429897881812a9'
+'d758bb93e59df15a4ea7732cf984d1c3c19dff67c94b957575efea132b8fe558')
+
+build() {
+cd $srcdir/gtk+-$pkgver
+patch -Np1 -i $srcdir/xid-collision-debug.patch
+
+CXX=/bin/false ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-xinput=yes
+
+# 

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

2012-07-21 Thread Ionut Biru
Date: Saturday, July 21, 2012 @ 15:20:27
  Author: ibiru
Revision: 163899

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

Added:
  gtk3/repos/extra-i686/PKGBUILD
(from rev 163897, gtk3/repos/testing-i686/PKGBUILD)
  gtk3/repos/extra-i686/gtk3.install
(from rev 163897, gtk3/repos/testing-i686/gtk3.install)
  gtk3/repos/extra-i686/settings.ini
(from rev 163897, gtk3/repos/testing-i686/settings.ini)
  gtk3/repos/extra-i686/wacom.patch
(from rev 163897, gtk3/repos/testing-i686/wacom.patch)
  gtk3/repos/extra-x86_64/PKGBUILD
(from rev 163897, gtk3/repos/testing-x86_64/PKGBUILD)
  gtk3/repos/extra-x86_64/gtk3.install
(from rev 163897, gtk3/repos/testing-x86_64/gtk3.install)
  gtk3/repos/extra-x86_64/settings.ini
(from rev 163897, gtk3/repos/testing-x86_64/settings.ini)
  gtk3/repos/extra-x86_64/wacom.patch
(from rev 163897, gtk3/repos/testing-x86_64/wacom.patch)
Deleted:
  gtk3/repos/extra-i686/PKGBUILD
  gtk3/repos/extra-i686/gtk3.install
  gtk3/repos/extra-i686/settings.ini
  gtk3/repos/extra-i686/wacom.patch
  gtk3/repos/extra-x86_64/PKGBUILD
  gtk3/repos/extra-x86_64/gtk3.install
  gtk3/repos/extra-x86_64/settings.ini
  gtk3/repos/extra-x86_64/wacom.patch
  gtk3/repos/testing-i686/
  gtk3/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |   84 ++--
 extra-i686/gtk3.install   |   32 
 extra-i686/settings.ini   |4 +-
 extra-i686/wacom.patch|   24 ++--
 extra-x86_64/PKGBUILD |   84 ++--
 extra-x86_64/gtk3.install |   32 
 extra-x86_64/settings.ini |4 +-
 extra-x86_64/wacom.patch  |   24 ++--
 8 files changed, 144 insertions(+), 144 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-21 19:20:18 UTC (rev 163898)
+++ extra-i686/PKGBUILD 2012-07-21 19:20:27 UTC (rev 163899)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gtk3
-pkgver=3.4.3
-pkgrel=1
-pkgdesc=GObject-based multi-platform GUI toolkit (v3)
-arch=('i686' 'x86_64')
-url=http://www.gtk.org/;
-install=gtk3.install
-depends=('atk' 'cairo' 'gtk-update-icon-cache' 'libcups' 'libxcursor' 
'libxinerama' 'libxrandr' 'libxi' 'libxcomposite' 'libxdamage' 'pango' 
'shared-mime-info' 'colord')
-makedepends=('gobject-introspection')
-options=('!libtool')
-backup=(etc/gtk-3.0/settings.ini)
-license=('LGPL')
-source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver%.*}/gtk+-$pkgver.tar.xz
-settings.ini wacom.patch)
-sha256sums=('846010442a96590469cde16ed6a1fdfe09397e435165459f04d31cfa5713799f'
-'c214d3dcdcadda3d642112287524ab3e526ad592b70895c9f3e3733c23701621'
-'86bda95a14a99d0f596c4ecb2ed715689f71c207c65dfc90a39d4ae7f1c0c0f5')
-build() {
-cd gtk+-$pkgver
-
-# Partially revert BGO#673440 in order to fix BGO#674157
-patch -Np1 -i ../wacom.patch
-
-CXX=/bin/false ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-gtk2-dependency \
---disable-schemas-compile
-#https://bugzilla.gnome.org/show_bug.cgi?id=655517
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-make
-}
-
-package() {
-cd gtk+-$pkgver
-make DESTDIR=$pkgdir install
-
-install -Dm644 $srcdir/settings.ini $pkgdir/etc/gtk-3.0/settings.ini
-}

Copied: gtk3/repos/extra-i686/PKGBUILD (from rev 163897, 
gtk3/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-21 19:20:27 UTC (rev 163899)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gtk3
+pkgver=3.4.4
+pkgrel=1
+pkgdesc=GObject-based multi-platform GUI toolkit (v3)
+arch=('i686' 'x86_64')
+url=http://www.gtk.org/;
+install=gtk3.install
+depends=('atk' 'cairo' 'gtk-update-icon-cache' 'libcups' 'libxcursor' 
'libxinerama' 'libxrandr' 'libxi' 'libxcomposite' 'libxdamage' 'pango' 
'shared-mime-info' 'colord')
+makedepends=('gobject-introspection')
+options=('!libtool')
+backup=(etc/gtk-3.0/settings.ini)
+license=('LGPL')
+source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver%.*}/gtk+-$pkgver.tar.xz
+settings.ini wacom.patch)
+sha256sums=('f154e460075034da4c0ce89c320025dcd459da2a1fdf32d92a09522eaca242c7'
+'c214d3dcdcadda3d642112287524ab3e526ad592b70895c9f3e3733c23701621'
+'86bda95a14a99d0f596c4ecb2ed715689f71c207c65dfc90a39d4ae7f1c0c0f5')
+build() {
+cd gtk+-$pkgver
+
+# Partially revert BGO#673440 in order to fix BGO#674157
+patch -Np1 -i ../wacom.patch
+
+CXX=/bin/false ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-gtk2-dependency \
+--disable-schemas-compile
+

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

2012-07-21 Thread Ionut Biru
Date: Saturday, July 21, 2012 @ 15:27:42
  Author: ibiru
Revision: 163900

update to 3.4.2

Modified:
  gnome-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-21 19:20:27 UTC (rev 163899)
+++ PKGBUILD2012-07-21 19:27:42 UTC (rev 163900)
@@ -3,8 +3,8 @@
 # Contributor: Flamelab panosfi...@gmail.com
 
 pkgname=gnome-shell
-pkgver=3.4.1
-pkgrel=3
+pkgver=3.4.2
+pkgrel=1
 pkgdesc=The next generation GNOME Shell
 arch=('i686' 'x86_64')
 url=http://live.gnome.org/GnomeShell;
@@ -17,12 +17,12 @@
 groups=(gnome)
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
 recorder.patch)
-sha256sums=('6abfd2fca104aae64ce9d027dd233fc218a58b861176a64831b68e3f90ab56a9'
+sha256sums=('3807f7882968d032f8f5c64b0e0af51c0d016f2e1c4fd1576203c9350e412720'
 'b00589e867c0ae63b47982145cb4ab366afec84a568e66867f51fa8da13027f1')
 
 build() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i $srcdir/recorder.patch
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../recorder.patch
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
   --libexecdir=/usr/lib/gnome-shell \
   --localstatedir=/var --disable-static \
@@ -31,6 +31,6 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
 }



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

2012-07-21 Thread Ionut Biru
Date: Saturday, July 21, 2012 @ 15:28:49
  Author: ibiru
Revision: 163901

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

Added:
  gnome-shell/repos/extra-i686/PKGBUILD
(from rev 163900, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-i686/gnome-shell.install
(from rev 163900, gnome-shell/trunk/gnome-shell.install)
  gnome-shell/repos/extra-i686/recorder.patch
(from rev 163900, gnome-shell/trunk/recorder.patch)
  gnome-shell/repos/extra-x86_64/PKGBUILD
(from rev 163900, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-x86_64/gnome-shell.install
(from rev 163900, gnome-shell/trunk/gnome-shell.install)
  gnome-shell/repos/extra-x86_64/recorder.patch
(from rev 163900, gnome-shell/trunk/recorder.patch)
Deleted:
  gnome-shell/repos/extra-i686/PKGBUILD
  gnome-shell/repos/extra-i686/gnome-shell.install
  gnome-shell/repos/extra-i686/recorder.patch
  gnome-shell/repos/extra-x86_64/PKGBUILD
  gnome-shell/repos/extra-x86_64/gnome-shell.install
  gnome-shell/repos/extra-x86_64/recorder.patch

--+
 extra-i686/PKGBUILD  |   72 ++---
 extra-i686/gnome-shell.install   |   38 +--
 extra-i686/recorder.patch|   56 ++--
 extra-x86_64/PKGBUILD|   72 ++---
 extra-x86_64/gnome-shell.install |   38 +--
 extra-x86_64/recorder.patch  |   56 ++--
 6 files changed, 166 insertions(+), 166 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-21 19:27:42 UTC (rev 163900)
+++ extra-i686/PKGBUILD 2012-07-21 19:28:49 UTC (rev 163901)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Flamelab panosfi...@gmail.com
-
-pkgname=gnome-shell
-pkgver=3.4.1
-pkgrel=3
-pkgdesc=The next generation GNOME Shell
-arch=('i686' 'x86_64')
-url=http://live.gnome.org/GnomeShell;
-license=('GPL2')
-depends=('caribou' 'folks' 'gcr' 'gjs' 'gnome-bluetooth' 'gnome-desktop' 
'gnome-menus' 'libcroco' 'libpulse' 'mutter' 'nautilus' 'networkmanager' 
'telepathy-logger' 'telepathy-mission-control' 'unzip')
-makedepends=('intltool' 'gnome-doc-utils')
-optdepends=('network-manager-applet: shell integration for networkmanager')
-options=('!libtool' '!emptydirs')
-install=gnome-shell.install
-groups=(gnome)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-recorder.patch)
-sha256sums=('6abfd2fca104aae64ce9d027dd233fc218a58b861176a64831b68e3f90ab56a9'
-'b00589e867c0ae63b47982145cb4ab366afec84a568e66867f51fa8da13027f1')
-
-build() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i $srcdir/recorder.patch
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/gnome-shell \
-  --localstatedir=/var --disable-static \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-shell/repos/extra-i686/PKGBUILD (from rev 163900, 
gnome-shell/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-21 19:28:49 UTC (rev 163901)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Flamelab panosfi...@gmail.com
+
+pkgname=gnome-shell
+pkgver=3.4.2
+pkgrel=1
+pkgdesc=The next generation GNOME Shell
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/GnomeShell;
+license=('GPL2')
+depends=('caribou' 'folks' 'gcr' 'gjs' 'gnome-bluetooth' 'gnome-desktop' 
'gnome-menus' 'libcroco' 'libpulse' 'mutter' 'nautilus' 'networkmanager' 
'telepathy-logger' 'telepathy-mission-control' 'unzip')
+makedepends=('intltool' 'gnome-doc-utils')
+optdepends=('network-manager-applet: shell integration for networkmanager')
+options=('!libtool' '!emptydirs')
+install=gnome-shell.install
+groups=(gnome)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+recorder.patch)
+sha256sums=('3807f7882968d032f8f5c64b0e0af51c0d016f2e1c4fd1576203c9350e412720'
+'b00589e867c0ae63b47982145cb4ab366afec84a568e66867f51fa8da13027f1')
+
+build() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../recorder.patch
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/gnome-shell \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/gnome-shell.install
===
--- extra-i686/gnome-shell.install  2012-07-21 19:27:42 UTC (rev 163900)
+++ extra-i686/gnome-shell.install  2012-07-21 19:28:49 UTC (rev 163901)
@@ -1,19 +0,0 @@

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

2012-07-21 Thread Pierre Schmitz
Date: Saturday, July 21, 2012 @ 18:23:54
  Author: pierre
Revision: 163902

upgpkg: zsh 5.0.0-1

upstream update

Modified:
  zsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-21 19:28:49 UTC (rev 163901)
+++ PKGBUILD2012-07-21 22:23:54 UTC (rev 163902)
@@ -2,8 +2,8 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=zsh
-pkgver=4.3.17
-pkgrel=2
+pkgver=5.0.0
+pkgrel=1
 pkgdesc='A very advanced and programmable command interpreter (shell) for UNIX'
 arch=('i686' 'x86_64')
 url='http://www.zsh.org/'
@@ -13,7 +13,7 @@
 source=(ftp://ftp.zsh.org/pub/${pkgname}-${pkgver}.tar.bz2;
 'zprofile')
 backup=('etc/zsh/zprofile')
-md5sums=('8258967060b2654f30001a011946ac6a'
+md5sums=('e8484468925cec8d9a84b8b04797e764'
  '24a9335edf77252a7b5f52e079f7aef7')
 
 build() {



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

2012-07-21 Thread Pierre Schmitz
Date: Saturday, July 21, 2012 @ 18:24:24
  Author: pierre
Revision: 163903

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

Added:
  zsh/repos/testing-i686/
  zsh/repos/testing-i686/PKGBUILD
(from rev 163902, zsh/trunk/PKGBUILD)
  zsh/repos/testing-i686/zprofile
(from rev 163902, zsh/trunk/zprofile)
  zsh/repos/testing-i686/zsh.install
(from rev 163902, zsh/trunk/zsh.install)
  zsh/repos/testing-x86_64/
  zsh/repos/testing-x86_64/PKGBUILD
(from rev 163902, zsh/trunk/PKGBUILD)
  zsh/repos/testing-x86_64/zprofile
(from rev 163902, zsh/trunk/zprofile)
  zsh/repos/testing-x86_64/zsh.install
(from rev 163902, zsh/trunk/zsh.install)

+
 testing-i686/PKGBUILD  |   63 +++
 testing-i686/zprofile  |1 
 testing-i686/zsh.install   |   11 +++
 testing-x86_64/PKGBUILD|   63 +++
 testing-x86_64/zprofile|1 
 testing-x86_64/zsh.install |   11 +++
 6 files changed, 150 insertions(+)

Copied: zsh/repos/testing-i686/PKGBUILD (from rev 163902, zsh/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-21 22:24:24 UTC (rev 163903)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=zsh
+pkgver=5.0.0
+pkgrel=1
+pkgdesc='A very advanced and programmable command interpreter (shell) for UNIX'
+arch=('i686' 'x86_64')
+url='http://www.zsh.org/'
+license=('custom')
+depends=('pcre' 'libcap' 'gdbm')
+install=zsh.install
+source=(ftp://ftp.zsh.org/pub/${pkgname}-${pkgver}.tar.bz2;
+'zprofile')
+backup=('etc/zsh/zprofile')
+md5sums=('e8484468925cec8d9a84b8b04797e764'
+ '24a9335edf77252a7b5f52e079f7aef7')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   # FS#16360
+   sed -i 's/init.d/rc.d/g' Doc/Zsh/compsys.yo \
+Doc/zsh.texi \
+Completion/Unix/Type/_services \
+Completion/Unix/Command/_init_d
+
+   # Remove unneeded and conflicting completion scripts
+   rm -rf 
Completion/{AIX,BSD,Cygwin,Darwin,Debian,Mandriva,openSUSE,Redhat,Solaris}
+   rm -f  Completion/Linux/Command/_{pkgtool,rpmbuild,yast}
+   rm -f  Completion/Unix/Command/_osc
+
+   ./configure --prefix=/usr \
+   --bindir=/bin \
+   --enable-etcdir=/etc/zsh \
+   --enable-zshenv=/etc/zsh/zshenv \
+   --enable-zlogin=/etc/zsh/zlogin \
+   --enable-zlogout=/etc/zsh/zlogout \
+   --enable-zprofile=/etc/zsh/zprofile \
+   --enable-zshrc=/etc/zsh/zshrc \
+   --enable-maildir-support \
+   --with-term-lib='ncursesw' \
+   --enable-multibyte \
+   --enable-function-subdirs \
+   --enable-fndir=/usr/share/zsh/functions \
+   --enable-scriptdir=/usr/share/zsh/scripts \
+   --with-tcsetpgrp \
+   --enable-pcre \
+   --enable-cap \
+   --enable-zsh-secure-free
+   make
+}
+
+check() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   HOME=${srcdir} make check
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir}/ install
+   install -D -m644 ${srcdir}/zprofile ${pkgdir}/etc/zsh/zprofile
+   install -D -m644 LICENCE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: zsh/repos/testing-i686/zprofile (from rev 163902, zsh/trunk/zprofile)
===
--- testing-i686/zprofile   (rev 0)
+++ testing-i686/zprofile   2012-07-21 22:24:24 UTC (rev 163903)
@@ -0,0 +1 @@
+emulate sh -c 'source /etc/profile'

Copied: zsh/repos/testing-i686/zsh.install (from rev 163902, 
zsh/trunk/zsh.install)
===
--- testing-i686/zsh.install(rev 0)
+++ testing-i686/zsh.install2012-07-21 22:24:24 UTC (rev 163903)
@@ -0,0 +1,11 @@
+post_install() {
+   grep -q '/bin/zsh' etc/shells || echo '/bin/zsh'  etc/shells
+}
+
+post_upgrade() {
+   post_install
+}
+
+pre_remove() {
+   sed -i '/^\/bin\/zsh/d' etc/shells
+}

Copied: zsh/repos/testing-x86_64/PKGBUILD (from rev 163902, zsh/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-07-21 22:24:24 UTC (rev 163903)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=zsh
+pkgver=5.0.0
+pkgrel=1
+pkgdesc='A very advanced and programmable command interpreter (shell) for UNIX'
+arch=('i686' 'x86_64')
+url='http://www.zsh.org/'
+license=('custom')
+depends=('pcre' 'libcap' 'gdbm')

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

2012-07-21 Thread Gaetan Bisson
Date: Saturday, July 21, 2012 @ 22:18:29
  Author: bisson
Revision: 163904

upstream update

Modified:
  vim-spell/trunk/PKGBUILD

--+
 PKGBUILD |  158 ++---
 1 file changed, 79 insertions(+), 79 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-21 22:24:24 UTC (rev 163903)
+++ PKGBUILD2012-07-22 02:18:29 UTC (rev 163904)
@@ -2,8 +2,8 @@
 # Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgbase=vim-spell
-pkgver=20100829
-pkgrel=2
+pkgver=20120506
+pkgrel=1
 pkgdesc='Language files for Vim spell checking'
 arch=('any')
 url='ftp://ftp.vim.org/pub/vim/runtime/spell/'
@@ -344,170 +344,170 @@
   '8ec46545c82a855a25eedd850fd054d971aef79b'
   'd9ac91d9b56bec7be84a06c9bd8f398c87dd623f'
   'ec231fb45fb69793d321f4473fcf6d1d1c8d2253'
-  '0d7ab6084d7e11de1a3a4d07e2fdc43754c6f1eb'
-  '45edb68482c988983ac2ce405ca9820f94553041'
-  '890b9461d49b634f16e11422664309042ecb32e0'
+  'e532f87c06a4b0a67397c52438da42afdbc18fa8'
+  '33bd2b420b4f3d2fd26d3aa65c0d95c294ea4977'
+  'a679ba3b27f23a660c3215d053958f886fabddf2'
   'b10cee422f14ec4cabd1943ff99dc803b7ff5d2c'
   'c79c4ac9405e803e1a89184f86406156e3f633b4'
-  'd0fa7510cf17100e957a4538789a94f87348988d'
-  '5f788fad1ad618b7d143afd8e4e3f20334edf583'
+  '0a887385b9806ac0eacb0355a173d46d34422bf3'
+  '5aea564bb6f313ea40fa0357485b2a050aeb47d4'
   '086535e2cbb2bb26f21d9bd96a49dc99465c595a'
-  '5095070264069bbe9614b4c0b6daf1003b047650'
+  'e0488b1cf1e90014cf200588d41946c4f9fb3609'
   'c7cccd620af16b50bd341e4d165835011d695a81'
   'f71d5441fcc2fa07ee81ef817da6387a043ed3bf'
-  '2a429cb2d08b7c77f8c1a17885b9efed542cd209'
-  '98c79aa417bf554a14674c8cbccd7750df4e95cd'
+  '166211b15098e68c42191837a177bcac6384f062'
+  'dbb60edb789f4a942b128d26b0db267e0c513d98'
   '03f6ceb0a0f885bf8b011743bd60a1af5a4a06d7'
   '99c7b6ef12451d47bb687479b2ed0e55e8eb7ade'
   '6eab45df00a652c5af6c37ed54942cb5e371634f'
   '266773f8ac6d6c6a7b86dbc08754895694b9fecd'
-  'ea1793067725ac5b5af54ccea63de70d1bdc9e33'
+  'd3295eb875200d4bf274e1bcbd5d9258b2f32e7b'
   '61a107feec85ec99ee63c004c895e3bdd1ba8131'
-  'c6ecd95d738b813520d962f15df2724ca4044fa5'
+  '97ea874d0d8412ec33e44ae1e5be213ff2b8d566'
   '06b70456ea9c7e23cf67c73957c2af8c72be6de5'
   '14a773cef4f5751353a475eec587908525384850'
-  '9380d9e84bb22492bfd063cb5b2deef6d406501e'
-  '9208358185bbab3168766e409297bcdaf0d8f229'
+  'ff25c3766da86d9480926a1d651ce0b220e7dd57'
+  '86fda8864fc8559f31276537d37a65bf9943e64e'
   'a5da29d29ec73ce0acc9a854383a48b2bb9fab31'
   '41b98a0b0be52df02de61b7d069ec468cb5ee1c1'
-  'fc31880d09567a4139898905991c6e4cfb8ac5dd'
-  '066cb2549ebb28ece485284b61476135cb830d58'
+  'b9951e5c895efa756a553bf85401733fcf07d190'
+  '7522242725107af064fb1bd0e0aa7c3740e7c1fd'
   '33d160c91735e895799fe33c33546ff5890eac88'
   'ea611a886242019a3a79519d120be36992515eaa'
-  '7c5d327622c3b39dc7d7bfd2c856a222ed9e5871'
-  '2c872392e21e9d813786fe4cc9f505ffd82f9b09'
+  '464b26403722b6a431631a5ddb1524daf3e2ba6b'
+  '6165b830b94e63df253057172b1c4523ae2fed9b'
   '56c2f35916b54db5ab1023c3c851852e33c634a4'
   'f42eaee8e2f2994fdf3d6798dca861786777eec4'
   '35dff798c2f2cbb20be54333a4165c27fe950d51'
   '5a145c382d2f892eccca43e6066d00b10b9be937'
-  'bbbcac2564de78465f10b098434efebd9b03d736'
-  '066ce7fa825f7d68d2792c255bcedc04005ccf4c'
+  '0e52be27e7900479fa24eb523b7dc1de6612cda9'
+  'ed262da7dc460084e25f1697b655df2aafa0ec74'
   '81f7931ca2dc9efb2c3f2e4189b93d7a33abd013'
-  '6af43f202db4d8a0a380b39075746257810ba7e1'
+  '31d36e93e5920499d3148b6bc51958fecd4aa5ad'
   '3d92c6ddb97d312a2742c9d5f6105c4b7a5e31b1'
   '91ea14665a7a509039fe449e8e8b5e6d9f94f60e'
-  '2c61b3e199620f43b71b2081bccf6ee02741e731'
-  '7368eb9513f1526b14d0c9e3f4a1e55e23176e5a'
+  '39ae12c465cb3f73280c891b951b343d4d44e6e2'
+  '613e9929a988b02878778fe8a9a79dbd0d252721'
   '197790381bf87cf596c4ec2da7c6d51afe928b8d'
   '32ac129403a7ef6ddbff39f681c5d18cac0cd54c'
   'f24658daa945e3d630f5ce26b674672bb4f29b64'
-  '308637e83cb70280919fc404886d89fdb2d4e8a9'
-  '40dd20cf8a377eac90d1cbe5d31902d3e7d9'
+  '028f7f567bd2b18527e81fb026c36c0385127d99'
+  '924a8795508ff56ca86922b188d69daf597f1199'
   'f44d367d4e9c828f40f8b6096980984579f64fa9'
   'c395e8c6c52f7c88bfdba9965fbd30f965bc76a8'
-  '4cc9f6c46a91556d7671408b18848c5bcdefcff2'
-  

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

2012-07-21 Thread Gaetan Bisson
Date: Saturday, July 21, 2012 @ 22:18:50
  Author: bisson
Revision: 163905

archrelease: copy trunk to extra-any

Added:
  vim-spell/repos/extra-any/PKGBUILD
(from rev 163904, vim-spell/trunk/PKGBUILD)
Deleted:
  vim-spell/repos/extra-any/PKGBUILD

--+
 PKGBUILD | 1026 ++---
 1 file changed, 513 insertions(+), 513 deletions(-)

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


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

2012-07-21 Thread Gaetan Bisson
Date: Saturday, July 21, 2012 @ 22:19:55
  Author: bisson
Revision: 163906

archrelease: copy trunk to extra-any

Added:
  vim-spell/repos/extra-any/PKGBUILD
(from rev 163905, vim-spell/trunk/PKGBUILD)
Deleted:
  vim-spell/repos/extra-any/PKGBUILD

--+
 PKGBUILD | 1026 ++---
 1 file changed, 513 insertions(+), 513 deletions(-)

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


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

2012-07-21 Thread Gaetan Bisson
Date: Saturday, July 21, 2012 @ 22:21:48
  Author: bisson
Revision: 163907

archrelease: copy trunk to extra-any

Added:
  vim-spell/repos/extra-any/PKGBUILD
(from rev 163906, vim-spell/trunk/PKGBUILD)
Deleted:
  vim-spell/repos/extra-any/PKGBUILD

--+
 PKGBUILD | 1026 ++---
 1 file changed, 513 insertions(+), 513 deletions(-)

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


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

2012-07-21 Thread Allan McRae
Date: Sunday, July 22, 2012 @ 00:14:54
  Author: allan
Revision: 163908

upgpkg: gcc 4.7.1-5

new upsteam snapshot - fixes ABI issues, reinstate cpp symlink until rpcgen is 
fixed

Modified:
  gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-22 02:21:48 UTC (rev 163907)
+++ PKGBUILD2012-07-22 04:14:54 UTC (rev 163908)
@@ -6,8 +6,8 @@
 
 pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go')
 pkgver=4.7.1
-pkgrel=4
-#_snapshot=4.7-20120505
+pkgrel=5
+_snapshot=4.7-20120721
 _libstdcppmanver=20120605  # Note: check source directory name 
when updating this
 pkgdesc=The GNU Compiler Collection
 arch=('i686' 'x86_64')
@@ -16,19 +16,17 @@
 makedepends=('binutils=2.22' 'libmpc' 'cloog' 'ppl' 'gcc-ada')
 checkdepends=('dejagnu')
 options=('!libtool' '!emptydirs')
-source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
-   
#ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
+source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
+   
ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2

ftp://gcc.gnu.org/pub/gcc/libstdc++/doxygen/libstdc++-api.${_libstdcppmanver}.man.tar.bz2
gcc_pure64.patch
gcc-4.7.1-libada-pic.patch
-   gcc-4.7.1-libgo-write.patch
-gcc-4.7.1-libgo-mksysinfo.patch)
-md5sums=('933e6f15f51c031060af64a9e14149ff'
+   gcc-4.7.1-libgo-write.patch)
+md5sums=('a1a53fda426bc6809cede8e85bbaf2a3'
  '767c62f9a047c4434f2345decf1d0819'
  'ced48436c1b3c981d721a829f1094de1'
  '2acbc9d35cc9d72329dc71d6b1f162ef'
- 'df82dd175ac566c8a6d46b11ac21f14c'
- '8e847244dba042d0aa3297713edaf70c')
+ 'df82dd175ac566c8a6d46b11ac21f14c')
 
 
 if [ -n ${_snapshot} ]; then
@@ -56,9 +54,6 @@
   # bug to file...
   patch -p1 -i ${srcdir}/gcc-4.7.1-libada-pic.patch
 
-  # http://gcc.gnu.org/ml/gcc-patches/2012-06/msg01946.html
-  patch -p0 -i ${srcdir}/gcc-4.7.1-libgo-mksysinfo.patch
-
   echo ${pkgver}  gcc/BASE-VER
 
   cd ${srcdir}
@@ -158,8 +153,7 @@
   rm $pkgdir/usr/share/man/man3/ffi*
 
   # many packages require these symlinks
-  #install -dm755 ${pkgdir}/lib
-  #ln -s /usr/bin/cpp ${pkgdir}/lib/cpp
+  ln -s /usr/bin/cpp ${pkgdir}/usr/lib/cpp
   ln -s gcc ${pkgdir}/usr/bin/cc
 
   # POSIX conformance launcher scripts for c89 and c99



[arch-commits] Commit in gcc/repos (22 files)

2012-07-21 Thread Allan McRae
Date: Sunday, July 22, 2012 @ 00:17:09
  Author: allan
Revision: 163909

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

Added:
  gcc/repos/testing-i686/
  gcc/repos/testing-i686/PKGBUILD
(from rev 163908, gcc/trunk/PKGBUILD)
  gcc/repos/testing-i686/gcc-4.7.1-libada-pic.patch
(from rev 163908, gcc/trunk/gcc-4.7.1-libada-pic.patch)
  gcc/repos/testing-i686/gcc-4.7.1-libgo-mksysinfo.patch
(from rev 163908, gcc/trunk/gcc-4.7.1-libgo-mksysinfo.patch)
  gcc/repos/testing-i686/gcc-4.7.1-libgo-write.patch
(from rev 163908, gcc/trunk/gcc-4.7.1-libgo-write.patch)
  gcc/repos/testing-i686/gcc-ada.install
(from rev 163908, gcc/trunk/gcc-ada.install)
  gcc/repos/testing-i686/gcc-fortran.install
(from rev 163908, gcc/trunk/gcc-fortran.install)
  gcc/repos/testing-i686/gcc-go.install
(from rev 163908, gcc/trunk/gcc-go.install)
  gcc/repos/testing-i686/gcc-libs.install
(from rev 163908, gcc/trunk/gcc-libs.install)
  gcc/repos/testing-i686/gcc.install
(from rev 163908, gcc/trunk/gcc.install)
  gcc/repos/testing-i686/gcc_pure64.patch
(from rev 163908, gcc/trunk/gcc_pure64.patch)
  gcc/repos/testing-x86_64/
  gcc/repos/testing-x86_64/PKGBUILD
(from rev 163908, gcc/trunk/PKGBUILD)
  gcc/repos/testing-x86_64/gcc-4.7.1-libada-pic.patch
(from rev 163908, gcc/trunk/gcc-4.7.1-libada-pic.patch)
  gcc/repos/testing-x86_64/gcc-4.7.1-libgo-mksysinfo.patch
(from rev 163908, gcc/trunk/gcc-4.7.1-libgo-mksysinfo.patch)
  gcc/repos/testing-x86_64/gcc-4.7.1-libgo-write.patch
(from rev 163908, gcc/trunk/gcc-4.7.1-libgo-write.patch)
  gcc/repos/testing-x86_64/gcc-ada.install
(from rev 163908, gcc/trunk/gcc-ada.install)
  gcc/repos/testing-x86_64/gcc-fortran.install
(from rev 163908, gcc/trunk/gcc-fortran.install)
  gcc/repos/testing-x86_64/gcc-go.install
(from rev 163908, gcc/trunk/gcc-go.install)
  gcc/repos/testing-x86_64/gcc-libs.install
(from rev 163908, gcc/trunk/gcc-libs.install)
  gcc/repos/testing-x86_64/gcc.install
(from rev 163908, gcc/trunk/gcc.install)
  gcc/repos/testing-x86_64/gcc_pure64.patch
(from rev 163908, gcc/trunk/gcc_pure64.patch)

+
 testing-i686/PKGBUILD  |  271 +++
 testing-i686/gcc-4.7.1-libada-pic.patch|   12 +
 testing-i686/gcc-4.7.1-libgo-mksysinfo.patch   |   15 +
 testing-i686/gcc-4.7.1-libgo-write.patch   |   13 +
 testing-i686/gcc-ada.install   |   20 +
 testing-i686/gcc-fortran.install   |   16 +
 testing-i686/gcc-go.install|   20 +
 testing-i686/gcc-libs.install  |   16 +
 testing-i686/gcc.install   |   20 +
 testing-i686/gcc_pure64.patch  |   26 ++
 testing-x86_64/PKGBUILD|  271 +++
 testing-x86_64/gcc-4.7.1-libada-pic.patch  |   12 +
 testing-x86_64/gcc-4.7.1-libgo-mksysinfo.patch |   15 +
 testing-x86_64/gcc-4.7.1-libgo-write.patch |   13 +
 testing-x86_64/gcc-ada.install |   20 +
 testing-x86_64/gcc-fortran.install |   16 +
 testing-x86_64/gcc-go.install  |   20 +
 testing-x86_64/gcc-libs.install|   16 +
 testing-x86_64/gcc.install |   20 +
 testing-x86_64/gcc_pure64.patch|   26 ++
 20 files changed, 858 insertions(+)

Copied: gcc/repos/testing-i686/PKGBUILD (from rev 163908, gcc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-22 04:17:09 UTC (rev 163909)
@@ -0,0 +1,271 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+# NOTE: libtool requires rebuilt with each new gcc version
+
+pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go')
+pkgver=4.7.1
+pkgrel=5
+_snapshot=4.7-20120721
+_libstdcppmanver=20120605  # Note: check source directory name 
when updating this
+pkgdesc=The GNU Compiler Collection
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL' 'custom')
+url=http://gcc.gnu.org;
+makedepends=('binutils=2.22' 'libmpc' 'cloog' 'ppl' 'gcc-ada')
+checkdepends=('dejagnu')
+options=('!libtool' '!emptydirs')
+source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
+   
ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
+   
ftp://gcc.gnu.org/pub/gcc/libstdc++/doxygen/libstdc++-api.${_libstdcppmanver}.man.tar.bz2
+   gcc_pure64.patch
+   gcc-4.7.1-libada-pic.patch
+   gcc-4.7.1-libgo-write.patch)
+md5sums=('a1a53fda426bc6809cede8e85bbaf2a3'
+ '767c62f9a047c4434f2345decf1d0819'
+ 'ced48436c1b3c981d721a829f1094de1'
+ '2acbc9d35cc9d72329dc71d6b1f162ef'
+ 'df82dd175ac566c8a6d46b11ac21f14c')
+
+
+if [ -n ${_snapshot