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

2012-02-01 Thread Juergen Hoetzel
Date: Wednesday, February 1, 2012 @ 03:39:49
  Author: juergen
Revision: 148451

update to 23.4

Modified:
  emacs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-01 04:56:04 UTC (rev 148450)
+++ PKGBUILD2012-02-01 08:39:49 UTC (rev 148451)
@@ -3,13 +3,13 @@
 # Contributor: Renchi Raju ren...@green.tam.uiuc.edu
 
 pkgname=emacs
-_majorver=23.3
-_minorver=b
+_majorver=23.4
+_minorver=
 # We want something like 23.3.a so pacman version comparison works, but
 # upstream uses 23.3a, which is a bit silly and interpreted as alpha.
 pkgver=$_majorver.$_minorver
 _realver=$_majorver$_minorver
-pkgrel=2
+pkgrel=1
 pkgdesc=The extensible, customizable, self-documenting real-time display 
editor
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/emacs/emacs.html;
@@ -17,8 +17,8 @@
 depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'gtk2' 'hicolor-icon-theme' 'gconf' 
'desktop-file-utils' 'alsa-lib')
 install=emacs.install
 source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$_realver.tar.bz2{,.sig} 
emacs-subversion17.patch)
-md5sums=('917ce0054ef63773078a6e99b55df1ee'
- '4f987fbb906c0ee73e05904b0f7ce5ec'
+md5sums=('070c68ad8e3c31fb3cb2414feaf5e6f0'
+ '55eb16eb48b44987693c0e3ea5ab8075'
  '12e2e7a66df5cc5ded54e1d30083a1fb')
 
 build() {



[arch-commits] Commit in emacs/repos/testing-x86_64 (6 files)

2012-02-01 Thread Juergen Hoetzel
Date: Wednesday, February 1, 2012 @ 03:41:14
  Author: juergen
Revision: 148452

archrelease: copy trunk to testing-x86_64

Added:
  emacs/repos/testing-x86_64/PKGBUILD
(from rev 148451, emacs/trunk/PKGBUILD)
  emacs/repos/testing-x86_64/emacs-subversion17.patch
(from rev 148451, emacs/trunk/emacs-subversion17.patch)
  emacs/repos/testing-x86_64/emacs.install
(from rev 148451, emacs/trunk/emacs.install)
Deleted:
  emacs/repos/testing-x86_64/PKGBUILD
  emacs/repos/testing-x86_64/emacs-subversion17.patch
  emacs/repos/testing-x86_64/emacs.install

--+
 PKGBUILD |   96 +-
 emacs-subversion17.patch |  166 ++---
 emacs.install|   64 -
 3 files changed, 163 insertions(+), 163 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-01 08:39:49 UTC (rev 148451)
+++ PKGBUILD2012-02-01 08:41:14 UTC (rev 148452)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Renchi Raju ren...@green.tam.uiuc.edu
-
-pkgname=emacs
-_majorver=23.3
-_minorver=b
-# We want something like 23.3.a so pacman version comparison works, but
-# upstream uses 23.3a, which is a bit silly and interpreted as alpha.
-pkgver=$_majorver.$_minorver
-_realver=$_majorver$_minorver
-pkgrel=2
-pkgdesc=The extensible, customizable, self-documenting real-time display 
editor
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/emacs/emacs.html;
-license=('GPL3')
-depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'gtk2' 'hicolor-icon-theme' 'gconf' 
'desktop-file-utils' 'alsa-lib')
-install=emacs.install
-source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$_realver.tar.bz2{,.sig} 
emacs-subversion17.patch)
-md5sums=('917ce0054ef63773078a6e99b55df1ee'
- '4f987fbb906c0ee73e05904b0f7ce5ec'
- '12e2e7a66df5cc5ded54e1d30083a1fb')
-
-build() {
-  cd $srcdir/$pkgname-$_majorver
-  patch -p1 -i ../emacs-subversion17.patch
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
---localstatedir=/var --with-x-toolkit=gtk --with-xft
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$_majorver
-  make DESTDIR=$pkgdir install
-
-  # remove conflict with ctags package
-  mv $pkgdir/usr/bin/{ctags,ctags.emacs}
-  mv $pkgdir/usr/share/man/man1/{ctags.1,ctags.emacs.1}
-  # fix all the 777 perms on directories
-  find $pkgdir/usr/share/emacs/$_majorver -type d -exec chmod 755 {} \;
-  # fix user/root permissions on usr/share files
-  find $pkgdir/usr/share/emacs/$_majorver -exec chown root:root {} \;
-  # fix perms on /var/games
-  chmod 775 $pkgdir/var/games
-  chmod 775 $pkgdir/var/games/emacs
-  chmod 664 $pkgdir/var/games/emacs/*
-  chown -R root:games $pkgdir/var/games
-}

Copied: emacs/repos/testing-x86_64/PKGBUILD (from rev 148451, 
emacs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-01 08:41:14 UTC (rev 148452)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Renchi Raju ren...@green.tam.uiuc.edu
+
+pkgname=emacs
+_majorver=23.4
+_minorver=
+# We want something like 23.3.a so pacman version comparison works, but
+# upstream uses 23.3a, which is a bit silly and interpreted as alpha.
+pkgver=$_majorver.$_minorver
+_realver=$_majorver$_minorver
+pkgrel=1
+pkgdesc=The extensible, customizable, self-documenting real-time display 
editor
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/emacs/emacs.html;
+license=('GPL3')
+depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'gtk2' 'hicolor-icon-theme' 'gconf' 
'desktop-file-utils' 'alsa-lib')
+install=emacs.install
+source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$_realver.tar.bz2{,.sig} 
emacs-subversion17.patch)
+md5sums=('070c68ad8e3c31fb3cb2414feaf5e6f0'
+ '55eb16eb48b44987693c0e3ea5ab8075'
+ '12e2e7a66df5cc5ded54e1d30083a1fb')
+
+build() {
+  cd $srcdir/$pkgname-$_majorver
+  patch -p1 -i ../emacs-subversion17.patch
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
+--localstatedir=/var --with-x-toolkit=gtk --with-xft
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$_majorver
+  make DESTDIR=$pkgdir install
+
+  # remove conflict with ctags package
+  mv $pkgdir/usr/bin/{ctags,ctags.emacs}
+  mv $pkgdir/usr/share/man/man1/{ctags.1,ctags.emacs.1}
+  # fix all the 777 perms on directories
+  find $pkgdir/usr/share/emacs/$_majorver -type d -exec chmod 755 {} \;
+  # fix user/root permissions on usr/share files
+  find $pkgdir/usr/share/emacs/$_majorver -exec chown root:root {} \;
+  # fix perms on /var/games
+  chmod 775 $pkgdir/var/games
+  chmod 775 $pkgdir/var/games/emacs
+  chmod 664 $pkgdir/var/games/emacs/*
+  chown -R root:games $pkgdir/var/games
+}

Deleted: emacs-subversion17.patch

[arch-commits] Commit in ca-certificates-java/trunk (PKGBUILD)

2012-02-01 Thread Pierre Schmitz
Date: Wednesday, February 1, 2012 @ 03:44:24
  Author: pierre
Revision: 148453

Build for 1.6 target

fixes FS#27480

Modified:
  ca-certificates-java/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-01 08:41:14 UTC (rev 148452)
+++ PKGBUILD2012-02-01 08:44:24 UTC (rev 148453)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=ca-certificates-java
-pkgver=20110912
+pkgver=20111223
 pkgrel=1
 pkgdesc='Common CA certificates (JKS keystore)'
 arch=('any')
@@ -14,13 +14,13 @@
 backup=('etc/default/cacerts')
 
source=(http://ftp.debian.org/debian/pool/main/c/${pkgname}/${pkgname}_${pkgver}.tar.gz;
 'init-jks-keystore' 'jks-keystore.hook')
-md5sums=('4021d6064db9b3933fa18f158e5021d9'
+md5sums=('82d57a124adf1619e37a300a081c2193'
  '0fd9b0831a8499a4a246e2ecb998c438'
  '84fe0a111e9fe5afadaad8573430a9d1')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
-   javac UpdateCertificates.java
+   javac -target 1.6 -source 1.6 UpdateCertificates.java
 }
 
 package() {



[arch-commits] Commit in ca-certificates-java/repos/extra-any (8 files)

2012-02-01 Thread Pierre Schmitz
Date: Wednesday, February 1, 2012 @ 03:46:11
  Author: pierre
Revision: 148454

archrelease: copy trunk to extra-any

Added:
  ca-certificates-java/repos/extra-any/PKGBUILD
(from rev 148453, ca-certificates-java/trunk/PKGBUILD)
  ca-certificates-java/repos/extra-any/ca-certificates-java.install
(from rev 148453, ca-certificates-java/trunk/ca-certificates-java.install)
  ca-certificates-java/repos/extra-any/init-jks-keystore
(from rev 148453, ca-certificates-java/trunk/init-jks-keystore)
  ca-certificates-java/repos/extra-any/jks-keystore.hook
(from rev 148453, ca-certificates-java/trunk/jks-keystore.hook)
Deleted:
  ca-certificates-java/repos/extra-any/PKGBUILD
  ca-certificates-java/repos/extra-any/ca-certificates-java.install
  ca-certificates-java/repos/extra-any/init-jks-keystore
  ca-certificates-java/repos/extra-any/jks-keystore.hook

--+
 PKGBUILD |   68 -
 ca-certificates-java.install |   36 ++---
 init-jks-keystore|   22 ++---
 jks-keystore.hook|   32 +--
 4 files changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-01 08:44:24 UTC (rev 148453)
+++ PKGBUILD2012-02-01 08:46:11 UTC (rev 148454)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=ca-certificates-java
-pkgver=20110912
-pkgrel=1
-pkgdesc='Common CA certificates (JKS keystore)'
-arch=('any')
-url='http://packages.qa.debian.org/c/ca-certificates-java.html'
-license=('GPL')
-depends=('ca-certificates')
-makedepends=('jdk7-openjdk')
-install='ca-certificates-java.install'
-backup=('etc/default/cacerts')
-source=(http://ftp.debian.org/debian/pool/main/c/${pkgname}/${pkgname}_${pkgver}.tar.gz;
-'init-jks-keystore' 'jks-keystore.hook')
-md5sums=('4021d6064db9b3933fa18f158e5021d9'
- '0fd9b0831a8499a4a246e2ecb998c438'
- '84fe0a111e9fe5afadaad8573430a9d1')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   javac UpdateCertificates.java
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   install -d -m755 ${pkgdir}/etc/ssl/certs/java
-   install -D -m600 debian/default ${pkgdir}/etc/default/cacerts
-   install -D -m755 UpdateCertificates.class 
${pkgdir}/usr/share/ca-certificates-java/UpdateCertificates.class
-   install -D -m755 ${srcdir}/init-jks-keystore 
${pkgdir}/usr/sbin/init-jks-keystore
-   install -D -m755 ${srcdir}/jks-keystore.hook 
${pkgdir}/etc/ca-certificates/update.d/jks-keystore
-}

Copied: ca-certificates-java/repos/extra-any/PKGBUILD (from rev 148453, 
ca-certificates-java/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-01 08:46:11 UTC (rev 148454)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=ca-certificates-java
+pkgver=20111223
+pkgrel=1
+pkgdesc='Common CA certificates (JKS keystore)'
+arch=('any')
+url='http://packages.qa.debian.org/c/ca-certificates-java.html'
+license=('GPL')
+depends=('ca-certificates')
+makedepends=('jdk7-openjdk')
+install='ca-certificates-java.install'
+backup=('etc/default/cacerts')
+source=(http://ftp.debian.org/debian/pool/main/c/${pkgname}/${pkgname}_${pkgver}.tar.gz;
+'init-jks-keystore' 'jks-keystore.hook')
+md5sums=('82d57a124adf1619e37a300a081c2193'
+ '0fd9b0831a8499a4a246e2ecb998c438'
+ '84fe0a111e9fe5afadaad8573430a9d1')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   javac -target 1.6 -source 1.6 UpdateCertificates.java
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   install -d -m755 ${pkgdir}/etc/ssl/certs/java
+   install -D -m600 debian/default ${pkgdir}/etc/default/cacerts
+   install -D -m755 UpdateCertificates.class 
${pkgdir}/usr/share/ca-certificates-java/UpdateCertificates.class
+   install -D -m755 ${srcdir}/init-jks-keystore 
${pkgdir}/usr/sbin/init-jks-keystore
+   install -D -m755 ${srcdir}/jks-keystore.hook 
${pkgdir}/etc/ca-certificates/update.d/jks-keystore
+}

Deleted: ca-certificates-java.install
===
--- ca-certificates-java.install2012-02-01 08:44:24 UTC (rev 148453)
+++ ca-certificates-java.install2012-02-01 08:46:11 UTC (rev 148454)
@@ -1,18 +0,0 @@
-post_install() {
-   if [ ! -f etc/ssl/certs/java/cacerts ]; then
-   if which java /dev/null 21; then
-   usr/sbin/init-jks-keystore
-   fi
-   fi
-}
-
-post_upgrade() {
-   if [ $(vercmp $2 20110426-2) -lt 0 ]; then
-   mv etc/ssl/certs/java/cacerts etc/ssl/certs/java/cacerts.pacsave
-   fi
-   post_install
-}
-
-post_remove() {
-   rm -rf etc/ssl/certs/java
-}

Copied: 

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

2012-02-01 Thread Juergen Hoetzel
Date: Wednesday, February 1, 2012 @ 03:48:42
  Author: juergen
Revision: 148455

upgpkg: emacs 23.4-1

Modified:
  emacs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-01 08:46:11 UTC (rev 148454)
+++ PKGBUILD2012-02-01 08:48:42 UTC (rev 148455)
@@ -3,12 +3,7 @@
 # Contributor: Renchi Raju ren...@green.tam.uiuc.edu
 
 pkgname=emacs
-_majorver=23.4
-_minorver=
-# We want something like 23.3.a so pacman version comparison works, but
-# upstream uses 23.3a, which is a bit silly and interpreted as alpha.
-pkgver=$_majorver.$_minorver
-_realver=$_majorver$_minorver
+pkgver=23.4
 pkgrel=1
 pkgdesc=The extensible, customizable, self-documenting real-time display 
editor
 arch=('i686' 'x86_64')
@@ -30,7 +25,7 @@
 }
 
 package() {
-  cd $srcdir/$pkgname-$_majorver
+  cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir install
 
   # remove conflict with ctags package



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

2012-02-01 Thread Juergen Hoetzel
Date: Wednesday, February 1, 2012 @ 03:56:13
  Author: juergen
Revision: 148456

update to 23.4

Modified:
  emacs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-01 08:48:42 UTC (rev 148455)
+++ PKGBUILD2012-02-01 08:56:13 UTC (rev 148456)
@@ -11,13 +11,13 @@
 license=('GPL3')
 depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'gtk2' 'hicolor-icon-theme' 'gconf' 
'desktop-file-utils' 'alsa-lib')
 install=emacs.install
-source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$_realver.tar.bz2{,.sig} 
emacs-subversion17.patch)
+source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.bz2{,.sig} 
emacs-subversion17.patch)
 md5sums=('070c68ad8e3c31fb3cb2414feaf5e6f0'
  '55eb16eb48b44987693c0e3ea5ab8075'
  '12e2e7a66df5cc5ded54e1d30083a1fb')
 
 build() {
-  cd $srcdir/$pkgname-$_majorver
+  cd $srcdir/$pkgname-$pkgver
   patch -p1 -i ../emacs-subversion17.patch
   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
 --localstatedir=/var --with-x-toolkit=gtk --with-xft



[arch-commits] Commit in emacs/repos/testing-x86_64 (6 files)

2012-02-01 Thread Juergen Hoetzel
Date: Wednesday, February 1, 2012 @ 03:56:36
  Author: juergen
Revision: 148457

archrelease: copy trunk to testing-x86_64

Added:
  emacs/repos/testing-x86_64/PKGBUILD
(from rev 148456, emacs/trunk/PKGBUILD)
  emacs/repos/testing-x86_64/emacs-subversion17.patch
(from rev 148456, emacs/trunk/emacs-subversion17.patch)
  emacs/repos/testing-x86_64/emacs.install
(from rev 148456, emacs/trunk/emacs.install)
Deleted:
  emacs/repos/testing-x86_64/PKGBUILD
  emacs/repos/testing-x86_64/emacs-subversion17.patch
  emacs/repos/testing-x86_64/emacs.install

--+
 PKGBUILD |   91 +++-
 emacs-subversion17.patch |  166 ++---
 emacs.install|   64 -
 3 files changed, 158 insertions(+), 163 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-01 08:56:13 UTC (rev 148456)
+++ PKGBUILD2012-02-01 08:56:36 UTC (rev 148457)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Renchi Raju ren...@green.tam.uiuc.edu
-
-pkgname=emacs
-_majorver=23.4
-_minorver=
-# We want something like 23.3.a so pacman version comparison works, but
-# upstream uses 23.3a, which is a bit silly and interpreted as alpha.
-pkgver=$_majorver.$_minorver
-_realver=$_majorver$_minorver
-pkgrel=1
-pkgdesc=The extensible, customizable, self-documenting real-time display 
editor
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/emacs/emacs.html;
-license=('GPL3')
-depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'gtk2' 'hicolor-icon-theme' 'gconf' 
'desktop-file-utils' 'alsa-lib')
-install=emacs.install
-source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$_realver.tar.bz2{,.sig} 
emacs-subversion17.patch)
-md5sums=('070c68ad8e3c31fb3cb2414feaf5e6f0'
- '55eb16eb48b44987693c0e3ea5ab8075'
- '12e2e7a66df5cc5ded54e1d30083a1fb')
-
-build() {
-  cd $srcdir/$pkgname-$_majorver
-  patch -p1 -i ../emacs-subversion17.patch
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
---localstatedir=/var --with-x-toolkit=gtk --with-xft
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$_majorver
-  make DESTDIR=$pkgdir install
-
-  # remove conflict with ctags package
-  mv $pkgdir/usr/bin/{ctags,ctags.emacs}
-  mv $pkgdir/usr/share/man/man1/{ctags.1,ctags.emacs.1}
-  # fix all the 777 perms on directories
-  find $pkgdir/usr/share/emacs/$_majorver -type d -exec chmod 755 {} \;
-  # fix user/root permissions on usr/share files
-  find $pkgdir/usr/share/emacs/$_majorver -exec chown root:root {} \;
-  # fix perms on /var/games
-  chmod 775 $pkgdir/var/games
-  chmod 775 $pkgdir/var/games/emacs
-  chmod 664 $pkgdir/var/games/emacs/*
-  chown -R root:games $pkgdir/var/games
-}

Copied: emacs/repos/testing-x86_64/PKGBUILD (from rev 148456, 
emacs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-01 08:56:36 UTC (rev 148457)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Renchi Raju ren...@green.tam.uiuc.edu
+
+pkgname=emacs
+pkgver=23.4
+pkgrel=1
+pkgdesc=The extensible, customizable, self-documenting real-time display 
editor
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/emacs/emacs.html;
+license=('GPL3')
+depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'gtk2' 'hicolor-icon-theme' 'gconf' 
'desktop-file-utils' 'alsa-lib')
+install=emacs.install
+source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.bz2{,.sig} 
emacs-subversion17.patch)
+md5sums=('070c68ad8e3c31fb3cb2414feaf5e6f0'
+ '55eb16eb48b44987693c0e3ea5ab8075'
+ '12e2e7a66df5cc5ded54e1d30083a1fb')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -p1 -i ../emacs-subversion17.patch
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
+--localstatedir=/var --with-x-toolkit=gtk --with-xft
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # remove conflict with ctags package
+  mv $pkgdir/usr/bin/{ctags,ctags.emacs}
+  mv $pkgdir/usr/share/man/man1/{ctags.1,ctags.emacs.1}
+  # fix all the 777 perms on directories
+  find $pkgdir/usr/share/emacs/$_majorver -type d -exec chmod 755 {} \;
+  # fix user/root permissions on usr/share files
+  find $pkgdir/usr/share/emacs/$_majorver -exec chown root:root {} \;
+  # fix perms on /var/games
+  chmod 775 $pkgdir/var/games
+  chmod 775 $pkgdir/var/games/emacs
+  chmod 664 $pkgdir/var/games/emacs/*
+  chown -R root:games $pkgdir/var/games
+}

Deleted: emacs-subversion17.patch
===
--- emacs-subversion17.patch2012-02-01 08:56:13 UTC (rev 148456)
+++ emacs-subversion17.patch2012-02-01 08:56:36 UTC (rev 148457)
@@ -1,83 +0,0 @@
-From d7afd9288e22c466b63c27e7e11783589b07aeff Mon Sep 17 00:00:00 

[arch-commits] Commit in run-parts/repos (3 files)

2012-02-01 Thread Pierre Schmitz
Date: Wednesday, February 1, 2012 @ 04:04:28
  Author: pierre
Revision: 148458

db-move: moved run-parts from [testing] to [core] (i686)

Added:
  run-parts/repos/core-i686/PKGBUILD
(from rev 148457, run-parts/repos/testing-i686/PKGBUILD)
Deleted:
  run-parts/repos/core-i686/PKGBUILD
  run-parts/repos/testing-i686/

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

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-02-01 08:56:36 UTC (rev 148457)
+++ core-i686/PKGBUILD  2012-02-01 09:04:28 UTC (rev 148458)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=run-parts
-pkgver=4.0.4
-pkgrel=1
-pkgdesc='run scripts or programs in a directory'
-arch=('i686' 'x86_64')
-url='http://packages.qa.debian.org/d/debianutils.html'
-license=('GPL')
-depends=('glibc')
-source=(ftp://ftp.archlinux.org/other/run-parts/debianutils_${pkgver}.tar.gz;)
-sha256sums=('9a14722c7422c6d16f30c80b74201d9c803beeef2bb4c004964d0979eaa1232f')
-
-build() {
-   cd $srcdir/debianutils-$pkgver
-   ./configure --prefix=/usr
-   make run-parts
-}
-
-package() {
-   cd $srcdir/debianutils-$pkgver
-   install -D -m755 run-parts $pkgdir/usr/bin/run-parts
-   install -D -m644 run-parts.8 $pkgdir/usr/share/man/man8/run-parts.8
-   for l in po4a/*/run-parts.8; do
-   install -D -m644  ${l} 
$pkgdir/usr/share/man/${l:5:2}/man8/run-parts.8
-   done
-}

