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

2012-02-24 Thread Pierre Schmitz
Date: Saturday, February 25, 2012 @ 02:43:33
  Author: pierre
Revision: 151208

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

Added:
  squid/repos/extra-i686/PKGBUILD
(from rev 151207, squid/trunk/PKGBUILD)
  squid/repos/extra-i686/squid
(from rev 151207, squid/trunk/squid)
  squid/repos/extra-i686/squid.conf.d
(from rev 151207, squid/trunk/squid.conf.d)
  squid/repos/extra-i686/squid.cron
(from rev 151207, squid/trunk/squid.cron)
  squid/repos/extra-i686/squid.install
(from rev 151207, squid/trunk/squid.install)
  squid/repos/extra-i686/squid.pam
(from rev 151207, squid/trunk/squid.pam)
  squid/repos/extra-x86_64/PKGBUILD
(from rev 151207, squid/trunk/PKGBUILD)
  squid/repos/extra-x86_64/squid
(from rev 151207, squid/trunk/squid)
  squid/repos/extra-x86_64/squid.conf.d
(from rev 151207, squid/trunk/squid.conf.d)
  squid/repos/extra-x86_64/squid.cron
(from rev 151207, squid/trunk/squid.cron)
  squid/repos/extra-x86_64/squid.install
(from rev 151207, squid/trunk/squid.install)
  squid/repos/extra-x86_64/squid.pam
(from rev 151207, squid/trunk/squid.pam)
Deleted:
  squid/repos/extra-i686/PKGBUILD
  squid/repos/extra-i686/squid
  squid/repos/extra-i686/squid.conf.d
  squid/repos/extra-i686/squid.cron
  squid/repos/extra-i686/squid.install
  squid/repos/extra-i686/squid.pam
  squid/repos/extra-x86_64/PKGBUILD
  squid/repos/extra-x86_64/squid
  squid/repos/extra-x86_64/squid.conf.d
  squid/repos/extra-x86_64/squid.cron
  squid/repos/extra-x86_64/squid.install
  squid/repos/extra-x86_64/squid.pam

+
 extra-i686/PKGBUILD|  130 +--
 extra-i686/squid   |  104 +-
 extra-i686/squid.conf.d|8 +-
 extra-i686/squid.cron  |8 +-
 extra-i686/squid.install   |   52 -
 extra-i686/squid.pam   |8 +-
 extra-x86_64/PKGBUILD  |  130 +--
 extra-x86_64/squid |  104 +-
 extra-x86_64/squid.conf.d  |8 +-
 extra-x86_64/squid.cron|8 +-
 extra-x86_64/squid.install |   52 -
 extra-x86_64/squid.pam |8 +-
 12 files changed, 310 insertions(+), 310 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-25 07:42:42 UTC (rev 151207)
+++ extra-i686/PKGBUILD 2012-02-25 07:43:33 UTC (rev 151208)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Kevin Piche 
-# Contributor: Tom Newsom 
-
-pkgname=squid
-pkgver=3.1.16
-pkgrel=1
-pkgdesc="A full-featured Web proxy cache server."
-arch=(i686 x86_64)
-url="http://www.squid-cache.org";
-depends=('openssl' 'pam' 'cron' 'perl' 'libtool')
-makedepends=('libcap>=2.16')
-license=('GPL')
-backup=(etc/squid/squid.conf etc/squid/mime.conf etc/conf.d/squid)
-install=squid.install
-source=(http://www.squid-cache.org/Versions/v3/3.1/${pkgname}-${pkgver}.tar.bz2
-squid squid.conf.d squid.pam squid.cron)
-md5sums=('675aef4411d41f5b55b15a29ad6e5261'
- 'd213b0cc1db72b749bb8c88716fdab39'
- '2383772ef94efddc7b920628bc7ac5b0'
- '270977cdd9b47ef44c0c427ab9034777'
- '5e17df989e2a74e869790c066f61225b')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  # gcc 4.6 doesn't support -fhuge-objects.
-  sed '/^HUGE_OBJECT_FLAG=/ s/"-fhuge-objects"//' -i configure
-
-  # fix cache_dir, cache_dir size, and effective group.
-  sed '/^DEFAULT_SWAP_DIR/ s@/cache@/cache/squid@' -i src/Makefile.in
-  sed '/^#cache_dir/ s/100/256/
-   /^NAME: cache_effective_group/ {n;n;s/none/proxy/}' -i src/cf.data.pre
-
-  ./configure --prefix=/usr --datadir=/usr/share/squid \
-  --sysconfdir=/etc/squid --libexecdir=/usr/lib/squid \
-  --localstatedir=/var --with-logdir=/var/log/squid \
-  --enable-auth="basic,digest,ntlm" --enable-removal-policies="lru,heap" \
-  --enable-digest-auth-helpers="password" 
--enable-storeio="aufs,ufs,diskd" \
-  
--enable-basic-auth-helpers="getpwnam,YP,NCSA,SMB,MSNT,PAM,multi-domain-NTLM" \
-  --enable-external-acl-helpers="ip_user,unix_group,wbinfo_group" \
-  --enable-ntlm-auth-helpers="smb_lm,fakeauth,no_check" \
-  --enable-delay-pools --enable-arp-acl --enable-ssl --enable-snmp \
-  --enable-linux-netfilter --enable-ident-lookups \
-  --enable-useragent-log --enable-cache-digests --enable-referer-log \
-  --enable-arp-acl --enable-htcp --enable-carp --enable-epoll \
-  --with-filedescriptors=4096 --with-large-files --enable-arp-acl \
-  --with-default-user=proxy \
-  --enable-async-io --enable-truncate
-#some versions have build problems with both async and truncate enabled:
-#  --enable-async-io
-
-  make
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  install -D -m755 "${srcdir}"/squid "${pkgdir}"/etc/rc.d/squid
-  install -D -m755 "${srcdir}"/squid

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

2012-02-24 Thread Pierre Schmitz
Date: Saturday, February 25, 2012 @ 02:42:42
  Author: pierre
Revision: 151207

upgpkg: squid 3.1.19-1

upstream update

Modified:
  squid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-25 07:42:28 UTC (rev 151206)
+++ PKGBUILD2012-02-25 07:42:42 UTC (rev 151207)
@@ -3,19 +3,19 @@
 # Contributor: Tom Newsom 
 
 pkgname=squid
-pkgver=3.1.16
+pkgver=3.1.19
 pkgrel=1
 pkgdesc="A full-featured Web proxy cache server."
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://www.squid-cache.org";
 depends=('openssl' 'pam' 'cron' 'perl' 'libtool')
-makedepends=('libcap>=2.16')
+makedepends=('libcap')
 license=('GPL')
-backup=(etc/squid/squid.conf etc/squid/mime.conf etc/conf.d/squid)
+backup=('etc/squid/squid.conf' 'etc/squid/mime.conf' 'etc/conf.d/squid')
 install=squid.install
-source=(http://www.squid-cache.org/Versions/v3/3.1/${pkgname}-${pkgver}.tar.bz2
-squid squid.conf.d squid.pam squid.cron)
-md5sums=('675aef4411d41f5b55b15a29ad6e5261'
+source=("http://www.squid-cache.org/Versions/v3/3.1/${pkgname}-${pkgver}.tar.bz2";
+'squid' 'squid.conf.d' 'squid.pam' 'squid.cron')
+md5sums=('9b6ffaf96bee8f05f0085bc6361d7c94'
  'd213b0cc1db72b749bb8c88716fdab39'
  '2383772ef94efddc7b920628bc7ac5b0'
  '270977cdd9b47ef44c0c427ab9034777'



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

2012-02-24 Thread Pierre Schmitz
Date: Saturday, February 25, 2012 @ 02:42:28
  Author: pierre
Revision: 151206

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

Added:
  ssmtp/repos/extra-i686/PKGBUILD
(from rev 151205, ssmtp/trunk/PKGBUILD)
  ssmtp/repos/extra-i686/opessl_crypto.patch
(from rev 151205, ssmtp/trunk/opessl_crypto.patch)
  ssmtp/repos/extra-x86_64/PKGBUILD
(from rev 151205, ssmtp/trunk/PKGBUILD)
  ssmtp/repos/extra-x86_64/opessl_crypto.patch
(from rev 151205, ssmtp/trunk/opessl_crypto.patch)
Deleted:
  ssmtp/repos/extra-i686/PKGBUILD
  ssmtp/repos/extra-x86_64/PKGBUILD

--+
 extra-i686/PKGBUILD  |   78 -
 extra-i686/opessl_crypto.patch   |   21 +
 extra-x86_64/PKGBUILD|   78 -
 extra-x86_64/opessl_crypto.patch |   21 +
 4 files changed, 128 insertions(+), 70 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-25 07:42:01 UTC (rev 151205)
+++ extra-i686/PKGBUILD 2012-02-25 07:42:28 UTC (rev 151206)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Hugo Doria 
-
-pkgname=ssmtp
-pkgver=2.64
-pkgrel=2
-pkgdesc="Extremely simple MTA to get mail off the system to a mailhub"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://packages.debian.org/stable/mail/ssmtp";
-depends=('openssl')
-conflicts=('exim')
-provides=('smtp-forwarder')
-backup=('etc/ssmtp/ssmtp.conf' 'etc/ssmtp/revaliases')
-options=('!makeflags' '!emptydirs')
-source=(http://ftp.debian.org/debian/pool/main/s/ssmtp/${pkgname}_${pkgver}.orig.tar.bz2)
-md5sums=('65b4e0df4934a6cd08c506cabcbe584f')
-
-## if you build in chroot, make sure the chroots fully qualified hostname is 
the same as in your real root system ##
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr \
-   --sysconfdir=/etc \
---mandir=/usr/share/man \
-   --enable-md5auth --enable-ssl || return 1
-   make || return 1
-   yes | make prefix="${pkgdir}/usr" mandir="${pkgdir}/usr/share/man/man8" 
etcdir="${pkgdir}/etc" install || return 1
-
-   install -D -m644 ssmtp.conf.5 "${pkgdir}/usr/share/man/man5/ssmtp.conf.5" 
|| return 1
-
-   ln -s ssmtp "${pkgdir}/usr/sbin/sendmail"
-   ln -s ssmtp "${pkgdir}/usr/sbin/newaliases"
-   ln -s ssmtp "${pkgdir}/usr/sbin/mailq"
-}

Copied: ssmtp/repos/extra-i686/PKGBUILD (from rev 151205, ssmtp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-25 07:42:28 UTC (rev 151206)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Hugo Doria 
+
+pkgname=ssmtp
+pkgver=2.64
+pkgrel=3
+pkgdesc="Extremely simple MTA to get mail off the system to a mailhub"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://packages.debian.org/stable/mail/ssmtp";
+depends=('openssl')
+conflicts=('exim')
+provides=('smtp-forwarder')
+backup=('etc/ssmtp/ssmtp.conf' 'etc/ssmtp/revaliases')
+options=('!makeflags' '!emptydirs')
+source=("http://ftp.debian.org/debian/pool/main/s/ssmtp/${pkgname}_${pkgver}.orig.tar.bz2";
+'opessl_crypto.patch')
+md5sums=('65b4e0df4934a6cd08c506cabcbe584f'
+ 'aeb4ed09a26eefea9a5f6ac755c4dff0')
+
+## if you build in chroot, make sure the chroots fully qualified hostname is 
the same as in your real root system ##
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i "${srcdir}/opessl_crypto.patch"
+   autoreconf
+   ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--mandir=/usr/share/man \
+--enable-md5auth --enable-ssl
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   yes | make prefix="${pkgdir}/usr" mandir="${pkgdir}/usr/share/man/man8" 
etcdir="${pkgdir}/etc" install
+
+   install -D -m644 ssmtp.conf.5 "${pkgdir}/usr/share/man/man5/ssmtp.conf.5"
+
+   ln -s ssmtp "${pkgdir}/usr/sbin/sendmail"
+   ln -s ssmtp "${pkgdir}/usr/sbin/newaliases"
+   ln -s ssmtp "${pkgdir}/usr/sbin/mailq"
+}

Copied: ssmtp/repos/extra-i686/opessl_crypto.patch (from rev 151205, 
ssmtp/trunk/opessl_crypto.patch)
===
--- extra-i686/opessl_crypto.patch  (rev 0)
+++ extra-i686/opessl_crypto.patch  2012-02-25 07:42:28 UTC (rev 151206)
@@ -0,0 +1,21 @@
+Fix linking error:
+
+Undefined symbols:
+  "_X509_free", referenced from:
+  _smtp_open in ssmtp.o
+ld: symbol(s) not found
+
+
+Index: ssmtp-2.64/configure.in
+===
+--- ssmtp-2.64.orig/configure.in
 ssmtp-2.64/configure.in
+@@ -52,7 +52,7 @@ AC_ARG_ENABLE(ssl,
+ [  --enable-ssl   support for secure connection to mail server])
+ if test x$enableval = xyes ; then
+   AC_DEFINE(HAVE_SSL)
+-  LIBS="$LIBS -lssl"
++  LIBS="$LIBS -lssl -lcrypto"
+ fi
+ enableval=""
+ 

Deleted:

[arch-commits] Commit in ssmtp/trunk (PKGBUILD opessl_crypto.patch)

2012-02-24 Thread Pierre Schmitz
Date: Saturday, February 25, 2012 @ 02:42:01
  Author: pierre
Revision: 151205

upgpkg: ssmtp 2.64-3

rebuild old package

Added:
  ssmtp/trunk/opessl_crypto.patch
Modified:
  ssmtp/trunk/PKGBUILD

-+
 PKGBUILD|   26 +-
 opessl_crypto.patch |   21 +
 2 files changed, 38 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-25 07:32:54 UTC (rev 151204)
+++ PKGBUILD2012-02-25 07:42:01 UTC (rev 151205)
@@ -3,7 +3,7 @@
 
 pkgname=ssmtp
 pkgver=2.64
-pkgrel=2
+pkgrel=3
 pkgdesc="Extremely simple MTA to get mail off the system to a mailhub"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -13,22 +13,30 @@
 provides=('smtp-forwarder')
 backup=('etc/ssmtp/ssmtp.conf' 'etc/ssmtp/revaliases')
 options=('!makeflags' '!emptydirs')
-source=(http://ftp.debian.org/debian/pool/main/s/ssmtp/${pkgname}_${pkgver}.orig.tar.bz2)
-md5sums=('65b4e0df4934a6cd08c506cabcbe584f')
+source=("http://ftp.debian.org/debian/pool/main/s/ssmtp/${pkgname}_${pkgver}.orig.tar.bz2";
+'opessl_crypto.patch')
+md5sums=('65b4e0df4934a6cd08c506cabcbe584f'
+ 'aeb4ed09a26eefea9a5f6ac755c4dff0')
 
 ## if you build in chroot, make sure the chroots fully qualified hostname is 
the same as in your real root system ##
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i "${srcdir}/opessl_crypto.patch"
+   autoreconf
./configure --prefix=/usr \
-   --sysconfdir=/etc \
---mandir=/usr/share/man \
-   --enable-md5auth --enable-ssl || return 1
-   make || return 1
-   yes | make prefix="${pkgdir}/usr" mandir="${pkgdir}/usr/share/man/man8" 
etcdir="${pkgdir}/etc" install || return 1
+--sysconfdir=/etc \
+--mandir=/usr/share/man \
+--enable-md5auth --enable-ssl
+   make
+}
 
-   install -D -m644 ssmtp.conf.5 "${pkgdir}/usr/share/man/man5/ssmtp.conf.5" 
|| return 1
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   yes | make prefix="${pkgdir}/usr" mandir="${pkgdir}/usr/share/man/man8" 
etcdir="${pkgdir}/etc" install
 
+   install -D -m644 ssmtp.conf.5 "${pkgdir}/usr/share/man/man5/ssmtp.conf.5"
+
ln -s ssmtp "${pkgdir}/usr/sbin/sendmail"
ln -s ssmtp "${pkgdir}/usr/sbin/newaliases"
ln -s ssmtp "${pkgdir}/usr/sbin/mailq"

Added: opessl_crypto.patch
===
--- opessl_crypto.patch (rev 0)
+++ opessl_crypto.patch 2012-02-25 07:42:01 UTC (rev 151205)
@@ -0,0 +1,21 @@
+Fix linking error:
+
+Undefined symbols:
+  "_X509_free", referenced from:
+  _smtp_open in ssmtp.o
+ld: symbol(s) not found
+
+
+Index: ssmtp-2.64/configure.in
+===
+--- ssmtp-2.64.orig/configure.in
 ssmtp-2.64/configure.in
+@@ -52,7 +52,7 @@ AC_ARG_ENABLE(ssl,
+ [  --enable-ssl   support for secure connection to mail server])
+ if test x$enableval = xyes ; then
+   AC_DEFINE(HAVE_SSL)
+-  LIBS="$LIBS -lssl"
++  LIBS="$LIBS -lssl -lcrypto"
+ fi
+ enableval=""
+ 



[arch-commits] Commit in vamp-plugin-sdk/repos (8 files)

2012-02-24 Thread Allan McRae
Date: Saturday, February 25, 2012 @ 02:32:54
  Author: allan
Revision: 151204

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

Added:
  vamp-plugin-sdk/repos/extra-i686/PKGBUILD
(from rev 151203, vamp-plugin-sdk/trunk/PKGBUILD)
  vamp-plugin-sdk/repos/extra-i686/gcc44.patch
(from rev 151203, vamp-plugin-sdk/trunk/gcc44.patch)
  vamp-plugin-sdk/repos/extra-x86_64/PKGBUILD
(from rev 151203, vamp-plugin-sdk/trunk/PKGBUILD)
  vamp-plugin-sdk/repos/extra-x86_64/gcc44.patch
(from rev 151203, vamp-plugin-sdk/trunk/gcc44.patch)
Deleted:
  vamp-plugin-sdk/repos/extra-i686/PKGBUILD
  vamp-plugin-sdk/repos/extra-i686/gcc44.patch
  vamp-plugin-sdk/repos/extra-x86_64/PKGBUILD
  vamp-plugin-sdk/repos/extra-x86_64/gcc44.patch

--+
 extra-i686/PKGBUILD  |   70 ++---
 extra-i686/gcc44.patch   |   28 +-
 extra-x86_64/PKGBUILD|   70 ++---
 extra-x86_64/gcc44.patch |   28 +-
 4 files changed, 98 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-25 07:31:59 UTC (rev 151203)
+++ extra-i686/PKGBUILD 2012-02-25 07:32:54 UTC (rev 151204)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Orivej Desh 
-
-pkgname=vamp-plugin-sdk
-pkgver=2.2
-pkgrel=1
-pkgdesc="The Vamp audio analysis plug-in system"
-arch=('i686' 'x86_64')
-url="http://www.vamp-plugins.org/";
-license=('BSD')
-depends=('gcc-libs' 'libsndfile')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/vamp/$pkgname-$pkgver.tar.gz";
-'gcc44.patch')
-md5sums=('037cdb83f20a331ff1fa07d54550c773'
- 'a07e3ef9c657a56cf2e8c4afc0ba1cec')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 COPYING \
-"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vamp-plugin-sdk/repos/extra-i686/PKGBUILD (from rev 151203, 
vamp-plugin-sdk/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-25 07:32:54 UTC (rev 151204)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Orivej Desh 
+
+pkgname=vamp-plugin-sdk
+pkgver=2.2
+pkgrel=2
+pkgdesc="The Vamp audio analysis plug-in system"
+arch=('i686' 'x86_64')
+url="http://www.vamp-plugins.org/";
+license=('BSD')
+depends=('gcc-libs' 'libsndfile')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/vamp/$pkgname-$pkgver.tar.gz";
+'gcc44.patch')
+md5sums=('037cdb83f20a331ff1fa07d54550c773'
+ 'a07e3ef9c657a56cf2e8c4afc0ba1cec')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING \
+"$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/gcc44.patch
===
--- extra-i686/gcc44.patch  2012-02-25 07:31:59 UTC (rev 151203)
+++ extra-i686/gcc44.patch  2012-02-25 07:32:54 UTC (rev 151204)
@@ -1,14 +0,0 @@
-diff -ur vamp-plugin-sdk-2.0.orig/examples/FixedTempoEstimator.cpp 
vamp-plugin-sdk-2.0/examples/FixedTempoEstimator.cpp
 vamp-plugin-sdk-2.0.orig/examples/FixedTempoEstimator.cpp  2008-12-01 
