[arch-commits] Commit in translate-toolkit/repos/extra-any (3 files)

2012-01-12 Thread Andrea Scarpino
Date: Thursday, January 12, 2012 @ 02:59:56
  Author: andrea
Revision: 146507

archrelease: copy trunk to extra-any

Added:
  translate-toolkit/repos/extra-any/PKGBUILD
(from rev 146506, translate-toolkit/trunk/PKGBUILD)
  translate-toolkit/repos/extra-any/fix-locale.patch
(from rev 146506, translate-toolkit/trunk/fix-locale.patch)
Deleted:
  translate-toolkit/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   53 -
 fix-locale.patch |   28 
 2 files changed, 56 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-01-12 07:59:42 UTC (rev 146506)
+++ PKGBUILD2012-01-12 07:59:56 UTC (rev 146507)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Hugo Doria hugodoria at gmail.com
-
-pkgname=translate-toolkit
-pkgver=1.9.0
-pkgrel=1
-pkgdesc=A toolkit to convert between various different translation formats, 
help process and validate localisations
-arch=('any')
-url=http://translate.sourceforge.net/wiki/toolkit/index;
-license=('GPL')
-depends=('bash' 'python-lxml')
-source=(http://downloads.sourceforge.net/translate/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('6106bb27887a77c056bfa7d2fd89204d')
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  sed -i -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
--e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
-$(find . -name '*.py')
-
-  python2 setup.py install --root=${pkgdir} --optimize=1
-}

Copied: translate-toolkit/repos/extra-any/PKGBUILD (from rev 146506, 
translate-toolkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-01-12 07:59:56 UTC (rev 146507)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Hugo Doria hugodoria at gmail.com
+
+pkgname=translate-toolkit
+pkgver=1.9.0
+pkgrel=2
+pkgdesc=A toolkit to convert between various different translation formats, 
help process and validate localisations
+arch=('any')
+url=http://translate.sourceforge.net/wiki/toolkit/index;
+license=('GPL')
+depends=('bash' 'python-lxml')
+optdepends=('python2-iniparse: to use ini2po script')
+source=(http://downloads.sourceforge.net/translate/${pkgname}-${pkgver}.tar.bz2;
+'fix-locale.patch')
+md5sums=('6106bb27887a77c056bfa7d2fd89204d'
+ 'dc40fb26dd7905800abafad9041d98f3')
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  sed -i -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
+-e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
+$(find . -name '*.py')
+
+  python2 setup.py install --root=${pkgdir} --optimize=1
+}

Copied: translate-toolkit/repos/extra-any/fix-locale.patch (from rev 146506, 
translate-toolkit/trunk/fix-locale.patch)
===
--- fix-locale.patch(rev 0)
+++ fix-locale.patch2012-01-12 07:59:56 UTC (rev 146507)
@@ -0,0 +1,28 @@
+Index: storage/statsdb.py
+===
+--- storage/statsdb.py (revision 17950)
 storage/statsdb.py (working copy)
+@@ -468,9 +468,10 @@
+ unconditionally.
+ self.cur.execute(DELETE FROM files WHERE
+ path=?;, (realpath,))
+-self.cur.execute(INSERT INTO files
++self.cur.execute(iNSERT INTO files
+ (fileid, path, st_mtime, st_size, toolkitbuild) values (NULL, ?, 
?, ?, ?);,
+ (realpath, mod_info[0], mod_info[1], toolkitversion.build))
++# Unusual capitalisation intended. See bug 2073.
+ fileid = self.cur.lastrowid
+ self.cur.execute(DELETE FROM units WHERE
+ fileid=?, (fileid,))
+@@ -628,9 +629,10 @@
+ configid = self._getstoredcheckerconfig(checker)
+ if configid:
+ return configid
+-self.cur.execute(INSERT INTO checkerconfigs
++self.cur.execute(iNSERT INTO checkerconfigs
+ (configid, config) values (NULL, ?);,
+ (str(checker.config.__dict__),))
++# Unusual capitalisation intended. See bug 2073.
+ return self.cur.lastrowid
+ 
+ def filechecks(self, filename, checker, store=None):



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

2012-01-12 Thread Andrea Scarpino
Date: Thursday, January 12, 2012 @ 03:01:12
  Author: andrea
Revision: 146508

upgpkg: calligra 2.3.86-1

Upstream release

Modified:
  calligra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-12 07:59:56 UTC (rev 146507)
+++ PKGBUILD2012-01-12 08:01:12 UTC (rev 146508)
@@ -23,7 +23,7 @@
  'calligra-thesaurus-doc'
  'calligra-braindump'
  'calligra-flow')
-pkgver=2.3.85
+pkgver=2.3.86
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.calligra-suite.org'
@@ -33,7 +33,7 @@
  'boost' 'libkdcraw' 'libpqxx' 'fftw' 'opengtl' 'lcms2')
 groups=('calligra')
 