Copied: run-parts/repos/core-i686/PKGBUILD (from rev 148457, 
run-parts/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-02-01 09:04:28 UTC (rev 148458)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=run-parts
+pkgver=4.2.1
+pkgrel=1
+pkgdesc='run scripts or programs in a directory'
+arch=('i686' 'x86_64')
+url='http://packages.qa.debian.org/d/debianutils.html'
+license=('GPL')
+depends=('glibc')
+source=(ftp://ftp.archlinux.org/other/run-parts/debianutils_${pkgver}.tar.gz;)
+sha256sums=('6359b273bee9b959d243d1490caa8f0f5ff8dc294690b1bdb5df755d6364be0f')
+
+build() {
+   cd $srcdir/debianutils-$pkgver
+   ./configure --prefix=/usr
+   make run-parts
+}
+
+package() {
+   cd $srcdir/debianutils-$pkgver
+   install -D -m755 run-parts $pkgdir/usr/bin/run-parts
+   install -D -m644 run-parts.8 $pkgdir/usr/share/man/man8/run-parts.8
+   for l in po4a/*/run-parts.8; do
+   install -D -m644  ${l} 
$pkgdir/usr/share/man/${l:5:2}/man8/run-parts.8
+   done
+}



[arch-commits] Commit in run-parts/repos (3 files)

2012-02-01 Thread Pierre Schmitz
Date: Wednesday, February 1, 2012 @ 04:04:29
  Author: pierre
Revision: 148459

db-move: moved run-parts from [testing] to [core] (x86_64)

Added:
  run-parts/repos/core-x86_64/PKGBUILD
(from rev 148457, run-parts/repos/testing-x86_64/PKGBUILD)
Deleted:
  run-parts/repos/core-x86_64/PKGBUILD
  run-parts/repos/testing-x86_64/

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

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-02-01 09:04:28 UTC (rev 148458)
+++ core-x86_64/PKGBUILD2012-02-01 09:04:29 UTC (rev 148459)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=run-parts
-pkgver=4.0.4
-pkgrel=1
-pkgdesc='run scripts or programs in a directory'
-arch=('i686' 'x86_64')
-url='http://packages.qa.debian.org/d/debianutils.html'
-license=('GPL')
-depends=('glibc')
-source=(ftp://ftp.archlinux.org/other/run-parts/debianutils_${pkgver}.tar.gz;)
-sha256sums=('9a14722c7422c6d16f30c80b74201d9c803beeef2bb4c004964d0979eaa1232f')
-
-build() {
-   cd $srcdir/debianutils-$pkgver
-   ./configure --prefix=/usr
-   make run-parts
-}
-
-package() {
-   cd $srcdir/debianutils-$pkgver
-   install -D -m755 run-parts $pkgdir/usr/bin/run-parts
-   install -D -m644 run-parts.8 $pkgdir/usr/share/man/man8/run-parts.8
-   for l in po4a/*/run-parts.8; do
-   install -D -m644  ${l} 
$pkgdir/usr/share/man/${l:5:2}/man8/run-parts.8
-   done
-}

Copied: run-parts/repos/core-x86_64/PKGBUILD (from rev 148457, 
run-parts/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2012-02-01 09:04:29 UTC (rev 148459)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=run-parts
+pkgver=4.2.1
+pkgrel=1
+pkgdesc='run scripts or programs in a directory'
+arch=('i686' 'x86_64')
+url='http://packages.qa.debian.org/d/debianutils.html'
+license=('GPL')
+depends=('glibc')
+source=(ftp://ftp.archlinux.org/other/run-parts/debianutils_${pkgver}.tar.gz;)
+sha256sums=('6359b273bee9b959d243d1490caa8f0f5ff8dc294690b1bdb5df755d6364be0f')
+
+build() {
+   cd $srcdir/debianutils-$pkgver
+   ./configure --prefix=/usr
+   make run-parts
+}
+
+package() {
+   cd $srcdir/debianutils-$pkgver
+   install -D -m755 run-parts $pkgdir/usr/bin/run-parts
+   install -D -m644 run-parts.8 $pkgdir/usr/share/man/man8/run-parts.8
+   for l in po4a/*/run-parts.8; do
+   install -D -m644  ${l} 
$pkgdir/usr/share/man/${l:5:2}/man8/run-parts.8
+   done
+}



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

2012-02-01 Thread Stéphane Gaudreault
Date: Wednesday, February 1, 2012 @ 07:06:02
  Author: stephane
Revision: 148460

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

Added:
  sdparm/repos/core-i686/PKGBUILD
(from rev 148459, sdparm/repos/testing-i686/PKGBUILD)
Deleted:
  sdparm/repos/core-i686/PKGBUILD
  sdparm/repos/testing-i686/

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-02-01 09:04:29 UTC (rev 148459)
+++ core-i686/PKGBUILD  2012-02-01 12:06:02 UTC (rev 148460)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: gr...@poczta.fm
-
-pkgname=sdparm
-pkgver=1.06
-pkgrel=2
-pkgdesc=An utility similar to hdparm but for SCSI devices
-arch=('i686' 'x86_64')
-url=http://sg.danny.cz/sg/sdparm.html;
-license=('BSD')
-depends=('glibc')
-source=(http://sg.danny.cz/sg/p/${pkgname}-${pkgver}.tgz;)
-md5sums=('5e19913658bb4f9849ddd909e0f47cde')
-
-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
-
-  install -Dm644 COPYING \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: sdparm/repos/core-i686/PKGBUILD (from rev 148459, 
sdparm/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-02-01 12:06:02 UTC (rev 148460)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: gr...@poczta.fm
+
+pkgname=sdparm
+pkgver=1.07
+pkgrel=1
+pkgdesc=An utility similar to hdparm but for SCSI devices
+arch=('i686' 'x86_64')
+url=http://sg.danny.cz/sg/sdparm.html;
+license=('BSD')
+depends=('glibc')
+source=(http://sg.danny.cz/sg/p/${pkgname}-${pkgver}.tgz;)
+md5sums=('c807f9db3dd7af175214be0d7fece494')
+
+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
+
+  install -Dm644 COPYING \
+${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2012-02-01 Thread Stéphane Gaudreault
Date: Wednesday, February 1, 2012 @ 07:06:03
  Author: stephane
Revision: 148461

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

Added:
  sdparm/repos/core-x86_64/PKGBUILD
(from rev 148459, sdparm/repos/testing-x86_64/PKGBUILD)
Deleted:
  sdparm/repos/core-x86_64/PKGBUILD
  sdparm/repos/testing-x86_64/

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-02-01 12:06:02 UTC (rev 148460)
+++ core-x86_64/PKGBUILD2012-02-01 12:06:03 UTC (rev 148461)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: gr...@poczta.fm
-
-pkgname=sdparm
-pkgver=1.06
-pkgrel=2
-pkgdesc=An utility similar to hdparm but for SCSI devices
-arch=('i686' 'x86_64')
-url=http://sg.danny.cz/sg/sdparm.html;
-license=('BSD')
-depends=('glibc')
-source=(http://sg.danny.cz/sg/p/${pkgname}-${pkgver}.tgz;)
-md5sums=('5e19913658bb4f9849ddd909e0f47cde')
-
-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
-
-  install -Dm644 COPYING \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: sdparm/repos/core-x86_64/PKGBUILD (from rev 148459, 
sdparm/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2012-02-01 12:06:03 UTC (rev 148461)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: gr...@poczta.fm
+
+pkgname=sdparm
+pkgver=1.07
+pkgrel=1
+pkgdesc=An utility similar to hdparm but for SCSI devices
+arch=('i686' 'x86_64')
+url=http://sg.danny.cz/sg/sdparm.html;
+license=('BSD')
+depends=('glibc')
+source=(http://sg.danny.cz/sg/p/${pkgname}-${pkgver}.tgz;)
+md5sums=('c807f9db3dd7af175214be0d7fece494')
+
+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
+
+  install -Dm644 COPYING \
+${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2012-02-01 Thread Dave Reisner
Date: Wednesday, February 1, 2012 @ 08:16:32
  Author: dreisner
Revision: 148462

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

Added:
  kmod/repos/core-i686/0001-partially-fix-parsing-of-alias-with-dots.patch
(from rev 148461, 
kmod/repos/testing-i686/0001-partially-fix-parsing-of-alias-with-dots.patch)
  
kmod/repos/core-i686/0002-libkmod-module-used-shared-code-in-module-creation.patch
(from rev 148461, 
kmod/repos/testing-i686/0002-libkmod-module-used-shared-code-in-module-creation.patch)
  
kmod/repos/core-i686/0003-modprobe-handle-all-error-returns-from-init_module.patch
(from rev 148461, 
kmod/repos/testing-i686/0003-modprobe-handle-all-error-returns-from-init_module.patch)
  kmod/repos/core-i686/0004-modprobe-remove-0-refcnt-deps.patch
(from rev 148461, 
kmod/repos/testing-i686/0004-modprobe-remove-0-refcnt-deps.patch)
  kmod/repos/core-i686/PKGBUILD
(from rev 148461, kmod/repos/testing-i686/PKGBUILD)
  kmod/repos/core-i686/depmod-search.conf
(from rev 148461, kmod/repos/testing-i686/depmod-search.conf)
Deleted:
  kmod/repos/core-i686/PKGBUILD
  kmod/repos/core-i686/depmod-search.conf
  kmod/repos/testing-i686/

---+
 0001-partially-fix-parsing-of-alias-with-dots.patch   |   34 +
 0002-libkmod-module-used-shared-code-in-module-creation.patch |  196 ++
 0003-modprobe-handle-all-error-returns-from-init_module.patch |   34 +
 0004-modprobe-remove-0-refcnt-deps.patch  |   52 ++
 PKGBUILD  |  125 +++---
 depmod-search.conf|   10 
 6 files changed, 390 insertions(+), 61 deletions(-)

Copied: 
kmod/repos/core-i686/0001-partially-fix-parsing-of-alias-with-dots.patch (from 
rev 148461, 
kmod/repos/testing-i686/0001-partially-fix-parsing-of-alias-with-dots.patch)
===
--- core-i686/0001-partially-fix-parsing-of-alias-with-dots.patch   
(rev 0)
+++ core-i686/0001-partially-fix-parsing-of-alias-with-dots.patch   
2012-02-01 13:16:32 UTC (rev 148462)
@@ -0,0 +1,34 @@
+From cdaf4b2f3ef60365c6b8006a63410368a7b38f39 Mon Sep 17 00:00:00 2001
+From: Dave Reisner dreis...@archlinux.org
+Date: Tue, 31 Jan 2012 00:12:32 -0500
+Subject: [PATCH 1/4] partially fix parsing of alias with dots
+
+---
+ libkmod/libkmod-util.c |4 +---
+ 1 files changed, 1 insertions(+), 3 deletions(-)
+
+diff --git a/libkmod/libkmod-util.c b/libkmod/libkmod-util.c
+index 7c2611b..6a9f697 100644
+--- a/libkmod/libkmod-util.c
 b/libkmod/libkmod-util.c
+@@ -134,8 +134,7 @@ inline int alias_normalize(const char *alias, char 
buf[PATH_MAX], size_t *len)
+   case ']':
+   return -EINVAL;
+   case '[':
+-  while (alias[s] != ']' 
+-  alias[s] != '.'  alias[s] != '\0')
++  while (alias[s] != ']'  alias[s] != '\0')
+   s++;
+ 
+   if (alias[s] != ']')
+@@ -144,7 +143,6 @@ inline int alias_normalize(const char *alias, char 
buf[PATH_MAX], size_t *len)
+   s++;
+   break;
+   case '\0':
+-  case '.':
+   goto finish;
+   default:
+   buf[s] = c;
+-- 
+1.7.9
+

Copied: 
kmod/repos/core-i686/0002-libkmod-module-used-shared-code-in-module-creation.patch
 (from rev 148461, 
kmod/repos/testing-i686/0002-libkmod-module-used-shared-code-in-module-creation.patch)
===
--- core-i686/0002-libkmod-module-used-shared-code-in-module-creation.patch 
(rev 0)
+++ core-i686/0002-libkmod-module-used-shared-code-in-module-creation.patch 
2012-02-01 13:16:32 UTC (rev 148462)
@@ -0,0 +1,196 @@
+From 1d2f64689b2456ade81d6d489c4f5bfb5fdb92fd Mon Sep 17 00:00:00 2001
+From: Dave Reisner dreis...@archlinux.org
+Date: Tue, 31 Jan 2012 00:13:43 -0500
+Subject: [PATCH 2/4] libkmod-module: used shared code in module creation
+
+---
+ libkmod/libkmod-module.c |  135 ++---
+ 1 files changed, 78 insertions(+), 57 deletions(-)
+
+diff --git a/libkmod/libkmod-module.c b/libkmod/libkmod-module.c
+index 47b1709..48e4aa1 100644
+--- a/libkmod/libkmod-module.c
 b/libkmod/libkmod-module.c
+@@ -162,6 +162,76 @@ fail:
+   return err;
+ }
+ 
++/*
++ * Memory layout with alias:
++ *
++ * struct kmod_module {
++ *hashkey -.
++ *alias -. |
++ *name . | |
++ * }   | | |
++ * name --' | |
++ * alias ---' |
++ * name\alias '
++ *
++ * Memory layout without alias:
++ *
++ * struct kmod_module {
++ *hashkey ---.
++ *alias -| NULL
++ *name . |
++ * }  

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

2012-02-01 Thread Dave Reisner
Date: Wednesday, February 1, 2012 @ 08:16:33
  Author: dreisner
Revision: 148463

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

Added:
  kmod/repos/core-x86_64/0001-partially-fix-parsing-of-alias-with-dots.patch
(from rev 148461, 
kmod/repos/testing-x86_64/0001-partially-fix-parsing-of-alias-with-dots.patch)
  
kmod/repos/core-x86_64/0002-libkmod-module-used-shared-code-in-module-creation.patch
(from rev 148461, 
kmod/repos/testing-x86_64/0002-libkmod-module-used-shared-code-in-module-creation.patch)
  
kmod/repos/core-x86_64/0003-modprobe-handle-all-error-returns-from-init_module.patch
(from rev 148461, 
kmod/repos/testing-x86_64/0003-modprobe-handle-all-error-returns-from-init_module.patch)
  kmod/repos/core-x86_64/0004-modprobe-remove-0-refcnt-deps.patch
(from rev 148461, 
kmod/repos/testing-x86_64/0004-modprobe-remove-0-refcnt-deps.patch)
  kmod/repos/core-x86_64/PKGBUILD
(from rev 148461, kmod/repos/testing-x86_64/PKGBUILD)
  kmod/repos/core-x86_64/depmod-search.conf
(from rev 148461, kmod/repos/testing-x86_64/depmod-search.conf)
Deleted:
  kmod/repos/core-x86_64/PKGBUILD
  kmod/repos/core-x86_64/depmod-search.conf
  kmod/repos/testing-x86_64/

---+
 0001-partially-fix-parsing-of-alias-with-dots.patch   |   34 +
 0002-libkmod-module-used-shared-code-in-module-creation.patch |  196 ++
 0003-modprobe-handle-all-error-returns-from-init_module.patch |   34 +
 0004-modprobe-remove-0-refcnt-deps.patch  |   52 ++
 PKGBUILD  |  125 +++---
 depmod-search.conf|   10 
 6 files changed, 390 insertions(+), 61 deletions(-)

Copied: 
kmod/repos/core-x86_64/0001-partially-fix-parsing-of-alias-with-dots.patch 
(from rev 148461, 
kmod/repos/testing-x86_64/0001-partially-fix-parsing-of-alias-with-dots.patch)
===
--- core-x86_64/0001-partially-fix-parsing-of-alias-with-dots.patch 
(rev 0)
+++ core-x86_64/0001-partially-fix-parsing-of-alias-with-dots.patch 
2012-02-01 13:16:33 UTC (rev 148463)
@@ -0,0 +1,34 @@
+From cdaf4b2f3ef60365c6b8006a63410368a7b38f39 Mon Sep 17 00:00:00 2001
+From: Dave Reisner dreis...@archlinux.org
+Date: Tue, 31 Jan 2012 00:12:32 -0500
+Subject: [PATCH 1/4] partially fix parsing of alias with dots
+
+---
+ libkmod/libkmod-util.c |4 +---
+ 1 files changed, 1 insertions(+), 3 deletions(-)
+
+diff --git a/libkmod/libkmod-util.c b/libkmod/libkmod-util.c
+index 7c2611b..6a9f697 100644
+--- a/libkmod/libkmod-util.c
 b/libkmod/libkmod-util.c
+@@ -134,8 +134,7 @@ inline int alias_normalize(const char *alias, char 
buf[PATH_MAX], size_t *len)
+   case ']':
+   return -EINVAL;
+   case '[':
+-  while (alias[s] != ']' 
+-  alias[s] != '.'  alias[s] != '\0')
++  while (alias[s] != ']'  alias[s] != '\0')
+   s++;
+ 
+   if (alias[s] != ']')
+@@ -144,7 +143,6 @@ inline int alias_normalize(const char *alias, char 
buf[PATH_MAX], size_t *len)
+   s++;
+   break;
+   case '\0':
+-  case '.':
+   goto finish;
+   default:
+   buf[s] = c;
+-- 
+1.7.9
+

Copied: 
kmod/repos/core-x86_64/0002-libkmod-module-used-shared-code-in-module-creation.patch
 (from rev 148461, 
kmod/repos/testing-x86_64/0002-libkmod-module-used-shared-code-in-module-creation.patch)
===
--- core-x86_64/0002-libkmod-module-used-shared-code-in-module-creation.patch   
(rev 0)
+++ core-x86_64/0002-libkmod-module-used-shared-code-in-module-creation.patch   
2012-02-01 13:16:33 UTC (rev 148463)
@@ -0,0 +1,196 @@
+From 1d2f64689b2456ade81d6d489c4f5bfb5fdb92fd Mon Sep 17 00:00:00 2001
+From: Dave Reisner dreis...@archlinux.org
+Date: Tue, 31 Jan 2012 00:13:43 -0500
+Subject: [PATCH 2/4] libkmod-module: used shared code in module creation
+
+---
+ libkmod/libkmod-module.c |  135 ++---
+ 1 files changed, 78 insertions(+), 57 deletions(-)
+
+diff --git a/libkmod/libkmod-module.c b/libkmod/libkmod-module.c
+index 47b1709..48e4aa1 100644
+--- a/libkmod/libkmod-module.c
 b/libkmod/libkmod-module.c
+@@ -162,6 +162,76 @@ fail:
+   return err;
+ }
+ 
++/*
++ * Memory layout with alias:
++ *
++ * struct kmod_module {
++ *hashkey -.
++ *alias -. |
++ *name . | |
++ * }   | | |
++ * name --' | |
++ * alias ---' |
++ * name\alias '
++ *
++ * Memory layout without alias:
++ *
++ * struct kmod_module {
++ *hashkey ---.
++ *alias -| 

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

2012-02-01 Thread Dave Reisner
Date: Wednesday, February 1, 2012 @ 08:37:58
  Author: dreisner
Revision: 148464

upgpkg: libssh2 1.4.0-1

- add libprovides

Modified:
  libssh2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-01 13:16:33 UTC (rev 148463)
+++ PKGBUILD2012-02-01 13:37:58 UTC (rev 148464)
@@ -6,7 +6,7 @@
 # Contributor: ice-man icem...@gmail.com
 
 pkgname=libssh2
-pkgver=1.3.0
+pkgver=1.4.0
 pkgrel=1
 pkgdesc=A library implementing the SSH2 protocol as defined by Internet 
Drafts
 url=http://www.libssh2.org/;
@@ -14,20 +14,22 @@
 license=('BSD')
 depends=('openssl')
 makedepends=('zlib')
+provides=('libssh2.so=1-64')
 options=('!libtool')
 source=(http://www.libssh2.org/download/$pkgname-$pkgver.tar.gz{,.asc})
-md5sums=('6425331899ccf1015f1ed79448cb4709'
- '6ddcc9f2b37941f8291d7494ee8f89b7')
+md5sums=('ee670161d8c5dff93ae84a3f34f15669'
+ 'd30af693479e5e88036ffb61ab8d0dc9')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
+
   make DESTDIR=$pkgdir install
   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }



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

2012-02-01 Thread Dave Reisner
Date: Wednesday, February 1, 2012 @ 08:38:10
  Author: dreisner
Revision: 148465

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

Added:
  libssh2/repos/testing-i686/
  libssh2/repos/testing-i686/PKGBUILD
(from rev 148464, libssh2/trunk/PKGBUILD)
  libssh2/repos/testing-x86_64/
  libssh2/repos/testing-x86_64/PKGBUILD
(from rev 148464, libssh2/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   35 +++
 testing-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: libssh2/repos/testing-i686/PKGBUILD (from rev 148464, 
libssh2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-02-01 13:38:10 UTC (rev 148465)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org 
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: ice-man icem...@gmail.com
+
+pkgname=libssh2
+pkgver=1.4.0
+pkgrel=1
+pkgdesc=A library implementing the SSH2 protocol as defined by Internet 
Drafts
+url=http://www.libssh2.org/;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('openssl')
+makedepends=('zlib')
+provides=('libssh2.so=1-64')
+options=('!libtool')
+source=(http://www.libssh2.org/download/$pkgname-$pkgver.tar.gz{,.asc})
+md5sums=('ee670161d8c5dff93ae84a3f34f15669'
+ 'd30af693479e5e88036ffb61ab8d0dc9')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: libssh2/repos/testing-x86_64/PKGBUILD (from rev 148464, 
libssh2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-02-01 13:38:10 UTC (rev 148465)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org 
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: ice-man icem...@gmail.com
+
+pkgname=libssh2
+pkgver=1.4.0
+pkgrel=1
+pkgdesc=A library implementing the SSH2 protocol as defined by Internet 
Drafts
+url=http://www.libssh2.org/;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('openssl')
+makedepends=('zlib')
+provides=('libssh2.so=1-64')
+options=('!libtool')
+source=(http://www.libssh2.org/download/$pkgname-$pkgver.tar.gz{,.asc})
+md5sums=('ee670161d8c5dff93ae84a3f34f15669'
+ 'd30af693479e5e88036ffb61ab8d0dc9')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



[arch-commits] Commit in texlive-bin/repos (extra-i686/PKGBUILD extra-x86_64/PKGBUILD)

2012-02-01 Thread Rémy Oudompheng
Date: Wednesday, February 1, 2012 @ 13:56:38
  Author: remy
Revision: 148466

Rebuild for zlib 1.2.6 (FS#28207, FS#28182).

Modified:
  texlive-bin/repos/extra-i686/PKGBUILD
  texlive-bin/repos/extra-x86_64/PKGBUILD

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

Modified: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-01 13:38:10 UTC (rev 148465)
+++ extra-i686/PKGBUILD 2012-02-01 18:56:38 UTC (rev 148466)
@@ -4,11 +4,11 @@
 pkgname=texlive-bin
 pkgver=2011.3
 _luatex_ver=0.70.1
-pkgrel=1
+pkgrel=1.1
 pkgdesc=TeX Live binaries
 license=('GPL')
 arch=('i686' 'x86_64')
-depends=('t1lib' 'gd' 'poppler' 'libsigsegv' 'zziplib')
+depends=('t1lib' 'gd' 'poppler' 'libsigsegv' 'zziplib' 'zlib=1.2.6')
 makedepends=('perl' 'clisp' 'ffcall')
 optdepends=('ed: for texconfig')
 provides=('lcdf-typetools' 'kpathsea' 'xindy' 'pdfjam')

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-01 13:38:10 UTC (rev 148465)
+++ extra-x86_64/PKGBUILD   2012-02-01 18:56:38 UTC (rev 148466)
@@ -4,11 +4,11 @@
 pkgname=texlive-bin
 pkgver=2011.3
 _luatex_ver=0.70.1
-pkgrel=1
+pkgrel=1.1
 pkgdesc=TeX Live binaries
 license=('GPL')
 arch=('i686' 'x86_64')
-depends=('t1lib' 'gd' 'poppler' 'libsigsegv' 'zziplib')
+depends=('t1lib' 'gd' 'poppler' 'libsigsegv' 'zziplib' 'zlib=1.2.6')
 makedepends=('perl' 'clisp' 'ffcall')
 optdepends=('ed: for texconfig')
 provides=('lcdf-typetools' 'kpathsea' 'xindy' 'pdfjam')



[arch-commits] Commit in emacs/repos/testing-i686 (6 files)

2012-02-01 Thread Juergen Hoetzel
Date: Wednesday, February 1, 2012 @ 14:52:07
  Author: juergen
Revision: 148467

archrelease: copy trunk to testing-i686

Added:
  emacs/repos/testing-i686/PKGBUILD
(from rev 148466, emacs/trunk/PKGBUILD)
  emacs/repos/testing-i686/emacs-subversion17.patch
(from rev 148466, emacs/trunk/emacs-subversion17.patch)
  emacs/repos/testing-i686/emacs.install
(from rev 148466, emacs/trunk/emacs.install)
Deleted:
  emacs/repos/testing-i686/PKGBUILD
  emacs/repos/testing-i686/emacs-subversion17.patch
  emacs/repos/testing-i686/emacs.install

--+
 PKGBUILD |   91 +++-
 emacs-subversion17.patch |  166 ++---
 emacs.install|   64 -
 3 files changed, 158 insertions(+), 163 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-01 18:56:38 UTC (rev 148466)
+++ PKGBUILD2012-02-01 19:52:07 UTC (rev 148467)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Renchi Raju ren...@green.tam.uiuc.edu
-
-pkgname=emacs
-_majorver=23.3
-_minorver=b
-# We want something like 23.3.a so pacman version comparison works, but
-# upstream uses 23.3a, which is a bit silly and interpreted as alpha.
-pkgver=$_majorver.$_minorver
-_realver=$_majorver$_minorver
-pkgrel=2
-pkgdesc=The extensible, customizable, self-documenting real-time display 
editor
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/emacs/emacs.html;
-license=('GPL3')
-depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'gtk2' 'hicolor-icon-theme' 'gconf' 
'desktop-file-utils' 'alsa-lib')
-install=emacs.install
-source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$_realver.tar.bz2{,.sig} 
emacs-subversion17.patch)
-md5sums=('917ce0054ef63773078a6e99b55df1ee'
- '4f987fbb906c0ee73e05904b0f7ce5ec'
- '12e2e7a66df5cc5ded54e1d30083a1fb')
-
-build() {
-  cd $srcdir/$pkgname-$_majorver
-  patch -p1 -i ../emacs-subversion17.patch
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
---localstatedir=/var --with-x-toolkit=gtk --with-xft
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$_majorver
-  make DESTDIR=$pkgdir install
-
-  # remove conflict with ctags package
-  mv $pkgdir/usr/bin/{ctags,ctags.emacs}
-  mv $pkgdir/usr/share/man/man1/{ctags.1,ctags.emacs.1}
-  # fix all the 777 perms on directories
-  find $pkgdir/usr/share/emacs/$_majorver -type d -exec chmod 755 {} \;
-  # fix user/root permissions on usr/share files
-  find $pkgdir/usr/share/emacs/$_majorver -exec chown root:root {} \;
-  # fix perms on /var/games
-  chmod 775 $pkgdir/var/games
-  chmod 775 $pkgdir/var/games/emacs
-  chmod 664 $pkgdir/var/games/emacs/*
-  chown -R root:games $pkgdir/var/games
-}

Copied: emacs/repos/testing-i686/PKGBUILD (from rev 148466, 
emacs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-01 19:52:07 UTC (rev 148467)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Renchi Raju ren...@green.tam.uiuc.edu
+
+pkgname=emacs
+pkgver=23.4
+pkgrel=1
+pkgdesc=The extensible, customizable, self-documenting real-time display 
editor
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/emacs/emacs.html;
+license=('GPL3')
+depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'gtk2' 'hicolor-icon-theme' 'gconf' 
'desktop-file-utils' 'alsa-lib')
+install=emacs.install
+source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.bz2{,.sig} 
emacs-subversion17.patch)
+md5sums=('070c68ad8e3c31fb3cb2414feaf5e6f0'
+ '55eb16eb48b44987693c0e3ea5ab8075'
+ '12e2e7a66df5cc5ded54e1d30083a1fb')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -p1 -i ../emacs-subversion17.patch
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
+--localstatedir=/var --with-x-toolkit=gtk --with-xft
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # remove conflict with ctags package
+  mv $pkgdir/usr/bin/{ctags,ctags.emacs}
+  mv $pkgdir/usr/share/man/man1/{ctags.1,ctags.emacs.1}
+  # fix all the 777 perms on directories
+  find $pkgdir/usr/share/emacs/$_majorver -type d -exec chmod 755 {} \;
+  # fix user/root permissions on usr/share files
+  find $pkgdir/usr/share/emacs/$_majorver -exec chown root:root {} \;
+  # fix perms on /var/games
+  chmod 775 $pkgdir/var/games
+  chmod 775 $pkgdir/var/games/emacs
+  chmod 664 $pkgdir/var/games/emacs/*
+  chown -R root:games $pkgdir/var/games
+}

Deleted: emacs-subversion17.patch
===
--- emacs-subversion17.patch2012-02-01 18:56:38 UTC (rev 148466)
+++ emacs-subversion17.patch2012-02-01 19:52:07 UTC (rev 148467)
@@ -1,83 +0,0 @@
-From d7afd9288e22c466b63c27e7e11783589b07aeff Mon Sep 17 00:00:00 2001
-From: Karl 

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

2012-02-01 Thread Andrea Scarpino
Date: Wednesday, February 1, 2012 @ 16:32:26
  Author: andrea
Revision: 148468

upgpkg: calligra 2.3.86-2

libpng/libtiff rebuild

Modified:
  calligra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-01 19:52:07 UTC (rev 148467)
+++ PKGBUILD2012-02-01 21:32:26 UTC (rev 148468)
@@ -24,7 +24,7 @@
  'calligra-braindump'
  'calligra-flow')
 pkgver=2.3.86
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.calligra-suite.org'
 license=('FDL1.2' 'GPL2' 'LGPL')



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

2012-02-01 Thread Andrea Scarpino
Date: Wednesday, February 1, 2012 @ 16:33:53
  Author: andrea
Revision: 148469

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

Added:
  calligra/repos/kde-unstable-i686/PKGBUILD
(from rev 148468, calligra/trunk/PKGBUILD)
  calligra/repos/kde-unstable-i686/calligra-braindump.install
(from rev 148468, calligra/trunk/calligra-braindump.install)
  calligra/repos/kde-unstable-i686/calligra-filters.install
(from rev 148468, calligra/trunk/calligra-filters.install)
  calligra/repos/kde-unstable-i686/calligra-flow.install
(from rev 148468, calligra/trunk/calligra-flow.install)
  calligra/repos/kde-unstable-i686/calligra-karbon.install
(from rev 148468, calligra/trunk/calligra-karbon.install)
  calligra/repos/kde-unstable-i686/calligra-kexi.install
(from rev 148468, calligra/trunk/calligra-kexi.install)
  calligra/repos/kde-unstable-i686/calligra-krita.install
(from rev 148468, calligra/trunk/calligra-krita.install)
  calligra/repos/kde-unstable-i686/calligra-plan.install
(from rev 148468, calligra/trunk/calligra-plan.install)
  calligra/repos/kde-unstable-i686/calligra-stage.install
(from rev 148468, calligra/trunk/calligra-stage.install)
  calligra/repos/kde-unstable-i686/calligra-tables.install
(from rev 148468, calligra/trunk/calligra-tables.install)
  calligra/repos/kde-unstable-i686/calligra-tools.install
(from rev 148468, calligra/trunk/calligra-tools.install)
  calligra/repos/kde-unstable-i686/calligra-words.install
(from rev 148468, calligra/trunk/calligra-words.install)
  calligra/repos/kde-unstable-i686/calligra.install
(from rev 148468, calligra/trunk/calligra.install)
  calligra/repos/kde-unstable-x86_64/PKGBUILD
(from rev 148468, calligra/trunk/PKGBUILD)
  calligra/repos/kde-unstable-x86_64/calligra-braindump.install
(from rev 148468, calligra/trunk/calligra-braindump.install)
  calligra/repos/kde-unstable-x86_64/calligra-filters.install
(from rev 148468, calligra/trunk/calligra-filters.install)
  calligra/repos/kde-unstable-x86_64/calligra-flow.install
(from rev 148468, calligra/trunk/calligra-flow.install)
  calligra/repos/kde-unstable-x86_64/calligra-karbon.install
(from rev 148468, calligra/trunk/calligra-karbon.install)
  calligra/repos/kde-unstable-x86_64/calligra-kexi.install
(from rev 148468, calligra/trunk/calligra-kexi.install)
  calligra/repos/kde-unstable-x86_64/calligra-krita.install
(from rev 148468, calligra/trunk/calligra-krita.install)
  calligra/repos/kde-unstable-x86_64/calligra-plan.install
(from rev 148468, calligra/trunk/calligra-plan.install)
  calligra/repos/kde-unstable-x86_64/calligra-stage.install
(from rev 148468, calligra/trunk/calligra-stage.install)
  calligra/repos/kde-unstable-x86_64/calligra-tables.install
(from rev 148468, calligra/trunk/calligra-tables.install)
  calligra/repos/kde-unstable-x86_64/calligra-tools.install
(from rev 148468, calligra/trunk/calligra-tools.install)
  calligra/repos/kde-unstable-x86_64/calligra-words.install
(from rev 148468, calligra/trunk/calligra-words.install)
  calligra/repos/kde-unstable-x86_64/calligra.install
(from rev 148468, 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 nouveau-drm-lts/repos (extra-i686)

2012-02-01 Thread Ionut Biru
Date: Wednesday, February 1, 2012 @ 17:15:54
  Author: ibiru
Revision: 148470

db-remove: nouveau-drm-lts removed by ibiru

Deleted:
  nouveau-drm-lts/repos/extra-i686/



[arch-commits] Commit in nouveau-drm-lts/repos (extra-x86_64)

2012-02-01 Thread Ionut Biru
Date: Wednesday, February 1, 2012 @ 17:16:09
  Author: ibiru
Revision: 148471

db-remove: nouveau-drm-lts removed by ibiru

Deleted:
  nouveau-drm-lts/repos/extra-x86_64/



[arch-commits] Commit in (nouveau-drm-lts)

2012-02-01 Thread Ionut Biru
Date: Wednesday, February 1, 2012 @ 17:20:00
  Author: ibiru
Revision: 148472

is not required anymore

Deleted:
  nouveau-drm-lts/



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

2012-02-01 Thread Allan McRae
Date: Wednesday, February 1, 2012 @ 20:32:56
  Author: allan
Revision: 148473

upgpkg: automake 1.11.3-1

upstream update

Modified:
  automake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-01 22:20:00 UTC (rev 148472)
+++ PKGBUILD2012-02-02 01:32:56 UTC (rev 148473)
@@ -3,7 +3,7 @@
 # Contributor: judd jvi...@zeroflux.org
 
 pkgname=automake
-pkgver=1.11.2
+pkgver=1.11.3
 pkgrel=1
 pkgdesc=A GNU tool for automatically creating Makefiles
 arch=('any')
@@ -14,8 +14,8 @@
 makedepends=('autoconf')
 install=automake.install
 source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('79ad64a9f6e83ea98d6964cef8d8a0bc'
- '677bfee8a872499fb9ade9ff82971d41')
+md5sums=('93ecb319f0365cb801990b00f658d026'
+ 'f0673734ccb70a7d40c201ee51d83653')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2012-02-01 Thread Allan McRae
Date: Wednesday, February 1, 2012 @ 20:33:28
  Author: allan
Revision: 148474

archrelease: copy trunk to testing-any

Added:
  automake/repos/testing-any/
  automake/repos/testing-any/PKGBUILD
(from rev 148473, automake/trunk/PKGBUILD)
  automake/repos/testing-any/automake.install
(from rev 148473, automake/trunk/automake.install)

--+
 PKGBUILD |   35 +++
 automake.install |   22 ++
 2 files changed, 57 insertions(+)

Copied: automake/repos/testing-any/PKGBUILD (from rev 148473, 
automake/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-02-02 01:33:28 UTC (rev 148474)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=automake
+pkgver=1.11.3
+pkgrel=1
+pkgdesc=A GNU tool for automatically creating Makefiles
+arch=('any')
+license=('GPL')
+url=http://www.gnu.org/software/automake;
+groups=('base-devel')
+depends=('perl' 'bash')
+makedepends=('autoconf')
+install=automake.install
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('93ecb319f0365cb801990b00f658d026'
+ 'f0673734ccb70a7d40c201ee51d83653')
+
+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
+}

Copied: automake/repos/testing-any/automake.install (from rev 148473, 
automake/trunk/automake.install)
===
--- testing-any/automake.install(rev 0)
+++ testing-any/automake.install2012-02-02 01:33:28 UTC (rev 148474)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+filelist=(automake.info automake.info-1 automake.info-2)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in orage/trunk (PKGBUILD fix-infinite-reminder.patch)

2012-02-01 Thread Eric Bélanger
Date: Thursday, February 2, 2012 @ 00:15:52
  Author: eric
Revision: 148475

upgpkg: orage 4.8.3-1

Upstream update, Remove old patch

Modified:
  orage/trunk/PKGBUILD
Deleted:
  orage/trunk/fix-infinite-reminder.patch

-+
 PKGBUILD|   12 ++--
 fix-infinite-reminder.patch |  122 --
 2 files changed, 6 insertions(+), 128 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-02 01:33:28 UTC (rev 148474)
+++ PKGBUILD2012-02-02 05:15:52 UTC (rev 148475)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Kieslich tobias (at) archlinux.org
 
 pkgname=orage
-pkgver=4.8.2
+pkgver=4.8.3
 pkgrel=1
 pkgdesc=A simple calendar application with reminders for Xfce
 arch=('i686' 'x86_64')
@@ -15,11 +15,11 @@
 options=('!libtool')
 replaces=('xfcalendar')
 install=${pkgname}.install
-source=(http://archive.xfce.org/src/apps/${pkgname}/4.8/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('950397c716c31e1aa5db83d35ddf6047')
+source=(http://archive.xfce.org/src/apps/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('f4f89ea1f301514c419e7643661b510132ebb012')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
@@ -31,6 +31,6 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make -j1 DESTDIR=${pkgdir} install
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -j1 DESTDIR=${pkgdir} install
 }

Deleted: fix-infinite-reminder.patch
===
--- fix-infinite-reminder.patch 2012-02-02 01:33:28 UTC (rev 148474)
+++ fix-infinite-reminder.patch 2012-02-02 05:15:52 UTC (rev 148475)
@@ -1,122 +0,0 @@
-From 52a58e63cb039338d3365c83cb13e20acefba083 Mon Sep 17 00:00:00 2001
-From: Juha Kautto j...@xfce.org
-Date: Wed, 01 Jun 2011 12:26:22 +
-Subject: fixed Bug 7552 - Orage reminder duplicates infinitely
-
-When using default timezone floating, reminders repeated and never ended.
-Fixed this and prevented using floating as the default value. Using UTC
-instead.
-diff --git a/src/ical-code.c b/src/ical-code.c
-index c080bf2..e726103 100644
 a/src/ical-code.c
-+++ b/src/ical-code.c
-@@ -233,7 +233,7 @@ gboolean xfical_set_local_timezone(gboolean testing)
- }
- 
- /*
-- * Basically standard says that timezone should be added alwasy
-+ * Basically standard says that timezone should be added always
-  * when it is used, but in real life these are not needed since
-  * all systems have their own timezone data, so let's save time
-  * and space and comment this out. 
-@@ -2587,7 +2587,7 @@ static alarm_struct *process_alarm_trigger(icalcomponent 
*c
- rel = icalparameter_get_related(trg_related_par);
- else
- rel = ICAL_RELATED_START;
--per = ic_get_period(c, FALSE);
-+per = ic_get_period(c, TRUE);
- next_alarm_time = count_alarm_time(per, cur_time, trg.duration, rel);
- alarm_start_diff = icaltime_subtract(per.stime, next_alarm_time);
- /* we only have ctime for TODOs and only if todo has been completed.
-diff --git a/src/parameters.c b/src/parameters.c
-index 38407da..462fce2 100644
 a/src/parameters.c
-+++ b/src/parameters.c
-@@ -440,7 +440,7 @@ static void timezone_button_clicked(GtkButton *button, 
gpointer user_data)
- 
- if (!ORAGE_STR_EXISTS(g_par.local_timezone)) {
- g_warning(timezone pressed: local timezone missing);
--g_par.local_timezone = g_strdup(floating);
-+g_par.local_timezone = g_strdup(UTC);
- }
- if (orage_timezone_button_clicked(button, GTK_WINDOW(itf-orage_dialog)
- , g_par.local_timezone, TRUE, g_par.local_timezone))
-@@ -501,16 +501,12 @@ static void create_parameter_dialog_main_setup_tab(Itf 
*dialog)
- , dialog-timezone_frame, FALSE, FALSE, 5);
- 
- dialog-timezone_button = gtk_button_new();
--if (g_par.local_timezone) {
--gtk_button_set_label(GTK_BUTTON(dialog-timezone_button)
--, _(g_par.local_timezone));
--}
--else { /* we should never arrive here */
--g_warning(parameters: timezone not set.);
--g_par.local_timezone = g_strdup(floating);
--gtk_button_set_label(GTK_BUTTON(dialog-timezone_button)
--, _(floating));
-+if (!ORAGE_STR_EXISTS(g_par.local_timezone)) {
-+g_warning(parameters: local timezone missing);
-+g_par.local_timezone = g_strdup(UTC);
- }
-+gtk_button_set_label(GTK_BUTTON(dialog-timezone_button)
-+, _(g_par.local_timezone));
- gtk_box_pack_start(GTK_BOX(vbox)
- , dialog-timezone_button, FALSE, FALSE, 5);
- gtk_tooltips_set_tip(dialog-Tooltips, dialog-timezone_button
-@@ -1117,7 +1113,7 @@ static void init_default_timezone(void)
- if (ORAGE_STR_EXISTS(g_par.local_timezone))
- g_message(_(Default 

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

2012-02-01 Thread Eric Bélanger
Date: Thursday, February 2, 2012 @ 00:16:18
  Author: eric
Revision: 148476

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

Added:
  orage/repos/extra-i686/PKGBUILD
(from rev 148475, orage/trunk/PKGBUILD)
  orage/repos/extra-i686/orage.install
(from rev 148475, orage/trunk/orage.install)
  orage/repos/extra-x86_64/PKGBUILD
(from rev 148475, orage/trunk/PKGBUILD)
  orage/repos/extra-x86_64/orage.install
(from rev 148475, orage/trunk/orage.install)
Deleted:
  orage/repos/extra-i686/PKGBUILD
  orage/repos/extra-i686/fix-infinite-reminder.patch
  orage/repos/extra-i686/orage.install
  orage/repos/extra-x86_64/PKGBUILD
  orage/repos/extra-x86_64/fix-infinite-reminder.patch
  orage/repos/extra-x86_64/orage.install

--+
 extra-i686/PKGBUILD  |   72 -
 extra-i686/fix-infinite-reminder.patch   |  122 -
 extra-i686/orage.install |   24 ++---
 extra-x86_64/PKGBUILD|   72 -
 extra-x86_64/fix-infinite-reminder.patch |  122 -
 extra-x86_64/orage.install   |   24 ++---
 6 files changed, 96 insertions(+), 340 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-02 05:15:52 UTC (rev 148475)
+++ extra-i686/PKGBUILD 2012-02-02 05:16:18 UTC (rev 148476)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Tobias Kieslich tobias (at) archlinux.org
-
-pkgname=orage
-pkgver=4.8.2
-pkgrel=1
-pkgdesc=A simple calendar application with reminders for Xfce
-arch=('i686' 'x86_64')
-license=('GPL2')
-url=http://www.xfce.org/projects/orage/;
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libical' 'popt' 'libnotify=0.7.1' 
'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('intltool' 'xfce4-dev-tools' 'popt')
-options=('!libtool')
-replaces=('xfcalendar')
-install=${pkgname}.install
-source=(http://archive.xfce.org/src/apps/${pkgname}/4.8/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('950397c716c31e1aa5db83d35ddf6047')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib \
-   --localstatedir=/var \
-   --enable-libical \
-   --disable-static \
-   --disable-debug 
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make -j1 DESTDIR=${pkgdir} install
-}

Copied: orage/repos/extra-i686/PKGBUILD (from rev 148475, orage/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-02 05:16:18 UTC (rev 148476)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Tobias Kieslich tobias (at) archlinux.org
+
+pkgname=orage
+pkgver=4.8.3
+pkgrel=1
+pkgdesc=A simple calendar application with reminders for Xfce
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://www.xfce.org/projects/orage/;
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libical' 'popt' 'libnotify=0.7.1' 
'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('intltool' 'xfce4-dev-tools' 'popt')
+options=('!libtool')
+replaces=('xfcalendar')
+install=${pkgname}.install
+source=(http://archive.xfce.org/src/apps/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('f4f89ea1f301514c419e7643661b510132ebb012')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib \
+   --localstatedir=/var \
+   --enable-libical \
+   --disable-static \
+   --disable-debug 
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -j1 DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/fix-infinite-reminder.patch
===
--- extra-i686/fix-infinite-reminder.patch  2012-02-02 05:15:52 UTC (rev 
148475)
+++ extra-i686/fix-infinite-reminder.patch  2012-02-02 05:16:18 UTC (rev 
148476)
@@ -1,122 +0,0 @@
-From 52a58e63cb039338d3365c83cb13e20acefba083 Mon Sep 17 00:00:00 2001
-From: Juha Kautto j...@xfce.org
-Date: Wed, 01 Jun 2011 12:26:22 +
-Subject: fixed Bug 7552 - Orage reminder duplicates infinitely
-
-When using default timezone floating, reminders repeated and never ended.
-Fixed this and prevented using floating as the default value. Using UTC
-instead.
-diff --git a/src/ical-code.c b/src/ical-code.c
-index c080bf2..e726103 100644
 a/src/ical-code.c
-+++ b/src/ical-code.c
-@@ -233,7 +233,7 @@ gboolean xfical_set_local_timezone(gboolean testing)
- }
- 
- /*
-- * Basically standard says that timezone should be added alwasy
-+ * Basically standard says that timezone should be added always
-  * when it is used, but in real life these are not needed since
-  * all systems have their own