13:48:41.0 +0200
-+++ vamp-plugin-sdk-2.0/examples/FixedTempoEstimator.cpp   2009-06-06 
00:57:58.0 +0300
-@@ -43,9 +43,9 @@
- 
- using Vamp::RealTime;
- 
-+#include 
- #include 
- 
--
- class FixedTempoEstimator::D
- // this class just avoids us having to declare any data members in the header
- {

Copied: vamp-plugin-sdk/repos/extra-i686/gcc44.patch (from rev 151203, 
vamp-plugin-sdk/trunk/gcc44.patch)
===
--- extra-i686/gcc44.patch  (rev 0)
+++ extra-i686/gcc44.patch  2012-02-25 07:32:54 UTC (rev 151204)
@@ -0,0 +1,14 @@
+diff -ur vamp-plugin-sdk-2.0.orig/examples/FixedTempoEstimator.cpp 
vamp-plugin-sdk-2.0/examples/FixedTempoEstimator.cpp
+--- vamp-plugin-sdk-2.0.orig/examples/FixedTempoEstimator.cpp  2008-12-01 
13:48:41.0 +0200
 vamp-plugin-sdk-2.0/examples/FixedTempoEstimator.cpp   2009-06-06 
00:57:58.0 +0300
+@@ -43,9 +43,9 @@
+ 
+ using Vamp::RealTime;
+ 
++#include 
+ #include 
+ 
+-
+ class FixedTempoEstimator::D
+ // this class just avoids us having to declare any data members in the header
+ {

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-25 07:31:59 UTC (rev 151203)
+++ extra-x86_64/PKGBUILD   2012-02-25

[arch-commits] Commit in vamp-plugin-sdk/trunk (PKGBUILD)

2012-02-24 Thread Allan McRae
Date: Saturday, February 25, 2012 @ 02:31:59
  Author: allan
Revision: 151203

upgpkg: vamp-plugin-sdk 2.2-2

signing rebuild

Modified:
  vamp-plugin-sdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-25 07:30:12 UTC (rev 151202)
+++ PKGBUILD2012-02-25 07:31:59 UTC (rev 151203)
@@ -4,7 +4,7 @@
 
 pkgname=vamp-plugin-sdk
 pkgver=2.2
-pkgrel=1
+pkgrel=2
 pkgdesc="The Vamp audio analysis plug-in system"
 arch=('i686' 'x86_64')
 url="http://www.vamp-plugins.org/";



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

2012-02-24 Thread Allan McRae
Date: Saturday, February 25, 2012 @ 02:30:12
  Author: allan
Revision: 151202

archrelease: copy trunk to extra-any

Added:
  videoproto/repos/extra-any/PKGBUILD
(from rev 151201, videoproto/trunk/PKGBUILD)
Deleted:
  videoproto/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   46 --
 1 file changed, 24 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-25 07:29:34 UTC (rev 151201)
+++ PKGBUILD2012-02-25 07:30:12 UTC (rev 151202)
@@ -1,22 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot 
-
-pkgname=videoproto
-pkgver=2.3.1
-pkgrel=1
-pkgdesc="X11 Video extension wire protocol"
-arch=(any)
-url="http://xorg.freedesktop.org/";
-license=('custom')
-source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('bb8b366687a7f345e3a8697bac516cb436cbf4b2')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-  make DESTDIR="${pkgdir}" install
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: videoproto/repos/extra-any/PKGBUILD (from rev 151201, 
videoproto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-25 07:30:12 UTC (rev 151202)
@@ -0,0 +1,24 @@
+# $Id$
+#Maintainer: Jan de Groot 
+
+pkgname=videoproto
+pkgver=2.3.1
+pkgrel=2
+pkgdesc="X11 Video extension wire protocol"
+arch=('any')
+url="http://xorg.freedesktop.org/";
+license=('custom')
+source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('bb8b366687a7f345e3a8697bac516cb436cbf4b2')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



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

2012-02-24 Thread Allan McRae
Date: Saturday, February 25, 2012 @ 02:29:34
  Author: allan
Revision: 151201

upgpkg: videoproto 2.3.1-2

signing rebuild

Modified:
  videoproto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-25 07:27:18 UTC (rev 151200)
+++ PKGBUILD2012-02-25 07:29:34 UTC (rev 151201)
@@ -3,9 +3,9 @@
 
 pkgname=videoproto
 pkgver=2.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="X11 Video extension wire protocol"
-arch=(any)
+arch=('any')
 url="http://xorg.freedesktop.org/";
 license=('custom')
 source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
@@ -15,8 +15,10 @@
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr
   make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }



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

2012-02-24 Thread Allan McRae
Date: Saturday, February 25, 2012 @ 02:27:18
  Author: allan
Revision: 151200

archrelease: copy trunk to extra-any

Added:
  xbitmaps/repos/extra-any/PKGBUILD
(from rev 151199, xbitmaps/trunk/PKGBUILD)
Deleted:
  xbitmaps/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   47 +--
 1 file changed, 25 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-25 07:26:44 UTC (rev 151199)
+++ PKGBUILD2012-02-25 07:27:18 UTC (rev 151200)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=xbitmaps
-pkgver=1.1.1
-pkgrel=1
-pkgdesc="X.org Bitmap files"
-arch=('any')
-url="http://xorg.freedesktop.org/";
-license=('custom')
-makedepends=('xorg-util-macros')
-source=(${url}/releases/individual/data/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('578afff7e4912192b524c25254cf7f54c16e57d8')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xbitmaps/repos/extra-any/PKGBUILD (from rev 151199, 
xbitmaps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-25 07:27:18 UTC (rev 151200)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xbitmaps
+pkgver=1.1.1
+pkgrel=2
+pkgdesc="X.org Bitmap files"
+arch=('any')
+url="http://xorg.freedesktop.org/";
+license=('custom')
+makedepends=('xorg-util-macros')
+source=(${url}/releases/individual/data/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('578afff7e4912192b524c25254cf7f54c16e57d8')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



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

2012-02-24 Thread Allan McRae
Date: Saturday, February 25, 2012 @ 02:26:44
  Author: allan
Revision: 151199

upgpkg: xbitmaps 1.1.1-2

signing rebuild

Modified:
  xbitmaps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-25 07:25:02 UTC (rev 151198)
+++ PKGBUILD2012-02-25 07:26:44 UTC (rev 151199)
@@ -3,7 +3,7 @@
 
 pkgname=xbitmaps
 pkgver=1.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="X.org Bitmap files"
 arch=('any')
 url="http://xorg.freedesktop.org/";
@@ -16,7 +16,10 @@
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr
   make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }



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

2012-02-24 Thread Allan McRae
Date: Saturday, February 25, 2012 @ 02:25:02
  Author: allan
Revision: 151198

archrelease: copy trunk to extra-any

Added:
  xcmiscproto/repos/extra-any/PKGBUILD
(from rev 151197, xcmiscproto/trunk/PKGBUILD)
Deleted:
  xcmiscproto/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   47 +--
 1 file changed, 25 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-25 07:24:21 UTC (rev 151197)
+++ PKGBUILD2012-02-25 07:25:02 UTC (rev 151198)
@@ -1,22 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot 
-
-pkgname=xcmiscproto
-pkgver=1.2.1
-pkgrel=1
-pkgdesc="X11 XC-Miscellaneous extension wire protocol"
-arch=(any)
-url="http://xorg.freedesktop.org/";
-license=('custom')
-makedepends=('xorg-util-macros')
-source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('ff7ddb6e5698bf4461a524ca30f3b32e2a9dce8a')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xcmiscproto/repos/extra-any/PKGBUILD (from rev 151197, 
xcmiscproto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-25 07:25:02 UTC (rev 151198)
@@ -0,0 +1,25 @@
+# $Id$
+#Maintainer: Jan de Groot 
+
+pkgname=xcmiscproto
+pkgver=1.2.1
+pkgrel=2
+pkgdesc="X11 XC-Miscellaneous extension wire protocol"
+arch=('any')
+url="http://xorg.freedesktop.org/";
+license=('custom')
+makedepends=('xorg-util-macros')
+source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('ff7ddb6e5698bf4461a524ca30f3b32e2a9dce8a')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



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

2012-02-24 Thread Allan McRae
Date: Saturday, February 25, 2012 @ 02:24:21
  Author: allan
Revision: 151197

upgpkg: xcmiscproto 1.2.1-2

signing rebuild

Modified:
  xcmiscproto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-25 07:22:50 UTC (rev 151196)
+++ PKGBUILD2012-02-25 07:24:21 UTC (rev 151197)
@@ -3,9 +3,9 @@
 
 pkgname=xcmiscproto
 pkgver=1.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="X11 XC-Miscellaneous extension wire protocol"
-arch=(any)
+arch=('any')
 url="http://xorg.freedesktop.org/";
 license=('custom')
 makedepends=('xorg-util-macros')
@@ -16,7 +16,10 @@
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr
   make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }



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

2012-02-24 Thread Allan McRae
Date: Saturday, February 25, 2012 @ 02:22:50
  Author: allan
Revision: 151196

archrelease: copy trunk to extra-any

Added:
  xerces2-java/repos/extra-any/PKGBUILD
(from rev 151195, xerces2-java/trunk/PKGBUILD)
Deleted:
  xerces2-java/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-25 07:22:11 UTC (rev 151195)
+++ PKGBUILD2012-02-25 07:22:50 UTC (rev 151196)
@@ -1,28 +0,0 @@
-# $Id$
-
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot 
-
-pkgname=xerces2-java
-pkgver=2.11.0
-pkgrel=1
-pkgdesc="High performance fully compliant Java XML parser"
-arch=('any')
-url="http://xml.apache.org/xerces2-j";
-license=('APACHE')
-provides=("java-xerces2=${pkgver}")
-conflicts=('java-xerces2')
-replaces=('java-xerces2')
-source=(http://mirror.checkdomain.de/apache//xerces/j/Xerces-J-bin.${pkgver}.tar.gz)
-md5sums=('29d731e0ae57eb3f2e09af6594bc2515')
-
-build() {
-  /bin/true
-}
-
-package() {
-  cd ${srcdir}/xerces-${pkgver//./_}
-  install -m755 -d ${pkgdir}/usr/share/java
-  rm -f xercesSamples.jar
-  install -m644 *.jar ${pkgdir}/usr/share/java/
-}

Copied: xerces2-java/repos/extra-any/PKGBUILD (from rev 151195, 
xerces2-java/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-25 07:22:50 UTC (rev 151196)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot 
+
+pkgname=xerces2-java
+pkgver=2.11.0
+pkgrel=2
+pkgdesc="High performance fully compliant Java XML parser"
+arch=('any')
+url="http://xml.apache.org/xerces2-j";
+license=('APACHE')
+depends=('java-runtime')
+provides=("java-xerces2=${pkgver}")
+conflicts=('java-xerces2')
+replaces=('java-xerces2')
+source=(http://mirror.checkdomain.de/apache//xerces/j/Xerces-J-bin.${pkgver}.tar.gz)
+md5sums=('29d731e0ae57eb3f2e09af6594bc2515')
+
+package() {
+  cd ${srcdir}/xerces-${pkgver//./_}
+  install -dm755 ${pkgdir}/usr/share/java
+  rm xercesSamples.jar
+  install -m644 *.jar ${pkgdir}/usr/share/java/
+}



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

2012-02-24 Thread Allan McRae
Date: Saturday, February 25, 2012 @ 02:22:11
  Author: allan
Revision: 151195

upgpkg: xerces2-java 2.11.0-2

signing rebuild, add java-runtime dep

Modified:
  xerces2-java/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-25 07:16:32 UTC (rev 151194)
+++ PKGBUILD2012-02-25 07:22:11 UTC (rev 151195)
@@ -1,28 +1,24 @@
 # $Id$
-
 # Maintainer: Andreas Radke 
 # Maintainer: Jan de Groot 
 
 pkgname=xerces2-java
 pkgver=2.11.0
-pkgrel=1
+pkgrel=2
 pkgdesc="High performance fully compliant Java XML parser"
 arch=('any')
 url="http://xml.apache.org/xerces2-j";
 license=('APACHE')
+depends=('java-runtime')
 provides=("java-xerces2=${pkgver}")
 conflicts=('java-xerces2')
 replaces=('java-xerces2')
 
source=(http://mirror.checkdomain.de/apache//xerces/j/Xerces-J-bin.${pkgver}.tar.gz)
 md5sums=('29d731e0ae57eb3f2e09af6594bc2515')
 
-build() {
-  /bin/true
-}
-
 package() {
   cd ${srcdir}/xerces-${pkgver//./_}
-  install -m755 -d ${pkgdir}/usr/share/java
-  rm -f xercesSamples.jar
+  install -dm755 ${pkgdir}/usr/share/java
+  rm xercesSamples.jar
   install -m644 *.jar ${pkgdir}/usr/share/java/
 }



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

2012-02-24 Thread Allan McRae
Date: Saturday, February 25, 2012 @ 02:16:32
  Author: allan
Revision: 151194

archrelease: copy trunk to extra-any

Added:
  xextproto/repos/extra-any/PKGBUILD
(from rev 151193, xextproto/trunk/PKGBUILD)
Deleted:
  xextproto/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   47 +--
 1 file changed, 25 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-25 07:15:48 UTC (rev 151193)
+++ PKGBUILD2012-02-25 07:16:32 UTC (rev 151194)
@@ -1,22 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot 
-
-pkgname=xextproto
-pkgver=7.2.0
-pkgrel=1
-pkgdesc="X11 various extension wire protocol"
-arch=('any')
-license=('custom')
-makedepends=('xmlto' 'xorg-util-macros' 'docbook-xsl')
-url="http://xorg.freedesktop.org/";
-source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('a117fb9d7fdebee7af3f9e79efe9812e39e650a5')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xextproto/repos/extra-any/PKGBUILD (from rev 151193, 
xextproto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-25 07:16:32 UTC (rev 151194)
@@ -0,0 +1,25 @@
+# $Id$
+#Maintainer: Jan de Groot 
+
+pkgname=xextproto
+pkgver=7.2.0
+pkgrel=2
+pkgdesc="X11 various extension wire protocol"
+arch=('any')
+license=('custom')
+makedepends=('xmlto' 'xorg-util-macros' 'docbook-xsl')
+url="http://xorg.freedesktop.org/";
+source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('a117fb9d7fdebee7af3f9e79efe9812e39e650a5')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



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

2012-02-24 Thread Allan McRae
Date: Saturday, February 25, 2012 @ 02:15:48
  Author: allan
Revision: 151193

upgpkg: xextproto 7.2.0-2

signing rebuild

Modified:
  xextproto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-25 07:11:08 UTC (rev 151192)
+++ PKGBUILD2012-02-25 07:15:48 UTC (rev 151193)
@@ -3,7 +3,7 @@
 
 pkgname=xextproto
 pkgver=7.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="X11 various extension wire protocol"
 arch=('any')
 license=('custom')
@@ -16,7 +16,10 @@
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr
   make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }



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

2012-02-24 Thread Allan McRae
Date: Saturday, February 25, 2012 @ 02:11:08
  Author: allan
Revision: 151192

archrelease: copy trunk to extra-any

Added:
  xf86driproto/repos/extra-any/PKGBUILD
(from rev 151191, xf86driproto/trunk/PKGBUILD)
Deleted:
  xf86driproto/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-25 07:10:27 UTC (rev 151191)
+++ PKGBUILD2012-02-25 07:11:08 UTC (rev 151192)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Alexander Baldeck 
-
-pkgname=xf86driproto
-pkgver=2.1.1
-pkgrel=1
-pkgdesc="X11 DRI extension wire protocol"
-arch=(any)
-makedepends=('xorg-util-macros')
-url="http://xorg.freedesktop.org/";
-license=('custom')
-source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('23e861f40ba0f0cbbfd7db7ba2ef623762ffca17')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-  make DESTDIR="${pkgdir}" install
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xf86driproto/repos/extra-any/PKGBUILD (from rev 151191, 
xf86driproto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-25 07:11:08 UTC (rev 151192)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=xf86driproto
+pkgver=2.1.1
+pkgrel=2
+pkgdesc="X11 DRI extension wire protocol"
+arch=('any')
+makedepends=('xorg-util-macros')
+url="http://xorg.freedesktop.org/";
+license=('custom')
+source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('23e861f40ba0f0cbbfd7db7ba2ef623762ffca17')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



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

2012-02-24 Thread Allan McRae
Date: Saturday, February 25, 2012 @ 02:10:27
  Author: allan
Revision: 151191

upgpkg: xf86driproto 2.1.1-2

signing rebuild

Modified:
  xf86driproto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-25 07:08:10 UTC (rev 151190)
+++ PKGBUILD2012-02-25 07:10:27 UTC (rev 151191)
@@ -4,9 +4,9 @@
 
 pkgname=xf86driproto
 pkgver=2.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="X11 DRI extension wire protocol"
-arch=(any)
+arch=('any')
 makedepends=('xorg-util-macros')
 url="http://xorg.freedesktop.org/";
 license=('custom')
@@ -17,8 +17,10 @@
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr
   make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }



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

2012-02-24 Thread Allan McRae
Date: Saturday, February 25, 2012 @ 02:08:10
  Author: allan
Revision: 151190

archrelease: copy trunk to extra-any

Added:
  xf86vidmodeproto/repos/extra-any/PKGBUILD
(from rev 151189, xf86vidmodeproto/trunk/PKGBUILD)
Deleted:
  xf86vidmodeproto/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   48 +---
 1 file changed, 25 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-25 07:07:30 UTC (rev 151189)
+++ PKGBUILD2012-02-25 07:08:10 UTC (rev 151190)
@@ -1,23 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot 
-
-pkgname=xf86vidmodeproto
-pkgver=2.3.1
-pkgrel=1
-pkgdesc="X11 Video Mode extension wire protocol"
-arch=(any)
-url="http://xorg.freedesktop.org/";
-license=('custom')
-makedepends=('xorg-util-macros')
-source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('11d54c3210887631ea71e8f8030a77692e964fc4')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-  make DESTDIR="${pkgdir}" install
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xf86vidmodeproto/repos/extra-any/PKGBUILD (from rev 151189, 
xf86vidmodeproto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-25 07:08:10 UTC (rev 151190)
@@ -0,0 +1,25 @@
+# $Id$
+#Maintainer: Jan de Groot 
+
+pkgname=xf86vidmodeproto
+pkgver=2.3.1
+pkgrel=2
+pkgdesc="X11 Video Mode extension wire protocol"
+arch=('any')
+url="http://xorg.freedesktop.org/";
+license=('custom')
+makedepends=('xorg-util-macros')
+source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('11d54c3210887631ea71e8f8030a77692e964fc4')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



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

2012-02-24 Thread Allan McRae
Date: Saturday, February 25, 2012 @ 02:07:30
  Author: allan
Revision: 151189

upgpkg: xf86vidmodeproto 2.3.1-2

signing rebuild

Modified:
  xf86vidmodeproto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-25 07:07:26 UTC (rev 151188)
+++ PKGBUILD2012-02-25 07:07:30 UTC (rev 151189)
@@ -3,9 +3,9 @@
 
 pkgname=xf86vidmodeproto
 pkgver=2.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="X11 Video Mode extension wire protocol"
-arch=(any)
+arch=('any')
 url="http://xorg.freedesktop.org/";
 license=('custom')
 makedepends=('xorg-util-macros')
@@ -16,8 +16,10 @@
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr
   make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }



[arch-commits] Commit in docbook-xml/repos/extra-any (6 files)

2012-02-24 Thread Pierre Schmitz
Date: Saturday, February 25, 2012 @ 02:07:26
  Author: pierre
Revision: 151188

archrelease: copy trunk to extra-any

Added:
  docbook-xml/repos/extra-any/LICENSE
(from rev 151187, docbook-xml/trunk/LICENSE)
  docbook-xml/repos/extra-any/PKGBUILD
(from rev 151187, docbook-xml/trunk/PKGBUILD)
  docbook-xml/repos/extra-any/docbook-xml.install
(from rev 151187, docbook-xml/trunk/docbook-xml.install)
Deleted:
  docbook-xml/repos/extra-any/LICENSE
  docbook-xml/repos/extra-any/PKGBUILD
  docbook-xml/repos/extra-any/docbook-xml.install

-+
 LICENSE |   48 ++--
 PKGBUILD|  546 +-
 docbook-xml.install |   88 +++-
 3 files changed, 339 insertions(+), 343 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2012-02-25 07:07:07 UTC (rev 151187)
+++ LICENSE 2012-02-25 07:07:26 UTC (rev 151188)
@@ -1,24 +0,0 @@
- Copyright 1992-2006 HaL Computer Systems, Inc.,
- O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software
- Corporation, Norman Walsh, Sun Microsystems, Inc., and the
- Organization for the Advancement of Structured Information
- Standards (OASIS).
-
- See also http://docbook.org/specs/
-
- Permission to use, copy, modify and distribute the DocBook XML DTD
- and its accompanying documentation for any purpose and without fee
- is hereby granted in perpetuity, provided that the above copyright
- notice and this paragraph appear in all copies.  The copyright
- holders make no representation about the suitability of the DTD for
- any purpose.  It is provided "as is" without expressed or implied
- warranty.
-
- If you modify the DocBook DTD in any way, except for declaring and
- referencing additional sets of general entities and declaring
- additional notations, label your DTD as a variant of DocBook.  See
- the maintenance documentation for more information.
-
- Please direct all questions, bug reports, or suggestions for
- changes to the docb...@lists.oasis-open.org mailing list. For more
- information, see http://www.oasis-open.org/docbook/.

Copied: docbook-xml/repos/extra-any/LICENSE (from rev 151187, 
docbook-xml/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2012-02-25 07:07:26 UTC (rev 151188)
@@ -0,0 +1,24 @@
+ Copyright 1992-2006 HaL Computer Systems, Inc.,
+ O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software
+ Corporation, Norman Walsh, Sun Microsystems, Inc., and the
+ Organization for the Advancement of Structured Information
+ Standards (OASIS).
+
+ See also http://docbook.org/specs/
+
+ Permission to use, copy, modify and distribute the DocBook XML DTD
+ and its accompanying documentation for any purpose and without fee
+ is hereby granted in perpetuity, provided that the above copyright
+ notice and this paragraph appear in all copies.  The copyright
+ holders make no representation about the suitability of the DTD for
+ any purpose.  It is provided "as is" without expressed or implied
+ warranty.
+
+ If you modify the DocBook DTD in any way, except for declaring and
+ referencing additional sets of general entities and declaring
+ additional notations, label your DTD as a variant of DocBook.  See
+ the maintenance documentation for more information.
+
+ Please direct all questions, bug reports, or suggestions for
+ changes to the docb...@lists.oasis-open.org mailing list. For more
+ information, see http://www.oasis-open.org/docbook/.

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-25 07:07:07 UTC (rev 151187)
+++ PKGBUILD2012-02-25 07:07:26 UTC (rev 151188)
@@ -1,273 +0,0 @@
-# $Id$
-# Maintainer: dorphell 
-# Committer: Judd Vinet 
-
-pkgname=docbook-xml
-pkgver=4.5
-pkgrel=4
-pkgdesc="A widely used XML scheme for writing documentation and help"
-arch=(any)
-url="http://www.oasis-open.org/docbook/";
-license=('MIT')
-depends=('libxml2')
-install=docbook-xml.install
-source=(http://www.docbook.org/xml/4.5/docbook-xml-4.5.zip
-http://www.docbook.org/xml/4.4/docbook-xml-4.4.zip
-http://www.docbook.org/xml/4.3/docbook-xml-4.3.zip
-http://www.docbook.org/xml/4.2/docbook-xml-4.2.zip
-http://www.docbook.org/xml/4.1.2/docbkx412.zip
-LICENSE)
-noextract=('docbook-xml-4.5.zip' 'docbook-xml-4.4.zip' 'docbook-xml-4.3.zip' 
'docbook-xml-4.2.zip' 'docbkx412.zip')
-md5sums=('03083e288e87a7e829e437358da7ef9e'
- 'cbb04e9a700955d88c50962ef22c1634'
- 'ab200202b9e136a144db1e0864c45074'
- '73fe50dfe74ca631c1602f558ed8961f'
- '900d7609fb7e6d78901b357e4acfbc17'
- '50e1eea70bc071b812e963e65af6707e')
-
-build() {
-  for ver in 

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

2012-02-24 Thread Pierre Schmitz
Date: Saturday, February 25, 2012 @ 02:07:07
  Author: pierre
Revision: 151187

upgpkg: docbook-xml 4.5-5

rebuild old package

Modified:
  docbook-xml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-25 07:05:52 UTC (rev 151186)
+++ PKGBUILD2012-02-25 07:07:07 UTC (rev 151187)
@@ -4,19 +4,19 @@
 
 pkgname=docbook-xml
 pkgver=4.5
-pkgrel=4
+pkgrel=5
 pkgdesc="A widely used XML scheme for writing documentation and help"
-arch=(any)
+arch=('any')
 url="http://www.oasis-open.org/docbook/";
 license=('MIT')
 depends=('libxml2')
 install=docbook-xml.install
-source=(http://www.docbook.org/xml/4.5/docbook-xml-4.5.zip
-http://www.docbook.org/xml/4.4/docbook-xml-4.4.zip
-http://www.docbook.org/xml/4.3/docbook-xml-4.3.zip
-http://www.docbook.org/xml/4.2/docbook-xml-4.2.zip
-http://www.docbook.org/xml/4.1.2/docbkx412.zip
-LICENSE)
+source=('http://www.docbook.org/xml/4.5/docbook-xml-4.5.zip'
+'http://www.docbook.org/xml/4.4/docbook-xml-4.4.zip'
+'http://www.docbook.org/xml/4.3/docbook-xml-4.3.zip'
+'http://www.docbook.org/xml/4.2/docbook-xml-4.2.zip'
+'http://www.docbook.org/xml/4.1.2/docbkx412.zip'
+'LICENSE')
 noextract=('docbook-xml-4.5.zip' 'docbook-xml-4.4.zip' 'docbook-xml-4.3.zip' 
'docbook-xml-4.2.zip' 'docbkx412.zip')
 md5sums=('03083e288e87a7e829e437358da7ef9e'
  'cbb04e9a700955d88c50962ef22c1634'
@@ -25,14 +25,14 @@
  '900d7609fb7e6d78901b357e4acfbc17'
  '50e1eea70bc071b812e963e65af6707e')
 
-build() {
+package() {
   for ver in 4.2 4.3 4.4 4.5; do
 mkdir docbook-xml-${ver}
 pushd docbook-xml-${ver}
 bsdtar xf "${srcdir}/docbook-xml-${ver}.zip"
 mkdir -p "${pkgdir}/usr/share/xml/docbook/xml-dtd-${ver}"
 cp -dRf docbook.cat *.dtd ent/ *.mod \
-"${pkgdir}/usr/share/xml/docbook/xml-dtd-${ver}/" || return 1
+"${pkgdir}/usr/share/xml/docbook/xml-dtd-${ver}/"
 popd
   done
   mkdir docbook-xml-4.1.2
@@ -40,11 +40,11 @@
   bsdtar xf "${srcdir}/docbkx412.zip"
   mkdir -p "${pkgdir}/usr/share/xml/docbook/xml-dtd-4.1.2"
   cp -dRf docbook.cat *.dtd ent/ *.mod \
-  "${pkgdir}/usr/share/xml/docbook/xml-dtd-4.1.2/" || return 1
+  "${pkgdir}/usr/share/xml/docbook/xml-dtd-4.1.2/"
   popd
 
   mkdir -p "${pkgdir}/etc/xml"
-  xmlcatalog --noout --create "${pkgdir}/etc/xml/docbook-xml" || return 1
+  xmlcatalog --noout --create "${pkgdir}/etc/xml/docbook-xml"
 
   # V4.1.2
   xmlcatalog --noout --add "public" \



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

2012-02-24 Thread Allan McRae
Date: Saturday, February 25, 2012 @ 02:05:52
  Author: allan
Revision: 151186

archrelease: copy trunk to extra-any

Added:
  xineramaproto/repos/extra-any/PKGBUILD
(from rev 151185, xineramaproto/trunk/PKGBUILD)
Deleted:
  xineramaproto/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   48 +---
 1 file changed, 25 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-25 07:05:15 UTC (rev 151185)
+++ PKGBUILD2012-02-25 07:05:52 UTC (rev 151186)
@@ -1,23 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot 
-
-pkgname=xineramaproto
-pkgver=1.2.1
-pkgrel=1
-pkgdesc="X11 Xinerama extension wire protocol"
-arch=(any)
-url="http://xorg.freedesktop.org/";
-license=('custom')
-makedepends=('xorg-util-macros')
-source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('818bffc16139d6e3de4344c83f00c495d3536753')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-  make DESTDIR="${pkgdir}" install
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xineramaproto/repos/extra-any/PKGBUILD (from rev 151185, 
xineramaproto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-25 07:05:52 UTC (rev 151186)
@@ -0,0 +1,25 @@
+# $Id$
+#Maintainer: Jan de Groot 
+
+pkgname=xineramaproto
+pkgver=1.2.1
+pkgrel=2
+pkgdesc="X11 Xinerama extension wire protocol"
+arch=('any')
+url="http://xorg.freedesktop.org/";
+license=('custom')
+makedepends=('xorg-util-macros')
+source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('818bffc16139d6e3de4344c83f00c495d3536753')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



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

2012-02-24 Thread Allan McRae
Date: Saturday, February 25, 2012 @ 02:05:15
  Author: allan
Revision: 151185

upgpkg: xineramaproto 1.2.1-2

signing rebuild

Modified:
  xineramaproto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-25 07:03:52 UTC (rev 151184)
+++ PKGBUILD2012-02-25 07:05:15 UTC (rev 151185)
@@ -3,9 +3,9 @@
 
 pkgname=xineramaproto
 pkgver=1.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="X11 Xinerama extension wire protocol"
-arch=(any)
+arch=('any')
 url="http://xorg.freedesktop.org/";
 license=('custom')
 makedepends=('xorg-util-macros')
@@ -16,8 +16,10 @@
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr
   make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }



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

2012-02-24 Thread Pierre Schmitz
Date: Saturday, February 25, 2012 @ 02:03:52
  Author: pierre
Revision: 151184

archrelease: copy trunk to extra-any

Added:
  dmxproto/repos/extra-any/PKGBUILD
(from rev 151183, dmxproto/trunk/PKGBUILD)
Deleted:
  dmxproto/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   50 +++---
 1 file changed, 27 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-25 07:03:34 UTC (rev 151183)
+++ PKGBUILD2012-02-25 07:03:52 UTC (rev 151184)
@@ -1,23 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot 
-
-pkgname=dmxproto
-pkgver=2.3.1
-pkgrel=1
-pkgdesc="X11 Distributed Multihead X extension wire protocol"
-arch=(any)
-makedepends=('xorg-util-macros')
-url="http://xorg.freedesktop.org/";
-license=('custom')
-source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('3b8b273b8ef3d8dbab998df9ec1dddf99edf4d91')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make || return 1
-  make DESTDIR="${pkgdir}" install
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" || return 1
-}

Copied: dmxproto/repos/extra-any/PKGBUILD (from rev 151183, 
dmxproto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-25 07:03:52 UTC (rev 151184)
@@ -0,0 +1,27 @@
+# $Id$
+#Maintainer: Jan de Groot 
+
+pkgname=dmxproto
+pkgver=2.3.1
+pkgrel=2
+pkgdesc="X11 Distributed Multihead X extension wire protocol"
+arch=('any')
+makedepends=('xorg-util-macros')
+url="http://xorg.freedesktop.org/";
+license=('custom')
+source=("${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2")
+sha1sums=('3b8b273b8ef3d8dbab998df9ec1dddf99edf4d91')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}



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

2012-02-24 Thread Pierre Schmitz
Date: Saturday, February 25, 2012 @ 02:03:34
  Author: pierre
Revision: 151183

upgpkg: dmxproto 2.3.1-2

rebuild old package

Modified:
  dmxproto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-25 07:02:48 UTC (rev 151182)
+++ PKGBUILD2012-02-25 07:03:34 UTC (rev 151183)
@@ -3,21 +3,25 @@
 
 pkgname=dmxproto
 pkgver=2.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="X11 Distributed Multihead X extension wire protocol"
-arch=(any)
+arch=('any')
 makedepends=('xorg-util-macros')
 url="http://xorg.freedesktop.org/";
 license=('custom')
-source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
+source=("${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2")
 sha1sums=('3b8b273b8ef3d8dbab998df9ec1dddf99edf4d91')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr
-  make || return 1
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
 
   install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" || return 1
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
 }



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

2012-02-24 Thread Allan McRae
Date: Saturday, February 25, 2012 @ 02:02:48
  Author: allan
Revision: 151182

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

Added:
  xorg-xbacklight/repos/extra-i686/PKGBUILD
(from rev 151181, xorg-xbacklight/trunk/PKGBUILD)
  xorg-xbacklight/repos/extra-x86_64/PKGBUILD
(from rev 151181, xorg-xbacklight/trunk/PKGBUILD)
Deleted:
  xorg-xbacklight/repos/extra-i686/PKGBUILD
  xorg-xbacklight/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-25 07:02:08 UTC (rev 151181)
+++ extra-i686/PKGBUILD 2012-02-25 07:02:48 UTC (rev 151182)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=xorg-xbacklight
-pkgver=1.1.2
-pkgrel=2
-pkgdesc="RandR-based backlight control application"
-arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/";
-license=('custom')
-depends=('libxrandr' 'libx11')
-makedepends=('xorg-util-macros')
-groups=('xorg-apps' 'xorg')
-source=(http://xorg.freedesktop.org/archive/individual/app/xbacklight-${pkgver}.tar.bz2)
-sha1sums=('e297b359ab83f3844ca5ea1c23280b2f8bb71cfd')
-
-build() {
-  cd "${srcdir}/xbacklight-${pkgver}"
-  ./configure --prefix=/usr
-  make
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xorg-xbacklight/repos/extra-i686/PKGBUILD (from rev 151181, 
xorg-xbacklight/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-25 07:02:48 UTC (rev 151182)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xorg-xbacklight
+pkgver=1.1.2
+pkgrel=3
+pkgdesc="RandR-based backlight control application"
+arch=('i686' 'x86_64')
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('libxrandr' 'libx11')
+makedepends=('xorg-util-macros')
+groups=('xorg-apps' 'xorg')
+source=(http://xorg.freedesktop.org/archive/individual/app/xbacklight-${pkgver}.tar.bz2)
+sha1sums=('e297b359ab83f3844ca5ea1c23280b2f8bb71cfd')
+
+build() {
+  cd "${srcdir}/xbacklight-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/xbacklight-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-25 07:02:08 UTC (rev 151181)
+++ extra-x86_64/PKGBUILD   2012-02-25 07:02:48 UTC (rev 151182)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=xorg-xbacklight
-pkgver=1.1.2
-pkgrel=2
-pkgdesc="RandR-based backlight control application"
-arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/";
-license=('custom')
-depends=('libxrandr' 'libx11')
-makedepends=('xorg-util-macros')
-groups=('xorg-apps' 'xorg')
-source=(http://xorg.freedesktop.org/archive/individual/app/xbacklight-${pkgver}.tar.bz2)
-sha1sums=('e297b359ab83f3844ca5ea1c23280b2f8bb71cfd')
-
-build() {
-  cd "${srcdir}/xbacklight-${pkgver}"
-  ./configure --prefix=/usr
-  make
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xorg-xbacklight/repos/extra-x86_64/PKGBUILD (from rev 151181, 
xorg-xbacklight/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-25 07:02:48 UTC (rev 151182)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xorg-xbacklight
+pkgver=1.1.2
+pkgrel=3
+pkgdesc="RandR-based backlight control application"
+arch=('i686' 'x86_64')
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('libxrandr' 'libx11')
+makedepends=('xorg-util-macros')
+groups=('xorg-apps' 'xorg')
+source=(http://xorg.freedesktop.org/archive/individual/app/xbacklight-${pkgver}.tar.bz2)
+sha1sums=('e297b359ab83f3844ca5ea1c23280b2f8bb71cfd')
+
+build() {
+  cd "${srcdir}/xbacklight-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/xbacklight-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



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

2012-02-24 Thread Pierre Schmitz
Date: Saturday, February 25, 2012 @ 02:02:08
  Author: pierre
Revision: 151181

archrelease: copy trunk to extra-any

Added:
  damageproto/repos/extra-any/PKGBUILD
(from rev 151180, damageproto/trunk/PKGBUILD)
Deleted:
  damageproto/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-25 07:01:51 UTC (rev 151180)
+++ PKGBUILD2012-02-25 07:02:08 UTC (rev 151181)
@@ -1,24 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot 
-
-pkgname=damageproto
-pkgver=1.2.1
-pkgrel=1
-pkgdesc="X11 Damage extension wire protocol"
-arch=(any)
-url="http://xorg.freedesktop.org/";
-license=('custom')
-depends=('xproto' 'fixesproto')
-makedepends=('xorg-util-macros')
-source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('bd0f0f4dc8f37eaabd9279d10fe2889710507358')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-  make DESTDIR="${pkgdir}" install
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: damageproto/repos/extra-any/PKGBUILD (from rev 151180, 
damageproto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-25 07:02:08 UTC (rev 151181)
@@ -0,0 +1,28 @@
+# $Id$
+#Maintainer: Jan de Groot 
+
+pkgname=damageproto
+pkgver=1.2.1
+pkgrel=2
+pkgdesc="X11 Damage extension wire protocol"
+arch=(any)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('xproto' 'fixesproto')
+makedepends=('xorg-util-macros')
+source=("${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2")
+sha1sums=('bd0f0f4dc8f37eaabd9279d10fe2889710507358')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}



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

2012-02-24 Thread Pierre Schmitz
Date: Saturday, February 25, 2012 @ 02:01:51
  Author: pierre
Revision: 151180

upgpkg: damageproto 1.2.1-2

rebuild old package

Modified:
  damageproto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-25 07:01:44 UTC (rev 151179)
+++ PKGBUILD2012-02-25 07:01:51 UTC (rev 151180)
@@ -3,20 +3,24 @@
 
 pkgname=damageproto
 pkgver=1.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="X11 Damage extension wire protocol"
 arch=(any)
 url="http://xorg.freedesktop.org/";
 license=('custom')
 depends=('xproto' 'fixesproto')
 makedepends=('xorg-util-macros')
-source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
+source=("${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2")
 sha1sums=('bd0f0f4dc8f37eaabd9279d10fe2889710507358')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr
   make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
 
   install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"



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

2012-02-24 Thread Allan McRae
Date: Saturday, February 25, 2012 @ 02:01:44
  Author: allan
Revision: 151179

upgpkg: xorg-xbacklight 1.1.2-3

signing rebuild

Modified:
  xorg-xbacklight/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-25 07:00:37 UTC (rev 151178)
+++ PKGBUILD2012-02-25 07:01:44 UTC (rev 151179)
@@ -3,9 +3,9 @@
 
 pkgname=xorg-xbacklight
 pkgver=1.1.2
-pkgrel=2
+pkgrel=3
 pkgdesc="RandR-based backlight control application"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://xorg.freedesktop.org/";
 license=('custom')
 depends=('libxrandr' 'libx11')
@@ -18,7 +18,10 @@
   cd "${srcdir}/xbacklight-${pkgver}"
   ./configure --prefix=/usr
   make
+}
+
+package() {
+  cd "${srcdir}/xbacklight-${pkgver}"
   make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }



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

2012-02-24 Thread Pierre Schmitz
Date: Saturday, February 25, 2012 @ 02:00:37
  Author: pierre
Revision: 151178

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

Added:
  cx_freeze/repos/extra-i686/FreezePython.sh
(from rev 151177, cx_freeze/trunk/FreezePython.sh)
  cx_freeze/repos/extra-i686/PKGBUILD
(from rev 151177, cx_freeze/trunk/PKGBUILD)
  cx_freeze/repos/extra-x86_64/FreezePython.sh
(from rev 151177, cx_freeze/trunk/FreezePython.sh)
  cx_freeze/repos/extra-x86_64/PKGBUILD
(from rev 151177, cx_freeze/trunk/PKGBUILD)
Deleted:
  cx_freeze/repos/extra-i686/FreezePython.sh
  cx_freeze/repos/extra-i686/PKGBUILD
  cx_freeze/repos/extra-x86_64/FreezePython.sh
  cx_freeze/repos/extra-x86_64/PKGBUILD

--+
 extra-i686/FreezePython.sh   |8 ++---
 extra-i686/PKGBUILD  |   62 -
 extra-x86_64/FreezePython.sh |8 ++---
 extra-x86_64/PKGBUILD|   62 -
 4 files changed, 70 insertions(+), 70 deletions(-)

Deleted: extra-i686/FreezePython.sh
===
--- extra-i686/FreezePython.sh  2012-02-25 07:00:10 UTC (rev 151177)
+++ extra-i686/FreezePython.sh  2012-02-25 07:00:37 UTC (rev 151178)
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-cd /usr/share/cx-freeze
-./FreezePython "$@"

Copied: cx_freeze/repos/extra-i686/FreezePython.sh (from rev 151177, 
cx_freeze/trunk/FreezePython.sh)
===
--- extra-i686/FreezePython.sh  (rev 0)
+++ extra-i686/FreezePython.sh  2012-02-25 07:00:37 UTC (rev 151178)
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+cd /usr/share/cx-freeze
+./FreezePython "$@"

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-25 07:00:10 UTC (rev 151177)
+++ extra-i686/PKGBUILD 2012-02-25 07:00:37 UTC (rev 151178)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Eric Belanger 
-# Contributor: Roberto Alsina 
-
-pkgname=cx_freeze
-_tarname=cx_Freeze
-pkgver=4.2.3
-pkgrel=1
-pkgdesc="A set of utilities for freezing Python scripts into executables"
-arch=('i686' 'x86_64')
-url="http://www.python.net/crew/atuining/cx_Freeze/";
-license=('custom')
-depends=('python2')
-provides=('cxfreeze')
-source=("http://downloads.sourceforge.net/cx-freeze/$_tarname-$pkgver.tar.gz";
-'FreezePython.sh')
-md5sums=('a524cfd23de5d37e0ec9400ba1ccd6ad'
- '5cc60d1644eba12a57c22cc1348a4afd')
-
-package() {
-  cd "$srcdir/$_tarname-$pkgver"
-
-  python2 setup.py install --root "$pkgdir/" --optimize 1
-
-  install -d "$pkgdir"/usr/share/cx-freeze/{bases,initscripts}
-  install -m755 source/bases/* "$pkgdir/usr/share/cx-freeze/bases"
-  install -m644 initscripts/* "$pkgdir/usr/share/cx-freeze/initscripts"
-  install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/cx_freeze/COPYING"
-}

Copied: cx_freeze/repos/extra-i686/PKGBUILD (from rev 151177, 
cx_freeze/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-25 07:00:37 UTC (rev 151178)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Eric Belanger 
+# Contributor: Roberto Alsina 
+
+pkgname=cx_freeze
+_tarname=cx_Freeze
+pkgver=4.2.3
+pkgrel=2
+pkgdesc="A set of utilities for freezing Python scripts into executables"
+arch=('i686' 'x86_64')
+url="http://www.python.net/crew/atuining/cx_Freeze/";
+license=('custom')
+depends=('python2')
+provides=('cxfreeze')
+source=("http://downloads.sourceforge.net/cx-freeze/$_tarname-$pkgver.tar.gz";
+'FreezePython.sh')
+md5sums=('a524cfd23de5d37e0ec9400ba1ccd6ad'
+ '5cc60d1644eba12a57c22cc1348a4afd')
+
+package() {
+  cd "$srcdir/$_tarname-$pkgver"
+
+  python2 setup.py install --root "$pkgdir/" --optimize 1
+
+  install -d "$pkgdir"/usr/share/cx-freeze/{bases,initscripts}
+  install -m755 source/bases/* "$pkgdir/usr/share/cx-freeze/bases"
+  install -m644 initscripts/* "$pkgdir/usr/share/cx-freeze/initscripts"
+  install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/cx_freeze/COPYING"
+}

Deleted: extra-x86_64/FreezePython.sh
===
--- extra-x86_64/FreezePython.sh2012-02-25 07:00:10 UTC (rev 151177)
+++ extra-x86_64/FreezePython.sh2012-02-25 07:00:37 UTC (rev 151178)
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-cd /usr/share/cx-freeze
-./FreezePython "$@"

Copied: cx_freeze/repos/extra-x86_64/FreezePython.sh (from rev 151177, 
cx_freeze/trunk/FreezePython.sh)
===
--- extra-x86_64/FreezePython.sh(rev 0)
+++ extra-x86_64/FreezePython.sh2012-02-25 07:00:37 UTC (rev 151178)
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+cd /usr/sha

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

2012-02-24 Thread Pierre Schmitz
Date: Saturday, February 25, 2012 @ 02:00:10
  Author: pierre
Revision: 151177

upgpkg: cx_freeze 4.2.3-2

rebuild old package

Modified:
  cx_freeze/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-25 06:58:45 UTC (rev 151176)
+++ PKGBUILD2012-02-25 07:00:10 UTC (rev 151177)
@@ -7,7 +7,7 @@
 pkgname=cx_freeze
 _tarname=cx_Freeze
 pkgver=4.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A set of utilities for freezing Python scripts into executables"
 arch=('i686' 'x86_64')
 url="http://www.python.net/crew/atuining/cx_Freeze/";



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

2012-02-24 Thread Allan McRae
Date: Saturday, February 25, 2012 @ 01:58:45
  Author: allan
Revision: 151176

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

Added:
  xorg-xbiff/repos/extra-i686/PKGBUILD
(from rev 151175, xorg-xbiff/trunk/PKGBUILD)
  xorg-xbiff/repos/extra-x86_64/PKGBUILD
(from rev 151175, xorg-xbiff/trunk/PKGBUILD)
Deleted:
  xorg-xbiff/repos/extra-i686/PKGBUILD
  xorg-xbiff/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-25 06:57:46 UTC (rev 151175)
+++ extra-i686/PKGBUILD 2012-02-25 06:58:45 UTC (rev 151176)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=xorg-xbiff
-pkgver=1.0.3
-pkgrel=1
-pkgdesc="Watch mailboxes for new message delivery"
-arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/";
-license=('custom')
-depends=('libxaw' 'libxext')
-makedepends=('xorg-util-macros' 'xbitmaps')
-source=(http://xorg.freedesktop.org/archive/individual/app/xbiff-${pkgver}.tar.bz2)
-sha1sums=('17337a951264f0f96f6d03893f9dfd9cf8f12a5a')
-
-build() {
-  cd "${srcdir}/xbiff-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/xbiff-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xorg-xbiff/repos/extra-i686/PKGBUILD (from rev 151175, 
xorg-xbiff/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-25 06:58:45 UTC (rev 151176)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xorg-xbiff
+pkgver=1.0.3
+pkgrel=2
+pkgdesc="Watch mailboxes for new message delivery"
+arch=('i686' 'x86_64')
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('libxaw' 'libxext')
+makedepends=('xorg-util-macros' 'xbitmaps')
+source=(http://xorg.freedesktop.org/archive/individual/app/xbiff-${pkgver}.tar.bz2)
+sha1sums=('17337a951264f0f96f6d03893f9dfd9cf8f12a5a')
+
+build() {
+  cd "${srcdir}/xbiff-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/xbiff-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-25 06:57:46 UTC (rev 151175)
+++ extra-x86_64/PKGBUILD   2012-02-25 06:58:45 UTC (rev 151176)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=xorg-xbiff
-pkgver=1.0.3
-pkgrel=1
-pkgdesc="Watch mailboxes for new message delivery"
-arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/";
-license=('custom')
-depends=('libxaw' 'libxext')
-makedepends=('xorg-util-macros' 'xbitmaps')
-source=(http://xorg.freedesktop.org/archive/individual/app/xbiff-${pkgver}.tar.bz2)
-sha1sums=('17337a951264f0f96f6d03893f9dfd9cf8f12a5a')
-
-build() {
-  cd "${srcdir}/xbiff-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/xbiff-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xorg-xbiff/repos/extra-x86_64/PKGBUILD (from rev 151175, 
xorg-xbiff/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-25 06:58:45 UTC (rev 151176)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xorg-xbiff
+pkgver=1.0.3
+pkgrel=2
+pkgdesc="Watch mailboxes for new message delivery"
+arch=('i686' 'x86_64')
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('libxaw' 'libxext')
+makedepends=('xorg-util-macros' 'xbitmaps')
+source=(http://xorg.freedesktop.org/archive/individual/app/xbiff-${pkgver}.tar.bz2)
+sha1sums=('17337a951264f0f96f6d03893f9dfd9cf8f12a5a')
+
+build() {
+  cd "${srcdir}/xbiff-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/xbiff-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



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

2012-02-24 Thread Allan McRae
Date: Saturday, February 25, 2012 @ 01:57:46
  Author: allan
Revision: 151175

upgpkg: xorg-xbiff 1.0.3-2

signing rebuild

Modified:
  xorg-xbiff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-25 06:56:49 UTC (rev 151174)
+++ PKGBUILD2012-02-25 06:57:46 UTC (rev 151175)
@@ -3,9 +3,9 @@
 
 pkgname=xorg-xbiff
 pkgver=1.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Watch mailboxes for new message delivery"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://xorg.freedesktop.org/";
 license=('custom')
 depends=('libxaw' 'libxext')
@@ -22,6 +22,5 @@
 package() {
   cd "${srcdir}/xbiff-${pkgver}"
   make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }



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

2012-02-24 Thread Pierre Schmitz
Date: Saturday, February 25, 2012 @ 01:56:49
  Author: pierre
Revision: 151174

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-25 06:56:20 UTC (rev 151173)
+++ extra-i686/PKGBUILD 2012-02-25 06:56:49 UTC (rev 151174)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel 
-pkgname=clisp
-pkgver=2.49
-pkgrel=1
-pkgdesc="ANSI Common Lisp interpreter, compiler and debugger"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://clisp.cons.org/";
-depends=('readline' 'libsigsegv')
-provides=('common-lisp')
-makedepends=('ffcall')
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/sourceforge/clisp/clisp-${pkgver}.tar.bz2)
-md5sums=('1962b99d5e530390ec3829236d168649')
-
-build() {
-  cd $srcdir/${pkgname}-${pkgver}
-  unset CFLAGS CXXFLAGS
-  ./configure --prefix=/usr --with-readline --with-ffcall src
-  cd src
-  ./makemake --prefix=/usr --with-readline --with-ffcall --with-dynamic-ffi > 
Makefile
-  make || return 1
-  sed -i 
's,http://www.lisp.org/HyperSpec/,http://www.lispworks.com/reference/HyperSpec/,g'
 config.lisp
-  make || return 1
-  make DESTDIR=$pkgdir install || return 1
-}

Copied: clisp/repos/extra-i686/PKGBUILD (from rev 151173, clisp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-25 06:56:49 UTC (rev 151174)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Juergen Hoetzel 
+pkgname=clisp
+pkgver=2.49
+pkgrel=2
+pkgdesc="ANSI Common Lisp interpreter, compiler and debugger"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://clisp.cons.org/";
+depends=('readline' 'libsigsegv')
+provides=('common-lisp')
+makedepends=('ffcall')
+options=('!makeflags' '!emptydirs')
+source=("http://downloads.sourceforge.net/sourceforge/clisp/clisp-${pkgver}.tar.bz2";)
+md5sums=('1962b99d5e530390ec3829236d168649')
+
+build() {
+  cd $srcdir/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-readline --with-ffcall src
+  cd src
+  ./makemake --prefix=/usr --with-readline --with-ffcall --with-dynamic-ffi > 
Makefile
+  make
+  sed -i 
's,http://www.lisp.org/HyperSpec/,http://www.lispworks.com/reference/HyperSpec/,g'
 config.lisp
+  make
+}
+
+check() {
+  cd $srcdir/${pkgname}-${pkgver}/src
+  make check
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}/src
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-25 06:56:20 UTC (rev 151173)
+++ extra-x86_64/PKGBUILD   2012-02-25 06:56:49 UTC (rev 151174)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel 
-pkgname=clisp
-pkgver=2.49
-pkgrel=1
-pkgdesc="ANSI Common Lisp interpreter, compiler and debugger"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://clisp.cons.org/";
-depends=('readline' 'libsigsegv')
-provides=('common-lisp')
-makedepends=('ffcall')
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/sourceforge/clisp/clisp-${pkgver}.tar.bz2)
-md5sums=('1962b99d5e530390ec3829236d168649')
-
-build() {
-  cd $srcdir/${pkgname}-${pkgver}
-  unset CFLAGS CXXFLAGS
-  ./configure --prefix=/usr --with-readline --with-ffcall src
-  cd src
-  ./makemake --prefix=/usr --with-readline --with-ffcall --with-dynamic-ffi > 
Makefile
-  make || return 1
-  sed -i 
's,http://www.lisp.org/HyperSpec/,http://www.lispworks.com/reference/HyperSpec/,g'
 config.lisp
-  make || return 1
-  make DESTDIR=$pkgdir install || return 1
-}

Copied: clisp/repos/extra-x86_64/PKGBUILD (from rev 151173, 
clisp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-25 06:56:49 UTC (rev 151174)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Juergen Hoetzel 
+pkgname=clisp
+pkgver=2.49
+pkgrel=2
+pkgdesc="ANSI Common Lisp interpreter, compiler and debugger"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://clisp.cons.org/";
+depends=('readline' 'libsigsegv')
+provides=('common-lisp')
+makedepends=('ffcall')
+options=('!makeflags' '!emptydirs')
+source=("http://downloads.sourceforge.net/sourceforge/clisp/clisp-${pkgver}.tar.bz2";)
+md5sums=('1962b99d5e530390ec3829236d168649')
+
+build() {
+  cd $srcdir/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-readline --with-ffcall sr

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

2012-02-24 Thread Pierre Schmitz
Date: Saturday, February 25, 2012 @ 01:56:20
  Author: pierre
Revision: 151173

upgpkg: clisp 2.49-2

rebuild old package

Modified:
  clisp/trunk/PKGBUILD

--+
 PKGBUILD |   22 +++---
 1 file changed, 15 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-25 06:55:40 UTC (rev 151172)
+++ PKGBUILD2012-02-25 06:56:20 UTC (rev 151173)
@@ -2,7 +2,7 @@
 # Maintainer: Juergen Hoetzel 
 pkgname=clisp
 pkgver=2.49
-pkgrel=1
+pkgrel=2
 pkgdesc="ANSI Common Lisp interpreter, compiler and debugger"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -10,18 +10,26 @@
 depends=('readline' 'libsigsegv')
 provides=('common-lisp')
 makedepends=('ffcall')
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/sourceforge/clisp/clisp-${pkgver}.tar.bz2)
+options=('!makeflags' '!emptydirs')
+source=("http://downloads.sourceforge.net/sourceforge/clisp/clisp-${pkgver}.tar.bz2";)
 md5sums=('1962b99d5e530390ec3829236d168649')
 
 build() {
   cd $srcdir/${pkgname}-${pkgver}
-  unset CFLAGS CXXFLAGS
   ./configure --prefix=/usr --with-readline --with-ffcall src
   cd src
   ./makemake --prefix=/usr --with-readline --with-ffcall --with-dynamic-ffi > 
Makefile
-  make || return 1
+  make
   sed -i 
's,http://www.lisp.org/HyperSpec/,http://www.lispworks.com/reference/HyperSpec/,g'
 config.lisp
-  make || return 1
-  make DESTDIR=$pkgdir install || return 1
+  make
 }
+
+check() {
+  cd $srcdir/${pkgname}-${pkgver}/src
+  make check
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}/src
+  make DESTDIR=$pkgdir install
+}



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

2012-02-24 Thread Allan McRae
Date: Saturday, February 25, 2012 @ 01:55:40
  Author: allan
Revision: 151172

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

Added:
  xorg-xcalc/repos/extra-i686/PKGBUILD
(from rev 151171, xorg-xcalc/trunk/PKGBUILD)
  xorg-xcalc/repos/extra-x86_64/PKGBUILD
(from rev 151171, xorg-xcalc/trunk/PKGBUILD)
Deleted:
  xorg-xcalc/repos/extra-i686/PKGBUILD
  xorg-xcalc/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-25 06:54:35 UTC (rev 151171)
+++ extra-i686/PKGBUILD 2012-02-25 06:55:40 UTC (rev 151172)
@@ -1,23 +0,0 @@
-# $Id: $
-# Maintainer: Jan de Groot 
-
-pkgname=xorg-xcalc
-pkgver=1.0.4.1
-pkgrel=1
-pkgdesc="Scientific calculator for X"
-arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/";
-license=('custom')
-depends=('libxaw')
-makedepends=('xorg-util-macros')
-source=(http://xorg.freedesktop.org/archive/individual/app/xcalc-${pkgver}.tar.bz2)
-sha1sums=('2206fc4bf3719c43fa13a6c64a37b40607d8e5e2')
-
-build() {
-  cd "${srcdir}/xcalc-${pkgver}"
-  ./configure --prefix=/usr
-  make
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xorg-xcalc/repos/extra-i686/PKGBUILD (from rev 151171, 
xorg-xcalc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-25 06:55:40 UTC (rev 151172)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xorg-xcalc
+pkgver=1.0.4.1
+pkgrel=2
+pkgdesc="Scientific calculator for X"
+arch=('i686' 'x86_64')
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('libxaw')
+makedepends=('xorg-util-macros')
+source=(http://xorg.freedesktop.org/archive/individual/app/xcalc-${pkgver}.tar.bz2)
+sha1sums=('2206fc4bf3719c43fa13a6c64a37b40607d8e5e2')
+
+build() {
+  cd "${srcdir}/xcalc-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/xcalc-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-25 06:54:35 UTC (rev 151171)
+++ extra-x86_64/PKGBUILD   2012-02-25 06:55:40 UTC (rev 151172)
@@ -1,23 +0,0 @@
-# $Id: $
-# Maintainer: Jan de Groot 
-
-pkgname=xorg-xcalc
-pkgver=1.0.4.1
-pkgrel=1
-pkgdesc="Scientific calculator for X"
-arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/";
-license=('custom')
-depends=('libxaw')
-makedepends=('xorg-util-macros')
-source=(http://xorg.freedesktop.org/archive/individual/app/xcalc-${pkgver}.tar.bz2)
-sha1sums=('2206fc4bf3719c43fa13a6c64a37b40607d8e5e2')
-
-build() {
-  cd "${srcdir}/xcalc-${pkgver}"
-  ./configure --prefix=/usr
-  make
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xorg-xcalc/repos/extra-x86_64/PKGBUILD (from rev 151171, 
xorg-xcalc/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-25 06:55:40 UTC (rev 151172)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xorg-xcalc
+pkgver=1.0.4.1
+pkgrel=2
+pkgdesc="Scientific calculator for X"
+arch=('i686' 'x86_64')
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('libxaw')
+makedepends=('xorg-util-macros')
+source=(http://xorg.freedesktop.org/archive/individual/app/xcalc-${pkgver}.tar.bz2)
+sha1sums=('2206fc4bf3719c43fa13a6c64a37b40607d8e5e2')
+
+build() {
+  cd "${srcdir}/xcalc-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/xcalc-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



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

2012-02-24 Thread Allan McRae
Date: Saturday, February 25, 2012 @ 01:54:35
  Author: allan
Revision: 151171

upgpkg: xorg-xcalc 1.0.4.1-2

signing rebuild

Modified:
  xorg-xcalc/trunk/PKGBUILD (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-25 06:52:57 UTC (rev 151170)
+++ PKGBUILD2012-02-25 06:54:35 UTC (rev 151171)
@@ -1,11 +1,11 @@
-# $Id: $
+# $Id$
 # Maintainer: Jan de Groot 
 
 pkgname=xorg-xcalc
 pkgver=1.0.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Scientific calculator for X"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://xorg.freedesktop.org/";
 license=('custom')
 depends=('libxaw')
@@ -17,7 +17,10 @@
   cd "${srcdir}/xcalc-${pkgver}"
   ./configure --prefix=/usr
   make
+}
+
+package() {
+  cd "${srcdir}/xcalc-${pkgver}"
   make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }


Property changes on: xorg-xcalc/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id


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

2012-02-24 Thread Allan McRae
Date: Saturday, February 25, 2012 @ 01:52:57
  Author: allan
Revision: 151170

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

Added:
  xorg-xconsole/repos/extra-i686/PKGBUILD
(from rev 151169, xorg-xconsole/trunk/PKGBUILD)
  xorg-xconsole/repos/extra-x86_64/PKGBUILD
(from rev 151169, xorg-xconsole/trunk/PKGBUILD)
Deleted:
  xorg-xconsole/repos/extra-i686/PKGBUILD
  xorg-xconsole/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-25 06:51:54 UTC (rev 151169)
+++ extra-i686/PKGBUILD 2012-02-25 06:52:57 UTC (rev 151170)
@@ -1,23 +0,0 @@
-# $Id: $
-# Maintainer: Jan de Groot 
-
-pkgname=xorg-xconsole
-pkgver=1.0.4
-pkgrel=1
-pkgdesc="Monitor system console messages with X"
-arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/";
-license=('custom')
-depends=('libxaw' 'libxmu' 'libxt' 'libx11')
-makedepends=('xorg-util-macros')
-source=(http://xorg.freedesktop.org/archive/individual/app/xconsole-${pkgver}.tar.bz2)
-sha1sums=('195299d4948ba4c62e961ddd0bd4572283244715')
-
-build() {
-  cd "${srcdir}/xconsole-${pkgver}"
-  ./configure --prefix=/usr
-  make
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xorg-xconsole/repos/extra-i686/PKGBUILD (from rev 151169, 
xorg-xconsole/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-25 06:52:57 UTC (rev 151170)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xorg-xconsole
+pkgver=1.0.4
+pkgrel=2
+pkgdesc="Monitor system console messages with X"
+arch=('i686' 'x86_64')
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('libxaw' 'libxmu' 'libxt' 'libx11')
+makedepends=('xorg-util-macros')
+source=(http://xorg.freedesktop.org/archive/individual/app/xconsole-${pkgver}.tar.bz2)
+sha1sums=('195299d4948ba4c62e961ddd0bd4572283244715')
+
+build() {
+  cd "${srcdir}/xconsole-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/xconsole-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-25 06:51:54 UTC (rev 151169)
+++ extra-x86_64/PKGBUILD   2012-02-25 06:52:57 UTC (rev 151170)
@@ -1,23 +0,0 @@
-# $Id: $
-# Maintainer: Jan de Groot 
-
-pkgname=xorg-xconsole
-pkgver=1.0.4
-pkgrel=1
-pkgdesc="Monitor system console messages with X"
-arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/";
-license=('custom')
-depends=('libxaw' 'libxmu' 'libxt' 'libx11')
-makedepends=('xorg-util-macros')
-source=(http://xorg.freedesktop.org/archive/individual/app/xconsole-${pkgver}.tar.bz2)
-sha1sums=('195299d4948ba4c62e961ddd0bd4572283244715')
-
-build() {
-  cd "${srcdir}/xconsole-${pkgver}"
-  ./configure --prefix=/usr
-  make
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xorg-xconsole/repos/extra-x86_64/PKGBUILD (from rev 151169, 
xorg-xconsole/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-25 06:52:57 UTC (rev 151170)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xorg-xconsole
+pkgver=1.0.4
+pkgrel=2
+pkgdesc="Monitor system console messages with X"
+arch=('i686' 'x86_64')
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('libxaw' 'libxmu' 'libxt' 'libx11')
+makedepends=('xorg-util-macros')
+source=(http://xorg.freedesktop.org/archive/individual/app/xconsole-${pkgver}.tar.bz2)
+sha1sums=('195299d4948ba4c62e961ddd0bd4572283244715')
+
+build() {
+  cd "${srcdir}/xconsole-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/xconsole-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



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

2012-02-24 Thread Allan McRae
Date: Saturday, February 25, 2012 @ 01:51:54
  Author: allan
Revision: 151169

upgpkg: xorg-xconsole 1.0.4-2

signing rebuild

Modified:
  xorg-xconsole/trunk/PKGBUILD  (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-25 06:49:42 UTC (rev 151168)
+++ PKGBUILD2012-02-25 06:51:54 UTC (rev 151169)
@@ -1,11 +1,11 @@
-# $Id: $
+# $Id$
 # Maintainer: Jan de Groot 
 
 pkgname=xorg-xconsole
 pkgver=1.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Monitor system console messages with X"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://xorg.freedesktop.org/";
 license=('custom')
 depends=('libxaw' 'libxmu' 'libxt' 'libx11')
@@ -17,7 +17,10 @@
   cd "${srcdir}/xconsole-${pkgver}"
   ./configure --prefix=/usr
   make
+}
+
+package() {
+  cd "${srcdir}/xconsole-${pkgver}"
   make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }


Property changes on: xorg-xconsole/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id


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

2012-02-24 Thread Allan McRae
Date: Saturday, February 25, 2012 @ 01:49:42
  Author: allan
Revision: 151168

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

Added:
  xorg-xedit/repos/extra-i686/PKGBUILD
(from rev 151167, xorg-xedit/trunk/PKGBUILD)
  xorg-xedit/repos/extra-x86_64/PKGBUILD
(from rev 151167, xorg-xedit/trunk/PKGBUILD)
Deleted:
  xorg-xedit/repos/extra-i686/PKGBUILD
  xorg-xedit/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-25 06:48:22 UTC (rev 151167)
+++ extra-i686/PKGBUILD 2012-02-25 06:49:42 UTC (rev 151168)
@@ -1,26 +0,0 @@
-# $Id: $
-# Maintainer: Jan de Groot 
-
-pkgname=xorg-xedit
-pkgver=1.2.0
-pkgrel=2
-pkgdesc="Simple text editor for X"
-arch=('i686' 'x86_64')
-url="http://xorg.freedesktop.org/";
-license=('custom')
-depends=('libxaw' 'libxmu' 'libxt' 'libx11')
-makedepends=('xorg-util-macros')
-source=(http://xorg.freedesktop.org/archive/individual/app/xedit-${pkgver}.tar.bz2)
-sha1sums=('e6f8735d09c9da67bba3cd3c39f34f5d1fc79a70')
-
-build() {
-  cd "${srcdir}/xedit-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/xedit-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: xorg-xedit/repos/extra-i686/PKGBUILD (from rev 151167, 
xorg-xedit/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-25 06:49:42 UTC (rev 151168)
@@ -0,0 +1,26 @@
+# $Id: $
+# Maintainer: Jan de Groot 
+
+pkgname=xorg-xedit
+pkgver=1.2.0
+pkgrel=2
+pkgdesc="Simple text editor for X"
+arch=('i686' 'x86_64')
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('libxaw' 'libxmu' 'libxt' 'libx11')
+makedepends=('xorg-util-macros')
+source=(http://xorg.freedesktop.org/archive/individual/app/xedit-${pkgver}.tar.bz2)
+sha1sums=('e6f8735d09c9da67bba3cd3c39f34f5d1fc79a70')
+
+build() {
+  cd "${srcdir}/xedit-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/xedit-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-25 06:48:22 UTC (rev 151167)
+++ extra-x86_64/PKGBUILD   2012-02-25 06:49:42 UTC (rev 151168)
@@ -1,26 +0,0 @@
-# $Id: $
-# Maintainer: Jan de Groot 
-
-pkgname=xorg-xedit
-pkgver=1.2.0
-pkgrel=2
-pkgdesc="Simple text editor for X"
-arch=('i686' 'x86_64')
-url="http://xorg.freedesktop.org/";
-license=('custom')
-depends=('libxaw' 'libxmu' 'libxt' 'libx11')
-makedepends=('xorg-util-macros')
-source=(http://xorg.freedesktop.org/archive/individual/app/xedit-${pkgver}.tar.bz2)
-sha1sums=('e6f8735d09c9da67bba3cd3c39f34f5d1fc79a70')
-
-build() {
-  cd "${srcdir}/xedit-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/xedit-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: xorg-xedit/repos/extra-x86_64/PKGBUILD (from rev 151167, 
xorg-xedit/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-25 06:49:42 UTC (rev 151168)
@@ -0,0 +1,26 @@
+# $Id: $
+# Maintainer: Jan de Groot 
+
+pkgname=xorg-xedit
+pkgver=1.2.0
+pkgrel=2
+pkgdesc="Simple text editor for X"
+arch=('i686' 'x86_64')
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('libxaw' 'libxmu' 'libxt' 'libx11')
+makedepends=('xorg-util-macros')
+source=(http://xorg.freedesktop.org/archive/individual/app/xedit-${pkgver}.tar.bz2)
+sha1sums=('e6f8735d09c9da67bba3cd3c39f34f5d1fc79a70')
+
+build() {
+  cd "${srcdir}/xedit-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/xedit-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



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

2012-02-24 Thread Allan McRae
Date: Saturday, February 25, 2012 @ 01:48:22
  Author: allan
Revision: 151167

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

Added:
  xorg-xedit/repos/extra-i686/PKGBUILD
(from rev 151166, xorg-xedit/trunk/PKGBUILD)
  xorg-xedit/repos/extra-x86_64/PKGBUILD
(from rev 151166, xorg-xedit/trunk/PKGBUILD)
Deleted:
  xorg-xedit/repos/extra-i686/PKGBUILD
  xorg-xedit/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-25 06:47:23 UTC (rev 151166)
+++ extra-i686/PKGBUILD 2012-02-25 06:48:22 UTC (rev 151167)
@@ -1,23 +0,0 @@
-# $Id: $
-# Maintainer: Jan de Groot 
-
-pkgname=xorg-xedit
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="Simple text editor for X"
-arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/";
-license=('custom')
-depends=('libxaw' 'libxmu' 'libxt' 'libx11')
-makedepends=('xorg-util-macros')
-source=(http://xorg.freedesktop.org/archive/individual/app/xedit-${pkgver}.tar.bz2)
-sha1sums=('e6f8735d09c9da67bba3cd3c39f34f5d1fc79a70')
-
-build() {
-  cd "${srcdir}/xedit-${pkgver}"
-  ./configure --prefix=/usr
-  make
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xorg-xedit/repos/extra-i686/PKGBUILD (from rev 151166, 
xorg-xedit/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-25 06:48:22 UTC (rev 151167)
@@ -0,0 +1,26 @@
+# $Id: $
+# Maintainer: Jan de Groot 
+
+pkgname=xorg-xedit
+pkgver=1.2.0
+pkgrel=2
+pkgdesc="Simple text editor for X"
+arch=('i686' 'x86_64')
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('libxaw' 'libxmu' 'libxt' 'libx11')
+makedepends=('xorg-util-macros')
+source=(http://xorg.freedesktop.org/archive/individual/app/xedit-${pkgver}.tar.bz2)
+sha1sums=('e6f8735d09c9da67bba3cd3c39f34f5d1fc79a70')
+
+build() {
+  cd "${srcdir}/xedit-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/xedit-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-25 06:47:23 UTC (rev 151166)
+++ extra-x86_64/PKGBUILD   2012-02-25 06:48:22 UTC (rev 151167)
@@ -1,23 +0,0 @@
-# $Id: $
-# Maintainer: Jan de Groot 
-
-pkgname=xorg-xedit
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="Simple text editor for X"
-arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/";
-license=('custom')
-depends=('libxaw' 'libxmu' 'libxt' 'libx11')
-makedepends=('xorg-util-macros')
-source=(http://xorg.freedesktop.org/archive/individual/app/xedit-${pkgver}.tar.bz2)
-sha1sums=('e6f8735d09c9da67bba3cd3c39f34f5d1fc79a70')
-
-build() {
-  cd "${srcdir}/xedit-${pkgver}"
-  ./configure --prefix=/usr
-  make
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xorg-xedit/repos/extra-x86_64/PKGBUILD (from rev 151166, 
xorg-xedit/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-25 06:48:22 UTC (rev 151167)
@@ -0,0 +1,26 @@
+# $Id: $
+# Maintainer: Jan de Groot 
+
+pkgname=xorg-xedit
+pkgver=1.2.0
+pkgrel=2
+pkgdesc="Simple text editor for X"
+arch=('i686' 'x86_64')
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('libxaw' 'libxmu' 'libxt' 'libx11')
+makedepends=('xorg-util-macros')
+source=(http://xorg.freedesktop.org/archive/individual/app/xedit-${pkgver}.tar.bz2)
+sha1sums=('e6f8735d09c9da67bba3cd3c39f34f5d1fc79a70')
+
+build() {
+  cd "${srcdir}/xedit-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/xedit-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



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

2012-02-24 Thread Allan McRae
Date: Saturday, February 25, 2012 @ 01:47:23
  Author: allan
Revision: 151166

upgpkg: xorg-xedit 1.2.0-2

signing rebuild

Modified:
  xorg-xedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-25 06:45:35 UTC (rev 151165)
+++ PKGBUILD2012-02-25 06:47:23 UTC (rev 151166)
@@ -3,9 +3,9 @@
 
 pkgname=xorg-xedit
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple text editor for X"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://xorg.freedesktop.org/";
 license=('custom')
 depends=('libxaw' 'libxmu' 'libxt' 'libx11')
@@ -17,7 +17,10 @@
   cd "${srcdir}/xedit-${pkgver}"
   ./configure --prefix=/usr
   make
+}
+
+package() {
+  cd "${srcdir}/xedit-${pkgver}"
   make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }



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

2012-02-24 Thread Allan McRae
Date: Saturday, February 25, 2012 @ 01:45:35
  Author: allan
Revision: 151165

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

Added:
  xorg-xeyes/repos/extra-i686/PKGBUILD
(from rev 151164, xorg-xeyes/trunk/PKGBUILD)
  xorg-xeyes/repos/extra-x86_64/PKGBUILD
(from rev 151164, xorg-xeyes/trunk/PKGBUILD)
Deleted:
  xorg-xeyes/repos/extra-i686/PKGBUILD
  xorg-xeyes/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-25 06:44:31 UTC (rev 151164)
+++ extra-i686/PKGBUILD 2012-02-25 06:45:35 UTC (rev 151165)
@@ -1,23 +0,0 @@
-# $Id: $
-# Maintainer: Jan de Groot 
-
-pkgname=xorg-xeyes
-pkgver=1.1.1
-pkgrel=1
-pkgdesc="Follow the mouse/SHAPE extension X demo"
-arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/";
-license=('custom')
-depends=('libx11' 'libxt' 'libxext' 'libxmu' 'libxrender')
-makedepends=('xorg-util-macros')
-source=(http://xorg.freedesktop.org/archive/individual/app/xeyes-${pkgver}.tar.bz2)
-sha1sums=('efe6116d31a7f69e4fb6038613e52b0960b9b61c')
-
-build() {
-  cd "${srcdir}/xeyes-${pkgver}"
-  ./configure --prefix=/usr
-  make
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xorg-xeyes/repos/extra-i686/PKGBUILD (from rev 151164, 
xorg-xeyes/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-25 06:45:35 UTC (rev 151165)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xorg-xeyes
+pkgver=1.1.1
+pkgrel=2
+pkgdesc="Follow the mouse/SHAPE extension X demo"
+arch=('i686' 'x86_64')
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('libx11' 'libxt' 'libxext' 'libxmu' 'libxrender')
+makedepends=('xorg-util-macros')
+source=(http://xorg.freedesktop.org/archive/individual/app/xeyes-${pkgver}.tar.bz2)
+sha1sums=('efe6116d31a7f69e4fb6038613e52b0960b9b61c')
+
+build() {
+  cd "${srcdir}/xeyes-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/xeyes-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-25 06:44:31 UTC (rev 151164)
+++ extra-x86_64/PKGBUILD   2012-02-25 06:45:35 UTC (rev 151165)
@@ -1,23 +0,0 @@
-# $Id: $
-# Maintainer: Jan de Groot 
-
-pkgname=xorg-xeyes
-pkgver=1.1.1
-pkgrel=1
-pkgdesc="Follow the mouse/SHAPE extension X demo"
-arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/";
-license=('custom')
-depends=('libx11' 'libxt' 'libxext' 'libxmu' 'libxrender')
-makedepends=('xorg-util-macros')
-source=(http://xorg.freedesktop.org/archive/individual/app/xeyes-${pkgver}.tar.bz2)
-sha1sums=('efe6116d31a7f69e4fb6038613e52b0960b9b61c')
-
-build() {
-  cd "${srcdir}/xeyes-${pkgver}"
-  ./configure --prefix=/usr
-  make
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xorg-xeyes/repos/extra-x86_64/PKGBUILD (from rev 151164, 
xorg-xeyes/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-25 06:45:35 UTC (rev 151165)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xorg-xeyes
+pkgver=1.1.1
+pkgrel=2
+pkgdesc="Follow the mouse/SHAPE extension X demo"
+arch=('i686' 'x86_64')
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('libx11' 'libxt' 'libxext' 'libxmu' 'libxrender')
+makedepends=('xorg-util-macros')
+source=(http://xorg.freedesktop.org/archive/individual/app/xeyes-${pkgver}.tar.bz2)
+sha1sums=('efe6116d31a7f69e4fb6038613e52b0960b9b61c')
+
+build() {
+  cd "${srcdir}/xeyes-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/xeyes-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



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

2012-02-24 Thread Allan McRae
Date: Saturday, February 25, 2012 @ 01:44:31
  Author: allan
Revision: 151164

upgpkg: xorg-xeyes 1.1.1-2

signing rebuild

Modified:
  xorg-xeyes/trunk/PKGBUILD (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-25 06:42:49 UTC (rev 151163)
+++ PKGBUILD2012-02-25 06:44:31 UTC (rev 151164)
@@ -1,11 +1,11 @@
-# $Id: $
+# $Id$
 # Maintainer: Jan de Groot 
 
 pkgname=xorg-xeyes
 pkgver=1.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Follow the mouse/SHAPE extension X demo"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://xorg.freedesktop.org/";
 license=('custom')
 depends=('libx11' 'libxt' 'libxext' 'libxmu' 'libxrender')
@@ -17,7 +17,10 @@
   cd "${srcdir}/xeyes-${pkgver}"
   ./configure --prefix=/usr
   make
+}
+
+package() {
+  cd "${srcdir}/xeyes-${pkgver}"
   make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }


Property changes on: xorg-xeyes/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id


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

2012-02-24 Thread Allan McRae
Date: Saturday, February 25, 2012 @ 01:42:49
  Author: allan
Revision: 151163

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

Added:
  xorg-xvinfo/repos/extra-i686/PKGBUILD
(from rev 151162, xorg-xvinfo/trunk/PKGBUILD)
  xorg-xvinfo/repos/extra-x86_64/PKGBUILD
(from rev 151162, xorg-xvinfo/trunk/PKGBUILD)
Deleted:
  xorg-xvinfo/repos/extra-i686/PKGBUILD
  xorg-xvinfo/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-25 06:41:49 UTC (rev 151162)
+++ extra-i686/PKGBUILD 2012-02-25 06:42:49 UTC (rev 151163)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=xorg-xvinfo
-pkgver=1.1.1
-pkgrel=2
-pkgdesc="Prints out the capabilities of any video adaptors associated with the 
display that are accessible through the X-Video extension"
-arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/";
-license=('custom')
-depends=('libx11' 'libxv')
-makedepends=('xorg-util-macros')
-groups=('xorg-apps' 'xorg')
-source=(http://xorg.freedesktop.org/archive/individual/app/xvinfo-${pkgver}.tar.bz2)
-sha1sums=('dc326464748fa608da50386112a89024804c1910')
-
-build() {
-  cd "${srcdir}/xvinfo-${pkgver}"
-  ./configure --prefix=/usr
-  make
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xorg-xvinfo/repos/extra-i686/PKGBUILD (from rev 151162, 
xorg-xvinfo/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-25 06:42:49 UTC (rev 151163)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xorg-xvinfo
+pkgver=1.1.1
+pkgrel=3
+pkgdesc="Prints out the capabilities of any video adaptors associated with the 
display that are accessible through the X-Video extension"
+arch=('i686' 'x86_64')
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('libx11' 'libxv')
+makedepends=('xorg-util-macros')
+groups=('xorg-apps' 'xorg')
+source=(http://xorg.freedesktop.org/archive/individual/app/xvinfo-${pkgver}.tar.bz2)
+sha1sums=('dc326464748fa608da50386112a89024804c1910')
+
+build() {
+  cd "${srcdir}/xvinfo-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/xvinfo-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-25 06:41:49 UTC (rev 151162)
+++ extra-x86_64/PKGBUILD   2012-02-25 06:42:49 UTC (rev 151163)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=xorg-xvinfo
-pkgver=1.1.1
-pkgrel=2
-pkgdesc="Prints out the capabilities of any video adaptors associated with the 
display that are accessible through the X-Video extension"
-arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/";
-license=('custom')
-depends=('libx11' 'libxv')
-makedepends=('xorg-util-macros')
-groups=('xorg-apps' 'xorg')
-source=(http://xorg.freedesktop.org/archive/individual/app/xvinfo-${pkgver}.tar.bz2)
-sha1sums=('dc326464748fa608da50386112a89024804c1910')
-
-build() {
-  cd "${srcdir}/xvinfo-${pkgver}"
-  ./configure --prefix=/usr
-  make
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xorg-xvinfo/repos/extra-x86_64/PKGBUILD (from rev 151162, 
xorg-xvinfo/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-25 06:42:49 UTC (rev 151163)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xorg-xvinfo
+pkgver=1.1.1
+pkgrel=3
+pkgdesc="Prints out the capabilities of any video adaptors associated with the 
display that are accessible through the X-Video extension"
+arch=('i686' 'x86_64')
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('libx11' 'libxv')
+makedepends=('xorg-util-macros')
+groups=('xorg-apps' 'xorg')
+source=(http://xorg.freedesktop.org/archive/individual/app/xvinfo-${pkgver}.tar.bz2)
+sha1sums=('dc326464748fa608da50386112a89024804c1910')
+
+build() {
+  cd "${srcdir}/xvinfo-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/xvinfo-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



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

2012-02-24 Thread Allan McRae
Date: Saturday, February 25, 2012 @ 01:41:49
  Author: allan
Revision: 151162

upgpkg: xorg-xvinfo 1.1.1-3

signing rebuild

Modified:
  xorg-xvinfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-25 06:28:51 UTC (rev 151161)
+++ PKGBUILD2012-02-25 06:41:49 UTC (rev 151162)
@@ -3,9 +3,9 @@
 
 pkgname=xorg-xvinfo
 pkgver=1.1.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Prints out the capabilities of any video adaptors associated with the 
display that are accessible through the X-Video extension"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://xorg.freedesktop.org/";
 license=('custom')
 depends=('libx11' 'libxv')
@@ -18,7 +18,10 @@
   cd "${srcdir}/xvinfo-${pkgver}"
   ./configure --prefix=/usr
   make
+}
+
+package() {
+  cd "${srcdir}/xvinfo-${pkgver}"
   make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }



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

2012-02-24 Thread Pierre Schmitz
Date: Saturday, February 25, 2012 @ 01:28:51
  Author: pierre
Revision: 151161

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

Added:
  bochs/repos/extra-i686/PKGBUILD
(from rev 151160, bochs/trunk/PKGBUILD)
  bochs/repos/extra-x86_64/PKGBUILD
(from rev 151160, bochs/trunk/PKGBUILD)
Deleted:
  bochs/repos/extra-i686/PKGBUILD
  bochs/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-02-25 06:28:21 UTC (rev 151160)
+++ extra-i686/PKGBUILD 2012-02-25 06:28:51 UTC (rev 151161)
@@ -1,27 +0,0 @@
-# $Id$
-#Contributor: Tom Newsom 
-# Maintainer: Kevin Piche 
-
-pkgname=bochs
-pkgver=2.4.6
-pkgrel=1
-pkgdesc="A portable x86 PC emulation software package"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://bochs.sourceforge.net/";
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-depends=('gcc-libs' 'libxrandr')
-sha256sums=('689dcc5fccfd70c8340a54986f0cb9c2824009ed602718802868333da9ac53b9')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-vbe --without-wx --enable-cpu-level=6 \
-  --enable-fpu --enable-3dnow 
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make prefix=${pkgdir}/usr install
-  install -D -m 644 .bochsrc ${pkgdir}/etc/bochsrc-sample.txt
-}

Copied: bochs/repos/extra-i686/PKGBUILD (from rev 151160, bochs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-25 06:28:51 UTC (rev 151161)
@@ -0,0 +1,27 @@
+# $Id$
+#Contributor: Tom Newsom 
+# Maintainer: Kevin Piche 
+
+pkgname=bochs
+pkgver=2.5.1
+pkgrel=1
+pkgdesc="A portable x86 PC emulation software package"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://bochs.sourceforge.net/";
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+depends=('gcc-libs' 'libxrandr')
+md5sums=('4fe5325ec422a7f74dbb0adb52c76bb6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --without-wx --enable-cpu-level=6 \
+  --enable-fpu --enable-3dnow
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make prefix=${pkgdir}/usr install
+  install -D -m 644 .bochsrc ${pkgdir}/etc/bochsrc-sample.txt
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-25 06:28:21 UTC (rev 151160)
+++ extra-x86_64/PKGBUILD   2012-02-25 06:28:51 UTC (rev 151161)
@@ -1,27 +0,0 @@
-# $Id$
-#Contributor: Tom Newsom 
-# Maintainer: Kevin Piche 
-
-pkgname=bochs
-pkgver=2.4.6
-pkgrel=1
-pkgdesc="A portable x86 PC emulation software package"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://bochs.sourceforge.net/";
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-depends=('gcc-libs' 'libxrandr')
-sha256sums=('689dcc5fccfd70c8340a54986f0cb9c2824009ed602718802868333da9ac53b9')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-vbe --without-wx --enable-cpu-level=6 \
-  --enable-fpu --enable-3dnow 
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make prefix=${pkgdir}/usr install
-  install -D -m 644 .bochsrc ${pkgdir}/etc/bochsrc-sample.txt
-}

Copied: bochs/repos/extra-x86_64/PKGBUILD (from rev 151160, 
bochs/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-25 06:28:51 UTC (rev 151161)
@@ -0,0 +1,27 @@
+# $Id$
+#Contributor: Tom Newsom 
+# Maintainer: Kevin Piche 
+
+pkgname=bochs
+pkgver=2.5.1
+pkgrel=1
+pkgdesc="A portable x86 PC emulation software package"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://bochs.sourceforge.net/";
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+depends=('gcc-libs' 'libxrandr')
+md5sums=('4fe5325ec422a7f74dbb0adb52c76bb6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --without-wx --enable-cpu-level=6 \
+  --enable-fpu --enable-3dnow
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make prefix=${pkgdir}/usr install
+  install -D -m 644 .bochsrc ${pkgdir}/etc/bochsrc-sample.txt
+}



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

2012-02-24 Thread Pierre Schmitz
Date: Saturday, February 25, 2012 @ 01:28:21
  Author: pierre
Revision: 151160

upgpkg: bochs 2.5.1-1

upstream update

Modified:
  bochs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-25 06:21:40 UTC (rev 151159)
+++ PKGBUILD2012-02-25 06:28:21 UTC (rev 151160)
@@ -3,20 +3,20 @@
 # Maintainer: Kevin Piche 
 
 pkgname=bochs
-pkgver=2.4.6
+pkgver=2.5.1
 pkgrel=1
 pkgdesc="A portable x86 PC emulation software package"
 arch=('i686' 'x86_64')
 license=('LGPL')
 url="http://bochs.sourceforge.net/";
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
 depends=('gcc-libs' 'libxrandr')
-sha256sums=('689dcc5fccfd70c8340a54986f0cb9c2824009ed602718802868333da9ac53b9')
+md5sums=('4fe5325ec422a7f74dbb0adb52c76bb6')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-vbe --without-wx --enable-cpu-level=6 \
-  --enable-fpu --enable-3dnow 
+  ./configure --prefix=/usr --without-wx --enable-cpu-level=6 \
+  --enable-fpu --enable-3dnow
   make
 }
 



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

2012-02-24 Thread Pierre Schmitz
Date: Saturday, February 25, 2012 @ 01:21:40
  Author: pierre
Revision: 151159

archrelease: copy trunk to extra-any

Added:
  bcprov/repos/extra-any/PKGBUILD
(from rev 151158, bcprov/trunk/PKGBUILD)
Deleted:
  bcprov/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-25 06:21:12 UTC (rev 151158)
+++ PKGBUILD2012-02-25 06:21:40 UTC (rev 151159)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=bcprov
-pkgver=1.46
-pkgrel=1
-pkgdesc="Java cryptography APIs (Bouncy Castle)"
-arch=('any')
-url="http://www.bouncycastle.org/java.html";
-license=('custom')
-depends=('java-runtime')
-makedepends=('openjdk6' 'junit')
-source=(http://www.bouncycastle.org/download/bcprov-jdk16-${pkgver/./}.tar.gz)
-md5sums=('944374e9b57c9f7f6751d9c65ff62374')
-
-build() {
-  cd "${srcdir}/bcprov-jdk16-${pkgver/./}"
-  jar xf src.zip
-
-  mkdir classes
-  find . -name '*.java' > src.list
-  javac -encoding ISO-8859-1 -cp /usr/share/java/junit.jar -d classes @src.list
-
-  cd classes
-  find . -path '*test/*.class' -delete
-  find . -depth -type d -empty -delete
-  jar cf ../bcprov.jar *
-}
-
-package() {
-  cd "${srcdir}/bcprov-jdk16-${pkgver/./}"
-  install -m755 -d "${pkgdir}/usr/share/java"
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 bcprov.jar "${pkgdir}/usr/share/java/"
-  install -m644 LICENSE.html "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: bcprov/repos/extra-any/PKGBUILD (from rev 151158, bcprov/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-25 06:21:40 UTC (rev 151159)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=bcprov
+pkgver=1.46
+pkgrel=2
+pkgdesc="Java cryptography APIs (Bouncy Castle)"
+arch=('any')
+url="http://www.bouncycastle.org/java.html";
+license=('custom')
+depends=('java-runtime')
+makedepends=('java-environment' 'junit')
+source=("http://www.bouncycastle.org/download/bcprov-jdk16-${pkgver/./}.tar.gz";)
+md5sums=('944374e9b57c9f7f6751d9c65ff62374')
+
+build() {
+  cd "${srcdir}/bcprov-jdk16-${pkgver/./}"
+  jar xf src.zip
+
+  mkdir classes
+  find . -name '*.java' > src.list
+  javac -encoding ISO-8859-1 -cp /usr/share/java/junit.jar -d classes @src.list
+
+  cd classes
+  find . -path '*test/*.class' -delete
+  find . -depth -type d -empty -delete
+  jar cf ../bcprov.jar *
+}
+
+package() {
+  cd "${srcdir}/bcprov-jdk16-${pkgver/./}"
+  install -m755 -d "${pkgdir}/usr/share/java"
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 bcprov.jar "${pkgdir}/usr/share/java/"
+  install -m644 LICENSE.html "${pkgdir}/usr/share/licenses/${pkgname}/"
+}



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

2012-02-24 Thread Pierre Schmitz
Date: Saturday, February 25, 2012 @ 01:21:12
  Author: pierre
Revision: 151158

upgpkg: bcprov 1.46-2

rebuild old package

Modified:
  bcprov/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-25 06:17:32 UTC (rev 151157)
+++ PKGBUILD2012-02-25 06:21:12 UTC (rev 151158)
@@ -3,14 +3,14 @@
 
 pkgname=bcprov
 pkgver=1.46
-pkgrel=1
+pkgrel=2
 pkgdesc="Java cryptography APIs (Bouncy Castle)"
 arch=('any')
 url="http://www.bouncycastle.org/java.html";
 license=('custom')
 depends=('java-runtime')
 makedepends=('java-environment' 'junit')
-source=(http://www.bouncycastle.org/download/bcprov-jdk16-${pkgver/./}.tar.gz)
+source=("http://www.bouncycastle.org/download/bcprov-jdk16-${pkgver/./}.tar.gz";)
 md5sums=('944374e9b57c9f7f6751d9c65ff62374')
 
 build() {



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

2012-02-24 Thread Pierre Schmitz
Date: Saturday, February 25, 2012 @ 01:17:32
  Author: pierre
Revision: 151157

archrelease: copy trunk to extra-any

Added:
  bash-completion/repos/extra-any/PKGBUILD
(from rev 151156, bash-completion/trunk/PKGBUILD)
Deleted:
  bash-completion/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-25 06:17:08 UTC (rev 151156)
+++ PKGBUILD2012-02-25 06:17:32 UTC (rev 151157)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-# Maintainer: Aaron Griffin 
-
-pkgname=bash-completion
-pkgver=1.3
-pkgrel=2
-pkgdesc="Programmable completion for the bash shell"
-arch=('any')
-url="http://bash-completion.alioth.debian.org/";
-license=('GPL')
-depends=('bash')
-source=(http://bash-completion.alioth.debian.org/files/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('a1262659b4bbf44dc9e59d034de505ec')
-sha1sums=('6a46b93f44c56cc336632ab28d90c0595fbcc98f')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  rm -r "${pkgdir}/etc/profile.d"
-# Doesn't work on Arch Linux and cause problems (FS#20112)
-  rm "${pkgdir}/etc/bash_completion.d/service"
-}

Copied: bash-completion/repos/extra-any/PKGBUILD (from rev 151156, 
bash-completion/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-25 06:17:32 UTC (rev 151157)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Maintainer: Aaron Griffin 
+
+pkgname=bash-completion
+pkgver=1.3
+pkgrel=3
+pkgdesc="Programmable completion for the bash shell"
+arch=('any')
+url="http://bash-completion.alioth.debian.org/";
+license=('GPL')
+depends=('bash')
+source=("http://bash-completion.alioth.debian.org/files/${pkgname}-${pkgver}.tar.bz2";)
+sha1sums=('6a46b93f44c56cc336632ab28d90c0595fbcc98f')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+# bash-completion is sourced in /etc/bash.bashrc so that non-bash shell don't 
source it
+  rm -r "${pkgdir}/etc/profile.d"
+# Doesn't work on Arch Linux and cause problems (FS#20112)
+  rm "${pkgdir}/etc/bash_completion.d/service"
+}



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

2012-02-24 Thread Pierre Schmitz
Date: Saturday, February 25, 2012 @ 01:17:08
  Author: pierre
Revision: 151156

upgpkg: bash-completion 1.3-3

rebuild old package

Modified:
  bash-completion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-25 05:19:38 UTC (rev 151155)
+++ PKGBUILD2012-02-25 06:17:08 UTC (rev 151156)
@@ -4,13 +4,13 @@
 
 pkgname=bash-completion
 pkgver=1.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Programmable completion for the bash shell"
 arch=('any')
 url="http://bash-completion.alioth.debian.org/";
 license=('GPL')
 depends=('bash')
-source=(http://bash-completion.alioth.debian.org/files/${pkgname}-${pkgver}.tar.bz2)
+source=("http://bash-completion.alioth.debian.org/files/${pkgname}-${pkgver}.tar.bz2";)
 sha1sums=('6a46b93f44c56cc336632ab28d90c0595fbcc98f')
 
 build() {



[arch-commits] Commit in (haskell-deepseq)

2012-02-24 Thread Thomas Dziedzic
Date: Saturday, February 25, 2012 @ 00:19:38
  Author: tdziedzic
Revision: 151155

move to aur

Deleted:
  haskell-deepseq/



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

2012-02-24 Thread Thomas Dziedzic
Date: Saturday, February 25, 2012 @ 00:18:51
  Author: tdziedzic
Revision: 151154

db-remove: haskell-deepseq removed by tdziedzic

Deleted:
  haskell-deepseq/repos/extra-x86_64/



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

2012-02-24 Thread Thomas Dziedzic
Date: Saturday, February 25, 2012 @ 00:18:34
  Author: tdziedzic
Revision: 151153

db-remove: haskell-deepseq removed by tdziedzic

Deleted:
  haskell-deepseq/repos/extra-i686/



[arch-commits] Commit in (haskell-quickcheck)

2012-02-24 Thread Thomas Dziedzic
Date: Saturday, February 25, 2012 @ 00:14:42
  Author: tdziedzic
Revision: 151152

move to aur

Deleted:
  haskell-quickcheck/



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

2012-02-24 Thread Thomas Dziedzic
Date: Saturday, February 25, 2012 @ 00:14:00
  Author: tdziedzic
Revision: 151151

db-remove: haskell-quickcheck removed by tdziedzic

Deleted:
  haskell-quickcheck/repos/extra-i686/



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

2012-02-24 Thread Thomas Dziedzic
Date: Saturday, February 25, 2012 @ 00:13:40
  Author: tdziedzic
Revision: 151150

db-remove: haskell-quickcheck removed by tdziedzic

Deleted:
  haskell-quickcheck/repos/extra-x86_64/



[arch-commits] Commit in (haskell-parallel)

2012-02-24 Thread Thomas Dziedzic
Date: Saturday, February 25, 2012 @ 00:12:46
  Author: tdziedzic
Revision: 151149

move to aur

Deleted:
  haskell-parallel/



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

2012-02-24 Thread Thomas Dziedzic
Date: Saturday, February 25, 2012 @ 00:12:15
  Author: tdziedzic
Revision: 151148

db-remove: haskell-parallel removed by tdziedzic

Deleted:
  haskell-parallel/repos/extra-x86_64/



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

2012-02-24 Thread Thomas Dziedzic
Date: Saturday, February 25, 2012 @ 00:11:58
  Author: tdziedzic
Revision: 151147

db-remove: haskell-parallel removed by tdziedzic

Deleted:
  haskell-parallel/repos/extra-i686/



[arch-commits] Commit in (haskell-opengl)

2012-02-24 Thread Thomas Dziedzic
Date: Saturday, February 25, 2012 @ 00:11:30
  Author: tdziedzic
Revision: 151146

move to aur

Deleted:
  haskell-opengl/



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

2012-02-24 Thread Thomas Dziedzic
Date: Saturday, February 25, 2012 @ 00:10:49
  Author: tdziedzic
Revision: 151145

db-remove: haskell-opengl removed by tdziedzic

Deleted:
  haskell-opengl/repos/extra-i686/



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

2012-02-24 Thread Thomas Dziedzic
Date: Saturday, February 25, 2012 @ 00:10:26
  Author: tdziedzic
Revision: 151144

db-remove: haskell-opengl removed by tdziedzic

Deleted:
  haskell-opengl/repos/extra-x86_64/



[arch-commits] Commit in (haskell-hunit)

2012-02-24 Thread Thomas Dziedzic
Date: Saturday, February 25, 2012 @ 00:09:10
  Author: tdziedzic
Revision: 151143

move to aur

Deleted:
  haskell-hunit/



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

2012-02-24 Thread Thomas Dziedzic
Date: Saturday, February 25, 2012 @ 00:08:32
  Author: tdziedzic
Revision: 151142

db-remove: haskell-hunit removed by tdziedzic

Deleted:
  haskell-hunit/repos/extra-x86_64/



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

2012-02-24 Thread Thomas Dziedzic
Date: Saturday, February 25, 2012 @ 00:08:10
  Author: tdziedzic
Revision: 151141

db-remove: haskell-hunit removed by tdziedzic

Deleted:
  haskell-hunit/repos/extra-i686/



[arch-commits] Commit in (haskell-haskell-src)

2012-02-24 Thread Thomas Dziedzic
Date: Saturday, February 25, 2012 @ 00:07:32
  Author: tdziedzic
Revision: 151140

move to aur

Deleted:
  haskell-haskell-src/



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

2012-02-24 Thread Thomas Dziedzic
Date: Saturday, February 25, 2012 @ 00:06:55
  Author: tdziedzic
Revision: 151139

db-remove: haskell-haskell-src removed by tdziedzic

Deleted:
  haskell-haskell-src/repos/extra-i686/



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

2012-02-24 Thread Thomas Dziedzic
Date: Saturday, February 25, 2012 @ 00:06:35
  Author: tdziedzic
Revision: 151138

db-remove: haskell-haskell-src removed by tdziedzic

Deleted:
  haskell-haskell-src/repos/extra-x86_64/



[arch-commits] Commit in (haskell-glut)

2012-02-24 Thread Thomas Dziedzic
Date: Saturday, February 25, 2012 @ 00:06:11
  Author: tdziedzic
Revision: 151137

move to aur

Deleted:
  haskell-glut/



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

2012-02-24 Thread Thomas Dziedzic
Date: Saturday, February 25, 2012 @ 00:05:23
  Author: tdziedzic
Revision: 151136

db-remove: haskell-glut removed by tdziedzic

Deleted:
  haskell-glut/repos/extra-x86_64/



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

2012-02-24 Thread Thomas Dziedzic
Date: Saturday, February 25, 2012 @ 00:05:05
  Author: tdziedzic
Revision: 151135

db-remove: haskell-glut removed by tdziedzic

Deleted:
  haskell-glut/repos/extra-i686/



[arch-commits] Commit in (haskell-fgl)

2012-02-24 Thread Thomas Dziedzic
Date: Saturday, February 25, 2012 @ 00:04:18
  Author: tdziedzic
Revision: 151134

move to aur

Deleted:
  haskell-fgl/



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

2012-02-24 Thread Thomas Dziedzic
Date: Saturday, February 25, 2012 @ 00:03:39
  Author: tdziedzic
Revision: 151133

db-remove: haskell-fgl removed by tdziedzic

Deleted:
  haskell-fgl/repos/extra-i686/



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

2012-02-24 Thread Thomas Dziedzic
Date: Saturday, February 25, 2012 @ 00:03:22
  Author: tdziedzic
Revision: 151132

db-remove: haskell-fgl removed by tdziedzic

Deleted:
  haskell-fgl/repos/extra-x86_64/



[arch-commits] Commit in (haskell-cgi)

2012-02-24 Thread Thomas Dziedzic
Date: Saturday, February 25, 2012 @ 00:02:01
  Author: tdziedzic
Revision: 151131

move to aur

Deleted:
  haskell-cgi/



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

2012-02-24 Thread Thomas Dziedzic
Date: Saturday, February 25, 2012 @ 00:01:09
  Author: tdziedzic
Revision: 151130

db-remove: haskell-cgi removed by tdziedzic

Deleted:
  haskell-cgi/repos/extra-x86_64/



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

2012-02-24 Thread Thomas Dziedzic
Date: Saturday, February 25, 2012 @ 00:00:55
  Author: tdziedzic
Revision: 151129

db-remove: haskell-cgi removed by tdziedzic

Deleted:
  haskell-cgi/repos/extra-i686/



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

2012-02-24 Thread Thomas Dziedzic
Date: Friday, February 24, 2012 @ 23:03:34
  Author: tdziedzic
Revision: 151128

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

Added:
  haskell-random/repos/staging-i686/
  haskell-random/repos/staging-i686/PKGBUILD
(from rev 151127, haskell-random/trunk/PKGBUILD)
  haskell-random/repos/staging-i686/haskell-random.install
(from rev 151127, haskell-random/trunk/haskell-random.install)
  haskell-random/repos/staging-x86_64/
  haskell-random/repos/staging-x86_64/PKGBUILD
(from rev 151127, haskell-random/trunk/PKGBUILD)
  haskell-random/repos/staging-x86_64/haskell-random.install
(from rev 151127, haskell-random/trunk/haskell-random.install)

---+
 staging-i686/PKGBUILD |   37 
 staging-i686/haskell-random.install   |   18 +++
 staging-x86_64/PKGBUILD   |   37 
 staging-x86_64/haskell-random.install |   18 +++
 4 files changed, 110 insertions(+)

Copied: haskell-random/repos/staging-i686/PKGBUILD (from rev 151127, 
haskell-random/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-02-25 04:03:34 UTC (rev 151128)
@@ -0,0 +1,37 @@
+# Maintainer: Thomas Dziedzic 
+
+_hkgname=random
+pkgname=haskell-random
+pkgver=1.0.1.1
+pkgrel=1
+pkgdesc="A basic random number generation library"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.4.1' 'sh')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('9a249cfa7ff6793cbf2be06e9fcd7538')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
+  --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}
+

Copied: haskell-random/repos/staging-i686/haskell-random.install (from rev 
151127, haskell-random/trunk/haskell-random.install)
===
--- staging-i686/haskell-random.install (rev 0)
+++ staging-i686/haskell-random.install 2012-02-25 04:03:34 UTC (rev 151128)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-random
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-random/repos/staging-x86_64/PKGBUILD (from rev 151127, 
haskell-random/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-02-25 04:03:34 UTC (rev 151128)
@@ -0,0 +1,37 @@
+# Maintainer: Thomas Dziedzic 
+
+_hkgname=random
+pkgname=haskell-random
+pkgver=1.0.1.1
+pkgrel=1
+pkgdesc="A basic random number generation library"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.4.1' 'sh')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('9a249cfa7ff6793cbf2be06e9fcd7538')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
+  --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdi

[arch-commits] Commit in (5 files)

2012-02-24 Thread Thomas Dziedzic
Date: Friday, February 24, 2012 @ 22:55:49
  Author: tdziedzic
Revision: 151127

initial commit

Added:
  haskell-random/
  haskell-random/repos/
  haskell-random/trunk/
  haskell-random/trunk/PKGBUILD
  haskell-random/trunk/haskell-random.install

+
 PKGBUILD   |   37 +
 haskell-random.install |   18 ++
 2 files changed, 55 insertions(+)

Added: haskell-random/trunk/PKGBUILD
===
--- haskell-random/trunk/PKGBUILD   (rev 0)
+++ haskell-random/trunk/PKGBUILD   2012-02-25 03:55:49 UTC (rev 151127)
@@ -0,0 +1,37 @@
+# Maintainer: Thomas Dziedzic 
+
+_hkgname=random
+pkgname=haskell-random
+pkgver=1.0.1.1
+pkgrel=1
+pkgdesc="A basic random number generation library"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.4.1' 'sh')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('9a249cfa7ff6793cbf2be06e9fcd7538')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
+  --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}
+

Added: haskell-random/trunk/haskell-random.install
===
--- haskell-random/trunk/haskell-random.install (rev 0)
+++ haskell-random/trunk/haskell-random.install 2012-02-25 03:55:49 UTC (rev 
151127)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-random
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}



[arch-commits] Commit in (cabal-install/trunk/PKGBUILD haskell-random)

2012-02-24 Thread Thomas Dziedzic
Date: Friday, February 24, 2012 @ 21:23:52
  Author: tdziedzic
Revision: 151126

remove haskell-random

Modified:
  cabal-install/trunk/PKGBUILD
Deleted:
  haskell-random/

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

Modified: cabal-install/trunk/PKGBUILD
===
--- cabal-install/trunk/PKGBUILD2012-02-25 01:54:20 UTC (rev 151125)
+++ cabal-install/trunk/PKGBUILD2012-02-25 02:23:52 UTC (rev 151126)
@@ -1,27 +1,31 @@
+# Maintainer: Thomas Dziedzic 
 # Maintainer: Vesa Kaihlavirta 
 # Contributor: Arch Haskell Team 
+
 pkgname=cabal-install
-pkgver=0.10.2
-pkgrel=1.1
+pkgver=0.13.3
+pkgrel=1
 pkgdesc="The command-line interface for Cabal and Hackage."
 url="http://hackage.haskell.org/package/cabal-install";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-makedepends=('haskell-http>=4000.1.1' 'haskell-zlib')
-depends=('ghc' 'gmp' zlib)
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/cabal-install/$pkgver/cabal-install-$pkgver.tar.gz)
+makedepends=('haskell-http=4000.2.2-1' 'haskell-zlib=0.5.3.3-3' 
'haskell-mtl=2.0.1.0-4' 'haskell-network=2.3.0.11-1')
+depends=('ghc' 'gmp' 'zlib')
+#source=(http://hackage.haskell.org/packages/archive/cabal-install/$pkgver/cabal-install-$pkgver.tar.gz)
+# use cabal-install from ghc since hackage cabal-install hasn't been updated
+source=("http://www.haskell.org/ghc/dist/7.4.1/ghc-7.4.1-src.tar.bz2";)
+md5sums=('5d86c420978b49cc60edea9bd4c36703')
 
 build() {
-cd $srcdir/cabal-install-$pkgver
+#cd $srcdir/cabal-install-$pkgver
+cd ghc-7.4.1/libraries/Cabal/cabal-install
 runhaskell Setup configure --enable-shared --enable-split-objs 
--enable-executable-stripping --prefix=/usr
 runhaskell Setup build
 }
 
 package() {
-cd $srcdir/cabal-install-$pkgver
+#cd $srcdir/cabal-install-$pkgver
+cd ghc-7.4.1/libraries/Cabal/cabal-install
 runhaskell Setup copy --destdir=$pkgdir
 install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
-
-md5sums=('bc906ef0bed79cbb33fdb36b73514281')



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

2012-02-24 Thread Dave Reisner
Date: Friday, February 24, 2012 @ 20:54:20
  Author: dreisner
Revision: 151125

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

Added:
  mkinitcpio-busybox/repos/testing-i686/
  mkinitcpio-busybox/repos/testing-i686/PKGBUILD
(from rev 151124, mkinitcpio-busybox/trunk/PKGBUILD)
  mkinitcpio-busybox/repos/testing-i686/config
(from rev 151124, mkinitcpio-busybox/trunk/config)
  mkinitcpio-busybox/repos/testing-x86_64/
  mkinitcpio-busybox/repos/testing-x86_64/PKGBUILD
(from rev 151124, mkinitcpio-busybox/trunk/PKGBUILD)
  mkinitcpio-busybox/repos/testing-x86_64/config
(from rev 151124, mkinitcpio-busybox/trunk/config)

-+
 testing-i686/PKGBUILD   |   34 +
 testing-i686/config | 1013 ++
 testing-x86_64/PKGBUILD |   34 +
 testing-x86_64/config   | 1013 ++
 4 files changed, 2094 insertions(+)

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


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

2012-02-24 Thread Dave Reisner
Date: Friday, February 24, 2012 @ 20:54:06
  Author: dreisner
Revision: 151124

upgpkg: mkinitcpio-busybox 1.19.4-1

- remove mount, module tools, switch_root

Modified:
  mkinitcpio-busybox/trunk/PKGBUILD
  mkinitcpio-busybox/trunk/config

--+
 PKGBUILD |6 +++---
 config   |   38 +++---
 2 files changed, 22 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-25 01:41:48 UTC (rev 151123)
+++ PKGBUILD2012-02-25 01:54:06 UTC (rev 151124)
@@ -3,7 +3,7 @@
 # Maintainer: Thomas Bächler 
 
 pkgname=mkinitcpio-busybox
-pkgver=1.19.2
+pkgver=1.19.4
 pkgrel=1
 pkgdesc="base initramfs tools"
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
 options=('!buildflags')
 source=("http://busybox.net/downloads/busybox-$pkgver.tar.bz2";
 'config')
-sha256sums=('ea7ec9b6df70b8c528f4a2b6300e9913431c7223308fb08dfafa7508d75a0cb9'
-'21ae2cd21e33ba1ef9500a9b14273579fc554bf995cfd7907fb3fe94fc162cf8')
+sha256sums=('9b853406da61ffb59eb488495fe99cbb7fb3dd29a31307fcfa9cf070543710ee'
+'28dc775e12c40718b48e1dd6a63544ca9d8aa128f786577b27e4df73e1e8766a')
 
 build() {
   cd "$srcdir/busybox-$pkgver"

Modified: config
===
--- config  2012-02-25 01:41:48 UTC (rev 151123)
+++ config  2012-02-25 01:54:06 UTC (rev 151124)
@@ -486,14 +486,14 @@
 #
 # Linux Module Utilities
 #
-CONFIG_MODINFO=y
+# CONFIG_MODINFO is not set
 # CONFIG_MODPROBE_SMALL is not set
 # CONFIG_FEATURE_MODPROBE_SMALL_OPTIONS_ON_CMDLINE is not set
 # CONFIG_FEATURE_MODPROBE_SMALL_CHECK_ALREADY_LOADED is not set
-CONFIG_INSMOD=y
-CONFIG_RMMOD=y
-CONFIG_LSMOD=y
-CONFIG_FEATURE_LSMOD_PRETTY_2_6_OUTPUT=y
+# CONFIG_INSMOD is not set
+# CONFIG_RMMOD is not set
+# CONFIG_LSMOD is not set
+# CONFIG_FEATURE_LSMOD_PRETTY_2_6_OUTPUT is not set
 # CONFIG_MODPROBE is not set
 # CONFIG_FEATURE_MODPROBE_BLACKLIST is not set
 # CONFIG_DEPMOD is not set
@@ -508,11 +508,11 @@
 # CONFIG_FEATURE_INSMOD_LOADINKMEM is not set
 # CONFIG_FEATURE_INSMOD_LOAD_MAP is not set
 # CONFIG_FEATURE_INSMOD_LOAD_MAP_FULL is not set
-CONFIG_FEATURE_CHECK_TAINTED_MODULE=y
+# CONFIG_FEATURE_CHECK_TAINTED_MODULE is not set
 # CONFIG_FEATURE_MODUTILS_ALIAS is not set
 # CONFIG_FEATURE_MODUTILS_SYMBOLS is not set
-CONFIG_DEFAULT_MODULES_DIR=""
-CONFIG_DEFAULT_DEPMOD_FILE=""
+# CONFIG_DEFAULT_MODULES_DIR is not set
+# CONFIG_DEFAULT_DEPMOD_FILE is not set
 
 #
 # Linux System Utilities
@@ -570,15 +570,15 @@
 # CONFIG_MKSWAP is not set
 # CONFIG_FEATURE_MKSWAP_UUID is not set
 # CONFIG_MORE is not set
-CONFIG_MOUNT=y
-CONFIG_FEATURE_MOUNT_FAKE=y
-CONFIG_FEATURE_MOUNT_VERBOSE=y
-CONFIG_FEATURE_MOUNT_HELPERS=y
-CONFIG_FEATURE_MOUNT_LABEL=y
-CONFIG_FEATURE_MOUNT_NFS=y
-CONFIG_FEATURE_MOUNT_CIFS=y
-CONFIG_FEATURE_MOUNT_FLAGS=y
-CONFIG_FEATURE_MOUNT_FSTAB=y
+# CONFIG_MOUNT is not set
+# CONFIG_FEATURE_MOUNT_FAKE is not set
+# CONFIG_FEATURE_MOUNT_VERBOSE is not set
+# CONFIG_FEATURE_MOUNT_HELPERS is not set
+# CONFIG_FEATURE_MOUNT_LABEL is not set
+# CONFIG_FEATURE_MOUNT_NFS is not set
+# CONFIG_FEATURE_MOUNT_CIFS is not set
+# CONFIG_FEATURE_MOUNT_FLAGS is not set
+# CONFIG_FEATURE_MOUNT_FSTAB is not set
 # CONFIG_PIVOT_ROOT is not set
 # CONFIG_RDATE is not set
 # CONFIG_RDEV is not set
@@ -589,7 +589,7 @@
 # CONFIG_SETARCH is not set
 # CONFIG_SWAPONOFF is not set
 # CONFIG_FEATURE_SWAPON_PRI is not set
-CONFIG_SWITCH_ROOT=y
+# CONFIG_SWITCH_ROOT is not set
 CONFIG_UMOUNT=y
 CONFIG_FEATURE_UMOUNT_ALL=y
 
@@ -599,7 +599,7 @@
 CONFIG_FEATURE_MOUNT_LOOP=y
 CONFIG_FEATURE_MOUNT_LOOP_CREATE=y
 # CONFIG_FEATURE_MTAB_SUPPORT is not set
-CONFIG_VOLUMEID=y
+# CONFIG_VOLUMEID is not set
 
 #
 # Filesystem/Volume identification



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

2012-02-24 Thread Dave Reisner
Date: Friday, February 24, 2012 @ 20:41:48
  Author: dreisner
Revision: 151123

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

Added:
  libarchive/repos/testing-i686/
  libarchive/repos/testing-i686/PKGBUILD
(from rev 151122, libarchive/trunk/PKGBUILD)
  libarchive/repos/testing-i686/interpret-non-posix-zips.patch
(from rev 151122, libarchive/trunk/interpret-non-posix-zips.patch)
  libarchive/repos/testing-i686/skip-fiemap-on-unavail.patch
(from rev 151122, libarchive/trunk/skip-fiemap-on-unavail.patch)
  libarchive/repos/testing-i686/test-with-zip-mtime.patch
(from rev 151122, libarchive/trunk/test-with-zip-mtime.patch)
  libarchive/repos/testing-x86_64/
  libarchive/repos/testing-x86_64/PKGBUILD
(from rev 151122, libarchive/trunk/PKGBUILD)
  libarchive/repos/testing-x86_64/interpret-non-posix-zips.patch
(from rev 151122, libarchive/trunk/interpret-non-posix-zips.patch)
  libarchive/repos/testing-x86_64/skip-fiemap-on-unavail.patch
(from rev 151122, libarchive/trunk/skip-fiemap-on-unavail.patch)
  libarchive/repos/testing-x86_64/test-with-zip-mtime.patch
(from rev 151122, libarchive/trunk/test-with-zip-mtime.patch)

---+
 testing-i686/PKGBUILD |   53 +++
 testing-i686/interpret-non-posix-zips.patch   |  165 
 testing-i686/skip-fiemap-on-unavail.patch |   41 +
 testing-i686/test-with-zip-mtime.patch|   23 +++
 testing-x86_64/PKGBUILD   |   53 +++
 testing-x86_64/interpret-non-posix-zips.patch |  165 
 testing-x86_64/skip-fiemap-on-unavail.patch   |   41 +
 testing-x86_64/test-with-zip-mtime.patch  |   23 +++
 8 files changed, 564 insertions(+)

Copied: libarchive/repos/testing-i686/PKGBUILD (from rev 151122, 
libarchive/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-02-25 01:41:48 UTC (rev 151123)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Dan McGee 
+
+pkgname=libarchive
+pkgver=3.0.3
+pkgrel=4
+pkgdesc="library that can create and read several streaming archive formats"
+arch=('i686' 'x86_64')
+url="http://libarchive.googlecode.com/";
+license=('BSD')
+options=('!libtool')
+depends=('zlib' 'bzip2' 'xz>=5.0.0' 'acl' 'openssl>=1.0.0' 'expat')
+source=("http://libarchive.googlecode.com/files/libarchive-${pkgver}.tar.gz";
+'interpret-non-posix-zips.patch'
+'test-with-zip-mtime.patch'
+'skip-fiemap-on-unavail.patch')
+md5sums=('ca4090f0099432a9ac5a8b6618dc3892'
+ 'f02b88eb10877c7a7d527ed89c662e44'
+ '8366def6d7d70d424fa28a986c78c015'
+ 'efa7cbda9fc64a4f1392324d0b5707e2')
+sha256sums=('c5fc7620f74a54b1717e4aed38aee85dc27a988ad1db7640f28eb63a82ea62d7'
+'9d8240a360d61464dfc5a98342f520ad41b0f922261f2ace7ec1fefb8c289bdc'
+'b7a8be5c1e3220960a9f67c9779b10d2663e25d72939546b4f01a49f1ee3a61f'
+'05696eb87bf60520aff3a9d6afb4e40273ecca25e0a01a6d5a3669642f07b444')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # http://code.google.com/p/libarchive/issues/detail?id=225
+  patch -Np0 <"$srcdir/interpret-non-posix-zips.patch"
+
+  # http://code.google.com/p/libarchive/issues/detail?id=231
+  patch -Np0 <"$srcdir/test-with-zip-mtime.patch"
+
+  # http://code.google.com/p/libarchive/issues/detail?id=238
+  patch -Np1 <"$srcdir/skip-fiemap-on-unavail.patch"
+
+  ./configure --prefix=/usr --without-xml2
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  install -D -m644 COPYING "$pkgdir"/usr/share/licenses/libarchive/COPYING
+}

Copied: libarchive/repos/testing-i686/interpret-non-posix-zips.patch (from rev 
151122, libarchive/trunk/interpret-non-posix-zips.patch)
===
--- testing-i686/interpret-non-posix-zips.patch (rev 0)
+++ testing-i686/interpret-non-posix-zips.patch 2012-02-25 01:41:48 UTC (rev 
151123)
@@ -0,0 +1,165 @@
+Index: libarchive/archive_read_support_format_zip.c
+===
+--- libarchive/archive_read_support_format_zip.c   (revision 4189)
 libarchive/archive_read_support_format_zip.c   (revision 4190)
+@@ -217,14 +217,13 @@
+ }
+ 
+ /*
+- * TODO: This is a performance sink because it forces
+- * the read core to drop buffered data from the start
+- * of file, which will then have to be re-read again
+- * if this bidder loses.
++ * TODO: This is a performance sink because it forces the read core to
++ * drop buffered data from the start of file, which will then have to
++ * be re-read again if this bidder loses.
+  *
+- * Consider passing in the winning bid value to subsequent
+- * bidders so that this bidder in particular

[arch-commits] Commit in libarchive/trunk (PKGBUILD skip-fiemap-on-unavail.patch)

2012-02-24 Thread Dave Reisner
Date: Friday, February 24, 2012 @ 20:41:32
  Author: dreisner
Revision: 151122

upgpkg: libarchive 3.0.3-4

- backport fix for reiserfs FIEMAP bug

Added:
  libarchive/trunk/skip-fiemap-on-unavail.patch
Modified:
  libarchive/trunk/PKGBUILD

--+
 PKGBUILD |   14 ++
 skip-fiemap-on-unavail.patch |   41 +
 2 files changed, 51 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-25 01:28:55 UTC (rev 151121)
+++ PKGBUILD2012-02-25 01:41:32 UTC (rev 151122)
@@ -3,7 +3,7 @@
 
 pkgname=libarchive
 pkgver=3.0.3
-pkgrel=3
+pkgrel=4
 pkgdesc="library that can create and read several streaming archive formats"
 arch=('i686' 'x86_64')
 url="http://libarchive.googlecode.com/";
@@ -12,13 +12,16 @@
 depends=('zlib' 'bzip2' 'xz>=5.0.0' 'acl' 'openssl>=1.0.0' 'expat')
 source=("http://libarchive.googlecode.com/files/libarchive-${pkgver}.tar.gz";
 'interpret-non-posix-zips.patch'
-'test-with-zip-mtime.patch')
+'test-with-zip-mtime.patch'
+'skip-fiemap-on-unavail.patch')
 md5sums=('ca4090f0099432a9ac5a8b6618dc3892'
  'f02b88eb10877c7a7d527ed89c662e44'
- '8366def6d7d70d424fa28a986c78c015')
+ '8366def6d7d70d424fa28a986c78c015'
+ 'efa7cbda9fc64a4f1392324d0b5707e2')
 sha256sums=('c5fc7620f74a54b1717e4aed38aee85dc27a988ad1db7640f28eb63a82ea62d7'
 '9d8240a360d61464dfc5a98342f520ad41b0f922261f2ace7ec1fefb8c289bdc'
-'b7a8be5c1e3220960a9f67c9779b10d2663e25d72939546b4f01a49f1ee3a61f')
+'b7a8be5c1e3220960a9f67c9779b10d2663e25d72939546b4f01a49f1ee3a61f'
+'05696eb87bf60520aff3a9d6afb4e40273ecca25e0a01a6d5a3669642f07b444')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -29,6 +32,9 @@
   # http://code.google.com/p/libarchive/issues/detail?id=231
   patch -Np0 <"$srcdir/test-with-zip-mtime.patch"
 
+  # http://code.google.com/p/libarchive/issues/detail?id=238
+  patch -Np1 <"$srcdir/skip-fiemap-on-unavail.patch"
+
   ./configure --prefix=/usr --without-xml2
   make
 }

Added: skip-fiemap-on-unavail.patch
===
--- skip-fiemap-on-unavail.patch(rev 0)
+++ skip-fiemap-on-unavail.patch2012-02-25 01:41:32 UTC (rev 151122)
@@ -0,0 +1,41 @@
+From 293687358e2c52213a3f077bb3d8f860ea5bfda9 Mon Sep 17 00:00:00 2001
+From: Michihiro NAKAJIMA 
+Date: Mon, 6 Feb 2012 04:51:16 +0900
+Subject: [PATCH] Fix issue 238. Skip the setup sparse on linux without a
+ check of errno if ioctl(,FS_IOC_FIEMAP,) failed because the
+ errno is not fixed , for example, some file system returns
+ ENOTTY, another returns EOPNOTSUPP, or EINVAL and so on. We
+ cannot decide what errno exactly indicates an unsupported
+ error.
+
+---
+ libarchive/archive_read_disk_entry_from_file.c |   13 +++--
+ 1 file changed, 3 insertions(+), 10 deletions(-)
+
+diff --git a/libarchive/archive_read_disk_entry_from_file.c 
b/libarchive/archive_read_disk_entry_from_file.c
+index eef42ef74..6415008 100644
+--- a/libarchive/archive_read_disk_entry_from_file.c
 b/libarchive/archive_read_disk_entry_from_file.c
+@@ -859,16 +859,9 @@ setup_sparse(struct archive_read_disk *a,
+ 
+   r = ioctl(fd, FS_IOC_FIEMAP, fm); 
+   if (r < 0) {
+-  /* When errno is ENOTTY, it is better we should
+-   * return ARCHIVE_OK because an earlier version
+-   *(<2.6.28) cannot perfom FS_IOC_FIEMAP.
+-   * We should also check if errno is EOPNOTSUPP,
+-   * it means "Operation not supported". */
+-  if (errno != ENOTTY && errno != EOPNOTSUPP) {
+-  archive_set_error(&a->archive, errno,
+-  "FIEMAP failed");
+-  exit_sts = ARCHIVE_FAILED;
+-  }
++  /* When something error happens, it is better we
++   * should return ARCHIVE_OK because an earlier
++   * version(<2.6.28) cannot perfom FS_IOC_FIEMAP. */
+   goto exit_setup_sparse;
+   }
+   if (fm->fm_mapped_extents == 0)
+-- 
+1.7.9.2
+



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

2012-02-24 Thread Thomas Dziedzic
Date: Friday, February 24, 2012 @ 20:28:55
  Author: tdziedzic
Revision: 151121

db-remove: haskell-random removed by tdziedzic

Deleted:
  haskell-random/repos/staging-x86_64/



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

2012-02-24 Thread Thomas Dziedzic
Date: Friday, February 24, 2012 @ 20:28:48
  Author: tdziedzic
Revision: 151120

db-remove: haskell-random removed by tdziedzic

Deleted:
  haskell-random/repos/staging-i686/



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

2012-02-24 Thread Thomas Dziedzic
Date: Friday, February 24, 2012 @ 20:18:05
  Author: tdziedzic
Revision: 151119

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

Added:
  haskell-http/repos/staging-i686/
  haskell-http/repos/staging-i686/PKGBUILD
(from rev 151118, haskell-http/trunk/PKGBUILD)
  haskell-http/repos/staging-i686/haskell-http.install
(from rev 151118, haskell-http/trunk/haskell-http.install)
  haskell-http/repos/staging-x86_64/
  haskell-http/repos/staging-x86_64/PKGBUILD
(from rev 151118, haskell-http/trunk/PKGBUILD)
  haskell-http/repos/staging-x86_64/haskell-http.install
(from rev 151118, haskell-http/trunk/haskell-http.install)

-+
 staging-i686/PKGBUILD   |   40 ++
 staging-i686/haskell-http.install   |   18 +++
 staging-x86_64/PKGBUILD |   40 ++
 staging-x86_64/haskell-http.install |   18 +++
 4 files changed, 116 insertions(+)

Copied: haskell-http/repos/staging-i686/PKGBUILD (from rev 151118, 
haskell-http/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-02-25 01:18:05 UTC (rev 151119)
@@ -0,0 +1,40 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+# Package generated by cabal2arch 0.7.6
+
+_hkgname=HTTP
+pkgname=haskell-http
+pkgver=4000.2.2
+pkgrel=1
+pkgdesc="A library for client-side HTTP"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.4.1' 'sh' 'haskell-network=2.3.0.11-1' 
'haskell-parsec=3.1.2-1' 'haskell-mtl=2.0.1.0-4')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('b61ff88ef8d699f73a6ed27c6abf6600')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+  --prefix=/usr --docdir=/usr/share/doc/${pkgname} \
+  --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}

Copied: haskell-http/repos/staging-i686/haskell-http.install (from rev 151118, 
haskell-http/trunk/haskell-http.install)
===
--- staging-i686/haskell-http.install   (rev 0)
+++ staging-i686/haskell-http.install   2012-02-25 01:18:05 UTC (rev 151119)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-http
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-http/repos/staging-x86_64/PKGBUILD (from rev 151118, 
haskell-http/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-02-25 01:18:05 UTC (rev 151119)
@@ -0,0 +1,40 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+# Package generated by cabal2arch 0.7.6
+
+_hkgname=HTTP
+pkgname=haskell-http
+pkgver=4000.2.2
+pkgrel=1
+pkgdesc="A library for client-side HTTP"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.4.1' 'sh' 'haskell-network=2.3.0.11-1' 
'haskell-parsec=3.1.2-1' 'haskell-mtl=2.0.1.0-4')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('b61ff88ef8d699f73a6ed27c6abf6600')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+  --prefix=/usr --docdir=/usr/share/doc/${pkgname} \
+  --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell S

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

2012-02-24 Thread Thomas Dziedzic
Date: Friday, February 24, 2012 @ 20:17:48
  Author: tdziedzic
Revision: 151118

upgpkg: haskell-http 4000.2.2-1

rebuild for ghc

Modified:
  haskell-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-25 00:42:27 UTC (rev 151117)
+++ PKGBUILD2012-02-25 01:17:48 UTC (rev 151118)
@@ -1,19 +1,20 @@
+# Maintainer: Thomas Dziedzic 
 # Maintainer: Vesa Kaihlavirta 
 # Contributor: Arch Haskell Team 
 # Package generated by cabal2arch 0.7.6
+
 _hkgname=HTTP
 pkgname=haskell-http
-pkgver=4000.1.1
-pkgrel=3.1
+pkgver=4000.2.2
+pkgrel=1
 pkgdesc="A library for client-side HTTP"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.0.3-2' sh 'haskell-network=2.3.0.2-2.1' 
'haskell-parsec=3.1.1-2.1' 'haskell-mtl=2.0.1.0-3.1')
-options=('strip')
+depends=('ghc=7.4.1' 'sh' 'haskell-network=2.3.0.11-1' 
'haskell-parsec=3.1.2-1' 'haskell-mtl=2.0.1.0-4')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install
-md5sums=('ddf23d46c4d6dc0048c454e3d01caa57')
+md5sums=('b61ff88ef8d699f73a6ed27c6abf6600')
 
 build() {
 cd ${srcdir}/${_hkgname}-${pkgver}
@@ -37,4 +38,3 @@
 install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
 }
-



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

2012-02-24 Thread Tom Gundersen
Date: Friday, February 24, 2012 @ 19:42:27
  Author: tomegun
Revision: 151117

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

Added:
  util-linux/repos/testing-i686/PKGBUILD
(from rev 151116, util-linux/trunk/PKGBUILD)
  
util-linux/repos/testing-i686/lib-canonicalize-always-remove-tailing-slash.patch
(from rev 151116, 
util-linux/trunk/lib-canonicalize-always-remove-tailing-slash.patch)
  
util-linux/repos/testing-i686/libmount-canonicalize-all-paths-from-fs-tab.patch
(from rev 151116, 
util-linux/trunk/libmount-canonicalize-all-paths-from-fs-tab.patch)
  
util-linux/repos/testing-i686/libmount-canonicalize-targets-from-fstab-on-mount-a.patch
(from rev 151116, 
util-linux/trunk/libmount-canonicalize-targets-from-fstab-on-mount-a.patch)
  util-linux/repos/testing-i686/mount-new-cleanup-mount-a-return-codes.patch
(from rev 151116, 
util-linux/trunk/mount-new-cleanup-mount-a-return-codes.patch)
  util-linux/repos/testing-x86_64/PKGBUILD
(from rev 151116, util-linux/trunk/PKGBUILD)
  
util-linux/repos/testing-x86_64/lib-canonicalize-always-remove-tailing-slash.patch
(from rev 151116, 
util-linux/trunk/lib-canonicalize-always-remove-tailing-slash.patch)
  
util-linux/repos/testing-x86_64/libmount-canonicalize-all-paths-from-fs-tab.patch
(from rev 151116, 
util-linux/trunk/libmount-canonicalize-all-paths-from-fs-tab.patch)
  
util-linux/repos/testing-x86_64/libmount-canonicalize-targets-from-fstab-on-mount-a.patch
(from rev 151116, 
util-linux/trunk/libmount-canonicalize-targets-from-fstab-on-mount-a.patch)
  util-linux/repos/testing-x86_64/mount-new-cleanup-mount-a-return-codes.patch
(from rev 151116, 
util-linux/trunk/mount-new-cleanup-mount-a-return-codes.patch)
Deleted:
  util-linux/repos/testing-i686/PKGBUILD
  util-linux/repos/testing-x86_64/PKGBUILD

--+
 testing-i686/PKGBUILD|  
109 +-
 testing-i686/lib-canonicalize-always-remove-tailing-slash.patch  |   
37 +++
 testing-i686/libmount-canonicalize-all-paths-from-fs-tab.patch   |   
27 ++
 testing-i686/libmount-canonicalize-targets-from-fstab-on-mount-a.patch   |   
55 +
 testing-i686/mount-new-cleanup-mount-a-return-codes.patch|  
101 +
 testing-x86_64/PKGBUILD  |  
109 +-
 testing-x86_64/lib-canonicalize-always-remove-tailing-slash.patch|   
37 +++
 testing-x86_64/libmount-canonicalize-all-paths-from-fs-tab.patch |   
27 ++
 testing-x86_64/libmount-canonicalize-targets-from-fstab-on-mount-a.patch |   
55 +
 testing-x86_64/mount-new-cleanup-mount-a-return-codes.patch  |  
101 +
 10 files changed, 562 insertions(+), 96 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-02-25 00:41:44 UTC (rev 151116)
+++ testing-i686/PKGBUILD   2012-02-25 00:42:27 UTC (rev 151117)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-# Contributor: judd 
-
-pkgname=util-linux
-pkgver=2.21
-pkgrel=1
-pkgdesc="Miscellaneous system utilities for Linux"
-url="http://www.kernel.org/pub/linux/utils/util-linux/";
-arch=('i686' 'x86_64')
-groups=('base')
-depends=('udev')
-conflicts=('util-linux-ng')
-provides=("util-linux-ng=${pkgver}")
-license=('GPL2')
-options=('!libtool')
-source=(ftp://ftp.kernel.org/pub/linux/utils/${pkgname}/v${pkgver}/${pkgname}-${pkgver}.tar.xz)
-optdepends=('perl: for chkdupexe support')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # hardware clock
-  sed -e 's%etc/adjtime%var/lib/hwclock/adjtime%' -i include/pathnames.h
-
-  ./configure --prefix=/usr \
-  --libdir=/usr/lib \
-  --enable-write \
-  --enable-raw \
-  --disable-wall \
-  --enable-new-mount
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  cd "${pkgdir}"
-
-  install -dm755 var/lib/hwclock
-
-  # an empty stray dir
-  rm -r usr/share/man/ru
-}
-md5sums=('208aa058f4117759d2939d1be7d662fc')

Copied: util-linux/repos/testing-i686/PKGBUILD (from rev 151116, 
util-linux/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-02-25 00:42:27 UTC (rev 151117)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: judd 
+
+pkgname=util-linux
+pkgver=2.21
+pkgrel=2
+pkgdesc="Miscellaneous system utilities for Linux"
+url="http://www.kernel.org/pub/linux/utils/util-linux/";
+arch=('i686' 'x86_64')
+groups=('base')
+depends=('udev')
+conflicts=('util-linux-ng')
+provides=("util-linux-ng=${pkgver}")
+license=('GPL2')
+options=('!libtool')
+source=(ftp://ftp.kernel.org/pub/linux/utils/${pkgname}/v${pkgver}/

[arch-commits] Commit in util-linux/trunk (2 files)

2012-02-24 Thread Tom Gundersen
Date: Friday, February 24, 2012 @ 19:41:44
  Author: tomegun
Revision: 151116

upgpkg: util-linux 2.21-2

fix old bug with trailing slashes in fstab
apply canonization patches
avoid false negative in the return value of mount -a

Modified:
  util-linux/trunk/PKGBUILD
Deleted:
  util-linux/trunk/build-sys-don-t-create-empty-man-ru-directory.patch

-+
 PKGBUILD|8 ++--
 build-sys-don-t-create-empty-man-ru-directory.patch |   29 --
 2 files changed, 4 insertions(+), 33 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-25 00:36:50 UTC (rev 151115)
+++ PKGBUILD2012-02-25 00:41:44 UTC (rev 151116)
@@ -4,7 +4,7 @@
 
 pkgname=util-linux
 pkgver=2.21
-pkgrel=1
+pkgrel=2
 pkgdesc="Miscellaneous system utilities for Linux"
 url="http://www.kernel.org/pub/linux/utils/util-linux/";
 arch=('i686' 'x86_64')
@@ -15,7 +15,6 @@
 license=('GPL2')
 options=('!libtool')
 
source=(ftp://ftp.kernel.org/pub/linux/utils/${pkgname}/v${pkgver}/${pkgname}-${pkgver}.tar.xz
-   build-sys-don-t-create-empty-man-ru-directory.patch
libmount-canonicalize-all-paths-from-fs-tab.patch
lib-canonicalize-always-remove-tailing-slash.patch
libmount-canonicalize-targets-from-fstab-on-mount-a.patch
@@ -28,7 +27,6 @@
   # hardware clock
   sed -e 's%etc/adjtime%var/lib/hwclock/adjtime%' -i include/pathnames.h
 
-  patch -p1 -i ../build-sys-don-t-create-empty-man-ru-directory.patch
   patch -p1 -i ../libmount-canonicalize-all-paths-from-fs-tab.patch
   patch -p1 -i ../lib-canonicalize-always-remove-tailing-slash.patch
   patch -p1 -i ../libmount-canonicalize-targets-from-fstab-on-mount-a.patch
@@ -52,9 +50,11 @@
   cd "${pkgdir}"
 
   install -dm755 var/lib/hwclock
+
+  # delete stray empty dir, fixed upstream
+  rm -r usr/share/man/ru
 }
 md5sums=('208aa058f4117759d2939d1be7d662fc'
- '066a55b04c07a1e0b777e90ab2fe0c6e'
  'c4011222a19b020d9b8465c3c7e443f6'
  '8c1bf7b10e22e2b835441e6ae2d804d6'
  '7b92423c588ed35229a9a166349c29a9'

Deleted: build-sys-don-t-create-empty-man-ru-directory.patch
===
--- build-sys-don-t-create-empty-man-ru-directory.patch 2012-02-25 00:36:50 UTC 
(rev 151115)
+++ build-sys-don-t-create-empty-man-ru-directory.patch 2012-02-25 00:41:44 UTC 
(rev 151116)
@@ -1,29 +0,0 @@
-From 6a0335d6cbdedeacc0afef251a53c945699ddea7 Mon Sep 17 00:00:00 2001
-From: Karel Zak 
-Date: Fri, 24 Feb 2012 14:09:27 +0100
-Subject: [PATCH 01/12] build-sys: don't create empty man/ru directory
-
-Reported-by: Tom Gundersen 
-Signed-off-by: Karel Zak 

- man/ru/Makefile.am |4 +---
- 1 file changed, 1 insertion(+), 3 deletions(-)
-
-diff --git a/man/ru/Makefile.am b/man/ru/Makefile.am
-index 799feca..31fafb9 100644
 a/man/ru/Makefile.am
-+++ b/man/ru/Makefile.am
-@@ -1,9 +1,7 @@
- include $(top_srcdir)/config/include-Makefile.am
- 
-+if BUILD_DDATE
- mandir = @mandir@/ru
--
- dist_man_MANS =
--
--if BUILD_DDATE
- dist_man_MANS += ddate.1
- endif
--- 
-1.7.9.2
-



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

2012-02-24 Thread Thomas Dziedzic
Date: Friday, February 24, 2012 @ 19:36:50
  Author: tdziedzic
Revision: 151115

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

Added:
  haskell-network/repos/staging-i686/
  haskell-network/repos/staging-i686/PKGBUILD
(from rev 151114, haskell-network/trunk/PKGBUILD)
  haskell-network/repos/staging-i686/haskell-network.install
(from rev 151114, haskell-network/trunk/haskell-network.install)
  haskell-network/repos/staging-x86_64/
  haskell-network/repos/staging-x86_64/PKGBUILD
(from rev 151114, haskell-network/trunk/PKGBUILD)
  haskell-network/repos/staging-x86_64/haskell-network.install
(from rev 151114, haskell-network/trunk/haskell-network.install)

+
 staging-i686/PKGBUILD  |   40 +++
 staging-i686/haskell-network.install   |   18 +
 staging-x86_64/PKGBUILD|   40 +++
 staging-x86_64/haskell-network.install |   18 +
 4 files changed, 116 insertions(+)

Copied: haskell-network/repos/staging-i686/PKGBUILD (from rev 151114, 
haskell-network/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-02-25 00:36:50 UTC (rev 151115)
@@ -0,0 +1,40 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+# Package generated by cabal2arch 0.7.6
+
+_hkgname=network
+pkgname=haskell-network
+pkgver=2.3.0.11
+pkgrel=1
+pkgdesc="Networking-related facilities"
+url="http://hackage.haskell.org/package/network";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.4.1' 'sh' 'haskell-parsec=3.1.2-1')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('cfe4922ac85685be9f86d4d34654f481')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+  --prefix=/usr --docdir=/usr/share/doc/${pkgname} \
+  --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}

Copied: haskell-network/repos/staging-i686/haskell-network.install (from rev 
151114, haskell-network/trunk/haskell-network.install)
===
--- staging-i686/haskell-network.install(rev 0)
+++ staging-i686/haskell-network.install2012-02-25 00:36:50 UTC (rev 
151115)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-network
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-network/repos/staging-x86_64/PKGBUILD (from rev 151114, 
haskell-network/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-02-25 00:36:50 UTC (rev 151115)
@@ -0,0 +1,40 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+# Package generated by cabal2arch 0.7.6
+
+_hkgname=network
+pkgname=haskell-network
+pkgver=2.3.0.11
+pkgrel=1
+pkgdesc="Networking-related facilities"
+url="http://hackage.haskell.org/package/network";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.4.1' 'sh' 'haskell-parsec=3.1.2-1')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('cfe4922ac85685be9f86d4d34654f481')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+  --prefix=/usr --docdir=/usr/share/doc/${pkgname} \
+  --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+   

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

2012-02-24 Thread Thomas Dziedzic
Date: Friday, February 24, 2012 @ 19:35:54
  Author: tdziedzic
Revision: 151114

upgpkg: haskell-network 2.3.0.11-1

rebuild for ghc

Modified:
  haskell-network/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-25 00:13:54 UTC (rev 151113)
+++ PKGBUILD2012-02-25 00:35:54 UTC (rev 151114)
@@ -1,19 +1,20 @@
+# Maintainer: Thomas Dziedzic 
 # Maintainer: Vesa Kaihlavirta 
 # Contributor: Arch Haskell Team 
 # Package generated by cabal2arch 0.7.6
+
 _hkgname=network
 pkgname=haskell-network
-pkgver=2.3.0.2
-pkgrel=2.1
+pkgver=2.3.0.11
+pkgrel=1
 pkgdesc="Networking-related facilities"
 url="http://hackage.haskell.org/package/network";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=(ghc=7.0.3-2 sh 'haskell-parsec=3.1.1-2.1')
-options=('strip')
+depends=('ghc=7.4.1' 'sh' 'haskell-parsec=3.1.2-1')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install
-md5sums=('a739fe9b75af744cfa1c05e39d41ac1f')
+md5sums=('cfe4922ac85685be9f86d4d34654f481')
 
 build() {
 cd ${srcdir}/${_hkgname}-${pkgver}



[arch-commits] Commit in util-linux/trunk (6 files)

2012-02-24 Thread Tom Gundersen
Date: Friday, February 24, 2012 @ 19:13:54
  Author: tomegun
Revision: 151113

add patches

Added:
  util-linux/trunk/build-sys-don-t-create-empty-man-ru-directory.patch
  util-linux/trunk/lib-canonicalize-always-remove-tailing-slash.patch
  util-linux/trunk/libmount-canonicalize-all-paths-from-fs-tab.patch
  util-linux/trunk/libmount-canonicalize-targets-from-fstab-on-mount-a.patch
  util-linux/trunk/mount-new-cleanup-mount-a-return-codes.patch
Modified:
  util-linux/trunk/PKGBUILD

---+
 PKGBUILD  |   23 ++
 build-sys-don-t-create-empty-man-ru-directory.patch   |   29 +++
 lib-canonicalize-always-remove-tailing-slash.patch|   37 
 libmount-canonicalize-all-paths-from-fs-tab.patch |   27 +++
 libmount-canonicalize-targets-from-fstab-on-mount-a.patch |   55 ++
 mount-new-cleanup-mount-a-return-codes.patch  |  101 
 6 files changed, 267 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-24 23:20:45 UTC (rev 151112)
+++ PKGBUILD2012-02-25 00:13:54 UTC (rev 151113)
@@ -14,7 +14,12 @@
 provides=("util-linux-ng=${pkgver}")
 license=('GPL2')
 options=('!libtool')
-source=(ftp://ftp.kernel.org/pub/linux/utils/${pkgname}/v${pkgver}/${pkgname}-${pkgver}.tar.xz)
+source=(ftp://ftp.kernel.org/pub/linux/utils/${pkgname}/v${pkgver}/${pkgname}-${pkgver}.tar.xz
+   build-sys-don-t-create-empty-man-ru-directory.patch
+   libmount-canonicalize-all-paths-from-fs-tab.patch
+   lib-canonicalize-always-remove-tailing-slash.patch
+   libmount-canonicalize-targets-from-fstab-on-mount-a.patch
+   mount-new-cleanup-mount-a-return-codes.patch)
 optdepends=('perl: for chkdupexe support')
 
 build() {
@@ -23,6 +28,12 @@
   # hardware clock
   sed -e 's%etc/adjtime%var/lib/hwclock/adjtime%' -i include/pathnames.h
 
+  patch -p1 -i ../build-sys-don-t-create-empty-man-ru-directory.patch
+  patch -p1 -i ../libmount-canonicalize-all-paths-from-fs-tab.patch
+  patch -p1 -i ../lib-canonicalize-always-remove-tailing-slash.patch
+  patch -p1 -i ../libmount-canonicalize-targets-from-fstab-on-mount-a.patch
+  patch -p1 -i ../mount-new-cleanup-mount-a-return-codes.patch 
+
   ./configure --prefix=/usr \
   --libdir=/usr/lib \
   --enable-write \
@@ -41,8 +52,10 @@
   cd "${pkgdir}"
 
   install -dm755 var/lib/hwclock
-
-  # an empty stray dir
-  rm -r usr/share/man/ru
 }
-md5sums=('208aa058f4117759d2939d1be7d662fc')
+md5sums=('208aa058f4117759d2939d1be7d662fc'
+ '066a55b04c07a1e0b777e90ab2fe0c6e'
+ 'c4011222a19b020d9b8465c3c7e443f6'
+ '8c1bf7b10e22e2b835441e6ae2d804d6'
+ '7b92423c588ed35229a9a166349c29a9'
+ 'c483ab2d52609b5857d096b256a5075c')

Added: build-sys-don-t-create-empty-man-ru-directory.patch
===
--- build-sys-don-t-create-empty-man-ru-directory.patch 
(rev 0)
+++ build-sys-don-t-create-empty-man-ru-directory.patch 2012-02-25 00:13:54 UTC 
(rev 151113)
@@ -0,0 +1,29 @@
+From 6a0335d6cbdedeacc0afef251a53c945699ddea7 Mon Sep 17 00:00:00 2001
+From: Karel Zak 
+Date: Fri, 24 Feb 2012 14:09:27 +0100
+Subject: [PATCH 01/12] build-sys: don't create empty man/ru directory
+
+Reported-by: Tom Gundersen 
+Signed-off-by: Karel Zak 
+---
+ man/ru/Makefile.am |4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+diff --git a/man/ru/Makefile.am b/man/ru/Makefile.am
+index 799feca..31fafb9 100644
+--- a/man/ru/Makefile.am
 b/man/ru/Makefile.am
+@@ -1,9 +1,7 @@
+ include $(top_srcdir)/config/include-Makefile.am
+ 
++if BUILD_DDATE
+ mandir = @mandir@/ru
+-
+ dist_man_MANS =
+-
+-if BUILD_DDATE
+ dist_man_MANS += ddate.1
+ endif
+-- 
+1.7.9.2
+

Added: lib-canonicalize-always-remove-tailing-slash.patch
===
--- lib-canonicalize-always-remove-tailing-slash.patch  
(rev 0)
+++ lib-canonicalize-always-remove-tailing-slash.patch  2012-02-25 00:13:54 UTC 
(rev 151113)
@@ -0,0 +1,37 @@
+From 28074a0952469aebf021821d95238cfb964d13ff Mon Sep 17 00:00:00 2001
+From: Karel Zak 
+Date: Fri, 24 Feb 2012 21:26:11 +0100
+Subject: [PATCH 09/12] lib/canonicalize: always remove tailing slash
+
+Signed-off-by: Karel Zak 
+---
+ lib/canonicalize.c |   13 ++---
+ 1 file changed, 10 insertions(+), 3 deletions(-)
+
+diff --git a/lib/canonicalize.c b/lib/canonicalize.c
+index ab32c10..fd18af4 100644
+--- a/lib/canonicalize.c
 b/lib/canonicalize.c
+@@ -174,9 +174,16 @@ canonicalize_path(const char *path)
+   if (path == NULL)
+   return NULL;
+ 
+-  if (!myrealpath(path, canonical, PATH_MAX+1))
+-  return strdup(path);
+-
++  if (!myrealpath(path, canonical, PATH_MAX+1)) {
++  char *res = strdup(pat

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

2012-02-24 Thread Thomas Dziedzic
Date: Friday, February 24, 2012 @ 18:20:45
  Author: tdziedzic
Revision: 151112

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

Added:
  happy/repos/staging-i686/PKGBUILD
(from rev 15, happy/trunk/PKGBUILD)
  happy/repos/staging-x86_64/PKGBUILD
(from rev 15, happy/trunk/PKGBUILD)
Deleted:
  happy/repos/staging-i686/PKGBUILD
  happy/repos/staging-x86_64/PKGBUILD

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

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2012-02-24 23:20:31 UTC (rev 15)
+++ staging-i686/PKGBUILD   2012-02-24 23:20:45 UTC (rev 151112)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: simo 
-# Contributor: Vesa Kaihlavirta 
- 
-pkgname=happy
-pkgver=1.18.9
-pkgrel=3
-pkgdesc="The Parser Generator for Haskell"
-url="http://www.haskell.org/happy/";
-arch=('i686' 'x86_64')
-license=("custom:BSD3")
-depends=(gmp)
-makedepends=(ghc=7.0.3 haskell-mtl=2.0.1.0)
-options=(strip)
-source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('aeb565fe572f979f15a24db0df2de37d')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  runhaskell Setup.lhs configure -O --prefix=/usr
-  runhaskell Setup.lhs build
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  runhaskell Setup.lhs copy --destdir="${pkgdir}"
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: happy/repos/staging-i686/PKGBUILD (from rev 15, 
happy/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-02-24 23:20:45 UTC (rev 151112)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Thomas Dziedzic 
+# Contributor: simo 
+# Contributor: Vesa Kaihlavirta 
+ 
+pkgname=happy
+pkgver=1.18.9
+pkgrel=4
+pkgdesc="The Parser Generator for Haskell"
+url="http://www.haskell.org/happy/";
+arch=('i686' 'x86_64')
+license=("custom:BSD3")
+depends=('gmp')
+makedepends=('ghc=7.4.1' 'haskell-mtl=2.0.1.0-4')
+source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+md5sums=('aeb565fe572f979f15a24db0df2de37d')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  runhaskell Setup.lhs configure -O --prefix=/usr
+  runhaskell Setup.lhs build
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  runhaskell Setup.lhs copy --destdir="${pkgdir}"
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2012-02-24 23:20:31 UTC (rev 15)
+++ staging-x86_64/PKGBUILD 2012-02-24 23:20:45 UTC (rev 151112)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: simo 
-# Contributor: Vesa Kaihlavirta 
- 
-pkgname=happy
-pkgver=1.18.9
-pkgrel=3
-pkgdesc="The Parser Generator for Haskell"
-url="http://www.haskell.org/happy/";
-arch=('i686' 'x86_64')
-license=("custom:BSD3")
-depends=(gmp)
-makedepends=(ghc=7.0.3 haskell-mtl=2.0.1.0)
-options=(strip)
-source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('aeb565fe572f979f15a24db0df2de37d')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  runhaskell Setup.lhs configure -O --prefix=/usr
-  runhaskell Setup.lhs build
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  runhaskell Setup.lhs copy --destdir="${pkgdir}"
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: happy/repos/staging-x86_64/PKGBUILD (from rev 15, 
happy/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-02-24 23:20:45 UTC (rev 151112)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Thomas Dziedzic 
+# Contributor: simo 
+# Contributor: Vesa Kaihlavirta 
+ 
+pkgname=happy
+pkgver=1.18.9
+pkgrel=4
+pkgdesc="The Parser Generator for Haskell"
+url="http://www.haskell.org/happy/";
+arch=('i686' 'x86_64')
+license=("custom:BSD3")
+depends=('gmp')
+makedepends=('ghc=7.4.1' 'haskell-mtl=2.0.1.0-4')
+source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+md5sums=('aeb565fe572f979f15a24db0df2de37d')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  runhaskell Setup.lhs configure -O --prefix=/usr
+  runhaskell Setup.lhs build
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  runhaskell Setup.lhs copy --destdir="${pkgdir}"
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2012-02-24 Thread Thomas Dziedzic
Date: Friday, February 24, 2012 @ 18:20:31
  Author: tdziedzic
Revision: 15

upgpkg: happy 1.18.9-4

rebuild for ghc

Modified:
  happy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-24 23:14:29 UTC (rev 151110)
+++ PKGBUILD2012-02-24 23:20:31 UTC (rev 15)
@@ -1,17 +1,17 @@
 # $Id$
-# Maintainer: simo 
+# Maintainer: Thomas Dziedzic 
+# Contributor: simo 
 # Contributor: Vesa Kaihlavirta 
  
 pkgname=happy
 pkgver=1.18.9
-pkgrel=3
+pkgrel=4
 pkgdesc="The Parser Generator for Haskell"
 url="http://www.haskell.org/happy/";
 arch=('i686' 'x86_64')
 license=("custom:BSD3")
-depends=(gmp)
-makedepends=(ghc=7.0.3 haskell-mtl=2.0.1.0)
-options=(strip)
+depends=('gmp')
+makedepends=('ghc=7.4.1' 'haskell-mtl=2.0.1.0-4')
 
source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
 md5sums=('aeb565fe572f979f15a24db0df2de37d')
 



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

2012-02-24 Thread Thomas Dziedzic
Date: Friday, February 24, 2012 @ 18:14:29
  Author: tdziedzic
Revision: 151110

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

Added:
  haskell-parsec/repos/staging-i686/
  haskell-parsec/repos/staging-i686/PKGBUILD
(from rev 151109, haskell-parsec/trunk/PKGBUILD)
  haskell-parsec/repos/staging-i686/haskell-parsec.install
(from rev 151109, haskell-parsec/trunk/haskell-parsec.install)
  haskell-parsec/repos/staging-x86_64/
  haskell-parsec/repos/staging-x86_64/PKGBUILD
(from rev 151109, haskell-parsec/trunk/PKGBUILD)
  haskell-parsec/repos/staging-x86_64/haskell-parsec.install
(from rev 151109, haskell-parsec/trunk/haskell-parsec.install)

---+
 staging-i686/PKGBUILD |   39 
 staging-i686/haskell-parsec.install   |   18 ++
 staging-x86_64/PKGBUILD   |   39 
 staging-x86_64/haskell-parsec.install |   18 ++
 4 files changed, 114 insertions(+)

Copied: haskell-parsec/repos/staging-i686/PKGBUILD (from rev 151109, 
haskell-parsec/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-02-24 23:14:29 UTC (rev 151110)
@@ -0,0 +1,39 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+# As generated by cabal2arch 0.7.6
+
+_hkgname=parsec
+pkgname=haskell-parsec
+pkgver=3.1.2
+pkgrel=1
+pkgdesc="Monadic parser combinators"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.4.1' 'sh' 'haskell-mtl=2.0.1.0-4' 'haskell-text=0.11.1.13-1')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('c2a75dfd247ae4839e2602b62dc87487')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
+  --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}

Copied: haskell-parsec/repos/staging-i686/haskell-parsec.install (from rev 
151109, haskell-parsec/trunk/haskell-parsec.install)
===
--- staging-i686/haskell-parsec.install (rev 0)
+++ staging-i686/haskell-parsec.install 2012-02-24 23:14:29 UTC (rev 151110)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-parsec
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-parsec/repos/staging-x86_64/PKGBUILD (from rev 151109, 
haskell-parsec/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-02-24 23:14:29 UTC (rev 151110)
@@ -0,0 +1,39 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+# As generated by cabal2arch 0.7.6
+
+_hkgname=parsec
+pkgname=haskell-parsec
+pkgver=3.1.2
+pkgrel=1
+pkgdesc="Monadic parser combinators"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.4.1' 'sh' 'haskell-mtl=2.0.1.0-4' 'haskell-text=0.11.1.13-1')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('c2a75dfd247ae4839e2602b62dc87487')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
+  --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup had

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

2012-02-24 Thread Thomas Dziedzic
Date: Friday, February 24, 2012 @ 18:14:14
  Author: tdziedzic
Revision: 151109

upgpkg: haskell-parsec 3.1.2-1

rebuild for ghc

Modified:
  haskell-parsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-24 22:15:36 UTC (rev 151108)
+++ PKGBUILD2012-02-24 23:14:14 UTC (rev 151109)
@@ -1,19 +1,20 @@
+# Maintainer: Thomas Dziedzic 
 # Maintainer: Vesa Kaihlavirta 
 # Contributor: Arch Haskell Team 
 # As generated by cabal2arch 0.7.6
+
 _hkgname=parsec
 pkgname=haskell-parsec
-pkgver=3.1.1
-pkgrel=2.1
+pkgver=3.1.2
+pkgrel=1
 pkgdesc="Monadic parser combinators"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=(ghc=7.0.3-2 sh 'haskell-mtl=2.0.1.0-3.1')
-options=('strip')
+depends=('ghc=7.4.1' 'sh' 'haskell-mtl=2.0.1.0-4' 'haskell-text=0.11.1.13-1')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install
-md5sums=('3d5500847cac09f6f658db825b6c5df8')
+md5sums=('c2a75dfd247ae4839e2602b62dc87487')
 
 build() {
 cd ${srcdir}/${_hkgname}-${pkgver}
@@ -36,4 +37,3 @@
 install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
 }
-



  1   2   3   >