source=(http://download.kde.org/unstable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.bz2;)
-md5sums=('a00dbd648ea2c2b56ac62025c836c806')
+md5sums=('1c2d073846089a812cb9ebd43c4b6b56')
 
 build() {
   cd ${srcdir}



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

2012-01-12 Thread Andrea Scarpino
Date: Thursday, January 12, 2012 @ 03:02:19
  Author: andrea
Revision: 146509

upgpkg: mysql 5.5.20-1

Upstream release

Modified:
  mysql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-12 08:01:12 UTC (rev 146508)
+++ PKGBUILD2012-01-12 08:02:19 UTC (rev 146509)
@@ -5,7 +5,7 @@
 
 pkgbase=mysql
 pkgname=('libmysqlclient' 'mysql-clients' 'mysql')
-pkgver=5.5.19
+pkgver=5.5.20
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -15,7 +15,7 @@
 
source=(http://ftp.gwdg.de/pub/misc/mysql/Downloads/MySQL-5.5/${pkgbase}-${pkgver}.tar.gz;
 'mysqld'
 'my.cnf')
-md5sums=('a78cf450974e9202bd43674860349b5a'
+md5sums=('375794ebf84b4c7b63f1676bc7416cd0'
  '2234207625baa29b2ff7d7b4f088abce'
  '1c949c0dbea5206af0db14942d9927b6')
 



[arch-commits] Commit in calligra/repos (52 files)

2012-01-12 Thread Andrea Scarpino
Date: Thursday, January 12, 2012 @ 03:02:36
  Author: andrea
Revision: 146510

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  calligra/repos/kde-unstable-i686/PKGBUILD
(from rev 146508, calligra/trunk/PKGBUILD)
  calligra/repos/kde-unstable-i686/calligra-braindump.install
(from rev 146508, calligra/trunk/calligra-braindump.install)
  calligra/repos/kde-unstable-i686/calligra-filters.install
(from rev 146508, calligra/trunk/calligra-filters.install)
  calligra/repos/kde-unstable-i686/calligra-flow.install
(from rev 146508, calligra/trunk/calligra-flow.install)
  calligra/repos/kde-unstable-i686/calligra-karbon.install
(from rev 146508, calligra/trunk/calligra-karbon.install)
  calligra/repos/kde-unstable-i686/calligra-kexi.install
(from rev 146508, calligra/trunk/calligra-kexi.install)
  calligra/repos/kde-unstable-i686/calligra-krita.install
(from rev 146508, calligra/trunk/calligra-krita.install)
  calligra/repos/kde-unstable-i686/calligra-plan.install
(from rev 146508, calligra/trunk/calligra-plan.install)
  calligra/repos/kde-unstable-i686/calligra-stage.install
(from rev 146508, calligra/trunk/calligra-stage.install)
  calligra/repos/kde-unstable-i686/calligra-tables.install
(from rev 146508, calligra/trunk/calligra-tables.install)
  calligra/repos/kde-unstable-i686/calligra-tools.install
(from rev 146508, calligra/trunk/calligra-tools.install)
  calligra/repos/kde-unstable-i686/calligra-words.install
(from rev 146508, calligra/trunk/calligra-words.install)
  calligra/repos/kde-unstable-i686/calligra.install
(from rev 146508, calligra/trunk/calligra.install)
  calligra/repos/kde-unstable-x86_64/PKGBUILD
(from rev 146509, calligra/trunk/PKGBUILD)
  calligra/repos/kde-unstable-x86_64/calligra-braindump.install
(from rev 146509, calligra/trunk/calligra-braindump.install)
  calligra/repos/kde-unstable-x86_64/calligra-filters.install
(from rev 146509, calligra/trunk/calligra-filters.install)
  calligra/repos/kde-unstable-x86_64/calligra-flow.install
(from rev 146509, calligra/trunk/calligra-flow.install)
  calligra/repos/kde-unstable-x86_64/calligra-karbon.install
(from rev 146509, calligra/trunk/calligra-karbon.install)
  calligra/repos/kde-unstable-x86_64/calligra-kexi.install
(from rev 146509, calligra/trunk/calligra-kexi.install)
  calligra/repos/kde-unstable-x86_64/calligra-krita.install
(from rev 146509, calligra/trunk/calligra-krita.install)
  calligra/repos/kde-unstable-x86_64/calligra-plan.install
(from rev 146509, calligra/trunk/calligra-plan.install)
  calligra/repos/kde-unstable-x86_64/calligra-stage.install
(from rev 146509, calligra/trunk/calligra-stage.install)
  calligra/repos/kde-unstable-x86_64/calligra-tables.install
(from rev 146509, calligra/trunk/calligra-tables.install)
  calligra/repos/kde-unstable-x86_64/calligra-tools.install
(from rev 146509, calligra/trunk/calligra-tools.install)
  calligra/repos/kde-unstable-x86_64/calligra-words.install
(from rev 146509, calligra/trunk/calligra-words.install)
  calligra/repos/kde-unstable-x86_64/calligra.install
(from rev 146509, calligra/trunk/calligra.install)
Deleted:
  calligra/repos/kde-unstable-i686/PKGBUILD
  calligra/repos/kde-unstable-i686/calligra-braindump.install
  calligra/repos/kde-unstable-i686/calligra-filters.install
  calligra/repos/kde-unstable-i686/calligra-flow.install
  calligra/repos/kde-unstable-i686/calligra-karbon.install
  calligra/repos/kde-unstable-i686/calligra-kexi.install
  calligra/repos/kde-unstable-i686/calligra-krita.install
  calligra/repos/kde-unstable-i686/calligra-plan.install
  calligra/repos/kde-unstable-i686/calligra-stage.install
  calligra/repos/kde-unstable-i686/calligra-tables.install
  calligra/repos/kde-unstable-i686/calligra-tools.install
  calligra/repos/kde-unstable-i686/calligra-words.install
  calligra/repos/kde-unstable-i686/calligra.install
  calligra/repos/kde-unstable-x86_64/PKGBUILD
  calligra/repos/kde-unstable-x86_64/calligra-braindump.install
  calligra/repos/kde-unstable-x86_64/calligra-filters.install
  calligra/repos/kde-unstable-x86_64/calligra-flow.install
  calligra/repos/kde-unstable-x86_64/calligra-karbon.install
  calligra/repos/kde-unstable-x86_64/calligra-kexi.install
  calligra/repos/kde-unstable-x86_64/calligra-krita.install
  calligra/repos/kde-unstable-x86_64/calligra-plan.install
  calligra/repos/kde-unstable-x86_64/calligra-stage.install
  calligra/repos/kde-unstable-x86_64/calligra-tables.install
  calligra/repos/kde-unstable-x86_64/calligra-tools.install
  calligra/repos/kde-unstable-x86_64/calligra-words.install
  calligra/repos/kde-unstable-x86_64/calligra.install

+
 kde-unstable-i686/PKGBUILD |  550 +++
 kde-unstable-i686/calligra-braindump.install   |   24 -
 kde-unstable-i686/calligra-filters.install |   22 
 

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

2012-01-12 Thread Andrea Scarpino
Date: Thursday, January 12, 2012 @ 03:02:53
  Author: andrea
Revision: 146511

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

Added:
  mysql/repos/extra-x86_64/PKGBUILD
(from rev 146510, mysql/trunk/PKGBUILD)
  mysql/repos/extra-x86_64/my.cnf
(from rev 146510, mysql/trunk/my.cnf)
  mysql/repos/extra-x86_64/mysql.install
(from rev 146510, mysql/trunk/mysql.install)
  mysql/repos/extra-x86_64/mysqld
(from rev 146510, mysql/trunk/mysqld)
Deleted:
  mysql/repos/extra-i686/PKGBUILD
  mysql/repos/extra-i686/my.cnf
  mysql/repos/extra-i686/mysql.install
  mysql/repos/extra-i686/mysqld
  mysql/repos/extra-x86_64/PKGBUILD
  mysql/repos/extra-x86_64/my.cnf
  mysql/repos/extra-x86_64/mysql.install
  mysql/repos/extra-x86_64/mysqld

+
 extra-i686/PKGBUILD|  130 ---
 extra-i686/my.cnf  |  145 -
 extra-i686/mysql.install   |   26 ---
 extra-i686/mysqld  |   77 ---
 extra-x86_64/PKGBUILD  |  260 +++---
 extra-x86_64/my.cnf|  290 +--
 extra-x86_64/mysql.install |   52 +++
 extra-x86_64/mysqld|  154 +++---
 8 files changed, 378 insertions(+), 756 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-12 08:02:36 UTC (rev 146510)
+++ extra-i686/PKGBUILD 2012-01-12 08:02:53 UTC (rev 146511)
@@ -1,130 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-
-pkgbase=mysql
-pkgname=('libmysqlclient' 'mysql-clients' 'mysql')
-pkgver=5.5.19
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL')
-url=https://www.mysql.com/products/community/;
-makedepends=('cmake' 'openssl' 'zlib')
-options=('!libtool')
-source=(http://ftp.gwdg.de/pub/misc/mysql/Downloads/MySQL-5.5/${pkgbase}-${pkgver}.tar.gz;
-'mysqld'
-'my.cnf')
-md5sums=('a78cf450974e9202bd43674860349b5a'
- '2234207625baa29b2ff7d7b4f088abce'
- '1c949c0dbea5206af0db14942d9927b6')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-
-  # CFLAGS/CXXFLAGS as suggested upstream
-  CFLAGS=-fPIC ${CFLAGS} -fno-strict-aliasing -DBIG_JOINS=1 
-fomit-frame-pointer \
-  CXXFLAGS=-fPIC ${CXXFLAGS} -fno-strict-aliasing -DBIG_JOINS=1 
-felide-constructors -fno-rtti \
-
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc/mysql \
--DMYSQL_DATADIR=/var/lib/mysql \
--DMYSQL_UNIX_ADDR=/var/run/mysqld/mysqld.sock \
--DDEFAULT_CHARSET=utf8 \
--DDEFAULT_COLLATION=utf8_general_ci \
--DENABLED_LOCAL_INFILE=ON \
--DINSTALL_INFODIR=share/mysql/docs \
--DINSTALL_MANDIR=share/man \
--DINSTALL_PLUGINDIR=/usr/lib/mysql/plugin \
--DINSTALL_SCRIPTDIR=bin \
--DINSTALL_INCLUDEDIR=include/mysql \
--DINSTALL_DOCREADMEDIR=share/mysql \
--DINSTALL_SUPPORTFILESDIR=share/mysql \
--DINSTALL_MYSQLSHAREDIR=share/mysql \
--DINSTALL_DOCDIR=share/mysql/docs \
--DINSTALL_SHAREDIR=share/mysql \
--DWITH_READLINE=ON \
--DWITH_ZLIB=system \
--DWITH_SSL=system \
--DWITH_LIBWRAP=OFF \
--DWITH_MYSQLD_LDFLAGS=${LDFLAGS} \
--DWITH_EXTRA_CHARSETS=complex \
--DWITH_EMBEDDED_SERVER=ON \
--DWITH_INNOBASE_STORAGE_ENGINE=1 \
--DWITH_PARTITION_STORAGE_ENGINE=1 \
--DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 \
--DWITHOUT_ARCHIVE_STORAGE_ENGINE=1 \
--DWITHOUT_BLACKHOLE_STORAGE_ENGINE=1 \
--DWITHOUT_FEDERATED_STORAGE_ENGINE=1
-
-  make
-}
-
-package_libmysqlclient(){
-  pkgdesc=MySQL client libraries
-  depends=('openssl')
-  
-  cd ${srcdir}/build
-  for dir in include libmysql libmysqld libservices; do
-make -C ${dir} DESTDIR=${pkgdir} install
-  done
-
-  install -d ${pkgdir}/usr/bin
-  install -m755 scripts/mysql_config ${pkgdir}/usr/bin/
-  install -d ${pkgdir}/usr/share/man/man1
-  for man in mysql_config mysql_client_test_embedded mysqltest_embedded; do
-install -m644 ${srcdir}/${pkgbase}-${pkgver}/man/$man.1 
${pkgdir}/usr/share/man/man1/$man.1
-  done
-}
-
-package_mysql-clients(){
-  pkgdesc=MySQL client tools
-  depends=('libmysqlclient')
-  
-  cd ${srcdir}/build
-  make -C client DESTDIR=${pkgdir} install
-
-  # install man pages
-  install -d ${pkgdir}/usr/share/man/man1
-  for man in mysql mysqladmin mysqlcheck mysqldump mysqlimport mysqlshow 
mysqlslap; do
-install -m644 ${srcdir}/${pkgbase}-${pkgver}/man/$man.1 
${pkgdir}/usr/share/man/man1/$man.1
-  done
-
-  # provided by mysql
-  rm ${pkgdir}/usr/bin/{mysql_{plugin,upgrade},mysqlbinlog,mysqltest}
-}
-
-package_mysql(){
-  pkgdesc=A fast SQL database server
-  backup=('etc/mysql/my.cnf')
-  install=mysql.install
-  depends=('mysql-clients')
-  optdepends=('perl-dbi' 'perl-dbd-mysql')
-  options=('emptydirs')
-
-  cd ${srcdir}/build
-  make 

[arch-commits] Commit in mysql/repos/extra-i686 (PKGBUILD my.cnf mysql.install mysqld)

2012-01-12 Thread Andrea Scarpino
Date: Thursday, January 12, 2012 @ 03:07:59
  Author: andrea
Revision: 146512

archrelease: copy trunk to extra-i686

Added:
  mysql/repos/extra-i686/PKGBUILD
(from rev 146511, mysql/trunk/PKGBUILD)
  mysql/repos/extra-i686/my.cnf
(from rev 146511, mysql/trunk/my.cnf)
  mysql/repos/extra-i686/mysql.install
(from rev 146511, mysql/trunk/mysql.install)
  mysql/repos/extra-i686/mysqld
(from rev 146511, mysql/trunk/mysqld)

---+
 PKGBUILD  |  130 ++
 my.cnf|  145 
 mysql.install |   26 ++
 mysqld|   77 +
 4 files changed, 378 insertions(+)

Copied: mysql/repos/extra-i686/PKGBUILD (from rev 146511, mysql/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-01-12 08:07:59 UTC (rev 146512)
@@ -0,0 +1,130 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgbase=mysql
+pkgname=('libmysqlclient' 'mysql-clients' 'mysql')
+pkgver=5.5.20
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL')
+url=https://www.mysql.com/products/community/;
+makedepends=('cmake' 'openssl' 'zlib')
+options=('!libtool')
+source=(http://ftp.gwdg.de/pub/misc/mysql/Downloads/MySQL-5.5/${pkgbase}-${pkgver}.tar.gz;
+'mysqld'
+'my.cnf')
+md5sums=('375794ebf84b4c7b63f1676bc7416cd0'
+ '2234207625baa29b2ff7d7b4f088abce'
+ '1c949c0dbea5206af0db14942d9927b6')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+
+  # CFLAGS/CXXFLAGS as suggested upstream
+  CFLAGS=-fPIC ${CFLAGS} -fno-strict-aliasing -DBIG_JOINS=1 
-fomit-frame-pointer \
+  CXXFLAGS=-fPIC ${CXXFLAGS} -fno-strict-aliasing -DBIG_JOINS=1 
-felide-constructors -fno-rtti \
+
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSCONFDIR=/etc/mysql \
+-DMYSQL_DATADIR=/var/lib/mysql \
+-DMYSQL_UNIX_ADDR=/var/run/mysqld/mysqld.sock \
+-DDEFAULT_CHARSET=utf8 \
+-DDEFAULT_COLLATION=utf8_general_ci \
+-DENABLED_LOCAL_INFILE=ON \
+-DINSTALL_INFODIR=share/mysql/docs \
+-DINSTALL_MANDIR=share/man \
+-DINSTALL_PLUGINDIR=/usr/lib/mysql/plugin \
+-DINSTALL_SCRIPTDIR=bin \
+-DINSTALL_INCLUDEDIR=include/mysql \
+-DINSTALL_DOCREADMEDIR=share/mysql \
+-DINSTALL_SUPPORTFILESDIR=share/mysql \
+-DINSTALL_MYSQLSHAREDIR=share/mysql \
+-DINSTALL_DOCDIR=share/mysql/docs \
+-DINSTALL_SHAREDIR=share/mysql \
+-DWITH_READLINE=ON \
+-DWITH_ZLIB=system \
+-DWITH_SSL=system \
+-DWITH_LIBWRAP=OFF \
+-DWITH_MYSQLD_LDFLAGS=${LDFLAGS} \
+-DWITH_EXTRA_CHARSETS=complex \
+-DWITH_EMBEDDED_SERVER=ON \
+-DWITH_INNOBASE_STORAGE_ENGINE=1 \
+-DWITH_PARTITION_STORAGE_ENGINE=1 \
+-DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 \
+-DWITHOUT_ARCHIVE_STORAGE_ENGINE=1 \
+-DWITHOUT_BLACKHOLE_STORAGE_ENGINE=1 \
+-DWITHOUT_FEDERATED_STORAGE_ENGINE=1
+
+  make
+}
+
+package_libmysqlclient(){
+  pkgdesc=MySQL client libraries
+  depends=('openssl')
+  
+  cd ${srcdir}/build
+  for dir in include libmysql libmysqld libservices; do
+make -C ${dir} DESTDIR=${pkgdir} install
+  done
+
+  install -d ${pkgdir}/usr/bin
+  install -m755 scripts/mysql_config ${pkgdir}/usr/bin/
+  install -d ${pkgdir}/usr/share/man/man1
+  for man in mysql_config mysql_client_test_embedded mysqltest_embedded; do
+install -m644 ${srcdir}/${pkgbase}-${pkgver}/man/$man.1 
${pkgdir}/usr/share/man/man1/$man.1
+  done
+}
+
+package_mysql-clients(){
+  pkgdesc=MySQL client tools
+  depends=('libmysqlclient')
+  
+  cd ${srcdir}/build
+  make -C client DESTDIR=${pkgdir} install
+
+  # install man pages
+  install -d ${pkgdir}/usr/share/man/man1
+  for man in mysql mysqladmin mysqlcheck mysqldump mysqlimport mysqlshow 
mysqlslap; do
+install -m644 ${srcdir}/${pkgbase}-${pkgver}/man/$man.1 
${pkgdir}/usr/share/man/man1/$man.1
+  done
+
+  # provided by mysql
+  rm ${pkgdir}/usr/bin/{mysql_{plugin,upgrade},mysqlbinlog,mysqltest}
+}
+
+package_mysql(){
+  pkgdesc=A fast SQL database server
+  backup=('etc/mysql/my.cnf')
+  install=mysql.install
+  depends=('mysql-clients')
+  optdepends=('perl-dbi' 'perl-dbd-mysql')
+  options=('emptydirs')
+
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 ${srcdir}/my.cnf ${pkgdir}/etc/mysql/my.cnf
+  install -Dm755 ${srcdir}/mysqld ${pkgdir}/etc/rc.d/mysqld
+
+  # provided by libmysqlclient
+  rm 
${pkgdir}/usr/bin/{mysql_config,mysql_client_test_embedded,mysqltest_embedded}
+  rm ${pkgdir}/usr/lib/libmysql*
+  rm -r ${pkgdir}/usr/include/
+  rm 
${pkgdir}/usr/share/man/man1/{mysql_config,mysql_client_test_embedded,mysqltest_embedded}.1
+  
+  # provided by mysql-clients
+  rm 

[arch-commits] Commit in mysql/repos/extra-x86_64 (8 files)

2012-01-12 Thread Andrea Scarpino
Date: Thursday, January 12, 2012 @ 03:08:19
  Author: andrea
Revision: 146513

archrelease: copy trunk to extra-x86_64

Added:
  mysql/repos/extra-x86_64/PKGBUILD
(from rev 146512, mysql/trunk/PKGBUILD)
  mysql/repos/extra-x86_64/my.cnf
(from rev 146512, mysql/trunk/my.cnf)
  mysql/repos/extra-x86_64/mysql.install
(from rev 146512, mysql/trunk/mysql.install)
  mysql/repos/extra-x86_64/mysqld
(from rev 146512, mysql/trunk/mysqld)
Deleted:
  mysql/repos/extra-x86_64/PKGBUILD
  mysql/repos/extra-x86_64/my.cnf
  mysql/repos/extra-x86_64/mysql.install
  mysql/repos/extra-x86_64/mysqld

---+
 PKGBUILD  |  260 +-
 my.cnf|  290 
 mysql.install |   52 +-
 mysqld|  154 ++---
 4 files changed, 378 insertions(+), 378 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-01-12 08:07:59 UTC (rev 146512)
+++ PKGBUILD2012-01-12 08:08:19 UTC (rev 146513)
@@ -1,130 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-
-pkgbase=mysql
-pkgname=('libmysqlclient' 'mysql-clients' 'mysql')
-pkgver=5.5.20
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL')
-url=https://www.mysql.com/products/community/;
-makedepends=('cmake' 'openssl' 'zlib')
-options=('!libtool')
-source=(http://ftp.gwdg.de/pub/misc/mysql/Downloads/MySQL-5.5/${pkgbase}-${pkgver}.tar.gz;
-'mysqld'
-'my.cnf')
-md5sums=('375794ebf84b4c7b63f1676bc7416cd0'
- '2234207625baa29b2ff7d7b4f088abce'
- '1c949c0dbea5206af0db14942d9927b6')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-
-  # CFLAGS/CXXFLAGS as suggested upstream
-  CFLAGS=-fPIC ${CFLAGS} -fno-strict-aliasing -DBIG_JOINS=1 
-fomit-frame-pointer \
-  CXXFLAGS=-fPIC ${CXXFLAGS} -fno-strict-aliasing -DBIG_JOINS=1 
-felide-constructors -fno-rtti \
-
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc/mysql \
--DMYSQL_DATADIR=/var/lib/mysql \
--DMYSQL_UNIX_ADDR=/var/run/mysqld/mysqld.sock \
--DDEFAULT_CHARSET=utf8 \
--DDEFAULT_COLLATION=utf8_general_ci \
--DENABLED_LOCAL_INFILE=ON \
--DINSTALL_INFODIR=share/mysql/docs \
--DINSTALL_MANDIR=share/man \
--DINSTALL_PLUGINDIR=/usr/lib/mysql/plugin \
--DINSTALL_SCRIPTDIR=bin \
--DINSTALL_INCLUDEDIR=include/mysql \
--DINSTALL_DOCREADMEDIR=share/mysql \
--DINSTALL_SUPPORTFILESDIR=share/mysql \
--DINSTALL_MYSQLSHAREDIR=share/mysql \
--DINSTALL_DOCDIR=share/mysql/docs \
--DINSTALL_SHAREDIR=share/mysql \
--DWITH_READLINE=ON \
--DWITH_ZLIB=system \
--DWITH_SSL=system \
--DWITH_LIBWRAP=OFF \
--DWITH_MYSQLD_LDFLAGS=${LDFLAGS} \
--DWITH_EXTRA_CHARSETS=complex \
--DWITH_EMBEDDED_SERVER=ON \
--DWITH_INNOBASE_STORAGE_ENGINE=1 \
--DWITH_PARTITION_STORAGE_ENGINE=1 \
--DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 \
--DWITHOUT_ARCHIVE_STORAGE_ENGINE=1 \
--DWITHOUT_BLACKHOLE_STORAGE_ENGINE=1 \
--DWITHOUT_FEDERATED_STORAGE_ENGINE=1
-
-  make
-}
-
-package_libmysqlclient(){
-  pkgdesc=MySQL client libraries
-  depends=('openssl')
-  
-  cd ${srcdir}/build
-  for dir in include libmysql libmysqld libservices; do
-make -C ${dir} DESTDIR=${pkgdir} install
-  done
-
-  install -d ${pkgdir}/usr/bin
-  install -m755 scripts/mysql_config ${pkgdir}/usr/bin/
-  install -d ${pkgdir}/usr/share/man/man1
-  for man in mysql_config mysql_client_test_embedded mysqltest_embedded; do
-install -m644 ${srcdir}/${pkgbase}-${pkgver}/man/$man.1 
${pkgdir}/usr/share/man/man1/$man.1
-  done
-}
-
-package_mysql-clients(){
-  pkgdesc=MySQL client tools
-  depends=('libmysqlclient')
-  
-  cd ${srcdir}/build
-  make -C client DESTDIR=${pkgdir} install
-
-  # install man pages
-  install -d ${pkgdir}/usr/share/man/man1
-  for man in mysql mysqladmin mysqlcheck mysqldump mysqlimport mysqlshow 
mysqlslap; do
-install -m644 ${srcdir}/${pkgbase}-${pkgver}/man/$man.1 
${pkgdir}/usr/share/man/man1/$man.1
-  done
-
-  # provided by mysql
-  rm ${pkgdir}/usr/bin/{mysql_{plugin,upgrade},mysqlbinlog,mysqltest}
-}
-
-package_mysql(){
-  pkgdesc=A fast SQL database server
-  backup=('etc/mysql/my.cnf')
-  install=mysql.install
-  depends=('mysql-clients')
-  optdepends=('perl-dbi' 'perl-dbd-mysql')
-  options=('emptydirs')
-
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 ${srcdir}/my.cnf ${pkgdir}/etc/mysql/my.cnf
-  install -Dm755 ${srcdir}/mysqld ${pkgdir}/etc/rc.d/mysqld
-
-  # provided by libmysqlclient
-  rm 
${pkgdir}/usr/bin/{mysql_config,mysql_client_test_embedded,mysqltest_embedded}
-  rm ${pkgdir}/usr/lib/libmysql*
-  rm -r ${pkgdir}/usr/include/
-  rm 

[arch-commits] Commit in calligra/repos/kde-unstable-i686 (26 files)

2012-01-12 Thread Andrea Scarpino
Date: Thursday, January 12, 2012 @ 03:09:44
  Author: andrea
Revision: 146514

archrelease: copy trunk to kde-unstable-i686

Added:
  calligra/repos/kde-unstable-i686/PKGBUILD
(from rev 146513, calligra/trunk/PKGBUILD)
  calligra/repos/kde-unstable-i686/calligra-braindump.install
(from rev 146513, calligra/trunk/calligra-braindump.install)
  calligra/repos/kde-unstable-i686/calligra-filters.install
(from rev 146513, calligra/trunk/calligra-filters.install)
  calligra/repos/kde-unstable-i686/calligra-flow.install
(from rev 146513, calligra/trunk/calligra-flow.install)
  calligra/repos/kde-unstable-i686/calligra-karbon.install
(from rev 146513, calligra/trunk/calligra-karbon.install)
  calligra/repos/kde-unstable-i686/calligra-kexi.install
(from rev 146513, calligra/trunk/calligra-kexi.install)
  calligra/repos/kde-unstable-i686/calligra-krita.install
(from rev 146513, calligra/trunk/calligra-krita.install)
  calligra/repos/kde-unstable-i686/calligra-plan.install
(from rev 146513, calligra/trunk/calligra-plan.install)
  calligra/repos/kde-unstable-i686/calligra-stage.install
(from rev 146513, calligra/trunk/calligra-stage.install)
  calligra/repos/kde-unstable-i686/calligra-tables.install
(from rev 146513, calligra/trunk/calligra-tables.install)
  calligra/repos/kde-unstable-i686/calligra-tools.install
(from rev 146513, calligra/trunk/calligra-tools.install)
  calligra/repos/kde-unstable-i686/calligra-words.install
(from rev 146513, calligra/trunk/calligra-words.install)
  calligra/repos/kde-unstable-i686/calligra.install
(from rev 146513, calligra/trunk/calligra.install)
Deleted:
  calligra/repos/kde-unstable-i686/PKGBUILD
  calligra/repos/kde-unstable-i686/calligra-braindump.install
  calligra/repos/kde-unstable-i686/calligra-filters.install
  calligra/repos/kde-unstable-i686/calligra-flow.install
  calligra/repos/kde-unstable-i686/calligra-karbon.install
  calligra/repos/kde-unstable-i686/calligra-kexi.install
  calligra/repos/kde-unstable-i686/calligra-krita.install
  calligra/repos/kde-unstable-i686/calligra-plan.install
  calligra/repos/kde-unstable-i686/calligra-stage.install
  calligra/repos/kde-unstable-i686/calligra-tables.install
  calligra/repos/kde-unstable-i686/calligra-tools.install
  calligra/repos/kde-unstable-i686/calligra-words.install
  calligra/repos/kde-unstable-i686/calligra.install

+
 PKGBUILD   |  550 +--
 calligra-braindump.install |   24 -
 calligra-filters.install   |   22 -
 calligra-flow.install  |   24 -
 calligra-karbon.install|   24 -
 calligra-kexi.install  |   22 -
 calligra-krita.install |   26 +-
 calligra-plan.install  |   24 -
 calligra-stage.install |   24 -
 calligra-tables.install|   24 -
 calligra-tools.install |   24 -
 calligra-words.install |   24 -
 calligra.install   |   22 -
 13 files changed, 417 insertions(+), 417 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-01-12 08:08:19 UTC (rev 146513)
+++ PKGBUILD2012-01-12 08:09:44 UTC (rev 146514)
@@ -1,275 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgbase=calligra
-pkgname=('calligra-filters'
- 'calligra-interfaces'
- 'calligra-libs'
- 'calligra-plugins'
- 'calligra-pics'
- 'calligra-servicetypes'
- 'calligra-templates'
- 'calligra-tools'
- 'calligra-karbon'
- 'calligra-kexi'
- 'calligra-kounavail'
- 'calligra-plan'
- 'calligra-stage'
- 'calligra-krita'
- 'calligra-tables'
- 'calligra-words'
- 'calligra-handbook'
- 'calligra-thesaurus-doc'
- 'calligra-braindump'
- 'calligra-flow')
-pkgver=2.3.86
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.calligra-suite.org'
-license=('FDL1.2' 'GPL2' 'LGPL')
-makedepends=('kdepimlibs' 'eigen2' 'freetds' 'kdegraphics-okular' 'libgsf'
- 'libwpd' 'libwpg' 'pstoedit' 'glew' 'gsl' 'cmake' 'automoc4'
- 'boost' 'libkdcraw' 'libpqxx' 'fftw' 'opengtl' 'lcms2')
-groups=('calligra')
-source=(http://download.kde.org/unstable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.bz2;)
-md5sums=('1c2d073846089a812cb9ebd43c4b6b56')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_active=OFF \
--DBUILD_mobile=OFF \
--DBUILD_mysql=OFF \
--DKDCRAW_LOCAL_FOUND=/usr/lib/libkdcraw.so \
--DWITH_Marble=OFF
-  make
-}
-
-package_calligra-filters() {
-  pkgdesc=Filters for the Calligra office suite
-  optdepends=('libgsf: Microsoft Word document importer'
-  'libwpd: WordPerfect document importer'
-  

[arch-commits] Commit in calligra/repos/kde-unstable-x86_64 (26 files)

2012-01-12 Thread Andrea Scarpino
Date: Thursday, January 12, 2012 @ 03:10:29
  Author: andrea
Revision: 146515

archrelease: copy trunk to kde-unstable-x86_64

Added:
  calligra/repos/kde-unstable-x86_64/PKGBUILD
(from rev 146514, calligra/trunk/PKGBUILD)
  calligra/repos/kde-unstable-x86_64/calligra-braindump.install
(from rev 146514, calligra/trunk/calligra-braindump.install)
  calligra/repos/kde-unstable-x86_64/calligra-filters.install
(from rev 146514, calligra/trunk/calligra-filters.install)
  calligra/repos/kde-unstable-x86_64/calligra-flow.install
(from rev 146514, calligra/trunk/calligra-flow.install)
  calligra/repos/kde-unstable-x86_64/calligra-karbon.install
(from rev 146514, calligra/trunk/calligra-karbon.install)
  calligra/repos/kde-unstable-x86_64/calligra-kexi.install
(from rev 146514, calligra/trunk/calligra-kexi.install)
  calligra/repos/kde-unstable-x86_64/calligra-krita.install
(from rev 146514, calligra/trunk/calligra-krita.install)
  calligra/repos/kde-unstable-x86_64/calligra-plan.install
(from rev 146514, calligra/trunk/calligra-plan.install)
  calligra/repos/kde-unstable-x86_64/calligra-stage.install
(from rev 146514, calligra/trunk/calligra-stage.install)
  calligra/repos/kde-unstable-x86_64/calligra-tables.install
(from rev 146514, calligra/trunk/calligra-tables.install)
  calligra/repos/kde-unstable-x86_64/calligra-tools.install
(from rev 146514, calligra/trunk/calligra-tools.install)
  calligra/repos/kde-unstable-x86_64/calligra-words.install
(from rev 146514, calligra/trunk/calligra-words.install)
  calligra/repos/kde-unstable-x86_64/calligra.install
(from rev 146514, calligra/trunk/calligra.install)
Deleted:
  calligra/repos/kde-unstable-x86_64/PKGBUILD
  calligra/repos/kde-unstable-x86_64/calligra-braindump.install
  calligra/repos/kde-unstable-x86_64/calligra-filters.install
  calligra/repos/kde-unstable-x86_64/calligra-flow.install
  calligra/repos/kde-unstable-x86_64/calligra-karbon.install
  calligra/repos/kde-unstable-x86_64/calligra-kexi.install
  calligra/repos/kde-unstable-x86_64/calligra-krita.install
  calligra/repos/kde-unstable-x86_64/calligra-plan.install
  calligra/repos/kde-unstable-x86_64/calligra-stage.install
  calligra/repos/kde-unstable-x86_64/calligra-tables.install
  calligra/repos/kde-unstable-x86_64/calligra-tools.install
  calligra/repos/kde-unstable-x86_64/calligra-words.install
  calligra/repos/kde-unstable-x86_64/calligra.install

+
 PKGBUILD   |  550 +--
 calligra-braindump.install |   24 -
 calligra-filters.install   |   22 -
 calligra-flow.install  |   24 -
 calligra-karbon.install|   24 -
 calligra-kexi.install  |   22 -
 calligra-krita.install |   26 +-
 calligra-plan.install  |   24 -
 calligra-stage.install |   24 -
 calligra-tables.install|   24 -
 calligra-tools.install |   24 -
 calligra-words.install |   24 -
 calligra.install   |   22 -
 13 files changed, 417 insertions(+), 417 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-01-12 08:09:44 UTC (rev 146514)
+++ PKGBUILD2012-01-12 08:10:29 UTC (rev 146515)
@@ -1,275 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgbase=calligra
-pkgname=('calligra-filters'
- 'calligra-interfaces'
- 'calligra-libs'
- 'calligra-plugins'
- 'calligra-pics'
- 'calligra-servicetypes'
- 'calligra-templates'
- 'calligra-tools'
- 'calligra-karbon'
- 'calligra-kexi'
- 'calligra-kounavail'
- 'calligra-plan'
- 'calligra-stage'
- 'calligra-krita'
- 'calligra-tables'
- 'calligra-words'
- 'calligra-handbook'
- 'calligra-thesaurus-doc'
- 'calligra-braindump'
- 'calligra-flow')
-pkgver=2.3.86
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.calligra-suite.org'
-license=('FDL1.2' 'GPL2' 'LGPL')
-makedepends=('kdepimlibs' 'eigen2' 'freetds' 'kdegraphics-okular' 'libgsf'
- 'libwpd' 'libwpg' 'pstoedit' 'glew' 'gsl' 'cmake' 'automoc4'
- 'boost' 'libkdcraw' 'libpqxx' 'fftw' 'opengtl' 'lcms2')
-groups=('calligra')
-source=(http://download.kde.org/unstable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.bz2;)
-md5sums=('1c2d073846089a812cb9ebd43c4b6b56')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_active=OFF \
--DBUILD_mobile=OFF \
--DBUILD_mysql=OFF \
--DKDCRAW_LOCAL_FOUND=/usr/lib/libkdcraw.so \
--DWITH_Marble=OFF
-  make
-}
-
-package_calligra-filters() {
-  pkgdesc=Filters for the Calligra office suite
-  optdepends=('libgsf: Microsoft Word document importer'
-  

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

2012-01-12 Thread Giovanni Scafora
Date: Thursday, January 12, 2012 @ 05:17:53
  Author: giovanni
Revision: 146516

upgpkg: diffstat 1.55-1

upstream release

Modified:
  diffstat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-12 08:10:29 UTC (rev 146515)
+++ PKGBUILD2012-01-12 10:17:53 UTC (rev 146516)
@@ -3,15 +3,15 @@
 # Contributor: Matthias-Christian Ott matthias.christian.at.tiscali.de
 
 pkgname=diffstat
-pkgver=1.54
-pkgrel=3
+pkgver=1.55
+pkgrel=1
 pkgdesc=Display a histogram of diff changes
 arch=('i686' 'x86_64')
 url=http://invisible-island.net/diffstat;
 depends=('glibc')
 license=('MIT')
 source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz;)
-md5sums=('af08bef2eb37050ceb0c4fddedb2ee36')
+md5sums=('630d5278f1cd874dc3cc68cff3fddecf')
 
 build () {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2012-01-12 Thread Giovanni Scafora
Date: Thursday, January 12, 2012 @ 05:18:19
  Author: giovanni
Revision: 146517

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-12 10:17:53 UTC (rev 146516)
+++ extra-i686/PKGBUILD 2012-01-12 10:18:19 UTC (rev 146517)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Matthias-Christian Ott matthias.christian.at.tiscali.de
-
-pkgname=diffstat
-pkgver=1.54
-pkgrel=3
-pkgdesc=Display a histogram of diff changes
-arch=('i686' 'x86_64')
-url=http://invisible-island.net/diffstat;
-depends=('glibc')
-license=('MIT')
-source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz;)
-md5sums=('af08bef2eb37050ceb0c4fddedb2ee36')
-
-build () {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir}/ install
-  install -Dm644 package/debian/copyright 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: diffstat/repos/extra-i686/PKGBUILD (from rev 146516, 
diffstat/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-12 10:18:19 UTC (rev 146517)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Matthias-Christian Ott matthias.christian.at.tiscali.de
+
+pkgname=diffstat
+pkgver=1.55
+pkgrel=1
+pkgdesc=Display a histogram of diff changes
+arch=('i686' 'x86_64')
+url=http://invisible-island.net/diffstat;
+depends=('glibc')
+license=('MIT')
+source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz;)
+md5sums=('630d5278f1cd874dc3cc68cff3fddecf')
+
+build () {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir}/ install
+  install -Dm644 package/debian/copyright 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-12 10:17:53 UTC (rev 146516)
+++ extra-x86_64/PKGBUILD   2012-01-12 10:18:19 UTC (rev 146517)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Matthias-Christian Ott matthias.christian.at.tiscali.de
-
-pkgname=diffstat
-pkgver=1.54
-pkgrel=3
-pkgdesc=Display a histogram of diff changes
-arch=('i686' 'x86_64')
-url=http://invisible-island.net/diffstat;
-depends=('glibc')
-license=('MIT')
-source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz;)
-md5sums=('af08bef2eb37050ceb0c4fddedb2ee36')
-
-build () {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir}/ install
-  install -Dm644 package/debian/copyright 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: diffstat/repos/extra-x86_64/PKGBUILD (from rev 146516, 
diffstat/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-01-12 10:18:19 UTC (rev 146517)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Matthias-Christian Ott matthias.christian.at.tiscali.de
+
+pkgname=diffstat
+pkgver=1.55
+pkgrel=1
+pkgdesc=Display a histogram of diff changes
+arch=('i686' 'x86_64')
+url=http://invisible-island.net/diffstat;
+depends=('glibc')
+license=('MIT')
+source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz;)
+md5sums=('630d5278f1cd874dc3cc68cff3fddecf')
+
+build () {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir}/ install
+  install -Dm644 package/debian/copyright 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2012-01-12 Thread Giovanni Scafora
Date: Thursday, January 12, 2012 @ 05:33:37
  Author: giovanni
Revision: 146518

upgpkg: help2man 1.40.5-1

upstream release

Modified:
  help2man/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-12 10:18:19 UTC (rev 146517)
+++ PKGBUILD2012-01-12 10:33:37 UTC (rev 146518)
@@ -3,8 +3,8 @@
 # Contributor: Paul Mattal p...@mattal.com
 
 pkgname=help2man
-pkgver=1.40.4
-pkgrel=2
+pkgver=1.40.5
+pkgrel=1
 pkgdesc=Conversion tool to create man files
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/help2man/;
@@ -12,7 +12,7 @@
 depends=('perl-locale-gettext')
 install=help2man.install
 source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('4d79dc7cb7c20019c2a3650d35259c45')
+md5sums=('75a7d2f93765cd367aab98986a75f88c')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2012-01-12 Thread Giovanni Scafora
Date: Thursday, January 12, 2012 @ 05:34:00
  Author: giovanni
Revision: 146519

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

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

---+
 extra-i686/PKGBUILD   |   62 
 extra-i686/help2man.install   |   36 +++
 extra-x86_64/PKGBUILD |   62 
 extra-x86_64/help2man.install |   36 +++
 4 files changed, 98 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-12 10:33:37 UTC (rev 146518)
+++ extra-i686/PKGBUILD 2012-01-12 10:34:00 UTC (rev 146519)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Paul Mattal p...@mattal.com
-
-pkgname=help2man
-pkgver=1.40.4
-pkgrel=2
-pkgdesc=Conversion tool to create man files
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/help2man/;
-license=('GPL')
-depends=('perl-locale-gettext')
-install=help2man.install
-source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('4d79dc7cb7c20019c2a3650d35259c45')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --libdir=/lib
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: help2man/repos/extra-i686/PKGBUILD (from rev 146518, 
help2man/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-12 10:34:00 UTC (rev 146519)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Paul Mattal p...@mattal.com
+
+pkgname=help2man
+pkgver=1.40.5
+pkgrel=1
+pkgdesc=Conversion tool to create man files
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/help2man/;
+license=('GPL')
+depends=('perl-locale-gettext')
+install=help2man.install
+source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('75a7d2f93765cd367aab98986a75f88c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+ --infodir=/usr/share/info \
+ --libdir=/lib
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/help2man.install
===
--- extra-i686/help2man.install 2012-01-12 10:33:37 UTC (rev 146518)
+++ extra-i686/help2man.install 2012-01-12 10:34:00 UTC (rev 146519)
@@ -1,18 +0,0 @@
-info_dir=/usr/share/info
-info_files=(help2man.info)
-
-post_install() {
-  for f in ${info_files[@]}; do
-install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  for f in ${info_files[@]}; do
-install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
-  done
-}

Copied: help2man/repos/extra-i686/help2man.install (from rev 146518, 
help2man/trunk/help2man.install)
===
--- extra-i686/help2man.install (rev 0)
+++ extra-i686/help2man.install 2012-01-12 10:34:00 UTC (rev 146519)
@@ -0,0 +1,18 @@
+info_dir=/usr/share/info
+info_files=(help2man.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-12 10:33:37 UTC (rev 146518)
+++ extra-x86_64/PKGBUILD   2012-01-12 10:34:00 UTC (rev 146519)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Paul Mattal p...@mattal.com
-
-pkgname=help2man
-pkgver=1.40.4
-pkgrel=2
-pkgdesc=Conversion tool to create man files
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/help2man/;
-license=('GPL')
-depends=('perl-locale-gettext')
-install=help2man.install

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

2012-01-12 Thread Giovanni Scafora
Date: Thursday, January 12, 2012 @ 05:46:18
  Author: giovanni
Revision: 146520

upgpkg: mrtg 2.17.4-1

upstream release

Modified:
  mrtg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-12 10:34:00 UTC (rev 146519)
+++ PKGBUILD2012-01-12 10:46:18 UTC (rev 146520)
@@ -3,15 +3,15 @@
 # Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
 
 pkgname=mrtg
-pkgver=2.17.2
-pkgrel=2
+pkgver=2.17.4
+pkgrel=1
 pkgdesc=Multi Router Traffic Grapher.
 arch=('i686' 'x86_64')
 url=http://oss.oetiker.ch/mrtg/;
 license=('GPL')
 depends=('gd' 'perl')
 source=(http://oss.oetiker.ch/mrtg/pub/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('f4c251ef883da2509188711eff4577ad')
+md5sums=('197565e97f97212eef7b414463c8d40c')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2012-01-12 Thread Giovanni Scafora
Date: Thursday, January 12, 2012 @ 05:46:44
  Author: giovanni
Revision: 146521

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-12 10:46:18 UTC (rev 146520)
+++ extra-i686/PKGBUILD 2012-01-12 10:46:44 UTC (rev 146521)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
-
-pkgname=mrtg
-pkgver=2.17.2
-pkgrel=2
-pkgdesc=Multi Router Traffic Grapher.
-arch=('i686' 'x86_64')
-url=http://oss.oetiker.ch/mrtg/;
-license=('GPL')
-depends=('gd' 'perl')
-source=(http://oss.oetiker.ch/mrtg/pub/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('f4c251ef883da2509188711eff4577ad')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  sed 's|LD_RUN_PATH=$(LD_RUN_PATH) ||g' -i Makefile.in
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=${pkgdir}/usr install
-}

Copied: mrtg/repos/extra-i686/PKGBUILD (from rev 146520, mrtg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-12 10:46:44 UTC (rev 146521)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
+
+pkgname=mrtg
+pkgver=2.17.4
+pkgrel=1
+pkgdesc=Multi Router Traffic Grapher.
+arch=('i686' 'x86_64')
+url=http://oss.oetiker.ch/mrtg/;
+license=('GPL')
+depends=('gd' 'perl')
+source=(http://oss.oetiker.ch/mrtg/pub/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('197565e97f97212eef7b414463c8d40c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  sed 's|LD_RUN_PATH=$(LD_RUN_PATH) ||g' -i Makefile.in
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=${pkgdir}/usr install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-12 10:46:18 UTC (rev 146520)
+++ extra-x86_64/PKGBUILD   2012-01-12 10:46:44 UTC (rev 146521)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
-
-pkgname=mrtg
-pkgver=2.17.2
-pkgrel=2
-pkgdesc=Multi Router Traffic Grapher.
-arch=('i686' 'x86_64')
-url=http://oss.oetiker.ch/mrtg/;
-license=('GPL')
-depends=('gd' 'perl')
-source=(http://oss.oetiker.ch/mrtg/pub/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('f4c251ef883da2509188711eff4577ad')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  sed 's|LD_RUN_PATH=$(LD_RUN_PATH) ||g' -i Makefile.in
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=${pkgdir}/usr install
-}

Copied: mrtg/repos/extra-x86_64/PKGBUILD (from rev 146520, mrtg/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-01-12 10:46:44 UTC (rev 146521)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
+
+pkgname=mrtg
+pkgver=2.17.4
+pkgrel=1
+pkgdesc=Multi Router Traffic Grapher.
+arch=('i686' 'x86_64')
+url=http://oss.oetiker.ch/mrtg/;
+license=('GPL')
+depends=('gd' 'perl')
+source=(http://oss.oetiker.ch/mrtg/pub/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('197565e97f97212eef7b414463c8d40c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  sed 's|LD_RUN_PATH=$(LD_RUN_PATH) ||g' -i Makefile.in
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=${pkgdir}/usr install
+}



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

2012-01-12 Thread Tom Gundersen
Date: Thursday, January 12, 2012 @ 06:07:58
  Author: tomegun
Revision: 146522

don't create /run/utmp on install

Modified:
  filesystem/trunk/filesystem.install

+
 filesystem.install |3 ---
 1 file changed, 3 deletions(-)

Modified: filesystem.install
===
--- filesystem.install  2012-01-12 10:46:44 UTC (rev 146521)
+++ filesystem.install  2012-01-12 11:07:58 UTC (rev 146522)
@@ -1,9 +1,6 @@
 post_install() {
[ -f var/log/lastlog ] ||  : var/log/lastlog
[ -f var/log/wtmp ]||  : var/log/wtmp
-   [ -f var/run/utmp ]||  : var/run/utmp
-   chown root:20 var/run/utmp
-   chmod 664 var/run/utmp
[ -f var/log/btmp ]|| (: var/log/btmp  bin/chmod 600 
var/log/btmp)
# workaround for bug #7194
# readded due to bug #9465



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

2012-01-12 Thread Giovanni Scafora
Date: Thursday, January 12, 2012 @ 07:09:09
  Author: giovanni
Revision: 146523

upgpkg: whois 5.0.14-1

upstream release

Modified:
  whois/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-12 11:07:58 UTC (rev 146522)
+++ PKGBUILD2012-01-12 12:09:09 UTC (rev 146523)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=whois
-pkgver=5.0.13
+pkgver=5.0.14
 pkgrel=1
 pkgdesc=The whois client by Marco d'Itri
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libidn')
 makedepends=('perl')
 
source=(http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.gz;)
-md5sums=('1c703fa6ddc2f41ae94efc7c8bfc794d')
+md5sums=('82c4c93ea589ce1dad1cb02ef04c08b9')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2012-01-12 Thread Giovanni Scafora
Date: Thursday, January 12, 2012 @ 07:09:35
  Author: giovanni
Revision: 146524

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-12 12:09:09 UTC (rev 146523)
+++ extra-i686/PKGBUILD 2012-01-12 12:09:35 UTC (rev 146524)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=whois
-pkgver=5.0.13
-pkgrel=1
-pkgdesc=The whois client by Marco d'Itri
-arch=('i686' 'x86_64')
-url=http://www.linux.it/~md/software/;
-license=('GPL')
-depends=('libidn')
-makedepends=('perl')
-source=(http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.gz;)
-md5sums=('1c703fa6ddc2f41ae94efc7c8bfc794d')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=/usr CFLAGS=$CFLAGS HAVE_LIBIDN=1
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=/usr BASEDIR=${pkgdir} install-whois
-}

Copied: whois/repos/extra-i686/PKGBUILD (from rev 146523, whois/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-12 12:09:35 UTC (rev 146524)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=whois
+pkgver=5.0.14
+pkgrel=1
+pkgdesc=The whois client by Marco d'Itri
+arch=('i686' 'x86_64')
+url=http://www.linux.it/~md/software/;
+license=('GPL')
+depends=('libidn')
+makedepends=('perl')
+source=(http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.gz;)
+md5sums=('82c4c93ea589ce1dad1cb02ef04c08b9')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=/usr CFLAGS=$CFLAGS HAVE_LIBIDN=1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=/usr BASEDIR=${pkgdir} install-whois
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-12 12:09:09 UTC (rev 146523)
+++ extra-x86_64/PKGBUILD   2012-01-12 12:09:35 UTC (rev 146524)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=whois
-pkgver=5.0.13
-pkgrel=1
-pkgdesc=The whois client by Marco d'Itri
-arch=('i686' 'x86_64')
-url=http://www.linux.it/~md/software/;
-license=('GPL')
-depends=('libidn')
-makedepends=('perl')
-source=(http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.gz;)
-md5sums=('1c703fa6ddc2f41ae94efc7c8bfc794d')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=/usr CFLAGS=$CFLAGS HAVE_LIBIDN=1
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=/usr BASEDIR=${pkgdir} install-whois
-}

Copied: whois/repos/extra-x86_64/PKGBUILD (from rev 146523, 
whois/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-01-12 12:09:35 UTC (rev 146524)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=whois
+pkgver=5.0.14
+pkgrel=1
+pkgdesc=The whois client by Marco d'Itri
+arch=('i686' 'x86_64')
+url=http://www.linux.it/~md/software/;
+license=('GPL')
+depends=('libidn')
+makedepends=('perl')
+source=(http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.gz;)
+md5sums=('82c4c93ea589ce1dad1cb02ef04c08b9')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=/usr CFLAGS=$CFLAGS HAVE_LIBIDN=1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=/usr BASEDIR=${pkgdir} install-whois
+}



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

2012-01-12 Thread Giovanni Scafora
Date: Thursday, January 12, 2012 @ 07:28:05
  Author: giovanni
Revision: 146525

upgpkg: xmlto 0.0.25-1

upstream release

Modified:
  xmlto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-12 12:09:35 UTC (rev 146524)
+++ PKGBUILD2012-01-12 12:28:05 UTC (rev 146525)
@@ -5,8 +5,8 @@
 # Contributor: Robert Stoffers r...@ubuntu.com
 
 pkgname=xmlto
-pkgver=0.0.24
-pkgrel=2
+pkgver=0.0.25
+pkgrel=1
 pkgdesc=Convert xml to many other formats
 arch=('i686' 'x86_64')
 url=http://cyberelk.net/tim/software/xmlto/;
@@ -14,7 +14,7 @@
 depends=('libxslt' 'perl-yaml-syck' 'perl-test-pod')
 makedepends=('docbook-xsl')
 
source=(https://fedorahosted.org/releases/x/m/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('9d45bbe43f7c66c6bf585ba6635df31a')
+md5sums=('6b6267b1470f8571fe5f63a128970364')
 
 build() {
   cd $srcdir/${pkgname}-${pkgver}



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

2012-01-12 Thread Giovanni Scafora
Date: Thursday, January 12, 2012 @ 07:28:33
  Author: giovanni
Revision: 146526

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-12 12:28:05 UTC (rev 146525)
+++ extra-i686/PKGBUILD 2012-01-12 12:28:33 UTC (rev 146526)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Sergej Pupykin ser...@aur.archlinux.org
-# Contributor: Robert Stoffers r...@ubuntu.com
-
-pkgname=xmlto
-pkgver=0.0.24
-pkgrel=2
-pkgdesc=Convert xml to many other formats
-arch=('i686' 'x86_64')
-url=http://cyberelk.net/tim/software/xmlto/;
-license=('GPL')
-depends=('libxslt' 'perl-yaml-syck' 'perl-test-pod')
-makedepends=('docbook-xsl')
-source=(https://fedorahosted.org/releases/x/m/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('9d45bbe43f7c66c6bf585ba6635df31a')
-
-build() {
-  cd $srcdir/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: xmlto/repos/extra-i686/PKGBUILD (from rev 146525, xmlto/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-12 12:28:33 UTC (rev 146526)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Sergej Pupykin ser...@aur.archlinux.org
+# Contributor: Robert Stoffers r...@ubuntu.com
+
+pkgname=xmlto
+pkgver=0.0.25
+pkgrel=1
+pkgdesc=Convert xml to many other formats
+arch=('i686' 'x86_64')
+url=http://cyberelk.net/tim/software/xmlto/;
+license=('GPL')
+depends=('libxslt' 'perl-yaml-syck' 'perl-test-pod')
+makedepends=('docbook-xsl')
+source=(https://fedorahosted.org/releases/x/m/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('6b6267b1470f8571fe5f63a128970364')
+
+build() {
+  cd $srcdir/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-12 12:28:05 UTC (rev 146525)
+++ extra-x86_64/PKGBUILD   2012-01-12 12:28:33 UTC (rev 146526)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Sergej Pupykin ser...@aur.archlinux.org
-# Contributor: Robert Stoffers r...@ubuntu.com
-
-pkgname=xmlto
-pkgver=0.0.24
-pkgrel=2
-pkgdesc=Convert xml to many other formats
-arch=('i686' 'x86_64')
-url=http://cyberelk.net/tim/software/xmlto/;
-license=('GPL')
-depends=('libxslt' 'perl-yaml-syck' 'perl-test-pod')
-makedepends=('docbook-xsl')
-source=(https://fedorahosted.org/releases/x/m/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('9d45bbe43f7c66c6bf585ba6635df31a')
-
-build() {
-  cd $srcdir/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: xmlto/repos/extra-x86_64/PKGBUILD (from rev 146525, 
xmlto/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-01-12 12:28:33 UTC (rev 146526)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Sergej Pupykin ser...@aur.archlinux.org
+# Contributor: Robert Stoffers r...@ubuntu.com
+
+pkgname=xmlto
+pkgver=0.0.25
+pkgrel=1
+pkgdesc=Convert xml to many other formats
+arch=('i686' 'x86_64')
+url=http://cyberelk.net/tim/software/xmlto/;
+license=('GPL')
+depends=('libxslt' 'perl-yaml-syck' 'perl-test-pod')
+makedepends=('docbook-xsl')
+source=(https://fedorahosted.org/releases/x/m/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('6b6267b1470f8571fe5f63a128970364')
+
+build() {
+  cd $srcdir/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in linux/trunk (PKGBUILD i915-gpu-finish.patch)

2012-01-12 Thread Tobias Powalowski
Date: Thursday, January 12, 2012 @ 09:51:45
  Author: tpowa
Revision: 146527

add i915 gpu hang fix

Added:
  linux/trunk/i915-gpu-finish.patch
Modified:
  linux/trunk/PKGBUILD

---+
 PKGBUILD  |   16 +
 i915-gpu-finish.patch |   55 
 2 files changed, 66 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-12 12:28:33 UTC (rev 146526)
+++ PKGBUILD2012-01-12 14:51:45 UTC (rev 146527)
@@ -8,7 +8,7 @@
 _kernelname=${pkgname#linux}
 _basekernel=3.2
 pkgver=${_basekernel}
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
 license=('GPL2')
@@ -21,13 +21,15 @@
 # standard config files for mkinitcpio ramdisk
 ${pkgname}.preset
 'change-default-console-loglevel.patch'
-'i915-fix-ghost-tv-output.patch')
+'i915-fix-ghost-tv-output.patch'
+'i915-gpu-finish.patch')
 md5sums=('364066fa18767ec0ae5f4e4abcf9dc51'
- '4a6567864c49c5bb0f7d76d1a638912e'
- 'd9efdc5f471a4082caf2f61afede6302'
+ '4079a2ae3e2ee308e6db188f7bc04959'
+ '875b121a32a619e0ee262c541f330427'
  'eb14dcfd80c00852ef81ded6e826826a'
  '9d3c56a4b999c8bfbd4018089a62f662'
- '263725f20c0b9eb9c353040792d644e5')
+ '263725f20c0b9eb9c353040792d644e5'
+ '4cd79aa147825837dc8bc9f6b736c0a0')
 
 build() {
   cd ${srcdir}/linux-${_basekernel}
@@ -38,6 +40,10 @@
   # add latest fixes from stable queue, if needed
   # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
 
+  # fix FS#27883
+  # drm/i915: Only clear the GPU domains upon a successful finish
+  patch -Np1 -i ${srcdir}/i915-gpu-finish.patch
+
   # Some chips detect a ghost TV output
   # mailing list discussion: 
http://lists.freedesktop.org/archives/intel-gfx/2011-April/010371.html
   # Arch Linux bug report: FS#19234

Added: i915-gpu-finish.patch
===
--- i915-gpu-finish.patch   (rev 0)
+++ i915-gpu-finish.patch   2012-01-12 14:51:45 UTC (rev 146527)
@@ -0,0 +1,55 @@
+commit 389a55581e30607af0fcde6cdb4e54f189cf46cf
+Author: Chris Wilson ch...@chris-wilson.co.uk
+Date:   Tue Nov 29 15:12:16 2011 +
+
+drm/i915: Only clear the GPU domains upon a successful finish
+
+By clearing the GPU read domains before waiting upon the buffer, we run
+the risk of the wait being interrupted and the domains prematurely
+cleared. The next time we attempt to wait upon the buffer (after
+userspace handles the signal), we believe that the buffer is idle and so
+skip the wait.
+
+There are a number of bugs across all generations which show signs of an
+overly haste reuse of active buffers.
+
+Such as:
+
+  https://bugs.freedesktop.org/show_bug.cgi?id=29046
+  https://bugs.freedesktop.org/show_bug.cgi?id=35863
+  https://bugs.freedesktop.org/show_bug.cgi?id=38952
+  https://bugs.freedesktop.org/show_bug.cgi?id=40282
+  https://bugs.freedesktop.org/show_bug.cgi?id=41098
+  https://bugs.freedesktop.org/show_bug.cgi?id=41102
+  https://bugs.freedesktop.org/show_bug.cgi?id=41284
+  https://bugs.freedesktop.org/show_bug.cgi?id=42141
+
+A couple of those pre-date i915_gem_object_finish_gpu(), so may be
+unrelated (such as a wild write from a userspace command buffer), but
+this does look like a convincing cause for most of those bugs.
+
+Signed-off-by: Chris Wilson ch...@chris-wilson.co.uk
+Cc: sta...@kernel.org
+Reviewed-by: Daniel Vetter daniel.vet...@ffwll.ch
+Reviewed-by: Eugeni Dodonov eugeni.dodo...@intel.com
+
+diff --git a/drivers/gpu/drm/i915/i915_gem.c b/drivers/gpu/drm/i915/i915_gem.c
+index d560175..036bc58 100644
+--- a/drivers/gpu/drm/i915/i915_gem.c
 b/drivers/gpu/drm/i915/i915_gem.c
+@@ -3087,10 +3087,13 @@ i915_gem_object_finish_gpu(struct drm_i915_gem_object 
*obj)
+   return ret;
+   }
+ 
++  ret = i915_gem_object_wait_rendering(obj);
++  if (ret)
++  return ret;
++
+   /* Ensure that we invalidate the GPU's caches and TLBs. */
+   obj-base.read_domains = ~I915_GEM_GPU_DOMAINS;
+-
+-  return i915_gem_object_wait_rendering(obj);
++  return 0;
+ }
+ 
+ /**



[arch-commits] Commit in java7-openjdk/repos (25 files)

2012-01-12 Thread andyrtr
Date: Thursday, January 12, 2012 @ 11:16:15
  Author: andyrtr
Revision: 146528

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

Added:
  java7-openjdk/repos/extra-i686/PKGBUILD
(from rev 146527, java7-openjdk/repos/testing-i686/PKGBUILD)
  java7-openjdk/repos/extra-i686/fix_corba_cmds_path.diff
(from rev 146527, java7-openjdk/repos/testing-i686/fix_corba_cmds_path.diff)
  java7-openjdk/repos/extra-i686/fontconfig-paths.diff
(from rev 146527, java7-openjdk/repos/testing-i686/fontconfig-paths.diff)
  java7-openjdk/repos/extra-i686/glibc2_15.diff
(from rev 146527, java7-openjdk/repos/testing-i686/glibc2_15.diff)
  java7-openjdk/repos/extra-i686/jdk7-openjdk.profile
(from rev 146527, java7-openjdk/repos/testing-i686/jdk7-openjdk.profile)
  java7-openjdk/repos/extra-i686/jdk7-openjdk.profile.csh
(from rev 146527, java7-openjdk/repos/testing-i686/jdk7-openjdk.profile.csh)
  java7-openjdk/repos/extra-i686/jre7-openjdk-headless.install
(from rev 146527, 
java7-openjdk/repos/testing-i686/jre7-openjdk-headless.install)
  java7-openjdk/repos/extra-i686/jre7-openjdk.install
(from rev 146527, java7-openjdk/repos/testing-i686/jre7-openjdk.install)
  java7-openjdk/repos/extra-i686/jre7-openjdk.profile
(from rev 146527, java7-openjdk/repos/testing-i686/jre7-openjdk.profile)
  java7-openjdk/repos/extra-i686/jre7-openjdk.profile.csh
(from rev 146527, java7-openjdk/repos/testing-i686/jre7-openjdk.profile.csh)
  java7-openjdk/repos/extra-i686/openjdk7_fix_jdk_cmds_path.diff
(from rev 146527, 
java7-openjdk/repos/testing-i686/openjdk7_fix_jdk_cmds_path.diff)
  java7-openjdk/repos/extra-i686/openjdk7_nonreparenting-wm.diff
(from rev 146527, 
java7-openjdk/repos/testing-i686/openjdk7_nonreparenting-wm.diff)
Deleted:
  java7-openjdk/repos/extra-i686/PKGBUILD
  java7-openjdk/repos/extra-i686/fix_corba_cmds_path.diff
  java7-openjdk/repos/extra-i686/fontconfig-paths.diff
  java7-openjdk/repos/extra-i686/jconsole.desktop
  java7-openjdk/repos/extra-i686/jdk7-openjdk.profile
  java7-openjdk/repos/extra-i686/jdk7-openjdk.profile.csh
  java7-openjdk/repos/extra-i686/jre7-openjdk.install
  java7-openjdk/repos/extra-i686/jre7-openjdk.profile
  java7-openjdk/repos/extra-i686/jre7-openjdk.profile.csh
  java7-openjdk/repos/extra-i686/openjdk7_fix_jdk_cmds_path.diff
  java7-openjdk/repos/extra-i686/openjdk7_nonreparenting-wm.diff
  java7-openjdk/repos/extra-i686/policytool.desktop
  java7-openjdk/repos/testing-i686/

-+
 PKGBUILD|  607 +-
 fix_corba_cmds_path.diff|   66 ++--
 fontconfig-paths.diff   |  268 
 glibc2_15.diff  |  232 ++
 jconsole.desktop|   10 
 jdk7-openjdk.profile|   12 
 jdk7-openjdk.profile.csh|2 
 jre7-openjdk-headless.install   |   15 
 jre7-openjdk.install|   42 +-
 jre7-openjdk.profile|   10 
 jre7-openjdk.profile.csh|   10 
 openjdk7_fix_jdk_cmds_path.diff |   48 +--
 openjdk7_nonreparenting-wm.diff |  116 +++
 policytool.desktop  |   10 
 14 files changed, 877 insertions(+), 571 deletions(-)

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


[arch-commits] Commit in java7-openjdk/repos (25 files)

2012-01-12 Thread andyrtr
Date: Thursday, January 12, 2012 @ 11:16:17
  Author: andyrtr
Revision: 146529

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

Added:
  java7-openjdk/repos/extra-x86_64/PKGBUILD
(from rev 146527, java7-openjdk/repos/testing-x86_64/PKGBUILD)
  java7-openjdk/repos/extra-x86_64/fix_corba_cmds_path.diff
(from rev 146527, 
java7-openjdk/repos/testing-x86_64/fix_corba_cmds_path.diff)
  java7-openjdk/repos/extra-x86_64/fontconfig-paths.diff
(from rev 146527, java7-openjdk/repos/testing-x86_64/fontconfig-paths.diff)
  java7-openjdk/repos/extra-x86_64/glibc2_15.diff
(from rev 146527, java7-openjdk/repos/testing-x86_64/glibc2_15.diff)
  java7-openjdk/repos/extra-x86_64/jdk7-openjdk.profile
(from rev 146527, java7-openjdk/repos/testing-x86_64/jdk7-openjdk.profile)
  java7-openjdk/repos/extra-x86_64/jdk7-openjdk.profile.csh
(from rev 146527, 
java7-openjdk/repos/testing-x86_64/jdk7-openjdk.profile.csh)
  java7-openjdk/repos/extra-x86_64/jre7-openjdk-headless.install
(from rev 146527, 
java7-openjdk/repos/testing-x86_64/jre7-openjdk-headless.install)
  java7-openjdk/repos/extra-x86_64/jre7-openjdk.install
(from rev 146527, java7-openjdk/repos/testing-x86_64/jre7-openjdk.install)
  java7-openjdk/repos/extra-x86_64/jre7-openjdk.profile
(from rev 146527, java7-openjdk/repos/testing-x86_64/jre7-openjdk.profile)
  java7-openjdk/repos/extra-x86_64/jre7-openjdk.profile.csh
(from rev 146527, 
java7-openjdk/repos/testing-x86_64/jre7-openjdk.profile.csh)
  java7-openjdk/repos/extra-x86_64/openjdk7_fix_jdk_cmds_path.diff
(from rev 146527, 
java7-openjdk/repos/testing-x86_64/openjdk7_fix_jdk_cmds_path.diff)
  java7-openjdk/repos/extra-x86_64/openjdk7_nonreparenting-wm.diff
(from rev 146527, 
java7-openjdk/repos/testing-x86_64/openjdk7_nonreparenting-wm.diff)
Deleted:
  java7-openjdk/repos/extra-x86_64/PKGBUILD
  java7-openjdk/repos/extra-x86_64/fix_corba_cmds_path.diff
  java7-openjdk/repos/extra-x86_64/fontconfig-paths.diff
  java7-openjdk/repos/extra-x86_64/jconsole.desktop
  java7-openjdk/repos/extra-x86_64/jdk7-openjdk.profile
  java7-openjdk/repos/extra-x86_64/jdk7-openjdk.profile.csh
  java7-openjdk/repos/extra-x86_64/jre7-openjdk.install
  java7-openjdk/repos/extra-x86_64/jre7-openjdk.profile
  java7-openjdk/repos/extra-x86_64/jre7-openjdk.profile.csh
  java7-openjdk/repos/extra-x86_64/openjdk7_fix_jdk_cmds_path.diff
  java7-openjdk/repos/extra-x86_64/openjdk7_nonreparenting-wm.diff
  java7-openjdk/repos/extra-x86_64/policytool.desktop
  java7-openjdk/repos/testing-x86_64/

-+
 PKGBUILD|  607 +-
 fix_corba_cmds_path.diff|   66 ++--
 fontconfig-paths.diff   |  268 
 glibc2_15.diff  |  232 ++
 jconsole.desktop|   10 
 jdk7-openjdk.profile|   12 
 jdk7-openjdk.profile.csh|2 
 jre7-openjdk-headless.install   |   15 
 jre7-openjdk.install|   42 +-
 jre7-openjdk.profile|   10 
 jre7-openjdk.profile.csh|   10 
 openjdk7_fix_jdk_cmds_path.diff |   48 +--
 openjdk7_nonreparenting-wm.diff |  116 +++
 policytool.desktop  |   10 
 14 files changed, 877 insertions(+), 571 deletions(-)

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


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

2012-01-12 Thread Tobias Powalowski
Date: Thursday, January 12, 2012 @ 11:33:20
  Author: tpowa
Revision: 146530

upgpkg: hdparm 9.38-1

bump to latest version

Modified:
  hdparm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-12 16:16:17 UTC (rev 146529)
+++ PKGBUILD2012-01-12 16:33:20 UTC (rev 146530)
@@ -2,8 +2,8 @@
 # Maintainer: Paul Mattal p...@archlinux.org
 
 pkgname=hdparm
-pkgver=9.37
-pkgrel=2
+pkgver=9.38
+pkgrel=1
 pkgdesc=A shell utility for manipulating Linux IDE drive/driver parameters
 arch=(i686 x86_64)
 depends=('glibc')
@@ -14,8 +14,6 @@
 url=http://sourceforge.net/projects/hdparm/;
 optdepends=('bash: for wiper.sh script')
 options=('emptydirs')
-md5sums=('0bb94ddd1bedd5c02b1ca62f1caaf6de'
- '74e368f384166a7710b447573cda120a')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -40,3 +38,5 @@
   #install license file
   install -D -m 644 LICENSE.TXT $pkgdir/usr/share/licenses/hdparm/LICENSE.TXT
 }
+md5sums=('915e74685e2f25eaebe6a26c5d7ca700'
+ '74e368f384166a7710b447573cda120a')



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

2012-01-12 Thread Tobias Powalowski
Date: Thursday, January 12, 2012 @ 11:33:43
  Author: tpowa
Revision: 146531

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

Added:
  hdparm/repos/testing-i686/
  hdparm/repos/testing-i686/PKGBUILD
(from rev 146530, hdparm/trunk/PKGBUILD)
  hdparm/repos/testing-i686/wiper.sh.2_6.max-ranges.patch
(from rev 146530, hdparm/trunk/wiper.sh.2_6.max-ranges.patch)
  hdparm/repos/testing-x86_64/
  hdparm/repos/testing-x86_64/PKGBUILD
(from rev 146530, hdparm/trunk/PKGBUILD)
  hdparm/repos/testing-x86_64/wiper.sh.2_6.max-ranges.patch
(from rev 146530, hdparm/trunk/wiper.sh.2_6.max-ranges.patch)

--+
 testing-i686/PKGBUILD|   42 
 testing-i686/wiper.sh.2_6.max-ranges.patch   |   84 +
 testing-x86_64/PKGBUILD  |   42 
 testing-x86_64/wiper.sh.2_6.max-ranges.patch |   84 +
 4 files changed, 252 insertions(+)

Copied: hdparm/repos/testing-i686/PKGBUILD (from rev 146530, 
hdparm/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-12 16:33:43 UTC (rev 146531)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Paul Mattal p...@archlinux.org
+
+pkgname=hdparm
+pkgver=9.38
+pkgrel=1
+pkgdesc=A shell utility for manipulating Linux IDE drive/driver parameters
+arch=(i686 x86_64)
+depends=('glibc')
+optdepends=('sh: required by idectl and ultrabayd')
+source=(http://downloads.sourceforge.net/sourceforge/hdparm/${pkgname}-${pkgver}.tar.gz
+wiper.sh.2_6.max-ranges.patch)
+license=('BSD')
+url=http://sourceforge.net/projects/hdparm/;
+optdepends=('bash: for wiper.sh script')
+options=('emptydirs')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  # Fix Range input/output error when wiping Intel G2 and OCZ drives
+  patch -Np1 -i $srcdir/wiper.sh.2_6.max-ranges.patch
+  
+  # build
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  # install
+  mkdir -p ${pkgdir}/{usr,sbin}
+  make DESTDIR=${pkgdir} install
+  install -m755 contrib/idectl ${pkgdir}/sbin
+  install -m755 contrib/ultrabayd ${pkgdir}/sbin
+
+  install -D -m 0644 $srcdir/$pkgname-$pkgver/wiper/README.txt 
$pkgdir/usr/share/doc/wiper/README.txt
+  install -D -m 0755 $srcdir/$pkgname-$pkgver/wiper/wiper.sh 
$pkgdir/usr/sbin/wiper.sh
+
+  #install license file
+  install -D -m 644 LICENSE.TXT $pkgdir/usr/share/licenses/hdparm/LICENSE.TXT
+}
+md5sums=('915e74685e2f25eaebe6a26c5d7ca700'
+ '74e368f384166a7710b447573cda120a')

Copied: hdparm/repos/testing-i686/wiper.sh.2_6.max-ranges.patch (from rev 
146530, hdparm/trunk/wiper.sh.2_6.max-ranges.patch)
===
--- testing-i686/wiper.sh.2_6.max-ranges.patch  (rev 0)
+++ testing-i686/wiper.sh.2_6.max-ranges.patch  2012-01-12 16:33:43 UTC (rev 
146531)
@@ -0,0 +1,84 @@
+--- hdparm-9.28/wiper/wiper.sh.orig2010-03-09 06:17:37.0 -0800
+--- hdparm-9.28/wiper/wiper.sh 2010-05-15 03:08:02.182856971 -0700
+@@ -29,7 +29,7 @@
+ function usage_error(){
+   echo 2
+   echo Linux tune-up (TRIM) utility for SATA SSDs
+-  echo Usage:  $0 [--verbose] [--commit] mount_point|block_device 2
++  echo Usage:  $0 [--max-ranges num] [--verbose] [--commit] 
mount_point|block_device 2
+   echoEg:  $0 /dev/sda1 2
+   echo 2
+   exit 1
+@@ -44,6 +44,7 @@
+ 
+ export verbose=0
+ commit=
++max_ranges=-1
+ destroy_me=
+ argc=$#
+ arg=
+@@ -51,6 +52,10 @@
+   commit=yes
+   elif [ $1 = --verbose ]; then
+   verbose=$((verbose + 1))
++  elif [ $1 = --max-ranges -a $argc -gt 1 ]; then
++  max_ranges=$2
++  argc=$((argc - 1))
++  shift
+   elif [ $1 =  ]; then
+   usage_error
+   else
+@@ -499,6 +550,18 @@
+   fi
+ fi
+ 
++## Different SSD's have a different maximum number of ranges they'll accept
++## in a single TRIM command.
++if [ $max_ranges -le 0 ] ; then
++  model=`$HDPARM -I $rawdev | $GAWK '/Model Number/ { print $NF }'`
++  case $model in
++  SSDSA[12]*)  max_ranges=512 ;;  # Intel X18-M/X25-M
++  OCZ-VERTEX2) max_ranges=64 ;;   # OCZ Vertex2
++  *)   max_ranges=65535
++  esac
++fi
++[ $verbose -gt 0 ]  echo max-ranges = $max_ranges
++
+ ## All ready.  Now let the user know exactly what we intend to do:
+ ##
+ mountstatus=$fstype non-mounted
+@@ -608,7 +671,7 @@
+   nsectors += count;
+   while (count  0) {
+   this_count  = (count  65535) ? 65535 : count
+-  printf %u:%u , lba, this_count
++  printf %u:%u \n, lba, this_count
+   if (verbose  1)
+   printf %u:%u , lba, this_count  /dev/stderr
+

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

2012-01-12 Thread Tobias Powalowski
Date: Thursday, January 12, 2012 @ 11:36:30
  Author: tpowa
Revision: 146532

upgpkg: libassuan 2.0.3-1

bump to latest version

Modified:
  libassuan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-12 16:33:43 UTC (rev 146531)
+++ PKGBUILD2012-01-12 16:36:30 UTC (rev 146532)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 
 pkgname=libassuan
-pkgver=2.0.2
+pkgver=2.0.3
 pkgrel=1
 pkgdesc=A IPC library used by some GnuPG related software
 arch=('i686' 'x86_64')
@@ -19,8 +19,13 @@
   make
 }
 
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 }
-md5sums=('3e7d00fd2ee8a0b9c51ac7616ef3f1ec')
+md5sums=('179d1918325fdb928c7bd90b8a514fc7')



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

2012-01-12 Thread Tobias Powalowski
Date: Thursday, January 12, 2012 @ 11:36:58
  Author: tpowa
Revision: 146533

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

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

+
 extra-i686/PKGBUILD|   57 +--
 extra-i686/libassuan.install   |   40 +--
 extra-x86_64/PKGBUILD  |   57 +--
 extra-x86_64/libassuan.install |   40 +--
 4 files changed, 102 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-12 16:36:30 UTC (rev 146532)
+++ extra-i686/PKGBUILD 2012-01-12 16:36:58 UTC (rev 146533)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-
-pkgname=libassuan
-pkgver=2.0.2
-pkgrel=1
-pkgdesc=A IPC library used by some GnuPG related software
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.gnupg.org/related_software/libassuan;
-depends=('libgpg-error')
-options=('!libtool')
-source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2)
-install=libassuan.install
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-md5sums=('3e7d00fd2ee8a0b9c51ac7616ef3f1ec')

Copied: libassuan/repos/extra-i686/PKGBUILD (from rev 146532, 
libassuan/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-12 16:36:58 UTC (rev 146533)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=libassuan
+pkgver=2.0.3
+pkgrel=1
+pkgdesc=A IPC library used by some GnuPG related software
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.gnupg.org/related_software/libassuan;
+depends=('libgpg-error')
+options=('!libtool')
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2)
+install=libassuan.install
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('179d1918325fdb928c7bd90b8a514fc7')

Deleted: extra-i686/libassuan.install
===
--- extra-i686/libassuan.install2012-01-12 16:36:30 UTC (rev 146532)
+++ extra-i686/libassuan.install2012-01-12 16:36:58 UTC (rev 146533)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(assuan.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: libassuan/repos/extra-i686/libassuan.install (from rev 146532, 
libassuan/trunk/libassuan.install)
===
--- extra-i686/libassuan.install(rev 0)
+++ extra-i686/libassuan.install2012-01-12 16:36:58 UTC (rev 146533)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(assuan.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-01-12 16:36:30 UTC (rev 146532)
+++ extra-x86_64/PKGBUILD   2012-01-12 16:36:58 UTC (rev 146533)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-
-pkgname=libassuan
-pkgver=2.0.2
-pkgrel=1
-pkgdesc=A IPC library used by some GnuPG related software
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.gnupg.org/related_software/libassuan;
-depends=('libgpg-error')

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

2012-01-12 Thread Tobias Powalowski
Date: Thursday, January 12, 2012 @ 11:39:32
  Author: tpowa
Revision: 146534

upgpkg: tftp-hpa 5.2-1

bump to latest version

Modified:
  tftp-hpa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-12 16:36:58 UTC (rev 146533)
+++ PKGBUILD2012-01-12 16:39:32 UTC (rev 146534)
@@ -2,7 +2,7 @@
 # Maintainer: dorphell dorph...@archlinux.org
 # Contributor: Jose Javier  joj...@terra.es
 pkgname=tftp-hpa
-pkgver=5.1
+pkgver=5.2
 pkgrel=1
 pkgdesc=Official tftp server
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('readline=6.0.00')
 conflicts=('netkit-tftp')
 backup=('etc/conf.d/tftpd')
-source=(http://www.kernel.org/pub/software/network/tftp/$pkgname-$pkgver.tar.gz
 tftpd.rc tftpd.conf LICENSE)
+source=(http://www.kernel.org/pub/software/network/tftp/tftp-hpa/$pkgname-$pkgver.tar.gz
 tftpd.rc tftpd.conf LICENSE)
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -29,7 +29,7 @@
   rm ${pkgdir}/usr/share/man/man8/tftpd.8
   install -D -m644 ${srcdir}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }
-md5sums=('d086b1bd6e5ed6375ad407e273afccdf'
+md5sums=('3de3038e7c2bf6fc5d496825893ac8e7'
  '83fbb6f52205d95951a3c059e5351ca2'
  '414a79dc891bced056d99a9bb790fc9e'
  '6ce21e27b6fdc1a1adf85c81e42aeecf')



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

2012-01-12 Thread Tobias Powalowski
Date: Thursday, January 12, 2012 @ 11:40:12
  Author: tpowa
Revision: 146535

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

Added:
  tftp-hpa/repos/extra-i686/LICENSE
(from rev 146534, tftp-hpa/trunk/LICENSE)
  tftp-hpa/repos/extra-i686/PKGBUILD
(from rev 146534, tftp-hpa/trunk/PKGBUILD)
  tftp-hpa/repos/extra-i686/tftpd.conf
(from rev 146534, tftp-hpa/trunk/tftpd.conf)
  tftp-hpa/repos/extra-i686/tftpd.rc
(from rev 146534, tftp-hpa/trunk/tftpd.rc)
  tftp-hpa/repos/extra-x86_64/LICENSE
(from rev 146534, tftp-hpa/trunk/LICENSE)
  tftp-hpa/repos/extra-x86_64/PKGBUILD
(from rev 146534, tftp-hpa/trunk/PKGBUILD)
  tftp-hpa/repos/extra-x86_64/tftpd.conf
(from rev 146534, tftp-hpa/trunk/tftpd.conf)
  tftp-hpa/repos/extra-x86_64/tftpd.rc
(from rev 146534, tftp-hpa/trunk/tftpd.rc)
Deleted:
  tftp-hpa/repos/extra-i686/LICENSE
  tftp-hpa/repos/extra-i686/PKGBUILD
  tftp-hpa/repos/extra-i686/tftpd.conf
  tftp-hpa/repos/extra-i686/tftpd.rc
  tftp-hpa/repos/extra-x86_64/LICENSE
  tftp-hpa/repos/extra-x86_64/PKGBUILD
  tftp-hpa/repos/extra-x86_64/tftpd.conf
  tftp-hpa/repos/extra-x86_64/tftpd.rc

-+
 extra-i686/LICENSE  |   64 +++---
 extra-i686/PKGBUILD |   70 +-
 extra-i686/tftpd.conf   |8 ++--
 extra-i686/tftpd.rc |   76 +++---
 extra-x86_64/LICENSE|   64 +++---
 extra-x86_64/PKGBUILD   |   70 +-
 extra-x86_64/tftpd.conf |8 ++--
 extra-x86_64/tftpd.rc   |   76 +++---
 8 files changed, 218 insertions(+), 218 deletions(-)

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2012-01-12 16:39:32 UTC (rev 146534)
+++ extra-i686/LICENSE  2012-01-12 16:40:12 UTC (rev 146535)
@@ -1,32 +0,0 @@
-/*
- * Copyright (c) 1983, 1993
- *  The Regents of the University of California.  All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *notice, this list of conditions and the following disclaimer in the
- *documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *must display the following acknowledgement:
- *  This product includes software developed by the University of
- *  California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
- *may be used to endorse or promote products derived from this software
- *without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
- */

Copied: tftp-hpa/repos/extra-i686/LICENSE (from rev 146534, 
tftp-hpa/trunk/LICENSE)
===
--- extra-i686/LICENSE  (rev 0)
+++ extra-i686/LICENSE  2012-01-12 16:40:12 UTC (rev 146535)
@@ -0,0 +1,32 @@
+/*
+ * Copyright (c) 1983, 1993
+ *  The Regents of the University of California.  All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *notice, this list of conditions and the following disclaimer in the
+ *documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ *must display the following acknowledgement:
+ *  This product includes software developed by the University of
+ *  

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

2012-01-12 Thread Tobias Powalowski
Date: Thursday, January 12, 2012 @ 11:56:09
  Author: tpowa
Revision: 146536

upgpkg: rpcbind 0.2.0-6

added FS#27326

Modified:
  rpcbind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-12 16:40:12 UTC (rev 146535)
+++ PKGBUILD2012-01-12 16:56:09 UTC (rev 146536)
@@ -3,7 +3,7 @@
 
 pkgname=rpcbind
 pkgver=0.2.0
-pkgrel=5
+pkgrel=6
 pkgdesc=portmap replacement which supports RPC over various protocols
 arch=(i686 x86_64)
 depends=('bash' 'glibc' 'libtirpc')
@@ -21,7 +21,7 @@
   cd $srcdir/$pkgname-$pkgver
   # patch for iana services file
   patch -Np1 -i ../rpcbind-sunrpc.patch
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --enable-warmstarts --with-statedir=/run
   make
 }
 



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

2012-01-12 Thread Tobias Powalowski
Date: Thursday, January 12, 2012 @ 11:56:40
  Author: tpowa
Revision: 146537

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

Added:
  rpcbind/repos/testing-i686/
  rpcbind/repos/testing-i686/PKGBUILD
(from rev 146536, rpcbind/trunk/PKGBUILD)
  rpcbind/repos/testing-i686/rpcbind
(from rev 146536, rpcbind/trunk/rpcbind)
  rpcbind/repos/testing-i686/rpcbind-sunrpc.patch
(from rev 146536, rpcbind/trunk/rpcbind-sunrpc.patch)
  rpcbind/repos/testing-x86_64/
  rpcbind/repos/testing-x86_64/PKGBUILD
(from rev 146536, rpcbind/trunk/PKGBUILD)
  rpcbind/repos/testing-x86_64/rpcbind
(from rev 146536, rpcbind/trunk/rpcbind)
  rpcbind/repos/testing-x86_64/rpcbind-sunrpc.patch
(from rev 146536, rpcbind/trunk/rpcbind-sunrpc.patch)

-+
 testing-i686/PKGBUILD   |   42 ++
 testing-i686/rpcbind|   39 +++
 testing-i686/rpcbind-sunrpc.patch   |   22 +
 testing-x86_64/PKGBUILD |   42 ++
 testing-x86_64/rpcbind  |   39 +++
 testing-x86_64/rpcbind-sunrpc.patch |   22 +
 6 files changed, 206 insertions(+)

Copied: rpcbind/repos/testing-i686/PKGBUILD (from rev 146536, 
rpcbind/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-12 16:56:40 UTC (rev 146537)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=rpcbind
+pkgver=0.2.0
+pkgrel=6
+pkgdesc=portmap replacement which supports RPC over various protocols
+arch=(i686 x86_64)
+depends=('bash' 'glibc' 'libtirpc')
+url=http://rpcbind.sourceforge.net;
+license=('custom')
+replaces=('portmap')
+source=(http://downloads.sourceforge.net/sourceforge/rpcbind/rpcbind-0.2.0.tar.bz2
+rpcbind-sunrpc.patch
+rpcbind)
+md5sums=('1a77ddb1aaea8099ab19c351eeb26316'
+ 'c02ac36a98baac70b8a26190524b7b73'
+ '78a963654f57cbb209e228884767836e')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  # patch for iana services file
+  patch -Np1 -i ../rpcbind-sunrpc.patch
+  ./configure --prefix=/usr --enable-warmstarts --with-statedir=/run
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # install missing man page - https://bugs.archlinux.org/task/21271
+  install -m644 man/rpcinfo.8 $pkgdir/usr/share/man/man8/
+  # install daemon 
+  install -D -m755 $srcdir/rpcbind $pkgdir/etc/rc.d/rpcbind
+  # install license
+  install -D -m644 COPYING $pkgdir/usr/share/licenses/rpcbind/COPYING
+}

Copied: rpcbind/repos/testing-i686/rpcbind (from rev 146536, 
rpcbind/trunk/rpcbind)
===
--- testing-i686/rpcbind(rev 0)
+++ testing-i686/rpcbind2012-01-12 16:56:40 UTC (rev 146537)
@@ -0,0 +1,39 @@
+#!/bin/bash
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+
+PID=$(pidof -o %PPID /usr/bin/rpcbind)
+case $1 in
+  start)
+stat_busy Starting rpcbind
+[ -z $PID ]  /usr/bin/rpcbind /dev/null
+if [ $? -gt 0 ]; then
+  stat_fail
+else
+  PID=$(pidof -o %PPID /usr/bin/rpcbind)
+  echo $PID  /var/run/rpcbind.pid
+  add_daemon rpcbind
+  stat_done
+fi
+;;
+  stop)
+stat_busy Stopping rpcbind
+[ ! -z $PID ]   kill $PID  /dev/null
+if [ $? -gt 0 ]; then
+  stat_fail
+else
+  rm /var/run/rpcbind.pid
+  rm_daemon rpcbind
+  stat_done
+fi
+;;
+  restart)
+$0 stop
+sleep 1
+$0 start
+;;
+  *)
+echo usage: $0 {start|stop|restart}  
+esac
+exit 0

Copied: rpcbind/repos/testing-i686/rpcbind-sunrpc.patch (from rev 146536, 
rpcbind/trunk/rpcbind-sunrpc.patch)
===
--- testing-i686/rpcbind-sunrpc.patch   (rev 0)
+++ testing-i686/rpcbind-sunrpc.patch   2012-01-12 16:56:40 UTC (rev 146537)
@@ -0,0 +1,22 @@
+--- rpcbind-0.1.7/src/rpcbind.c.orig   2008-11-19 14:17:34.0 +0100
 rpcbind-0.1.7/src/rpcbind.c2010-01-07 13:03:37.416632894 +0100
+@@ -114,7 +114,7 @@
+ char *udp_uaddr;  /* Universal UDP address */
+ char *tcp_uaddr;  /* Universal TCP address */
+ #endif
+-static char servname[] = rpcbind;
++static char servname[] = sunrpc;
+ static char superuser[] = superuser;
+ 
+ int main __P((int, char *[]));
+--- rpcbind-0.1.7/src/rpcinfo.c~   2010-01-08 16:14:24.592156602 +
 rpcbind-0.1.7/src/rpcinfo.c2010-01-08 16:14:31.578838609 +
+@@ -633,7 +633,7 @@
+   {
+ memset (hints, 0, sizeof hints);
+ hints.ai_family = AF_INET;
+-if ((error = getaddrinfo (host, rpcbind, hints, res)) != 0 
++if ((error = getaddrinfo 

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

2012-01-12 Thread Dave Reisner
Date: Thursday, January 12, 2012 @ 15:24:44
  Author: dreisner
Revision: 146538

upgpkg: kmod 3-6

- bundle a git snapshot instead of backporting patches

Modified:
  kmod/trunk/PKGBUILD
Deleted:
  kmod/trunk/fix-error-path-when-loading-deps.patch
  kmod/trunk/return-non-zero-on-fail.patch
  kmod/trunk/use-path-max-for-alias-names.patch

+
 PKGBUILD   |   26 ++---
 fix-error-path-when-loading-deps.patch |   35 ---
 return-non-zero-on-fail.patch  |   30 --
 use-path-max-for-alias-names.patch |  147 ---
 4 files changed, 10 insertions(+), 228 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-12 16:56:40 UTC (rev 146537)
+++ PKGBUILD2012-01-12 20:24:44 UTC (rev 146538)
@@ -3,7 +3,8 @@
 
 pkgname=kmod
 pkgver=3
-pkgrel=5
+pkgrel=6
+_snapdt=20120112
 pkgdesc=Linux kernel module handling
 arch=('i686' 'x86_64')
 url=http://git.profusion.mobi/cgit.cgi/kmod.git;
@@ -13,26 +14,19 @@
 provides=('module-init-tools=3.16')
 conflicts=('module-init-tools')
 replaces=('module-init-tools')
-source=(http://packages.profusion.mobi/$pkgname/$pkgname-$pkgver.tar.xz;
-depmod-search.conf
-return-non-zero-on-fail.patch
-use-path-max-for-alias-names.patch
-fix-error-path-when-loading-deps.patch)
-md5sums=('bc0e69f75c2ac22c091f05e166e86c5d'
- '4b8cbcbc54b9029c99fd730e257d4436'
- '4be6f783a7fc2d1747ccaa2536d2e88f'
- '4d801693a6788236b4ed578c24514d62'
- 'd0f01e506e825156760e6129f04eea28')
+options=('!strip')
+source=(#http://packages.profusion.mobi/$pkgname/$pkgname-$pkgver.tar.xz;
+
ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.$_snapdt.tar.xz;
+depmod-search.conf)
+md5sums=('78252871325d3950bb132cde81c488b0'
+ '4b8cbcbc54b9029c99fd730e257d4436')
 
 build() {
   cd $pkgname-$pkgver
 
-  patch -Np1 $srcdir/return-non-zero-on-fail.patch
-  patch -Np1 $srcdir/use-path-max-for-alias-names.patch
-  patch -Np1 $srcdir/fix-error-path-when-loading-deps.patch
-
-  ./configure \
+  CFLAGS+=' -g' ./configure \
 --sysconfdir=/etc \
+--enable-debug \
 --with-rootprefix= \
 --with-rootlibdir=/lib \
 --with-zlib

Deleted: fix-error-path-when-loading-deps.patch
===
--- fix-error-path-when-loading-deps.patch  2012-01-12 16:56:40 UTC (rev 
146537)
+++ fix-error-path-when-loading-deps.patch  2012-01-12 20:24:44 UTC (rev 
146538)
@@ -1,35 +0,0 @@
-From cb0d0b72128ac566aad9a72800c5a64af66f0b6e Mon Sep 17 00:00:00 2001
-From: Lucas De Marchi lucas.demar...@profusion.mobi
-Date: Sun, 8 Jan 2012 18:08:05 -0200
-Subject: [PATCH] modprobe: fix error path when loading dependencies
-
-demarchi scenario is the following:
-demarchi modA depends on modB and modC
-demarchi if there's a race when trying to insert a dependency of a module, say
-  modB, it will stop loading all the modules
-demarchi it should check by module already loaded error
-demarchi like it does for modA

- tools/kmod-modprobe.c |4 +++-
- 1 files changed, 3 insertions(+), 1 deletions(-)
-
-diff --git a/tools/kmod-modprobe.c b/tools/kmod-modprobe.c
-index eaf9346..2cda935 100644
 a/tools/kmod-modprobe.c
-+++ b/tools/kmod-modprobe.c
-@@ -666,9 +666,11 @@ static int insmod_do_deps_list(struct kmod_module 
*parent, struct kmod_list *dep
-   flags |= KMOD_INSERT_FORCE_VERMAGIC;
- 
-   r = kmod_module_insert_module(dm, flags, opts);
-+  if (r == -EEXIST  !first_time)
-+  r = 0;
-   if (r  0) {
-   WRN(could not insert '%s': %s\n,
--  dmname, strerror(-r));
-+  dmname, strerror(-r));
-   goto dep_error;
-   }
-   }
--- 
-1.7.8.1
-

Deleted: return-non-zero-on-fail.patch
===
--- return-non-zero-on-fail.patch   2012-01-12 16:56:40 UTC (rev 146537)
+++ return-non-zero-on-fail.patch   2012-01-12 20:24:44 UTC (rev 146538)
@@ -1,30 +0,0 @@
-diff --git a/tools/kmod-modinfo.c b/tools/kmod-modinfo.c
-index b6af26f..8506193 100644
 a/tools/kmod-modinfo.c
-+++ b/tools/kmod-modinfo.c
-@@ -279,6 +279,12 @@ static int modinfo_alias_do(struct kmod_ctx *ctx, const 
char *alias)
-   LOG(Module alias %s not found.\n, alias);
-   return err;
-   }
-+
-+  if (list == NULL) {
-+  LOG(Module %s not found.\n, alias);
-+  return -ENOENT;
-+  }
-+
-   kmod_list_foreach(l, list) {
-   struct kmod_module *mod = kmod_module_get_module(l);
-   int r = modinfo_do(mod);
-diff --git a/tools

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

2012-01-12 Thread Dave Reisner
Date: Thursday, January 12, 2012 @ 15:25:05
  Author: dreisner
Revision: 146539

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

Added:
  kmod/repos/testing-i686/PKGBUILD
(from rev 146538, kmod/trunk/PKGBUILD)
  kmod/repos/testing-i686/depmod-search.conf
(from rev 146538, kmod/trunk/depmod-search.conf)
  kmod/repos/testing-x86_64/PKGBUILD
(from rev 146538, kmod/trunk/PKGBUILD)
  kmod/repos/testing-x86_64/depmod-search.conf
(from rev 146538, kmod/trunk/depmod-search.conf)
Deleted:
  kmod/repos/testing-i686/PKGBUILD
  kmod/repos/testing-i686/depmod-search.conf
  kmod/repos/testing-i686/fix-error-path-when-loading-deps.patch
  kmod/repos/testing-i686/return-non-zero-on-fail.patch
  kmod/repos/testing-i686/use-path-max-for-alias-names.patch
  kmod/repos/testing-x86_64/PKGBUILD
  kmod/repos/testing-x86_64/depmod-search.conf
  kmod/repos/testing-x86_64/fix-error-path-when-loading-deps.patch
  kmod/repos/testing-x86_64/return-non-zero-on-fail.patch
  kmod/repos/testing-x86_64/use-path-max-for-alias-names.patch

---+
 testing-i686/PKGBUILD |  126 ++---
 testing-i686/depmod-search.conf   |   10 -
 testing-i686/fix-error-path-when-loading-deps.patch   |   35 ---
 testing-i686/return-non-zero-on-fail.patch|   30 ---
 testing-i686/use-path-max-for-alias-names.patch   |  147 
 testing-x86_64/PKGBUILD   |  126 ++---
 testing-x86_64/depmod-search.conf |   10 -
 testing-x86_64/fix-error-path-when-loading-deps.patch |   35 ---
 testing-x86_64/return-non-zero-on-fail.patch  |   30 ---
 testing-x86_64/use-path-max-for-alias-names.patch |  147 
 10 files changed, 130 insertions(+), 566 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-01-12 20:24:44 UTC (rev 146538)
+++ testing-i686/PKGBUILD   2012-01-12 20:25:05 UTC (rev 146539)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-
-pkgname=kmod
-pkgver=3
-pkgrel=5
-pkgdesc=Linux kernel module handling
-arch=('i686' 'x86_64')
-url=http://git.profusion.mobi/cgit.cgi/kmod.git;
-license=('GPL2')
-depends=('glibc' 'zlib')
-options=('!libtool')
-provides=('module-init-tools=3.16')
-conflicts=('module-init-tools')
-replaces=('module-init-tools')
-source=(http://packages.profusion.mobi/$pkgname/$pkgname-$pkgver.tar.xz;
-depmod-search.conf
-return-non-zero-on-fail.patch
-use-path-max-for-alias-names.patch
-fix-error-path-when-loading-deps.patch)
-md5sums=('bc0e69f75c2ac22c091f05e166e86c5d'
- '4b8cbcbc54b9029c99fd730e257d4436'
- '4be6f783a7fc2d1747ccaa2536d2e88f'
- '4d801693a6788236b4ed578c24514d62'
- 'd0f01e506e825156760e6129f04eea28')
-
-build() {
-  cd $pkgname-$pkgver
-
-  patch -Np1 $srcdir/return-non-zero-on-fail.patch
-  patch -Np1 $srcdir/use-path-max-for-alias-names.patch
-  patch -Np1 $srcdir/fix-error-path-when-loading-deps.patch
-
-  ./configure \
---sysconfdir=/etc \
---with-rootprefix= \
---with-rootlibdir=/lib \
---with-zlib
-
-  make
-}
-
-check() {
-  make -C $pkgname-$pkgver check
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-
-  # binary directories
-  install -dm755 $pkgdir/{,s}bin
-
-  # configuration directories
-  install -dm755 $pkgdir/{etc,lib}/{depmod,modprobe}.d
-
-  # add symlinks to kmod
-  ln -s /usr/bin/kmod $pkgdir/bin/lsmod
-  for tool in {ins,rm,dep}mod mod{info,probe}; do
-ln -s ../usr/bin/kmod $pkgdir/sbin/$tool
-  done
-
-  # install depmod.d file for search/ dir
-  install -Dm644 $srcdir/depmod-search.conf 
$pkgdir/lib/depmod.d/search.conf
-}
-
-# vim: ft=sh syn=sh et

Copied: kmod/repos/testing-i686/PKGBUILD (from rev 146538, kmod/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-12 20:25:05 UTC (rev 146539)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+
+pkgname=kmod
+pkgver=3
+pkgrel=6
+_snapdt=20120112
+pkgdesc=Linux kernel module handling
+arch=('i686' 'x86_64')
+url=http://git.profusion.mobi/cgit.cgi/kmod.git;
+license=('GPL2')
+depends=('glibc' 'zlib')
+options=('!libtool')
+provides=('module-init-tools=3.16')
+conflicts=('module-init-tools')
+replaces=('module-init-tools')
+options=('!strip')
+source=(#http://packages.profusion.mobi/$pkgname/$pkgname-$pkgver.tar.xz;
+
ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.$_snapdt.tar.xz;
+depmod-search.conf)
+md5sums=('78252871325d3950bb132cde81c488b0'
+ '4b8cbcbc54b9029c99fd730e257d4436')
+
+build() {
+  cd $pkgname-$pkgver
+
+  CFLAGS+=' -g' ./configure \
+--sysconfdir=/etc \
+--enable-debug

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

2012-01-12 Thread Tom Gundersen
Date: Thursday, January 12, 2012 @ 15:44:48
  Author: tomegun
Revision: 146540

upgpkg: udev 177-1

upstream update

Default locations of many files changed. I did my best to change them back (as 
we are not ready
to move /bin to /usr/bin yet).

Modified:
  udev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-12 20:25:05 UTC (rev 146539)
+++ PKGBUILD2012-01-12 20:44:48 UTC (rev 146540)
@@ -6,15 +6,15 @@
 
 pkgbase=udev
 pkgname=('udev' 'udev-compat')
-pkgver=176
+pkgver=177
 pkgrel=1
 arch=(i686 x86_64)
 url=http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html;
 license=('GPL')
 groups=('base')
 options=(!makeflags !libtool)
-makedepends=('gobject-introspection' 'gperf')
-source=(http://www.kernel.org/pub/linux/utils/kernel/hotplug/$pkgbase-$pkgver.tar.xz)
+makedepends=('gobject-introspection' 'gperf' 'libxslt' 'usbutils' 'kmod')
+source=(ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/$pkgbase-$pkgver.tar.xz)
 
 build() {
   cd $srcdir/$pkgbase-$pkgver
@@ -34,7 +34,7 @@
   
 package_udev() {
   pkgdesc=The userspace dev tools (udev)
-  depends=('util-linux' 'libusb-compat' 'glib2' 'kmod' 'pciutils' 'usbutils')
+  depends=('util-linux' 'libusb-compat' 'glib2' 'kmod' 'pciutils' 'usbutils' 
'pciutils' 'glib2')
   install=udev.install
   backup=(etc/udev/udev.conf)
   conflicts=('pcmcia-cs' 'hotplug' 'initscripts2009.07')
@@ -101,4 +101,5 @@
   mknod cpu/microcode c 10 184
   
 }
-md5sums=('d5e20b921530a4639311f6684d31c93b')
+
+md5sums=('b4e00faf8153fd7202a7ef609284b0c3')



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

2012-01-12 Thread Tom Gundersen
Date: Thursday, January 12, 2012 @ 15:45:08
  Author: tomegun
Revision: 146541

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

Added:
  udev/repos/testing-i686/
  udev/repos/testing-i686/PKGBUILD
(from rev 146540, udev/trunk/PKGBUILD)
  udev/repos/testing-i686/udev.install
(from rev 146540, udev/trunk/udev.install)
  udev/repos/testing-x86_64/
  udev/repos/testing-x86_64/PKGBUILD
(from rev 146540, udev/trunk/PKGBUILD)
  udev/repos/testing-x86_64/udev.install
(from rev 146540, udev/trunk/udev.install)

-+
 testing-i686/PKGBUILD   |  105 ++
 testing-i686/udev.install   |   65 ++
 testing-x86_64/PKGBUILD |  105 ++
 testing-x86_64/udev.install |   65 ++
 4 files changed, 340 insertions(+)

Copied: udev/repos/testing-i686/PKGBUILD (from rev 146540, udev/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-12 20:45:08 UTC (rev 146541)
@@ -0,0 +1,105 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Aaron Griffin aa...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+# Contributor: Thomas Bächler tho...@archlinux.org
+
+pkgbase=udev
+pkgname=('udev' 'udev-compat')
+pkgver=177
+pkgrel=1
+arch=(i686 x86_64)
+url=http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html;
+license=('GPL')
+groups=('base')
+options=(!makeflags !libtool)
+makedepends=('gobject-introspection' 'gperf' 'libxslt' 'usbutils' 'kmod')
+source=(ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/$pkgbase-$pkgver.tar.xz)
+
+build() {
+  cd $srcdir/$pkgbase-$pkgver
+
+  ./configure --prefix=/usr \
+  --with-rootprefix= \
+  --sysconfdir=/etc \
+  --bindir=/sbin \
+  --libdir=/usr/lib \
+  --with-rootlibdir=/lib \
+  --libexecdir=/lib \
+  --with-systemdsystemunitdir=/lib/systemd/system \
+  --enable-udev_acl
+
+  make
+}
+  
+package_udev() {
+  pkgdesc=The userspace dev tools (udev)
+  depends=('util-linux' 'libusb-compat' 'glib2' 'kmod' 'pciutils' 'usbutils' 
'pciutils' 'glib2')
+  install=udev.install
+  backup=(etc/udev/udev.conf)
+  conflicts=('pcmcia-cs' 'hotplug' 'initscripts2009.07')
+  replaces=('devfsd')
+  
+  cd $srcdir/$pkgbase-$pkgver
+  make DESTDIR=${pkgdir} install
+
+  # create framebuffer blacklist
+  install -d -m755 ${pkgdir}/lib/modprobe.d/
+  for mod in $(find /lib/modules/*/kernel/drivers/video -name '*fb.ko.gz' 
-exec basename {} .ko.gz \;); do 
+   echo blacklist $mod 
+  done | sort -u  $pkgdir/lib/modprobe.d/framebuffer_blacklist.conf
+
+  # /dev/loop0 is created for convenience, to autoload the module if necessary
+  # this is no longer needed when util-linux-2.21 is released as 
/dev/loop-control
+  # will be used instead. In that case move this to udev-compat
+  install -d -m755 ${pkgdir}/lib/udev/devices/
+  mknod ${pkgdir}/lib/udev/devices/loop0 b 7 0
+  chgrp disk ${pkgdir}/lib/udev/devices/loop0
+ 
+  # udevd moved, symlink to make life easy for restarting udevd manually
+  ln -s /lib/udev/udevd ${pkgdir}/sbin/udevd
+
+  # Replace dialout/tape/cdrom group in rules with uucp/storage/optical group
+  for i in $pkgdir/lib/udev/rules.d/*.rules; do
+sed -i -e 's#GROUP=dialout#GROUP=uucp#g;
+   s#GROUP=tape#GROUP=storage#g;
+   s#GROUP=cdrom#GROUP=optical#g' $i
+  done
+}
+
+package_udev-compat() {
+  pkgdesc=The userspace dev tools (udev) - additional rules for older kernels
+  depends=('udev')
+  groups=('')
+  install -d -m755 ${pkgdir}/lib/udev/rules.d
+  install -D -m644 
${srcdir}/${pkgbase}-${pkgver}/rules/misc/30-kernel-compat.rules 
${pkgdir}/lib/udev/rules.d/30-kernel-compat.rules
+
+  # create static nodes to be compatible with on-demand module
+  # loading in the most recent kernel
+  #
+  # the list of nodes is generated from /lib/modules/`most recent 
kernel`/modprobe.devname
+  # excluding any devices not included in the LTS kernel and any entries in the
+  # modprobe.devname file of the LTS kernel (if it exists).
+
+  install -d -m755 ${pkgdir}/lib/udev/devices
+  cd ${pkgdir}/lib/udev/devices
+
+  install -d -m755 net
+  mknod net/tun c 10 200
+  mknod ppp c 108 0
+#  mknod loop-control c 10 237 -- does not exist in old kernels
+  mknod uinput c 10 223
+  install -d -m755 mapper
+  mknod mapper/control c 10 236
+  install -d -m755 snd
+  mknod snd/timer c 116 33
+  mknod snd/seq c 116 1
+  mknod btrfs-control c 10 234
+  mknod autofs c 10 235
+  mknod fuse c 10 229
+  install -d -m755 cpu
+  mknod cpu/microcode c 10 184
+  
+}
+
+md5sums=('b4e00faf8153fd7202a7ef609284b0c3')

Copied: udev/repos/testing-i686/udev.install (from rev 146540, 
udev/trunk/udev.install)

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

2012-01-12 Thread Andrea Scarpino
Date: Thursday, January 12, 2012 @ 16:06:24
  Author: andrea
Revision: 146542

upgpkg: translate-toolkit 1.9.0-3

Apply patch

Modified:
  translate-toolkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-12 20:45:08 UTC (rev 146541)
+++ PKGBUILD2012-01-12 21:06:24 UTC (rev 146542)
@@ -5,7 +5,7 @@
 
 pkgname=translate-toolkit
 pkgver=1.9.0
-pkgrel=2
+pkgrel=3
 pkgdesc=A toolkit to convert between various different translation formats, 
help process and validate localisations
 arch=('any')
 url=http://translate.sourceforge.net/wiki/toolkit/index;
@@ -18,8 +18,11 @@
  'dc40fb26dd7905800abafad9041d98f3')
 
 package() {
+  # FS#27907
+  cd ${srcdir}/${pkgname}-${pkgver}/translate
+  patch -p0 -i ${srcdir}/fix-locale.patch
+
   cd ${srcdir}/${pkgname}-${pkgver}
-
   sed -i -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
 -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
 $(find . -name '*.py')



[arch-commits] Commit in translate-toolkit/repos/extra-any (4 files)

2012-01-12 Thread Andrea Scarpino
Date: Thursday, January 12, 2012 @ 16:06:39
  Author: andrea
Revision: 146543

archrelease: copy trunk to extra-any

Added:
  translate-toolkit/repos/extra-any/PKGBUILD
(from rev 146542, translate-toolkit/trunk/PKGBUILD)
  translate-toolkit/repos/extra-any/fix-locale.patch
(from rev 146542, translate-toolkit/trunk/fix-locale.patch)
Deleted:
  translate-toolkit/repos/extra-any/PKGBUILD
  translate-toolkit/repos/extra-any/fix-locale.patch

--+
 PKGBUILD |   59 +++--
 fix-locale.patch |   56 +-
 2 files changed, 59 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-01-12 21:06:24 UTC (rev 146542)
+++ PKGBUILD2012-01-12 21:06:39 UTC (rev 146543)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Hugo Doria hugodoria at gmail.com
-
-pkgname=translate-toolkit
-pkgver=1.9.0
-pkgrel=2
-pkgdesc=A toolkit to convert between various different translation formats, 
help process and validate localisations
-arch=('any')
-url=http://translate.sourceforge.net/wiki/toolkit/index;
-license=('GPL')
-depends=('bash' 'python-lxml')
-optdepends=('python2-iniparse: to use ini2po script')
-source=(http://downloads.sourceforge.net/translate/${pkgname}-${pkgver}.tar.bz2;
-'fix-locale.patch')
-md5sums=('6106bb27887a77c056bfa7d2fd89204d'
- 'dc40fb26dd7905800abafad9041d98f3')
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  sed -i -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
--e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
-$(find . -name '*.py')
-
-  python2 setup.py install --root=${pkgdir} --optimize=1
-}

Copied: translate-toolkit/repos/extra-any/PKGBUILD (from rev 146542, 
translate-toolkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-01-12 21:06:39 UTC (rev 146543)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Hugo Doria hugodoria at gmail.com
+
+pkgname=translate-toolkit
+pkgver=1.9.0
+pkgrel=3
+pkgdesc=A toolkit to convert between various different translation formats, 
help process and validate localisations
+arch=('any')
+url=http://translate.sourceforge.net/wiki/toolkit/index;
+license=('GPL')
+depends=('bash' 'python-lxml')
+optdepends=('python2-iniparse: to use ini2po script')
+source=(http://downloads.sourceforge.net/translate/${pkgname}-${pkgver}.tar.bz2;
+'fix-locale.patch')
+md5sums=('6106bb27887a77c056bfa7d2fd89204d'
+ 'dc40fb26dd7905800abafad9041d98f3')
+
+package() {
+  # FS#27907
+  cd ${srcdir}/${pkgname}-${pkgver}/translate
+  patch -p0 -i ${srcdir}/fix-locale.patch
+
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
+-e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
+$(find . -name '*.py')
+
+  python2 setup.py install --root=${pkgdir} --optimize=1
+}

Deleted: fix-locale.patch
===
--- fix-locale.patch2012-01-12 21:06:24 UTC (rev 146542)
+++ fix-locale.patch2012-01-12 21:06:39 UTC (rev 146543)
@@ -1,28 +0,0 @@
-Index: storage/statsdb.py
-===
 storage/statsdb.py (revision 17950)
-+++ storage/statsdb.py (working copy)
-@@ -468,9 +468,10 @@
- unconditionally.
- self.cur.execute(DELETE FROM files WHERE
- path=?;, (realpath,))
--self.cur.execute(INSERT INTO files
-+self.cur.execute(iNSERT INTO files
- (fileid, path, st_mtime, st_size, toolkitbuild) values (NULL, ?, 
?, ?, ?);,
- (realpath, mod_info[0], mod_info[1], toolkitversion.build))
-+# Unusual capitalisation intended. See bug 2073.
- fileid = self.cur.lastrowid
- self.cur.execute(DELETE FROM units WHERE
- fileid=?, (fileid,))
-@@ -628,9 +629,10 @@
- configid = self._getstoredcheckerconfig(checker)
- if configid:
- return configid
--self.cur.execute(INSERT INTO checkerconfigs
-+self.cur.execute(iNSERT INTO checkerconfigs
- (configid, config) values (NULL, ?);,
- (str(checker.config.__dict__),))
-+# Unusual capitalisation intended. See bug 2073.
- return self.cur.lastrowid
- 
- def filechecks(self, filename, checker, store=None):

Copied: translate-toolkit/repos/extra-any/fix-locale.patch (from rev 146542, 
translate-toolkit/trunk/fix-locale.patch)
===
--- fix-locale.patch(rev 0)
+++ 

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

2012-01-12 Thread Pierre Schmitz
Date: Thursday, January 12, 2012 @ 16:08:22
  Author: pierre
Revision: 146544

use new upstream suhosin patch

Modified:
  php/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-12 21:06:39 UTC (rev 146543)
+++ PKGBUILD2012-01-12 21:08:22 UTC (rev 146544)
@@ -22,7 +22,7 @@
  'php-tidy'
  'php-xsl')
 pkgver=5.3.9
-_suhosinver=5.3.7-0.9.10
+_suhosinver=5.3.9-0.9.10
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('PHP')
@@ -37,8 +37,8 @@
 'php.ini.patch' 'apache.conf' 'rc.d.php-fpm' 'php-fpm.conf.in.patch'
 'logrotate.d.php-fpm')
 md5sums=('dd3288ed5c08cd61ac5bf619cb357521'
- '08582e502fed8221c6577042ca45ddb8'
- '5bf4473f658404aa9a97bf026ecef8e9'
+ 'c099b3d7eac95018ababd41ded7f3066'
+ 'c15d18f846be1d69144a5d0056ee6506'
  'ffc338e8ce2a990f6f2a486355bbab65'
  'dec2cbaad64e3abf4f0ec70e1de4e8e9'
  'b01be5f816988fcee7e78225836e5e27'
@@ -137,7 +137,7 @@
cd ${srcdir}/${pkgbase}-${pkgver}
 
# apply suhosin patch
-   sed 's/1997-2011/1997-2012/g' 
${srcdir}/suhosin-patch-${_suhosinver}.patch | patch -p1
+   patch -p1 -i ${srcdir}/suhosin-patch-${_suhosinver}.patch
 
# adjust paths
patch -p0 -i ${srcdir}/php.ini.patch



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

2012-01-12 Thread Tom Gundersen
Date: Thursday, January 12, 2012 @ 16:34:33
  Author: tomegun
Revision: 146545

removed duplicate dep, and ancient conflicts/replaces

Modified:
  udev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-12 21:08:22 UTC (rev 146544)
+++ PKGBUILD2012-01-12 21:34:33 UTC (rev 146545)
@@ -34,11 +34,9 @@
   
 package_udev() {
   pkgdesc=The userspace dev tools (udev)
-  depends=('util-linux' 'libusb-compat' 'glib2' 'kmod' 'pciutils' 'usbutils' 
'pciutils' 'glib2')
+  depends=('util-linux' 'libusb-compat' 'glib2' 'kmod' 'pciutils' 'usbutils' 
'pciutils')
   install=udev.install
   backup=(etc/udev/udev.conf)
-  conflicts=('pcmcia-cs' 'hotplug' 'initscripts2009.07')
-  replaces=('devfsd')
   
   cd $srcdir/$pkgbase-$pkgver
   make DESTDIR=${pkgdir} install



[arch-commits] Commit in openjdk6/trunk (PKGBUILD glibc2_15.diff)

2012-01-12 Thread andyrtr
Date: Thursday, January 12, 2012 @ 16:44:34
  Author: andyrtr
Revision: 146546

upgpkg: openjdk6 6.b22_1.10.5-1

upstream update 1.10.5

Added:
  openjdk6/trunk/glibc2_15.diff
Modified:
  openjdk6/trunk/PKGBUILD

+
 PKGBUILD   |   35 ++--
 glibc2_15.diff |  236 +++
 2 files changed, 247 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-12 21:34:33 UTC (rev 146545)
+++ PKGBUILD2012-01-12 21:44:34 UTC (rev 146546)
@@ -4,12 +4,10 @@
 
 pkgname=('openjdk6' 'openjdk6-src')
 pkgbase=openjdk6
-#_date=20100715
 _javaver=6
-_icedteaver=1.10.4
+_icedteaver=1.10.5
 _openjdk_version=b22
 _openjdk_date=28_feb_2011
-#pkgver=${_javaver}.${_openjdk_version}_0.hg_${_date}
 pkgver=${_javaver}.${_openjdk_version}_${_icedteaver}
 pkgrel=1
 url='http://icedtea.classpath.org'
@@ -17,25 +15,25 @@
 license=('custom')
 makedepends=('gcc-libs' 'xdg-utils' 'hicolor-icon-theme' 
'ca-certificates-java' 'libxtst' 'alsa-lib' 'giflib' 'libxp' 'gtk2'
 'nspr' 'zlib' 'freetype2' 'libjpeg=8' 'libx11' 'libcups' 'patch' 
'xalan-java' 'libxt' 'nss'
-'apache-ant' 'autoconf' 'unzip' 'rhino' 'mercurial' 'zip' 'cpio')
+'apache-ant' 'autoconf' 'unzip' 'rhino' 'mercurial' 'zip' 'cpio' 
'openjdk6')
 options=('!emptydirs') # 'force') # force needed for hg shots
 
source=(http://icedtea.classpath.org/download/source/icedtea6-${_icedteaver}.tar.gz
-   #ftp://ftp.archlinux.org/other/openjdk6/icedtea6-${_date}.tar.xz

http://download.java.net/openjdk/jdk6/promoted/${_openjdk_version}/openjdk-6-src-${_openjdk_version}-${_openjdk_date}.tar.gz
http://icedtea.classpath.org/download/drops/jaxp144_01.zip
-   
https://jax-ws.dev.java.net/files/documents/4202/150724/jdk6-jaxws-b20.zip
-   https://jax-ws.dev.java.net/files/documents/4202/150725/jdk6-jaf-b20.zip
+   http://icedtea.classpath.org/download/drops/jdk6-jaxws-b20.zip
+   http://icedtea.classpath.org/download/drops/jdk6-jaf-b20.zip
fix_jdk_cmds_path.diff
fix_corba_cmds_path.diff
fontconfig-paths.diff
nonreparenting-wm.diff
openjdk6.profile
-   openjdk6.profile.csh)
+   openjdk6.profile.csh
+glibc2_15.diff)
 noextract=(openjdk-6-src-${_openjdk_version}-${_openjdk_date}.tar.gz
jaxp144_01.zip
jdk6-jaxws-b20.zip
jdk6-jaf-b20.zip)
-md5sums=('c381d987f8d2facece8c54e98fd547f8'
+md5sums=('e2316f463b5d9f53f8c5c9020f2a7e5a'
  '2d20f9b81f1fec41ec730da8a933'
  'ef7a8b3624ea904bf584bc46d79b5e75'
  '91adfd41e6f001add4f92ae31216b1e3'
@@ -45,20 +43,9 @@
  'ee1afda124d5927345014ab382ef581e'
  '9b4d368f5ee08de248eaf029303a446c'
  '74c4a7adc782edd087802bf92ae3d6d0'
- 'fdf295e2f186dfa4d308691a3d7ac8c5')
+ 'fdf295e2f186dfa4d308691a3d7ac8c5'
+ '0c8f0a398c88f85e0db44b4417562cf3')
 
-# source PKGBUILD  mksource
-mksource() {
-   mkdir /tmp/icedtea6-${_date}
-   pushd /tmp/icedtea6-${_date}
-   #hg -v clone http://icedtea.classpath.org/hg/icedtea6 
-   # use specific release branch
-   hg -v clone http://icedtea.classpath.org/hg/release/icedtea6-1.8/ 
-   rm -rf icedtea6/.hg*
-   tar -cvJf /tmp/icedtea6-${_date}/icedtea6-${_date}.tar.xz *
-   popd
-}
-
 build() {
 
   unset JAVA_HOME
@@ -77,7 +64,7 @@
 
   autoreconf -i
 
-  export DISTRIBUTION_PATCHES=patches/fix_jdk_cmds_path.diff 
patches/fontconfig-paths.diff patches/fix_corba_cmds_path.diff 
patches/nonreparenting-wm.diff
+  export DISTRIBUTION_PATCHES=patches/fix_jdk_cmds_path.diff 
patches/fontconfig-paths.diff patches/fix_corba_cmds_path.diff 
patches/nonreparenting-wm.diff patches/glibc2_15.diff
 
   export ALT_PARALLEL_COMPILE_JOBS=${MAKEFLAGS/-j}
   export HOTSPOT_BUILD_JOBS=${ALT_PARALLEL_COMPILE_JOBS}
@@ -88,7 +75,7 @@
--with-ant-home=/usr/share/java/apache-ant \
--with-pkgversion=ArchLinux-${pkgver}-${pkgrel}-$CARCH \
--with-jaxp-drop-zip=${srcdir}/jaxp144_01.zip \
-   --with-jaxws-drop-zip=${srcdir}/jdk6-jaxws-b20.zip \
+   --with-jaxws-drop-zip=${srcdir}/jdk6-jaxws-b20.zip \
--with-jaf-drop-zip=${srcdir}/jdk6-jaf-b20.zip \
--disable-bootstrap
   LD_PRELOAD= make 

Added: glibc2_15.diff
===
--- glibc2_15.diff  (rev 0)
+++ glibc2_15.diff  2012-01-12 21:44:34 UTC (rev 146546)
@@ -0,0 +1,236 @@
+# HG changeset patch
+# User never
+# Date 1319555835 25200
+# Node ID a6eef545f1a2ceca6aeadf688a965df600ffef28
+# Parent  2ec638646e86e455978c31a9d47fc0ec271ed926
+7103224: collision between __LEAF define in interfaceSupport.hpp and 
/usr/include/sys/cdefs.h with gcc
+Reviewed-by: never
+Contributed-by: Omair Majid oma...@redhat.com
+
+diff -r 2ec638646e86 -r a6eef545f1a2 src/share/vm/opto/addnode.cpp
+--- 

[arch-commits] Commit in openjdk6/repos (34 files)

2012-01-12 Thread andyrtr
Date: Thursday, January 12, 2012 @ 16:46:06
  Author: andyrtr
Revision: 146547

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

Added:
  openjdk6/repos/extra-i686/PKGBUILD
(from rev 146546, openjdk6/trunk/PKGBUILD)
  openjdk6/repos/extra-i686/fix_corba_cmds_path.diff
(from rev 146546, openjdk6/trunk/fix_corba_cmds_path.diff)
  openjdk6/repos/extra-i686/fix_jdk_cmds_path.diff
(from rev 146546, openjdk6/trunk/fix_jdk_cmds_path.diff)
  openjdk6/repos/extra-i686/fontconfig-paths.diff
(from rev 146546, openjdk6/trunk/fontconfig-paths.diff)
  openjdk6/repos/extra-i686/glibc2_15.diff
(from rev 146546, openjdk6/trunk/glibc2_15.diff)
  openjdk6/repos/extra-i686/nonreparenting-wm.diff
(from rev 146546, openjdk6/trunk/nonreparenting-wm.diff)
  openjdk6/repos/extra-i686/openjdk6.install
(from rev 146546, openjdk6/trunk/openjdk6.install)
  openjdk6/repos/extra-i686/openjdk6.profile
(from rev 146546, openjdk6/trunk/openjdk6.profile)
  openjdk6/repos/extra-i686/openjdk6.profile.csh
(from rev 146546, openjdk6/trunk/openjdk6.profile.csh)
  openjdk6/repos/extra-x86_64/PKGBUILD
(from rev 146546, openjdk6/trunk/PKGBUILD)
  openjdk6/repos/extra-x86_64/fix_corba_cmds_path.diff
(from rev 146546, openjdk6/trunk/fix_corba_cmds_path.diff)
  openjdk6/repos/extra-x86_64/fix_jdk_cmds_path.diff
(from rev 146546, openjdk6/trunk/fix_jdk_cmds_path.diff)
  openjdk6/repos/extra-x86_64/fontconfig-paths.diff
(from rev 146546, openjdk6/trunk/fontconfig-paths.diff)
  openjdk6/repos/extra-x86_64/glibc2_15.diff
(from rev 146546, openjdk6/trunk/glibc2_15.diff)
  openjdk6/repos/extra-x86_64/nonreparenting-wm.diff
(from rev 146546, openjdk6/trunk/nonreparenting-wm.diff)
  openjdk6/repos/extra-x86_64/openjdk6.install
(from rev 146546, openjdk6/trunk/openjdk6.install)
  openjdk6/repos/extra-x86_64/openjdk6.profile
(from rev 146546, openjdk6/trunk/openjdk6.profile)
  openjdk6/repos/extra-x86_64/openjdk6.profile.csh
(from rev 146546, openjdk6/trunk/openjdk6.profile.csh)
Deleted:
  openjdk6/repos/extra-i686/PKGBUILD
  openjdk6/repos/extra-i686/fix_corba_cmds_path.diff
  openjdk6/repos/extra-i686/fix_jdk_cmds_path.diff
  openjdk6/repos/extra-i686/fontconfig-paths.diff
  openjdk6/repos/extra-i686/nonreparenting-wm.diff
  openjdk6/repos/extra-i686/openjdk6.install
  openjdk6/repos/extra-i686/openjdk6.profile
  openjdk6/repos/extra-i686/openjdk6.profile.csh
  openjdk6/repos/extra-x86_64/PKGBUILD
  openjdk6/repos/extra-x86_64/fix_corba_cmds_path.diff
  openjdk6/repos/extra-x86_64/fix_jdk_cmds_path.diff
  openjdk6/repos/extra-x86_64/fontconfig-paths.diff
  openjdk6/repos/extra-x86_64/nonreparenting-wm.diff
  openjdk6/repos/extra-x86_64/openjdk6.install
  openjdk6/repos/extra-x86_64/openjdk6.profile
  openjdk6/repos/extra-x86_64/openjdk6.profile.csh

---+
 extra-i686/PKGBUILD   |  379 +++-
 extra-i686/fix_corba_cmds_path.diff   |   66 ++---
 extra-i686/fix_jdk_cmds_path.diff |   66 ++---
 extra-i686/fontconfig-paths.diff  |  268 +++---
 extra-i686/glibc2_15.diff |  236 +++
 extra-i686/nonreparenting-wm.diff |  120 +-
 extra-i686/openjdk6.install   |   48 ++--
 extra-i686/openjdk6.profile   |   12 -
 extra-i686/openjdk6.profile.csh   |   12 -
 extra-x86_64/PKGBUILD |  379 +++-
 extra-x86_64/fix_corba_cmds_path.diff |   66 ++---
 extra-x86_64/fix_jdk_cmds_path.diff   |   66 ++---
 extra-x86_64/fontconfig-paths.diff|  268 +++---
 extra-x86_64/glibc2_15.diff   |  236 +++
 extra-x86_64/nonreparenting-wm.diff   |  120 +-
 extra-x86_64/openjdk6.install |   48 ++--
 extra-x86_64/openjdk6.profile |   12 -
 extra-x86_64/openjdk6.profile.csh |   12 -
 18 files changed, 1430 insertions(+), 984 deletions(-)

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


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

2012-01-12 Thread Dave Reisner
Date: Thursday, January 12, 2012 @ 18:16:37
  Author: dreisner
Revision: 146548

add docbook2x as makedep

Modified:
  kmod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-12 21:46:06 UTC (rev 146547)
+++ PKGBUILD2012-01-12 23:16:37 UTC (rev 146548)
@@ -10,6 +10,7 @@
 url=http://git.profusion.mobi/cgit.cgi/kmod.git;
 license=('GPL2')
 depends=('glibc' 'zlib')
+makedepends=('docbook2x')
 options=('!libtool')
 provides=('module-init-tools=3.16')
 conflicts=('module-init-tools')



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

2012-01-12 Thread Dave Reisner
Date: Thursday, January 12, 2012 @ 19:59:17
  Author: dreisner
Revision: 146549

upgpkg: mkinitcpio 0.8.2-1

Dave Reisner (5):
  dsdt: remove hook. this has been defunct for years
  udev: update for udev 176
  base: add findmnt as a part of the base layout
  init: mount separate /usr
  autodetect: try to find /usr partition fstype

Gerardo Exequiel Pozzi (2):
  Keep modules.devname needed for on-demand module loading
  Update PS1 ramfs - rootfs

Tom Gundersen (1):
  init: drop support for non-devtmpfs

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-12 23:16:37 UTC (rev 146548)
+++ PKGBUILD2012-01-13 00:59:17 UTC (rev 146549)
@@ -3,23 +3,22 @@
 # Maintainer: Thomas Bächler tho...@archlinux.org
 
 pkgname=mkinitcpio
-pkgver=0.8.1
+pkgver=0.8.2
 pkgrel=1
 pkgdesc=Modular initramfs image creation utility
 arch=('any')
 url=http://www.archlinux.org/;
 license=('GPL')
-depends=('mkinitcpio-busybox=1.16.1-2' 'kmod=3' 'util-linux=2.19' 
'libarchive' 'coreutils'
- 'bash' 'findutils' 'sed' 'grep' 'filesystem=2011.10-1' 'udev=174-1' 
'file' 'gzip')
+depends=('mkinitcpio-busybox=1.16.1-2' 'kmod=3' 'util-linux=2.20.1-2' 
'libarchive' 'coreutils'
+ 'bash' 'findutils' 'sed' 'grep' 'filesystem=2011.10-1' 'udev=177-1' 
'file' 'gzip')
 optdepends=('xz: Use lzma or xz compression for the initramfs image'
 'bzip2: Use bzip2 compression for the initramfs image'
 'lzop: Use lzo compression for the initramfs image'
 'mkinitcpio-nfs-utils: Support for root filesystem on NFS')
-replaces=('mkinitrd' 'mkinitramfs' 'klibc' 'klibc-extras' 'klibc-kbd'
-  'klibc-module-init-tools' 'klibc-udev')
 backup=(etc/mkinitcpio.conf)
 source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('09b209bb4a759580b33001e5f3aca0228b285f0ffe1ef43192ce98f5ce995350')
+md5sums=('2e0ac0c657ca7a78aa0583b3368c0e44')
+sha256sums=('9a951f9e2a158b65840f476c1b9e1e45c7b06383a90f182f76eab64bd3a398cb')
 
 package() {
   make -C $pkgname-$pkgver DESTDIR=$pkgdir install
@@ -28,3 +27,4 @@
   install -dm755 $pkgdir/sbin
   ln -s /usr/bin/mkinitcpio $pkgdir/sbin/mkinitcpio
 }
+



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

2012-01-12 Thread Dave Reisner
Date: Thursday, January 12, 2012 @ 19:59:31
  Author: dreisner
Revision: 146550

archrelease: copy trunk to testing-any

Added:
  mkinitcpio/repos/testing-any/PKGBUILD
(from rev 146549, mkinitcpio/trunk/PKGBUILD)
Deleted:
  mkinitcpio/repos/testing-any/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-01-13 00:59:17 UTC (rev 146549)
+++ PKGBUILD2012-01-13 00:59:31 UTC (rev 146550)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-# Maintainer: Thomas Bächler tho...@archlinux.org
-
-pkgname=mkinitcpio
-pkgver=0.8.1
-pkgrel=1
-pkgdesc=Modular initramfs image creation utility
-arch=('any')
-url=http://www.archlinux.org/;
-license=('GPL')
-depends=('mkinitcpio-busybox=1.16.1-2' 'kmod=3' 'util-linux=2.19' 
'libarchive' 'coreutils'
- 'bash' 'findutils' 'sed' 'grep' 'filesystem=2011.10-1' 'udev=174-1' 
'file' 'gzip')
-optdepends=('xz: Use lzma or xz compression for the initramfs image'
-'bzip2: Use bzip2 compression for the initramfs image'
-'lzop: Use lzo compression for the initramfs image'
-'mkinitcpio-nfs-utils: Support for root filesystem on NFS')
-replaces=('mkinitrd' 'mkinitramfs' 'klibc' 'klibc-extras' 'klibc-kbd'
-  'klibc-module-init-tools' 'klibc-udev')
-backup=(etc/mkinitcpio.conf)
-source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('09b209bb4a759580b33001e5f3aca0228b285f0ffe1ef43192ce98f5ce995350')
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-
-  # compat symlink
-  install -dm755 $pkgdir/sbin
-  ln -s /usr/bin/mkinitcpio $pkgdir/sbin/mkinitcpio
-}

Copied: mkinitcpio/repos/testing-any/PKGBUILD (from rev 146549, 
mkinitcpio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-01-13 00:59:31 UTC (rev 146550)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=mkinitcpio
+pkgver=0.8.2
+pkgrel=1
+pkgdesc=Modular initramfs image creation utility
+arch=('any')
+url=http://www.archlinux.org/;
+license=('GPL')
+depends=('mkinitcpio-busybox=1.16.1-2' 'kmod=3' 'util-linux=2.20.1-2' 
'libarchive' 'coreutils'
+ 'bash' 'findutils' 'sed' 'grep' 'filesystem=2011.10-1' 'udev=177-1' 
'file' 'gzip')
+optdepends=('xz: Use lzma or xz compression for the initramfs image'
+'bzip2: Use bzip2 compression for the initramfs image'
+'lzop: Use lzo compression for the initramfs image'
+'mkinitcpio-nfs-utils: Support for root filesystem on NFS')
+backup=(etc/mkinitcpio.conf)
+source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('2e0ac0c657ca7a78aa0583b3368c0e44')
+sha256sums=('9a951f9e2a158b65840f476c1b9e1e45c7b06383a90f182f76eab64bd3a398cb')
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+
+  # compat symlink
+  install -dm755 $pkgdir/sbin
+  ln -s /usr/bin/mkinitcpio $pkgdir/sbin/mkinitcpio
+}
+



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

2012-01-12 Thread Tom Gundersen
Date: Thursday, January 12, 2012 @ 20:10:15
  Author: tomegun
Revision: 146551

fix url

Modified:
  udev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-13 00:59:31 UTC (rev 146550)
+++ PKGBUILD2012-01-13 01:10:15 UTC (rev 146551)
@@ -9,7 +9,7 @@
 pkgver=177
 pkgrel=1
 arch=(i686 x86_64)
-url=http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html;
+url=http://git.kernel.org/?p=linux/hotplug/udev.git;a=summary;
 license=('GPL')
 groups=('base')
 options=(!makeflags !libtool)



[arch-commits] Commit in linux-lts/trunk (7 files)

2012-01-12 Thread Tobias Powalowski
Date: Friday, January 13, 2012 @ 01:49:49
  Author: tpowa
Revision: 146552

bump configs and bump to 3.0.17

Added:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/change-default-console-loglevel.patch
  linux-lts/trunk/config
  linux-lts/trunk/config.x86_64
  linux-lts/trunk/i915-fix-ghost-tv-output.patch
  linux-lts/trunk/linux-lts.install
  linux-lts/trunk/linux-lts.preset

---+
 PKGBUILD  |  273 +
 change-default-console-loglevel.patch |   12 
 config| 5832 
 config.x86_64 | 5571 ++
 i915-fix-ghost-tv-output.patch|   26 
 linux-lts.install |   62 
 linux-lts.preset  |   14 
 7 files changed, 11790 insertions(+)

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


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

2012-01-12 Thread Eric Bélanger
Date: Friday, January 13, 2012 @ 02:05:53
  Author: eric
Revision: 146553

upgpkg: inetutils 1.9.1-1

Upstream update

Modified:
  inetutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-13 06:49:49 UTC (rev 146552)
+++ PKGBUILD2012-01-13 07:05:53 UTC (rev 146553)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=inetutils
-pkgver=1.9
+pkgver=1.9.1
 pkgrel=1
 pkgdesc=A collection of common network programs
 arch=('i686' 'x86_64')
@@ -20,8 +20,8 @@
 source=(http://ftp.gnu.org/gnu/inetutils/${pkgname}-${pkgver}.tar.gz{,.sig} \
 ftpd.rc ftpd.conf telnet.xinetd talk.xinetd rexec.xinetd rlogin.xinetd 
rsh.xinetd \
 dnsdomainname domainname)
-sha1sums=('c0466718360459622172bf80674005e20fefeb38'
-  '1bd1555c8e1db5a7a6d1b96a7647a6a9db1abc68'
+sha1sums=('86b7eb11cfdaefb1d4e9bfc10620beaf8f09bc90'
+  'ff0aad9946a38915580b094dadf67e790e8a2f87'
   '84dc802b5e57b5e04c847572225a3b9612017155'
   '68a590083b45997dfdb80e666b2de762f494ba74'
   'bfad98a4a62f1fff8779f076c6019ed07f9111af'
@@ -60,7 +60,6 @@
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
-  rm ${pkgdir}/usr/bin/git-merge-changelog
 
   install -d ${pkgdir}/bin
   ln -s /usr/bin/hostname ${pkgdir}/bin/hostname



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

2012-01-12 Thread Eric Bélanger
Date: Friday, January 13, 2012 @ 02:07:09
  Author: eric
Revision: 146554

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

Added:
  inetutils/repos/testing-i686/
  inetutils/repos/testing-i686/PKGBUILD
(from rev 146553, inetutils/trunk/PKGBUILD)
  inetutils/repos/testing-i686/dnsdomainname
(from rev 146553, inetutils/trunk/dnsdomainname)
  inetutils/repos/testing-i686/domainname
(from rev 146553, inetutils/trunk/domainname)
  inetutils/repos/testing-i686/ftpd.conf
(from rev 146553, inetutils/trunk/ftpd.conf)
  inetutils/repos/testing-i686/ftpd.rc
(from rev 146553, inetutils/trunk/ftpd.rc)
  inetutils/repos/testing-i686/inetutils.install
(from rev 146553, inetutils/trunk/inetutils.install)
  inetutils/repos/testing-i686/rexec.xinetd
(from rev 146553, inetutils/trunk/rexec.xinetd)
  inetutils/repos/testing-i686/rlogin.xinetd
(from rev 146553, inetutils/trunk/rlogin.xinetd)
  inetutils/repos/testing-i686/rsh.xinetd
(from rev 146553, inetutils/trunk/rsh.xinetd)
  inetutils/repos/testing-i686/talk.xinetd
(from rev 146553, inetutils/trunk/talk.xinetd)
  inetutils/repos/testing-i686/telnet.xinetd
(from rev 146553, inetutils/trunk/telnet.xinetd)
  inetutils/repos/testing-x86_64/
  inetutils/repos/testing-x86_64/PKGBUILD
(from rev 146553, inetutils/trunk/PKGBUILD)
  inetutils/repos/testing-x86_64/dnsdomainname
(from rev 146553, inetutils/trunk/dnsdomainname)
  inetutils/repos/testing-x86_64/domainname
(from rev 146553, inetutils/trunk/domainname)
  inetutils/repos/testing-x86_64/ftpd.conf
(from rev 146553, inetutils/trunk/ftpd.conf)
  inetutils/repos/testing-x86_64/ftpd.rc
(from rev 146553, inetutils/trunk/ftpd.rc)
  inetutils/repos/testing-x86_64/inetutils.install
(from rev 146553, inetutils/trunk/inetutils.install)
  inetutils/repos/testing-x86_64/rexec.xinetd
(from rev 146553, inetutils/trunk/rexec.xinetd)
  inetutils/repos/testing-x86_64/rlogin.xinetd
(from rev 146553, inetutils/trunk/rlogin.xinetd)
  inetutils/repos/testing-x86_64/rsh.xinetd
(from rev 146553, inetutils/trunk/rsh.xinetd)
  inetutils/repos/testing-x86_64/talk.xinetd
(from rev 146553, inetutils/trunk/talk.xinetd)
  inetutils/repos/testing-x86_64/telnet.xinetd
(from rev 146553, inetutils/trunk/telnet.xinetd)

--+
 testing-i686/PKGBUILD|   77 +
 testing-i686/dnsdomainname   |3 +
 testing-i686/domainname  |3 +
 testing-i686/ftpd.conf   |4 +
 testing-i686/ftpd.rc |   37 +
 testing-i686/inetutils.install   |   20 +
 testing-i686/rexec.xinetd|   10 
 testing-i686/rlogin.xinetd   |   10 
 testing-i686/rsh.xinetd  |   10 
 testing-i686/talk.xinetd |   10 
 testing-i686/telnet.xinetd   |   10 
 testing-x86_64/PKGBUILD  |   77 +
 testing-x86_64/dnsdomainname |3 +
 testing-x86_64/domainname|3 +
 testing-x86_64/ftpd.conf |4 +
 testing-x86_64/ftpd.rc   |   37 +
 testing-x86_64/inetutils.install |   20 +
 testing-x86_64/rexec.xinetd  |   10 
 testing-x86_64/rlogin.xinetd |   10 
 testing-x86_64/rsh.xinetd|   10 
 testing-x86_64/talk.xinetd   |   10 
 testing-x86_64/telnet.xinetd |   10 
 22 files changed, 388 insertions(+)

Copied: inetutils/repos/testing-i686/PKGBUILD (from rev 146553, 
inetutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-13 07:07:09 UTC (rev 146554)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=inetutils
+pkgver=1.9.1
+pkgrel=1
+pkgdesc=A collection of common network programs
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/inetutils/;
+license=('GPL3')
+groups=('base')
+depends=('readline' 'ncurses' 'pam')
+provides=('netkit-ftp' 'netkit-rsh' 'netkit-telnet' 'netkit-ntalk')
+conflicts=('netkit-ftp' 'netkit-rsh' 'netkit-telnet' 'netkit-ntalk')
+replaces=('netkit-ftp' 'netkit-rsh' 'netkit-telnet' 'netkit-ntalk')
+backup=('etc/conf.d/ftpd' 'etc/xinetd.d/telnet' 'etc/xinetd.d/talk' \
+'etc/xinetd.d/rexec' 'etc/xinetd.d/rlogin' 'etc/xinetd.d/rsh')
+options=('!emptydirs')
+install=inetutils.install
+source=(http://ftp.gnu.org/gnu/inetutils/${pkgname}-${pkgver}.tar.gz{,.sig} \
+ftpd.rc ftpd.conf telnet.xinetd talk.xinetd rexec.xinetd rlogin.xinetd 
rsh.xinetd \
+dnsdomainname domainname)
+sha1sums=('86b7eb11cfdaefb1d4e9bfc10620beaf8f09bc90'
+  'ff0aad9946a38915580b094dadf67e790e8a2f87'
+  '84dc802b5e57b5e04c847572225a3b9612017155'
+  '68a590083b45997dfdb80e666b2de762f494ba74'
+  'bfad98a4a62f1fff8779f076c6019ed07f9111af'
+  

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

2012-01-12 Thread Tobias Powalowski
Date: Friday, January 13, 2012 @ 02:41:16
  Author: tpowa
Revision: 146555

fix typo in config

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config
  linux/trunk/linux.install

---+
 PKGBUILD  |9 +
 config|2 +-
 linux.install |2 +-
 3 files changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-13 07:07:09 UTC (rev 146554)
+++ PKGBUILD2012-01-13 07:41:16 UTC (rev 146555)
@@ -7,15 +7,15 @@
 # pkgname=linux-custom   # Build kernel with a different name
 _kernelname=${pkgname#linux}
 _basekernel=3.2
-pkgver=${_basekernel}
-pkgrel=3
+pkgver=${_basekernel}.1
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
 license=('GPL2')
 makedepends=('xmlto' 'docbook-xsl')
 options=('!strip')
 source=(http://www.kernel.org/pub/linux/kernel/v3.x/linux-3.2.tar.xz;
-#http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz;
+http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz;
 # the main kernel config files
 'config' 'config.x86_64'
 # standard config files for mkinitcpio ramdisk
@@ -24,6 +24,7 @@
 'i915-fix-ghost-tv-output.patch'
 'i915-gpu-finish.patch')
 md5sums=('364066fa18767ec0ae5f4e4abcf9dc51'
+ '62ac6ac9b870162f693ecf5e8606423a'
  '4079a2ae3e2ee308e6db188f7bc04959'
  '875b121a32a619e0ee262c541f330427'
  'eb14dcfd80c00852ef81ded6e826826a'
@@ -35,7 +36,7 @@
   cd ${srcdir}/linux-${_basekernel}
 
   # add upstream patch
-  # patch -p1 -i ${srcdir}/patch-${pkgver}
+  patch -p1 -i ${srcdir}/patch-${pkgver}
 
   # add latest fixes from stable queue, if needed
   # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git

Modified: config
===
--- config  2012-01-13 07:07:09 UTC (rev 146554)
+++ config  2012-01-13 07:41:16 UTC (rev 146555)
@@ -3316,7 +3316,7 @@
 #
 # Broadcom specific AMBA
 #
-# CONFIC_BCMA is not set
+# CONFIG_BCMA is not set
 
 #
 # Multifunction device drivers

Modified: linux.install
===
--- linux.install   2012-01-13 07:07:09 UTC (rev 146554)
+++ linux.install   2012-01-13 07:41:16 UTC (rev 146555)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=
-KERNEL_VERSION=3.2.0-2-ARCH
+KERNEL_VERSION=3.2.1-1-ARCH
 
 post_install () {
   # updating module dependencies



[arch-commits] Commit in kernel26-lts/repos (15 files)

2012-01-12 Thread Tobias Powalowski
Date: Friday, January 13, 2012 @ 02:50:45
  Author: tpowa
Revision: 146556

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

Added:
  kernel26-lts/repos/core-i686/PKGBUILD
(from rev 146555, kernel26-lts/repos/testing-i686/PKGBUILD)
  kernel26-lts/repos/core-i686/buildfix-gcc46.diff
(from rev 146555, kernel26-lts/repos/testing-i686/buildfix-gcc46.diff)
  kernel26-lts/repos/core-i686/config
(from rev 146555, kernel26-lts/repos/testing-i686/config)
  kernel26-lts/repos/core-i686/config.x86_64
(from rev 146555, kernel26-lts/repos/testing-i686/config.x86_64)
  kernel26-lts/repos/core-i686/kernel26-lts.install
(from rev 146555, kernel26-lts/repos/testing-i686/kernel26-lts.install)
  kernel26-lts/repos/core-i686/kernel26-lts.preset
(from rev 146555, kernel26-lts/repos/testing-i686/kernel26-lts.preset)
  kernel26-lts/repos/core-i686/libata-alignment.patch
(from rev 146555, kernel26-lts/repos/testing-i686/libata-alignment.patch)
Deleted:
  kernel26-lts/repos/core-i686/PKGBUILD
  kernel26-lts/repos/core-i686/buildfix-gcc46.diff
  kernel26-lts/repos/core-i686/config
  kernel26-lts/repos/core-i686/config.x86_64
  kernel26-lts/repos/core-i686/kernel26-lts.install
  kernel26-lts/repos/core-i686/kernel26-lts.preset
  kernel26-lts/repos/core-i686/libata-alignment.patch
  kernel26-lts/repos/testing-i686/

+
 PKGBUILD   |  440 +-
 buildfix-gcc46.diff|   64 
 config | 9553 +++
 config.x86_64  | 9171 ++---
 kernel26-lts.install   |  292 -
 kernel26-lts.preset|   34 
 libata-alignment.patch |   96 
 7 files changed, 9826 insertions(+), 9824 deletions(-)

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


[arch-commits] Commit in kernel26-lts/repos (15 files)

2012-01-12 Thread Tobias Powalowski
Date: Friday, January 13, 2012 @ 02:50:48
  Author: tpowa
Revision: 146557

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

Added:
  kernel26-lts/repos/core-x86_64/PKGBUILD
(from rev 146555, kernel26-lts/repos/testing-x86_64/PKGBUILD)
  kernel26-lts/repos/core-x86_64/buildfix-gcc46.diff
(from rev 146555, kernel26-lts/repos/testing-x86_64/buildfix-gcc46.diff)
  kernel26-lts/repos/core-x86_64/config
(from rev 146555, kernel26-lts/repos/testing-x86_64/config)
  kernel26-lts/repos/core-x86_64/config.x86_64
(from rev 146555, kernel26-lts/repos/testing-x86_64/config.x86_64)
  kernel26-lts/repos/core-x86_64/kernel26-lts.install
(from rev 146555, kernel26-lts/repos/testing-x86_64/kernel26-lts.install)
  kernel26-lts/repos/core-x86_64/kernel26-lts.preset
(from rev 146555, kernel26-lts/repos/testing-x86_64/kernel26-lts.preset)
  kernel26-lts/repos/core-x86_64/libata-alignment.patch
(from rev 146555, kernel26-lts/repos/testing-x86_64/libata-alignment.patch)
Deleted:
  kernel26-lts/repos/core-x86_64/PKGBUILD
  kernel26-lts/repos/core-x86_64/buildfix-gcc46.diff
  kernel26-lts/repos/core-x86_64/config
  kernel26-lts/repos/core-x86_64/config.x86_64
  kernel26-lts/repos/core-x86_64/kernel26-lts.install
  kernel26-lts/repos/core-x86_64/kernel26-lts.preset
  kernel26-lts/repos/core-x86_64/libata-alignment.patch
  kernel26-lts/repos/testing-x86_64/

+
 PKGBUILD   |  440 +-
 buildfix-gcc46.diff|   64 
 config | 9553 +++
 config.x86_64  | 9171 ++---
 kernel26-lts.install   |  292 -
 kernel26-lts.preset|   34 
 libata-alignment.patch |   96 
 7 files changed, 9826 insertions(+), 9824 deletions(-)

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