[arch-commits] Commit in webmin/repos/extra-x86_64 (12 files)

2013-02-06 Thread Eric Bélanger
Date: Thursday, February 7, 2013 @ 06:57:24
  Author: eric
Revision: 177556

archrelease: copy trunk to extra-x86_64

Added:
  webmin/repos/extra-x86_64/PKGBUILD
(from rev 177555, webmin/trunk/PKGBUILD)
  webmin/repos/extra-x86_64/webmin-config.tar.bz2
(from rev 177555, webmin/trunk/webmin-config.tar.bz2)
  webmin/repos/extra-x86_64/webmin-pacman.tar.bz2
(from rev 177555, webmin/trunk/webmin-pacman.tar.bz2)
  webmin/repos/extra-x86_64/webmin.install
(from rev 177555, webmin/trunk/webmin.install)
  webmin/repos/extra-x86_64/webmin.rc
(from rev 177555, webmin/trunk/webmin.rc)
  webmin/repos/extra-x86_64/webmin.service
(from rev 177555, webmin/trunk/webmin.service)
Deleted:
  webmin/repos/extra-x86_64/PKGBUILD
  webmin/repos/extra-x86_64/webmin-config.tar.bz2
  webmin/repos/extra-x86_64/webmin-pacman.tar.bz2
  webmin/repos/extra-x86_64/webmin.install
  webmin/repos/extra-x86_64/webmin.rc
  webmin/repos/extra-x86_64/webmin.service

+
 PKGBUILD   |  442 +++
 webmin.install |   70 
 webmin.rc  |   92 +--
 webmin.service |   22 +-
 4 files changed, 313 insertions(+), 313 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-07 05:56:43 UTC (rev 177555)
+++ PKGBUILD2013-02-07 05:57:24 UTC (rev 177556)
@@ -1,221 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-pkgname=webmin
-pkgver=1.610
-pkgrel=1
-pkgdesc="a web-based interface for system administration"
-arch=(i686 x86_64)
-license=('custom:webmin')
-url="http://www.webmin.com/";
-depends=('perl' 'perl-perl4-corelibs')
-makedepends=('perl-net-ssleay')
-backup=('etc/webmin/miniserv.conf' 'etc/webmin/miniserv.users' 
'etc/webmin/config' 'etc/webmin/webmin.cats' \
-'etc/webmin/pacman/config' \
-'etc/webmin/at/config' \
-'etc/webmin/acl/config' \
-'etc/webmin/lvm/config' \
-'etc/webmin/net/config' \
-'etc/webmin/nis/config' \
-'etc/webmin/pam/config' \
-'etc/webmin/cron/config' \
-'etc/webmin/file/config' \
-'etc/webmin/grub/config' \
-'etc/webmin/init/config' \
-'etc/webmin/ipfw/config' \
-'etc/webmin/lilo/config' \
-'etc/webmin/proc/config' \
-'etc/webmin/raid/config' \
-'etc/webmin/spam/config' \
-'etc/webmin/sshd/config' \
-'etc/webmin/time/config' \
-'etc/webmin/cluster-passwd/config' \
-'etc/webmin/software/config' \
-'etc/webmin/webminlog/config' \
-'etc/webmin/cluster-webmin/config' \
-'etc/webmin/bind8/config' \
-'etc/webmin/dhcpd/config' \
-'etc/webmin/fdisk/config' \
-'etc/webmin/mount/config' \
-'etc/webmin/mysql/config' \
-'etc/webmin/quota/config' \
-'etc/webmin/samba/config' \
-'etc/webmin/shell/config' \
-'etc/webmin/squid/config' \
-'etc/webmin/adsl-client/config' \
-'etc/webmin/servers/config' \
-'etc/webmin/cluster-shell/config' \
-'etc/webmin/bandwidth/config' \
-'etc/webmin/ppp-client/config' \
-'etc/webmin/lpadmin/config' \
-'etc/webmin/apache/config' \
-'etc/webmin/firewall/config' \
-'etc/webmin/stunnel/config' \
-'etc/webmin/burner/config' \
-'etc/webmin/exports/config' \
-'etc/webmin/backup-config/config' \
-'etc/webmin/custom/config' \
-'etc/webmin/htaccess-htpasswd/config' \
-'etc/webmin/logrotate/config' \
-'etc/webmin/format/config' \
-'etc/webmin/fsdump/config' \
-'etc/webmin/passwd/config' \
-'etc/webmin/cluster-useradmin/config' \
-'etc/webmin/cluster-software/config' \
-'etc/webmin/cluster-copy/config' \
-'etc/webmin/cluster-cron/config' \
-'etc/webmin/telnet/config' \
-'etc/webmin/status/config' \
-'etc/webmin/syslog/config' \
-'etc/webmin/updown/config' \
-'etc/webmin/usermin/config' \
-'etc/webmin/webmin/config' \
-'etc/webmin/xinetd/config' \
-'etc/webmin/openslp/config' \
-'etc/webmin/procmail/config' \
-'etc/webmin/fetchmail/config' \
-'etc/webmin/postgresql/config' \
-'etc/webmin/useradmin/config' \
-'etc/webmin/mailboxes/config' \
-'etc/webmin/inittab/config' \
-'etc/webmin/change-user/config' \
-'etc/webmin/postfix/config' \
-'etc/webmin/proftpd/config' \
-'etc/webmin/pserver/config' \
-'etc/webmin/dnsadmin/config' )
-install=webmin.install
-source=(http://downloads.sourceforge.net/sourceforge/webadmin/$pkgname-$pkgver.tar.gz
 
-   ftp://ftp.archlinux.org/other/webmin/webmin-config.tar.bz2 
-   ftp://ftp.archlinux.org/other/webmin/webmin-pacman.tar.bz2
-   webmin.rc
-   webmin.service) 
-options=(!strip)
-
-build() {
-  # NOTE: USE --asroot build option to avoid fakeroot error!
-  cd $startdir/src/$pkgname-$pkgver
-  # add patches from webmin.com
-  #for i in ../*.wbm 
-  #do tar xvf $i
-  #done
-  #for i in ../*.wbt
-  #do tar xvf $i
-  #done
-  # delete stuff that's not needed
-  rm -f mount/freebsd-mounts*
-  rm -f mount/openbsd-mounts*
-  rm -f mount/macos-mounts*
-  
-  # remove modules we do not support
-  rm -rf 
{bacula-backup,ldap-useradmin,mon,sentry,frox,jabber,majordomo,qmail,sendmail,sarg,wuftpd,webalizer,inetd,ipsec,pap,pptp-client,pptp-server,shorewall,smart-status,vgetty,heartbeat,cfengine,cpan,sgiex

[arch-commits] Commit in webmin/repos/extra-i686 (12 files)

2013-02-06 Thread Eric Bélanger
Date: Thursday, February 7, 2013 @ 06:56:43
  Author: eric
Revision: 177555

archrelease: copy trunk to extra-i686

Added:
  webmin/repos/extra-i686/PKGBUILD
(from rev 177554, webmin/trunk/PKGBUILD)
  webmin/repos/extra-i686/webmin-config.tar.bz2
(from rev 177554, webmin/trunk/webmin-config.tar.bz2)
  webmin/repos/extra-i686/webmin-pacman.tar.bz2
(from rev 177554, webmin/trunk/webmin-pacman.tar.bz2)
  webmin/repos/extra-i686/webmin.install
(from rev 177554, webmin/trunk/webmin.install)
  webmin/repos/extra-i686/webmin.rc
(from rev 177554, webmin/trunk/webmin.rc)
  webmin/repos/extra-i686/webmin.service
(from rev 177554, webmin/trunk/webmin.service)
Deleted:
  webmin/repos/extra-i686/PKGBUILD
  webmin/repos/extra-i686/webmin-config.tar.bz2
  webmin/repos/extra-i686/webmin-pacman.tar.bz2
  webmin/repos/extra-i686/webmin.install
  webmin/repos/extra-i686/webmin.rc
  webmin/repos/extra-i686/webmin.service

+
 PKGBUILD   |  442 +++
 webmin.install |   70 
 webmin.rc  |   92 +--
 webmin.service |   22 +-
 4 files changed, 313 insertions(+), 313 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-07 05:55:42 UTC (rev 177554)
+++ PKGBUILD2013-02-07 05:56:43 UTC (rev 177555)
@@ -1,221 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-pkgname=webmin
-pkgver=1.610
-pkgrel=1
-pkgdesc="a web-based interface for system administration"
-arch=(i686 x86_64)
-license=('custom:webmin')
-url="http://www.webmin.com/";
-depends=('perl' 'perl-perl4-corelibs')
-makedepends=('perl-net-ssleay')
-backup=('etc/webmin/miniserv.conf' 'etc/webmin/miniserv.users' 
'etc/webmin/config' 'etc/webmin/webmin.cats' \
-'etc/webmin/pacman/config' \
-'etc/webmin/at/config' \
-'etc/webmin/acl/config' \
-'etc/webmin/lvm/config' \
-'etc/webmin/net/config' \
-'etc/webmin/nis/config' \
-'etc/webmin/pam/config' \
-'etc/webmin/cron/config' \
-'etc/webmin/file/config' \
-'etc/webmin/grub/config' \
-'etc/webmin/init/config' \
-'etc/webmin/ipfw/config' \
-'etc/webmin/lilo/config' \
-'etc/webmin/proc/config' \
-'etc/webmin/raid/config' \
-'etc/webmin/spam/config' \
-'etc/webmin/sshd/config' \
-'etc/webmin/time/config' \
-'etc/webmin/cluster-passwd/config' \
-'etc/webmin/software/config' \
-'etc/webmin/webminlog/config' \
-'etc/webmin/cluster-webmin/config' \
-'etc/webmin/bind8/config' \
-'etc/webmin/dhcpd/config' \
-'etc/webmin/fdisk/config' \
-'etc/webmin/mount/config' \
-'etc/webmin/mysql/config' \
-'etc/webmin/quota/config' \
-'etc/webmin/samba/config' \
-'etc/webmin/shell/config' \
-'etc/webmin/squid/config' \
-'etc/webmin/adsl-client/config' \
-'etc/webmin/servers/config' \
-'etc/webmin/cluster-shell/config' \
-'etc/webmin/bandwidth/config' \
-'etc/webmin/ppp-client/config' \
-'etc/webmin/lpadmin/config' \
-'etc/webmin/apache/config' \
-'etc/webmin/firewall/config' \
-'etc/webmin/stunnel/config' \
-'etc/webmin/burner/config' \
-'etc/webmin/exports/config' \
-'etc/webmin/backup-config/config' \
-'etc/webmin/custom/config' \
-'etc/webmin/htaccess-htpasswd/config' \
-'etc/webmin/logrotate/config' \
-'etc/webmin/format/config' \
-'etc/webmin/fsdump/config' \
-'etc/webmin/passwd/config' \
-'etc/webmin/cluster-useradmin/config' \
-'etc/webmin/cluster-software/config' \
-'etc/webmin/cluster-copy/config' \
-'etc/webmin/cluster-cron/config' \
-'etc/webmin/telnet/config' \
-'etc/webmin/status/config' \
-'etc/webmin/syslog/config' \
-'etc/webmin/updown/config' \
-'etc/webmin/usermin/config' \
-'etc/webmin/webmin/config' \
-'etc/webmin/xinetd/config' \
-'etc/webmin/openslp/config' \
-'etc/webmin/procmail/config' \
-'etc/webmin/fetchmail/config' \
-'etc/webmin/postgresql/config' \
-'etc/webmin/useradmin/config' \
-'etc/webmin/mailboxes/config' \
-'etc/webmin/inittab/config' \
-'etc/webmin/change-user/config' \
-'etc/webmin/postfix/config' \
-'etc/webmin/proftpd/config' \
-'etc/webmin/pserver/config' \
-'etc/webmin/dnsadmin/config' )
-install=webmin.install
-source=(http://downloads.sourceforge.net/sourceforge/webadmin/$pkgname-$pkgver.tar.gz
 
-   ftp://ftp.archlinux.org/other/webmin/webmin-config.tar.bz2 
-   ftp://ftp.archlinux.org/other/webmin/webmin-pacman.tar.bz2
-   webmin.rc
-   webmin.service) 
-options=(!strip)
-
-build() {
-  # NOTE: USE --asroot build option to avoid fakeroot error!
-  cd $startdir/src/$pkgname-$pkgver
-  # add patches from webmin.com
-  #for i in ../*.wbm 
-  #do tar xvf $i
-  #done
-  #for i in ../*.wbt
-  #do tar xvf $i
-  #done
-  # delete stuff that's not needed
-  rm -f mount/freebsd-mounts*
-  rm -f mount/openbsd-mounts*
-  rm -f mount/macos-mounts*
-  
-  # remove modules we do not support
-  rm -rf 
{bacula-backup,ldap-useradmin,mon,sentry,frox,jabber,majordomo,qmail,sendmail,sarg,wuftpd,webalizer,inetd,ipsec,pap,pptp-client,pptp-server,shorewall,smart-status,vgetty,heartbeat,cfengine,cpan,sgiexports,hpuxexports,qmailadm

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

2013-02-06 Thread Eric Bélanger
Date: Thursday, February 7, 2013 @ 06:55:42
  Author: eric
Revision: 177554

Remove $startdir, Change build function to package one

Modified:
  webmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 05:50:05 UTC (rev 177553)
+++ PKGBUILD2013-02-07 05:55:42 UTC (rev 177554)
@@ -90,9 +90,9 @@
webmin.service) 
 options=(!strip)
 
-build() {
+package() {
   # NOTE: USE --asroot build option to avoid fakeroot error!
-  cd $startdir/src/$pkgname-$pkgver
+  cd "$srcdir"/$pkgname-$pkgver
   # add patches from webmin.com
   #for i in ../*.wbm 
   #do tar xvf $i
@@ -131,12 +131,12 @@
   (find . -name '*.cgi' ; find . -name '*.pl') | perl perlpath.pl 
/usr/bin/perl -
   
   # create dirs
-  mkdir -p $startdir/pkg/opt/webmin
-  mkdir -p $startdir/pkg/var/log/webmin
-  mkdir -p $startdir/pkg/etc/webmin
+  mkdir -p "$pkgdir"/opt/webmin
+  mkdir -p "$pkgdir"/var/log/webmin
+  mkdir -p "$pkgdir"/etc/webmin
   
   # install pam stuff
-  install -D -m 644 webmin-pam $startdir/pkg/etc/pam.d/webmin
+  install -D -m 644 webmin-pam "$pkgdir"/etc/pam.d/webmin
   
   # remove other distros and add only Archlinux don't change next line else it 
will not work!
   rm os_list.txt
@@ -151,7 +151,7 @@
   sed -i -e 's:^noconfig=0:noconfig=1:g'  defaultacl
 
   # Add pacman menu
-  cd $startdir/src/$pkgname-$pkgver
+  cd "$srcdir"/$pkgname-$pkgver
   cp -rf custom/ pacman
   cp -rf mscstyle3/custom mscstyle3/pacman
   sed -i -e 's:^noconfig=0:noconfig=1:g' -e 's:^edit=1:edit=0:g' 
pacman/defaultacl
@@ -162,14 +162,14 @@
   sed -i -e 's:^index_title=.*:index_title=Pacman:g' pacman/lang/*
 
   # copy stuff to right dirs
-  cd $startdir/src/$pkgname-$pkgver
-  cp -rp * $startdir/pkg/opt/webmin
-  cd $startdir/src/webmin-config
-  cp -rfp * $startdir/pkg/opt/webmin
+  cd "$srcdir"/$pkgname-$pkgver
+  cp -rp * "$pkgdir"/opt/webmin
+  cd "$srcdir"/webmin-config
+  cp -rfp * "$pkgdir"/opt/webmin
 
   # define parameters for setup.sh
-  config_dir=$startdir/pkg/etc/webmin
-  var_dir=$startdir/pkg/var/log/webmin
+  config_dir="$pkgdir"/etc/webmin
+  var_dir="$pkgdir"/var/log/webmin
   perl=/usr/bin/perl
   autoos=1
   port=1
@@ -183,36 +183,36 @@
   nouninstall=1
   noperlpath=1
   atbootyn=n
-  tempdir=$startdir/pkg/tmp
+  tempdir="$pkgdir"/tmp
   export config_dir var_dir perl autoos port tempdir login crypt ssl nochown 
autothird nouninstall nostart noperlpath atbootyn
   
   # Fix setup.sh
-  sed -i -e 's:read atbootyn::g' -e 's:exit 13::g' 
$startdir/pkg/opt/webmin/setup.sh
-  $startdir/pkg/opt/webmin/setup.sh
+  sed -i -e 's:read atbootyn::g' -e 's:exit 13::g' 
"$pkgdir"/opt/webmin/setup.sh
+  "$pkgdir"/opt/webmin/setup.sh
   
   # Fixup the config files to use their real locations
-  sed -i 's:^pidfile=.*$:pidfile=/var/run/webmin.pid:' 
$startdir/pkg/etc/webmin/miniserv.conf
-  find $startdir/pkg/etc/webmin -type f -exec sed -i "s:$startdir/pkg::g" {} 
\; 
+  sed -i 's:^pidfile=.*$:pidfile=/var/run/webmin.pid:' 
"$pkgdir"/etc/webmin/miniserv.conf
+  find "$pkgdir"/etc/webmin -type f -exec sed -i "s:$pkgdir::g" {} \; 
   
   # make it only accessible by localhost
-  echo 'allow=127.0.0.1' >> $startdir/pkg/etc/webmin/miniserv.conf
+  echo 'allow=127.0.0.1' >> "$pkgdir"/etc/webmin/miniserv.conf
   
   # install pacman menu
-  cd $startdir/src/webmin-pacman/config
-  cp -rfp * $startdir/pkg/etc/webmin/pacman
+  cd "$srcdir"/webmin-pacman/config
+  cp -rfp * "$pkgdir"/etc/webmin/pacman
 
   #install rc file
-  install -D -m 755 $startdir/src/webmin.rc $startdir/pkg/etc/rc.d/webmin
+  install -D -m 755 "$srcdir"/webmin.rc "$pkgdir"/etc/rc.d/webmin
 
   # install systemd files
   install -D -m 644 $srcdir/webmin.service 
$pkgdir/usr/lib/systemd/system/webmin.service
 
   # delete temp dir
-  rm -r $startdir/pkg/tmp
+  rm -r "$pkgdir"/tmp
   # change sticky bit
   chmod 0644 $pkgdir/opt/webmin/man/config-generic-linux
   # install license
-  install -m 644 -D $startdir/src/$pkgname-$pkgver/LICENCE 
$startdir/pkg/usr/share/licenses/webmin/LICENCE
+  install -m 644 -D "$srcdir"/$pkgname-$pkgver/LICENCE 
"$pkgdir"/usr/share/licenses/webmin/LICENCE
 }
 md5sums=('e5f51402c09558ee688efea3d03a3d83'
  'b0b3e3fb231a12e60165b6b4d604dcfa'



[arch-commits] Commit in usermin/repos/extra-x86_64 (10 files)

2013-02-06 Thread Eric Bélanger
Date: Thursday, February 7, 2013 @ 06:50:05
  Author: eric
Revision: 177553

archrelease: copy trunk to extra-x86_64

Added:
  usermin/repos/extra-x86_64/PKGBUILD
(from rev 177552, usermin/trunk/PKGBUILD)
  usermin/repos/extra-x86_64/usermin-config.tar.bz2
(from rev 177552, usermin/trunk/usermin-config.tar.bz2)
  usermin/repos/extra-x86_64/usermin.install
(from rev 177552, usermin/trunk/usermin.install)
  usermin/repos/extra-x86_64/usermin.rc
(from rev 177552, usermin/trunk/usermin.rc)
  usermin/repos/extra-x86_64/usermin.service
(from rev 177552, usermin/trunk/usermin.service)
Deleted:
  usermin/repos/extra-x86_64/PKGBUILD
  usermin/repos/extra-x86_64/usermin-config.tar.bz2
  usermin/repos/extra-x86_64/usermin.install
  usermin/repos/extra-x86_64/usermin.rc
  usermin/repos/extra-x86_64/usermin.service

-+
 PKGBUILD|  268 +++---
 usermin.install |   68 ++---
 usermin.rc  |   88 -
 usermin.service |   18 +--
 4 files changed, 221 insertions(+), 221 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-07 05:49:36 UTC (rev 177552)
+++ PKGBUILD2013-02-07 05:50:05 UTC (rev 177553)
@@ -1,134 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-pkgname=usermin
-pkgver=1.530
-pkgrel=1
-pkgdesc="a web interface that can be used to easily perform tasks like reading 
mail, setting up SSH or configuring mail forwarding"
-arch=(i686 x86_64)
-license=('custom:usermin')
-url="http://www.webmin.com/";
-depends=('perl' 'webmin')
-makedepends=('perl-net-ssleay')
-backup=('etc/usermin/miniserv.conf' 'etc/usermin/miniserv.users' 
'etc/usermin/config' 'etc/usermin/usermin.cats' \
-'etc/usermin/at/config' \
-'etc/usermin/man/config' \
-'etc/usermin/ssh/config' \
-'etc/usermin/chfn/config' \
-'etc/usermin/cron/config' \
-'etc/usermin/file/config' \
-'etc/usermin/plan/config' \
-'etc/usermin/proc/config' \
-'etc/usermin/spam/config' \
-'etc/usermin/htaccess/config' \
-'etc/usermin/cshrc/config' \
-'etc/usermin/gnupg/config' \
-'etc/usermin/mysql/config' \
-'etc/usermin/quota/config' \
-'etc/usermin/shell/config' \
-'etc/usermin/theme/config' \
-'etc/usermin/mailbox/config' \
-'etc/usermin/schedule/config' \
-'etc/usermin/config' \
-'etc/usermin/commands/config' \
-'etc/usermin/htaccess-htpasswd/config' \
-'etc/usermin/forward/config' \
-'etc/usermin/telnet/config' \
-'etc/usermin/tunnel/config' \
-'etc/usermin/updown/config' \
-'etc/usermin/procmail/config' \
-'etc/usermin/fetchmail/config' \
-'etc/usermin/changepass/config' \
-'etc/usermin/language/config' \
-'etc/usermin/postgresql/config' \
-'etc/usermin/usermount/config' \
-)
-install=usermin.install
-source=(http://downloads.sourceforge.net/sourceforge/webadmin/$pkgname-$pkgver.tar.gz
 
-   usermin.rc 
-   usermin.service
-   ftp://ftp.archlinux.org/other/usermin/usermin-config.tar.bz2) 
-
-build() {
-  cd $startdir/src/$pkgname-$pkgver
-
-  # remove modules we do not support
-
-  #remove config files from other distros
-  rm -f $(find . ! -name 'config-generic-linux' ! -name 'config-\*-linux' ! 
-name 'config-lib.pl' -name 'config-*')
-  
-  # remove caldera theme
-  rm -rf caldera
-
-  # remove init-scripts from other distros
-  rm usermin-init
-  rm usermin-daemon
-
-  # setting perl path
-  (find . -name '*.cgi' ; find . -name '*.pl') | perl perlpath.pl 
/usr/bin/perl -
-  
-  # create dirs
-  mkdir -p $startdir/pkg/opt/usermin
-  mkdir -p $startdir/pkg/var/log/usermin
-  mkdir -p $startdir/pkg/etc/usermin
-  
-  # install pam stuff
-  install -D -m 644 usermin-pam $startdir/pkg/etc/pam.d/usermin
-  
-  # remove other distros and add only Archlinux don't change next line else it 
will not work!
-  rm os_list.txt
-  echo 'Archlinux  Any version generic-linux   *   
-d "/etc/pacman.d"' >> os_list.txt
-  
-  # copy stuff to right dirs
-  cd $startdir/src/$pkgname-$pkgver
-  cp -rp * $startdir/pkg/opt/usermin
-  cd $startdir/src/usermin-config
-  cp -rfp * $startdir/pkg/opt/usermin
-
-  # define parameters for setup.sh
-  config_dir=$startdir/pkg/etc/usermin
-  var_dir=$startdir/pkg/var/log/usermin
-  perl=/usr/bin/perl
-  autoos=1
-  port=2
-  login=root
-  crypt="XXX"
-  ssl=1
-  atboot=0
-  nostart=1
-  nochown=1
-  autothird=1
-  nouninstall=1
-  noperlpath=1
-  atbootyn=n
-  tempdir=$startdir/pkg/tmp
-  export config_dir var_dir perl autoos port tempdir ssl nochown autothird 
nouninstall nostart noperlpath atbootyn login crypt
-  
-  # Fix setup.sh
-  sed -i -e 's:read atbootyn::g' -e 's:exit 13::g' 
$startdir/pkg/opt/usermin/setup.sh
-  $startdir/pkg/opt/usermin/setup.sh
-  
-  # Fixup the config files to use their real locations
-  sed -i 's:^pidfile=.*$:pidfile=/var/run/usermin.pid:' 
$startdir/pkg/etc/usermin/miniserv.conf
-  find $startdir/pkg/etc/usermin -type f -exec sed -i "s:$startdir/pkg::g" {} 
\; 
-  
-  # make it onl

[arch-commits] Commit in usermin/repos/extra-i686 (10 files)

2013-02-06 Thread Eric Bélanger
Date: Thursday, February 7, 2013 @ 06:49:36
  Author: eric
Revision: 177552

archrelease: copy trunk to extra-i686

Added:
  usermin/repos/extra-i686/PKGBUILD
(from rev 177551, usermin/trunk/PKGBUILD)
  usermin/repos/extra-i686/usermin-config.tar.bz2
(from rev 177551, usermin/trunk/usermin-config.tar.bz2)
  usermin/repos/extra-i686/usermin.install
(from rev 177551, usermin/trunk/usermin.install)
  usermin/repos/extra-i686/usermin.rc
(from rev 177551, usermin/trunk/usermin.rc)
  usermin/repos/extra-i686/usermin.service
(from rev 177551, usermin/trunk/usermin.service)
Deleted:
  usermin/repos/extra-i686/PKGBUILD
  usermin/repos/extra-i686/usermin-config.tar.bz2
  usermin/repos/extra-i686/usermin.install
  usermin/repos/extra-i686/usermin.rc
  usermin/repos/extra-i686/usermin.service

-+
 PKGBUILD|  268 +++---
 usermin.install |   68 ++---
 usermin.rc  |   88 -
 usermin.service |   18 +--
 4 files changed, 221 insertions(+), 221 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-07 05:48:55 UTC (rev 177551)
+++ PKGBUILD2013-02-07 05:49:36 UTC (rev 177552)
@@ -1,134 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-pkgname=usermin
-pkgver=1.530
-pkgrel=1
-pkgdesc="a web interface that can be used to easily perform tasks like reading 
mail, setting up SSH or configuring mail forwarding"
-arch=(i686 x86_64)
-license=('custom:usermin')
-url="http://www.webmin.com/";
-depends=('perl' 'webmin')
-makedepends=('perl-net-ssleay')
-backup=('etc/usermin/miniserv.conf' 'etc/usermin/miniserv.users' 
'etc/usermin/config' 'etc/usermin/usermin.cats' \
-'etc/usermin/at/config' \
-'etc/usermin/man/config' \
-'etc/usermin/ssh/config' \
-'etc/usermin/chfn/config' \
-'etc/usermin/cron/config' \
-'etc/usermin/file/config' \
-'etc/usermin/plan/config' \
-'etc/usermin/proc/config' \
-'etc/usermin/spam/config' \
-'etc/usermin/htaccess/config' \
-'etc/usermin/cshrc/config' \
-'etc/usermin/gnupg/config' \
-'etc/usermin/mysql/config' \
-'etc/usermin/quota/config' \
-'etc/usermin/shell/config' \
-'etc/usermin/theme/config' \
-'etc/usermin/mailbox/config' \
-'etc/usermin/schedule/config' \
-'etc/usermin/config' \
-'etc/usermin/commands/config' \
-'etc/usermin/htaccess-htpasswd/config' \
-'etc/usermin/forward/config' \
-'etc/usermin/telnet/config' \
-'etc/usermin/tunnel/config' \
-'etc/usermin/updown/config' \
-'etc/usermin/procmail/config' \
-'etc/usermin/fetchmail/config' \
-'etc/usermin/changepass/config' \
-'etc/usermin/language/config' \
-'etc/usermin/postgresql/config' \
-'etc/usermin/usermount/config' \
-)
-install=usermin.install
-source=(http://downloads.sourceforge.net/sourceforge/webadmin/$pkgname-$pkgver.tar.gz
 
-   usermin.rc 
-   usermin.service
-   ftp://ftp.archlinux.org/other/usermin/usermin-config.tar.bz2) 
-
-build() {
-  cd $startdir/src/$pkgname-$pkgver
-
-  # remove modules we do not support
-
-  #remove config files from other distros
-  rm -f $(find . ! -name 'config-generic-linux' ! -name 'config-\*-linux' ! 
-name 'config-lib.pl' -name 'config-*')
-  
-  # remove caldera theme
-  rm -rf caldera
-
-  # remove init-scripts from other distros
-  rm usermin-init
-  rm usermin-daemon
-
-  # setting perl path
-  (find . -name '*.cgi' ; find . -name '*.pl') | perl perlpath.pl 
/usr/bin/perl -
-  
-  # create dirs
-  mkdir -p $startdir/pkg/opt/usermin
-  mkdir -p $startdir/pkg/var/log/usermin
-  mkdir -p $startdir/pkg/etc/usermin
-  
-  # install pam stuff
-  install -D -m 644 usermin-pam $startdir/pkg/etc/pam.d/usermin
-  
-  # remove other distros and add only Archlinux don't change next line else it 
will not work!
-  rm os_list.txt
-  echo 'Archlinux  Any version generic-linux   *   
-d "/etc/pacman.d"' >> os_list.txt
-  
-  # copy stuff to right dirs
-  cd $startdir/src/$pkgname-$pkgver
-  cp -rp * $startdir/pkg/opt/usermin
-  cd $startdir/src/usermin-config
-  cp -rfp * $startdir/pkg/opt/usermin
-
-  # define parameters for setup.sh
-  config_dir=$startdir/pkg/etc/usermin
-  var_dir=$startdir/pkg/var/log/usermin
-  perl=/usr/bin/perl
-  autoos=1
-  port=2
-  login=root
-  crypt="XXX"
-  ssl=1
-  atboot=0
-  nostart=1
-  nochown=1
-  autothird=1
-  nouninstall=1
-  noperlpath=1
-  atbootyn=n
-  tempdir=$startdir/pkg/tmp
-  export config_dir var_dir perl autoos port tempdir ssl nochown autothird 
nouninstall nostart noperlpath atbootyn login crypt
-  
-  # Fix setup.sh
-  sed -i -e 's:read atbootyn::g' -e 's:exit 13::g' 
$startdir/pkg/opt/usermin/setup.sh
-  $startdir/pkg/opt/usermin/setup.sh
-  
-  # Fixup the config files to use their real locations
-  sed -i 's:^pidfile=.*$:pidfile=/var/run/usermin.pid:' 
$startdir/pkg/etc/usermin/miniserv.conf
-  find $startdir/pkg/etc/usermin -type f -exec sed -i "s:$startdir/pkg::g" {} 
\; 
-  
-  # make it only accessible by localh

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

2013-02-06 Thread Eric Bélanger
Date: Thursday, February 7, 2013 @ 06:48:55
  Author: eric
Revision: 177551

Remove $startdir, Change build function to package one

Modified:
  usermin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 05:42:47 UTC (rev 177550)
+++ PKGBUILD2013-02-07 05:48:55 UTC (rev 177551)
@@ -48,8 +48,8 @@
usermin.service
ftp://ftp.archlinux.org/other/usermin/usermin-config.tar.bz2) 
 
-build() {
-  cd $startdir/src/$pkgname-$pkgver
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
 
   # remove modules we do not support
 
@@ -67,26 +67,26 @@
   (find . -name '*.cgi' ; find . -name '*.pl') | perl perlpath.pl 
/usr/bin/perl -
   
   # create dirs
-  mkdir -p $startdir/pkg/opt/usermin
-  mkdir -p $startdir/pkg/var/log/usermin
-  mkdir -p $startdir/pkg/etc/usermin
+  mkdir -p "$pkgdir"/opt/usermin
+  mkdir -p "$pkgdir"/var/log/usermin
+  mkdir -p "$pkgdir"/etc/usermin
   
   # install pam stuff
-  install -D -m 644 usermin-pam $startdir/pkg/etc/pam.d/usermin
+  install -D -m 644 usermin-pam "$pkgdir"/etc/pam.d/usermin
   
   # remove other distros and add only Archlinux don't change next line else it 
will not work!
   rm os_list.txt
   echo 'Archlinux  Any version generic-linux   *   
-d "/etc/pacman.d"' >> os_list.txt
   
   # copy stuff to right dirs
-  cd $startdir/src/$pkgname-$pkgver
-  cp -rp * $startdir/pkg/opt/usermin
-  cd $startdir/src/usermin-config
-  cp -rfp * $startdir/pkg/opt/usermin
+  cd "$srcdir"/$pkgname-$pkgver
+  cp -rp * "$pkgdir"/opt/usermin
+  cd "$srcdir"/usermin-config
+  cp -rfp * "$pkgdir"/opt/usermin
 
   # define parameters for setup.sh
-  config_dir=$startdir/pkg/etc/usermin
-  var_dir=$startdir/pkg/var/log/usermin
+  config_dir="$pkgdir"/etc/usermin
+  var_dir="$pkgdir"/var/log/usermin
   perl=/usr/bin/perl
   autoos=1
   port=2
@@ -100,33 +100,33 @@
   nouninstall=1
   noperlpath=1
   atbootyn=n
-  tempdir=$startdir/pkg/tmp
+  tempdir="$pkgdir"/tmp
   export config_dir var_dir perl autoos port tempdir ssl nochown autothird 
nouninstall nostart noperlpath atbootyn login crypt
   
   # Fix setup.sh
-  sed -i -e 's:read atbootyn::g' -e 's:exit 13::g' 
$startdir/pkg/opt/usermin/setup.sh
-  $startdir/pkg/opt/usermin/setup.sh
+  sed -i -e 's:read atbootyn::g' -e 's:exit 13::g' 
"$pkgdir"/opt/usermin/setup.sh
+  "$pkgdir"/opt/usermin/setup.sh
   
   # Fixup the config files to use their real locations
-  sed -i 's:^pidfile=.*$:pidfile=/var/run/usermin.pid:' 
$startdir/pkg/etc/usermin/miniserv.conf
-  find $startdir/pkg/etc/usermin -type f -exec sed -i "s:$startdir/pkg::g" {} 
\; 
+  sed -i 's:^pidfile=.*$:pidfile=/var/run/usermin.pid:' 
"$pkgdir"/etc/usermin/miniserv.conf
+  find "$pkgdir"/etc/usermin -type f -exec sed -i "s:$pkgdir::g" {} \; 
   
   # make it only accessible by localhost
-  echo 'allow=127.0.0.1' >> $startdir/pkg/etc/usermin/miniserv.conf
+  echo 'allow=127.0.0.1' >> "$pkgdir"/etc/usermin/miniserv.conf
   
   # enable user and password login
-  sed -i -e '/localauth/d' $startdir/pkg/etc/usermin/miniserv.conf
+  sed -i -e '/localauth/d' "$pkgdir"/etc/usermin/miniserv.conf
 
   #install systemd service file
-  install -D -m 644 $startdir/src/usermin.service 
$startdir/pkg/usr/lib/systemd/system/usermin.service
+  install -D -m 644 "$srcdir"/usermin.service 
"$pkgdir"/usr/lib/systemd/system/usermin.service
  
  #install rc file
-  install -D -m 755 $startdir/src/usermin.rc $startdir/pkg/etc/rc.d/usermin
+  install -D -m 755 "$srcdir"/usermin.rc "$pkgdir"/etc/rc.d/usermin
 
   # delete temp dir
-  rm -r $startdir/pkg/tmp
+  rm -r "$pkgdir"/tmp
   #install license
-  install -m 644 -D $startdir/src/$pkgname-$pkgver/LICENCE 
$startdir/pkg/usr/share/licenses/usermin/LICENCE
+  install -m 644 -D "$srcdir"/$pkgname-$pkgver/LICENCE 
"$pkgdir"/usr/share/licenses/usermin/LICENCE
 }
 md5sums=('5a00ec2d294935676efc12f607446fb4'
  'cfef4490cd1ef9517c0b39a7bd75c968'



[arch-commits] Commit in sbcl/repos/extra-x86_64 (6 files)

2013-02-06 Thread Eric Bélanger
Date: Thursday, February 7, 2013 @ 06:42:47
  Author: eric
Revision: 177550

archrelease: copy trunk to extra-x86_64

Added:
  sbcl/repos/extra-x86_64/PKGBUILD
(from rev 177549, sbcl/trunk/PKGBUILD)
  sbcl/repos/extra-x86_64/arch-fixes.lisp
(from rev 177549, sbcl/trunk/arch-fixes.lisp)
  sbcl/repos/extra-x86_64/sbcl.install
(from rev 177549, sbcl/trunk/sbcl.install)
Deleted:
  sbcl/repos/extra-x86_64/PKGBUILD
  sbcl/repos/extra-x86_64/arch-fixes.lisp
  sbcl/repos/extra-x86_64/sbcl.install

-+
 PKGBUILD|  140 +++---
 arch-fixes.lisp |   42 
 sbcl.install|   36 ++---
 3 files changed, 109 insertions(+), 109 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-07 05:42:26 UTC (rev 177549)
+++ PKGBUILD2013-02-07 05:42:47 UTC (rev 177550)
@@ -1,70 +0,0 @@
-# $Id$
-# Contributor: John Proctor 
-# Contributor: Daniel White 
-# Maintainer: Juergen Hoetzel 
-# Contributor: Leslie Polzer (skypher)
-
-pkgname=sbcl
-pkgver=1.1.3
-pkgrel=1
-pkgdesc="Steel Bank Common Lisp"
-url="http://www.sbcl.org/";
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('glibc' 'zlib')
-provides=('common-lisp' 'cl-asdf')
-makedepends=('sbcl' 'texinfo')
-install=sbcl.install
-source=("http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2";
-"arch-fixes.lisp")
-md5sums=('a0f12d01697373499597018a1aad431a'
- '7ac0c1936547f4278198b8bf7725204d')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  export CFLAGS+=" -D_GNU_SOURCE -DSBCL_HOME=\\\"/usr/lib/sbcl\\\""
-  export GNUMAKE="make -e"
-
-  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
-  export LINKFLAGS="$LDFLAGS"
-  unset LDFLAGS
-
-  # Make a multi-threaded SBCL, disable LARGEFILE
-  cat >customize-target-features.lisp <
+# Contributor: Daniel White 
+# Maintainer: Juergen Hoetzel 
+# Contributor: Leslie Polzer (skypher)
+
+pkgname=sbcl
+pkgver=1.1.3
+pkgrel=1
+pkgdesc="Steel Bank Common Lisp"
+url="http://www.sbcl.org/";
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc' 'zlib')
+provides=('common-lisp' 'cl-asdf')
+makedepends=('sbcl' 'texinfo')
+install=sbcl.install
+source=("http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2";
+"arch-fixes.lisp")
+md5sums=('a0f12d01697373499597018a1aad431a'
+ '7ac0c1936547f4278198b8bf7725204d')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  export CFLAGS+=" -D_GNU_SOURCE -DSBCL_HOME=\\\"/usr/lib/sbcl\\\""
+  export GNUMAKE="make -e"
+
+  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
+  export LINKFLAGS="$LDFLAGS"
+  unset LDFLAGS
+
+  # Make a multi-threaded SBCL, disable LARGEFILE
+  cat >customize-target-features.lisp < /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  for f in ${info_files[@]}; do
-install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}

Copied: sbcl/repos/extra-x86_64/sbcl.install (from rev 177549, 
sbcl/trunk/sbcl.install)
===
--- sbcl.install(rev 0)
+++ sbcl.install2013-02-07 05:42:47 UTC (rev 177550)
@@ -0,0 +1,18 @@
+info_dir=/usr/share/info
+info_files=(asdf.info sbcl.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}



[arch-commits] Commit in sbcl/repos/extra-i686 (6 files)

2013-02-06 Thread Eric Bélanger
Date: Thursday, February 7, 2013 @ 06:42:26
  Author: eric
Revision: 177549

archrelease: copy trunk to extra-i686

Added:
  sbcl/repos/extra-i686/PKGBUILD
(from rev 177548, sbcl/trunk/PKGBUILD)
  sbcl/repos/extra-i686/arch-fixes.lisp
(from rev 177548, sbcl/trunk/arch-fixes.lisp)
  sbcl/repos/extra-i686/sbcl.install
(from rev 177548, sbcl/trunk/sbcl.install)
Deleted:
  sbcl/repos/extra-i686/PKGBUILD
  sbcl/repos/extra-i686/arch-fixes.lisp
  sbcl/repos/extra-i686/sbcl.install

-+
 PKGBUILD|  140 +++---
 arch-fixes.lisp |   42 
 sbcl.install|   36 ++---
 3 files changed, 109 insertions(+), 109 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-07 05:42:01 UTC (rev 177548)
+++ PKGBUILD2013-02-07 05:42:26 UTC (rev 177549)
@@ -1,70 +0,0 @@
-# $Id$
-# Contributor: John Proctor 
-# Contributor: Daniel White 
-# Maintainer: Juergen Hoetzel 
-# Contributor: Leslie Polzer (skypher)
-
-pkgname=sbcl
-pkgver=1.1.3
-pkgrel=1
-pkgdesc="Steel Bank Common Lisp"
-url="http://www.sbcl.org/";
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('glibc' 'zlib')
-provides=('common-lisp' 'cl-asdf')
-makedepends=('sbcl' 'texinfo')
-install=sbcl.install
-source=("http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2";
-"arch-fixes.lisp")
-md5sums=('a0f12d01697373499597018a1aad431a'
- '7ac0c1936547f4278198b8bf7725204d')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  export CFLAGS+=" -D_GNU_SOURCE -DSBCL_HOME=\\\"/usr/lib/sbcl\\\""
-  export GNUMAKE="make -e"
-
-  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
-  export LINKFLAGS="$LDFLAGS"
-  unset LDFLAGS
-
-  # Make a multi-threaded SBCL, disable LARGEFILE
-  cat >customize-target-features.lisp <
+# Contributor: Daniel White 
+# Maintainer: Juergen Hoetzel 
+# Contributor: Leslie Polzer (skypher)
+
+pkgname=sbcl
+pkgver=1.1.3
+pkgrel=1
+pkgdesc="Steel Bank Common Lisp"
+url="http://www.sbcl.org/";
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc' 'zlib')
+provides=('common-lisp' 'cl-asdf')
+makedepends=('sbcl' 'texinfo')
+install=sbcl.install
+source=("http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2";
+"arch-fixes.lisp")
+md5sums=('a0f12d01697373499597018a1aad431a'
+ '7ac0c1936547f4278198b8bf7725204d')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  export CFLAGS+=" -D_GNU_SOURCE -DSBCL_HOME=\\\"/usr/lib/sbcl\\\""
+  export GNUMAKE="make -e"
+
+  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
+  export LINKFLAGS="$LDFLAGS"
+  unset LDFLAGS
+
+  # Make a multi-threaded SBCL, disable LARGEFILE
+  cat >customize-target-features.lisp < /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  for f in ${info_files[@]}; do
-install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}

Copied: sbcl/repos/extra-i686/sbcl.install (from rev 177548, 
sbcl/trunk/sbcl.install)
===
--- sbcl.install(rev 0)
+++ sbcl.install2013-02-07 05:42:26 UTC (rev 177549)
@@ -0,0 +1,18 @@
+info_dir=/usr/share/info
+info_files=(asdf.info sbcl.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}



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

2013-02-06 Thread Eric Bélanger
Date: Thursday, February 7, 2013 @ 06:42:01
  Author: eric
Revision: 177548

Remove $startdir

Modified:
  sbcl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 05:40:17 UTC (rev 177547)
+++ PKGBUILD2013-02-07 05:42:01 UTC (rev 177548)
@@ -49,8 +49,8 @@
 
   INSTALL_ROOT="$pkgdir/usr" sh install.sh
 
-  src/runtime/sbcl --core output/sbcl.core --script 
${startdir}/src/arch-fixes.lisp
-  mv sbcl-new.core ${startdir}/pkg/usr/lib/sbcl/sbcl.core
+  src/runtime/sbcl --core output/sbcl.core --script "${srcdir}/arch-fixes.lisp"
+  mv sbcl-new.core "${pkgdir}/usr/lib/sbcl/sbcl.core"
 
   # sources
   mkdir -p "$pkgdir/usr/share/sbcl-source"



[arch-commits] Commit in mksyslinux/repos/extra-any (10 files)

2013-02-06 Thread Eric Bélanger
Date: Thursday, February 7, 2013 @ 06:40:17
  Author: eric
Revision: 177547

archrelease: copy trunk to extra-any

Added:
  mksyslinux/repos/extra-any/PKGBUILD
(from rev 177546, mksyslinux/trunk/PKGBUILD)
  mksyslinux/repos/extra-any/boot.msg
(from rev 177546, mksyslinux/trunk/boot.msg)
  mksyslinux/repos/extra-any/mksyslinux
(from rev 177546, mksyslinux/trunk/mksyslinux)
  mksyslinux/repos/extra-any/mksyslinux.conf
(from rev 177546, mksyslinux/trunk/mksyslinux.conf)
  mksyslinux/repos/extra-any/options.msg
(from rev 177546, mksyslinux/trunk/options.msg)
Deleted:
  mksyslinux/repos/extra-any/PKGBUILD
  mksyslinux/repos/extra-any/boot.msg
  mksyslinux/repos/extra-any/mksyslinux
  mksyslinux/repos/extra-any/mksyslinux.conf
  mksyslinux/repos/extra-any/options.msg

-+
 PKGBUILD|   52 -
 boot.msg|   28 ++---
 mksyslinux  |  288 +++---
 mksyslinux.conf |   66 ++--
 options.msg |   12 +-
 5 files changed, 223 insertions(+), 223 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-07 05:39:46 UTC (rev 177546)
+++ PKGBUILD2013-02-07 05:40:17 UTC (rev 177547)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer : Tobias Powalowski 
-
-pkgname=mksyslinux
-pkgver=2010.08
-pkgrel=2
-pkgdesc="Advanced, modular syslinux boot image creation utility"
-arch=(any)
-license=('GPL')
-url="http://www.archlinux.org/";
-depends=('mkinitcpio' 'syslinux' 'pciutils')
-source=('boot.msg' 'mksyslinux' 'mksyslinux.conf' 'options.msg')
-backup=(etc/mksyslinux.conf)
-
-package()
-{
-  cd $srcdir/
-  install -D -m755 mksyslinux $startdir/pkg/usr/sbin/mksyslinux
-  install -D -m644 mksyslinux.conf $startdir/pkg/etc/mksyslinux.conf
-  install -D -m644 boot.msg $startdir/pkg/usr/share/mksyslinux/boot.msg
-  install -D -m644 options.msg  $startdir/pkg/usr/share/mksyslinux/options.msg
-}
-md5sums=('6a269fc5b58c7bcc6688efeaa2075606'
- 'cc85beaf16111b9509c52f1b360eee6f'
- '498997ebe6bba351bdfbaa59f5d8e523'
- 'b211c5f7e30d2ee36cde20f71aa3f2b8')

Copied: mksyslinux/repos/extra-any/PKGBUILD (from rev 177546, 
mksyslinux/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-07 05:40:17 UTC (rev 177547)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer : Tobias Powalowski 
+
+pkgname=mksyslinux
+pkgver=2010.08
+pkgrel=2
+pkgdesc="Advanced, modular syslinux boot image creation utility"
+arch=(any)
+license=('GPL')
+url="http://www.archlinux.org/";
+depends=('mkinitcpio' 'syslinux' 'pciutils')
+backup=(etc/mksyslinux.conf)
+source=('boot.msg' 'mksyslinux' 'mksyslinux.conf' 'options.msg')
+md5sums=('6a269fc5b58c7bcc6688efeaa2075606'
+ 'cc85beaf16111b9509c52f1b360eee6f'
+ '498997ebe6bba351bdfbaa59f5d8e523'
+ 'b211c5f7e30d2ee36cde20f71aa3f2b8')
+
+package()
+{
+  cd "$srcdir/"
+  install -D -m755 mksyslinux "$pkgdir/usr/sbin/mksyslinux"
+  install -D -m644 mksyslinux.conf "$pkgdir/etc/mksyslinux.conf"
+  install -D -m644 boot.msg "$pkgdir/usr/share/mksyslinux/boot.msg"
+  install -D -m644 options.msg  "$pkgdir/usr/share/mksyslinux/options.msg"
+}

Deleted: boot.msg
===
--- boot.msg2013-02-07 05:39:46 UTC (rev 177546)
+++ boot.msg2013-02-07 05:40:17 UTC (rev 177547)
@@ -1,14 +0,0 @@
-
-
---
-Arch Linux
-SYSLINUX BOOT
-created with 'mksyslinux' by Tobias Powalowski 
-
-Press ENTER or type 'arch' to boot image.
-
-If you wish to change your defaults to boot into your existing system,
-type 'vmlinuz initrd=initrd.img '
-Use the F2 key for troubleshooting and options.
---
-

Copied: mksyslinux/repos/extra-any/boot.msg (from rev 177546, 
mksyslinux/trunk/boot.msg)
===
--- boot.msg(rev 0)
+++ boot.msg2013-02-07 05:40:17 UTC (rev 177547)
@@ -0,0 +1,14 @@
+
+
+--
+Arch Linux
+SYSLINUX BOOT
+created with 'mksyslinux' by Tobias Powalowski 
+
+Press ENTER or type 'arch' to boot image.
+
+If you wish to change your defaults to boot into your existing system,
+type 'vmlinuz initrd=initrd.img '
+Use the F2 key for troubleshooting and options.
+--
+

Deleted: mksyslinux
===
--- mksyslinux  2013-02-07 05:39:46 UTC (rev 177546)
+++ mksyslinux  2013-02-07 05:40:17 UTC (rev 177547)
@@ -1,144 +0,0 @@
-#! /bin/sh
-# Created by Tobias Powalowski 
-# Settings
-APPNAME=$(basename "${0}")
-CONFIG="/etc/mksyslinux.conf"
-export TEMPD

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

2013-02-06 Thread Eric Bélanger
Date: Thursday, February 7, 2013 @ 06:39:46
  Author: eric
Revision: 177546

Remove $startdir

Modified:
  mksyslinux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 05:38:12 UTC (rev 177545)
+++ PKGBUILD2013-02-07 05:39:46 UTC (rev 177546)
@@ -9,18 +9,18 @@
 license=('GPL')
 url="http://www.archlinux.org/";
 depends=('mkinitcpio' 'syslinux' 'pciutils')
+backup=(etc/mksyslinux.conf)
 source=('boot.msg' 'mksyslinux' 'mksyslinux.conf' 'options.msg')
-backup=(etc/mksyslinux.conf)
+md5sums=('6a269fc5b58c7bcc6688efeaa2075606'
+ 'cc85beaf16111b9509c52f1b360eee6f'
+ '498997ebe6bba351bdfbaa59f5d8e523'
+ 'b211c5f7e30d2ee36cde20f71aa3f2b8')
 
 package()
 {
-  cd $srcdir/
-  install -D -m755 mksyslinux $startdir/pkg/usr/sbin/mksyslinux
-  install -D -m644 mksyslinux.conf $startdir/pkg/etc/mksyslinux.conf
-  install -D -m644 boot.msg $startdir/pkg/usr/share/mksyslinux/boot.msg
-  install -D -m644 options.msg  $startdir/pkg/usr/share/mksyslinux/options.msg
+  cd "$srcdir/"
+  install -D -m755 mksyslinux "$pkgdir/usr/sbin/mksyslinux"
+  install -D -m644 mksyslinux.conf "$pkgdir/etc/mksyslinux.conf"
+  install -D -m644 boot.msg "$pkgdir/usr/share/mksyslinux/boot.msg"
+  install -D -m644 options.msg  "$pkgdir/usr/share/mksyslinux/options.msg"
 }
-md5sums=('6a269fc5b58c7bcc6688efeaa2075606'
- 'cc85beaf16111b9509c52f1b360eee6f'
- '498997ebe6bba351bdfbaa59f5d8e523'
- 'b211c5f7e30d2ee36cde20f71aa3f2b8')



[arch-commits] Commit in mkpxelinux/repos/extra-any (10 files)

2013-02-06 Thread Eric Bélanger
Date: Thursday, February 7, 2013 @ 06:38:12
  Author: eric
Revision: 177545

archrelease: copy trunk to extra-any

Added:
  mkpxelinux/repos/extra-any/PKGBUILD
(from rev 177544, mkpxelinux/trunk/PKGBUILD)
  mkpxelinux/repos/extra-any/boot.msg
(from rev 177544, mkpxelinux/trunk/boot.msg)
  mkpxelinux/repos/extra-any/mkpxelinux
(from rev 177544, mkpxelinux/trunk/mkpxelinux)
  mkpxelinux/repos/extra-any/mkpxelinux.conf
(from rev 177544, mkpxelinux/trunk/mkpxelinux.conf)
  mkpxelinux/repos/extra-any/options.msg
(from rev 177544, mkpxelinux/trunk/options.msg)
Deleted:
  mkpxelinux/repos/extra-any/PKGBUILD
  mkpxelinux/repos/extra-any/boot.msg
  mkpxelinux/repos/extra-any/mkpxelinux
  mkpxelinux/repos/extra-any/mkpxelinux.conf
  mkpxelinux/repos/extra-any/options.msg

-+
 PKGBUILD|   54 
 boot.msg|   28 
 mkpxelinux  |  180 +++---
 mkpxelinux.conf |   72 ++---
 options.msg |   12 +--
 5 files changed, 173 insertions(+), 173 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-07 05:37:39 UTC (rev 177544)
+++ PKGBUILD2013-02-07 05:38:12 UTC (rev 177545)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer : Tobias Powalowski 
-
-pkgname=mkpxelinux
-pkgver=2010.08
-pkgrel=2
-pkgdesc="Advanced, modular network pxe boot image creation utility"
-arch=(any)
-license=('GPL')
-url="http://www.archlinux.org/";
-depends=('mkinitcpio' 'tftp-hpa' 'syslinux')
-source=('boot.msg' 'mkpxelinux' 'mkpxelinux.conf' 'options.msg')
-backup=(etc/mkpxelinux.conf)
-optdepends=('dhcp: for dhcp server usage')
-
-package()
-{
-  cd $srcdir/
-  install -D -m755 mkpxelinux $startdir/pkg/usr/sbin/mkpxelinux
-  install -D -m644 mkpxelinux.conf $startdir/pkg/etc/mkpxelinux.conf
-  install -D -m644 boot.msg $startdir/pkg/usr/share/mkpxelinux/boot.msg
-  install -D -m644 options.msg $startdir/pkg/usr/share/mkpxelinux/options.msg
-}
-md5sums=('f4a30ab94fdc1974f4fbdfd7235ca512'
- '5ee29803b41e31fcb4b8b884a44559ed'
- '6fd7b3fd2307d8621be66c16e0d6529a'
- 'b211c5f7e30d2ee36cde20f71aa3f2b8')

Copied: mkpxelinux/repos/extra-any/PKGBUILD (from rev 177544, 
mkpxelinux/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-07 05:38:12 UTC (rev 177545)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : Tobias Powalowski 
+
+pkgname=mkpxelinux
+pkgver=2010.08
+pkgrel=2
+pkgdesc="Advanced, modular network pxe boot image creation utility"
+arch=(any)
+license=('GPL')
+url="http://www.archlinux.org/";
+depends=('mkinitcpio' 'tftp-hpa' 'syslinux')
+backup=(etc/mkpxelinux.conf)
+optdepends=('dhcp: for dhcp server usage')
+source=('boot.msg' 'mkpxelinux' 'mkpxelinux.conf' 'options.msg')
+md5sums=('f4a30ab94fdc1974f4fbdfd7235ca512'
+ '5ee29803b41e31fcb4b8b884a44559ed'
+ '6fd7b3fd2307d8621be66c16e0d6529a'
+ 'b211c5f7e30d2ee36cde20f71aa3f2b8')
+
+package()
+{
+  cd "$srcdir/"
+  install -D -m755 mkpxelinux "$pkgdir/usr/sbin/mkpxelinux"
+  install -D -m644 mkpxelinux.conf "$pkgdir/etc/mkpxelinux.conf"
+  install -D -m644 boot.msg "$pkgdir/usr/share/mkpxelinux/boot.msg"
+  install -D -m644 options.msg "$pkgdir/usr/share/mkpxelinux/options.msg"
+}

Deleted: boot.msg
===
--- boot.msg2013-02-07 05:37:39 UTC (rev 177544)
+++ boot.msg2013-02-07 05:38:12 UTC (rev 177545)
@@ -1,14 +0,0 @@
-
-
---
-Arch Linux
-PXELINUX BOOT
-created with 'mkpxelinux' written by Tobias Powalowski 
-
-Press ENTER or type 'arch' to boot image.
-
-If you wish to change your defaults to boot into your existing system,
-type 'vmlinuz initrd=initrd.img '
-Use the F2 key for troubleshooting and options.
---
-

Copied: mkpxelinux/repos/extra-any/boot.msg (from rev 177544, 
mkpxelinux/trunk/boot.msg)
===
--- boot.msg(rev 0)
+++ boot.msg2013-02-07 05:38:12 UTC (rev 177545)
@@ -0,0 +1,14 @@
+
+
+--
+Arch Linux
+PXELINUX BOOT
+created with 'mkpxelinux' written by Tobias Powalowski 
+
+Press ENTER or type 'arch' to boot image.
+
+If you wish to change your defaults to boot into your existing system,
+type 'vmlinuz initrd=initrd.img '
+Use the F2 key for troubleshooting and options.
+--
+

Deleted: mkpxelinux
===
--- mkpxelinux  2013-02-07 05:37:39 UTC (rev 177544)
+++ mkpxelinux  2013-02-07 05:38:12 UTC (rev 177545)
@@ -1,90 +0,0 @@
-#

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

2013-02-06 Thread Eric Bélanger
Date: Thursday, February 7, 2013 @ 06:37:39
  Author: eric
Revision: 177544

Remove $startdir

Modified:
  mkpxelinux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 05:35:43 UTC (rev 177543)
+++ PKGBUILD2013-02-07 05:37:39 UTC (rev 177544)
@@ -9,19 +9,19 @@
 license=('GPL')
 url="http://www.archlinux.org/";
 depends=('mkinitcpio' 'tftp-hpa' 'syslinux')
-source=('boot.msg' 'mkpxelinux' 'mkpxelinux.conf' 'options.msg')
 backup=(etc/mkpxelinux.conf)
 optdepends=('dhcp: for dhcp server usage')
+source=('boot.msg' 'mkpxelinux' 'mkpxelinux.conf' 'options.msg')
+md5sums=('f4a30ab94fdc1974f4fbdfd7235ca512'
+ '5ee29803b41e31fcb4b8b884a44559ed'
+ '6fd7b3fd2307d8621be66c16e0d6529a'
+ 'b211c5f7e30d2ee36cde20f71aa3f2b8')
 
 package()
 {
-  cd $srcdir/
-  install -D -m755 mkpxelinux $startdir/pkg/usr/sbin/mkpxelinux
-  install -D -m644 mkpxelinux.conf $startdir/pkg/etc/mkpxelinux.conf
-  install -D -m644 boot.msg $startdir/pkg/usr/share/mkpxelinux/boot.msg
-  install -D -m644 options.msg $startdir/pkg/usr/share/mkpxelinux/options.msg
+  cd "$srcdir/"
+  install -D -m755 mkpxelinux "$pkgdir/usr/sbin/mkpxelinux"
+  install -D -m644 mkpxelinux.conf "$pkgdir/etc/mkpxelinux.conf"
+  install -D -m644 boot.msg "$pkgdir/usr/share/mkpxelinux/boot.msg"
+  install -D -m644 options.msg "$pkgdir/usr/share/mkpxelinux/options.msg"
 }
-md5sums=('f4a30ab94fdc1974f4fbdfd7235ca512'
- '5ee29803b41e31fcb4b8b884a44559ed'
- '6fd7b3fd2307d8621be66c16e0d6529a'
- 'b211c5f7e30d2ee36cde20f71aa3f2b8')



[arch-commits] Commit in mkisolinux/repos/extra-any (10 files)

2013-02-06 Thread Eric Bélanger
Date: Thursday, February 7, 2013 @ 06:35:43
  Author: eric
Revision: 177543

archrelease: copy trunk to extra-any

Added:
  mkisolinux/repos/extra-any/PKGBUILD
(from rev 177542, mkisolinux/trunk/PKGBUILD)
  mkisolinux/repos/extra-any/boot.msg
(from rev 177542, mkisolinux/trunk/boot.msg)
  mkisolinux/repos/extra-any/mkisolinux
(from rev 177542, mkisolinux/trunk/mkisolinux)
  mkisolinux/repos/extra-any/mkisolinux.conf
(from rev 177542, mkisolinux/trunk/mkisolinux.conf)
  mkisolinux/repos/extra-any/options.msg
(from rev 177542, mkisolinux/trunk/options.msg)
Deleted:
  mkisolinux/repos/extra-any/PKGBUILD
  mkisolinux/repos/extra-any/boot.msg
  mkisolinux/repos/extra-any/mkisolinux
  mkisolinux/repos/extra-any/mkisolinux.conf
  mkisolinux/repos/extra-any/options.msg

-+
 PKGBUILD|   54 ++--
 boot.msg|   28 +++---
 mkisolinux  |  232 +++---
 mkisolinux.conf |   76 -
 options.msg |   12 +-
 5 files changed, 201 insertions(+), 201 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-07 05:35:03 UTC (rev 177542)
+++ PKGBUILD2013-02-07 05:35:43 UTC (rev 177543)
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 12670 2008-09-17 21:19:05Z tpowa $
-# Maintainer : Tobias Powalowski 
-
-pkgname=mkisolinux
-pkgver=2010.08
-pkgrel=2
-pkgdesc="Advanced, modular isolinux bootcd image creation utility"
-arch=(any)
-license=('GPL')
-url="http://www.archlinux.org/";
-depends=('mkinitcpio' 'cdrkit' 'syslinux' 'pciutils')
-source=('boot.msg' 'mkisolinux' 'mkisolinux.conf' 'options.msg')
-replaces=('mkbootcd')
-backup=(etc/mkisolinux.conf)
-
-package()
-{
-  cd $srcdir/
-  install -D -m755 mkisolinux $startdir/pkg/usr/sbin/mkisolinux
-  install -D -m644 mkisolinux.conf $startdir/pkg/etc/mkisolinux.conf
-  install -D -m644 boot.msg $startdir/pkg/usr/share/mkisolinux/boot.msg
-  install -D -m644 options.msg $startdir/pkg/usr/share/mkisolinux/options.msg
-}
-md5sums=('6cc9a8927353479a5426b85c0ae1d826'
- '4d25bcd129894fc91d515852eb35ba77'
- '9461157f9bc113cfb25b7a5df48685ac'
- 'b211c5f7e30d2ee36cde20f71aa3f2b8')

Copied: mkisolinux/repos/extra-any/PKGBUILD (from rev 177542, 
mkisolinux/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-07 05:35:43 UTC (rev 177543)
@@ -0,0 +1,27 @@
+# $Id: PKGBUILD 12670 2008-09-17 21:19:05Z tpowa $
+# Maintainer : Tobias Powalowski 
+
+pkgname=mkisolinux
+pkgver=2010.08
+pkgrel=2
+pkgdesc="Advanced, modular isolinux bootcd image creation utility"
+arch=(any)
+license=('GPL')
+url="http://www.archlinux.org/";
+depends=('mkinitcpio' 'cdrkit' 'syslinux' 'pciutils')
+replaces=('mkbootcd')
+backup=(etc/mkisolinux.conf)
+source=('boot.msg' 'mkisolinux' 'mkisolinux.conf' 'options.msg')
+md5sums=('6cc9a8927353479a5426b85c0ae1d826'
+ '4d25bcd129894fc91d515852eb35ba77'
+ '9461157f9bc113cfb25b7a5df48685ac'
+ 'b211c5f7e30d2ee36cde20f71aa3f2b8')
+
+package()
+{
+  cd "$srcdir/"
+  install -D -m755 mkisolinux "$pkgdir/usr/sbin/mkisolinux"
+  install -D -m644 mkisolinux.conf "$pkgdir/etc/mkisolinux.conf"
+  install -D -m644 boot.msg "$pkgdir/usr/share/mkisolinux/boot.msg"
+  install -D -m644 options.msg "$pkgdir/usr/share/mkisolinux/options.msg"
+}

Deleted: boot.msg
===
--- boot.msg2013-02-07 05:35:03 UTC (rev 177542)
+++ boot.msg2013-02-07 05:35:43 UTC (rev 177543)
@@ -1,14 +0,0 @@
-
-
---
-Arch Linux
-ISOLINUX BOOT
-created with 'mkisolinux' written by Tobias Powalowski 
-
-Press ENTER or type 'arch' to boot the CD.
-
-If you wish to change your defaults to boot into your existing system,
-type 'vmlinuz initrd=initrd.img '
-Use the F2 key for troubleshooting and options.
---
-

Copied: mkisolinux/repos/extra-any/boot.msg (from rev 177542, 
mkisolinux/trunk/boot.msg)
===
--- boot.msg(rev 0)
+++ boot.msg2013-02-07 05:35:43 UTC (rev 177543)
@@ -0,0 +1,14 @@
+
+
+--
+Arch Linux
+ISOLINUX BOOT
+created with 'mkisolinux' written by Tobias Powalowski 
+
+Press ENTER or type 'arch' to boot the CD.
+
+If you wish to change your defaults to boot into your existing system,
+type 'vmlinuz initrd=initrd.img '
+Use the F2 key for troubleshooting and options.
+--
+

Deleted: mkisolinux
===
--- mkisolinux  2013-02-07 05:35:03 UTC (rev 177542)
+++ mkisolinux  201

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

2013-02-06 Thread Eric Bélanger
Date: Thursday, February 7, 2013 @ 06:35:03
  Author: eric
Revision: 177542

Remove $startdir

Modified:
  mkisolinux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 05:32:46 UTC (rev 177541)
+++ PKGBUILD2013-02-07 05:35:03 UTC (rev 177542)
@@ -9,19 +9,19 @@
 license=('GPL')
 url="http://www.archlinux.org/";
 depends=('mkinitcpio' 'cdrkit' 'syslinux' 'pciutils')
-source=('boot.msg' 'mkisolinux' 'mkisolinux.conf' 'options.msg')
 replaces=('mkbootcd')
 backup=(etc/mkisolinux.conf)
+source=('boot.msg' 'mkisolinux' 'mkisolinux.conf' 'options.msg')
+md5sums=('6cc9a8927353479a5426b85c0ae1d826'
+ '4d25bcd129894fc91d515852eb35ba77'
+ '9461157f9bc113cfb25b7a5df48685ac'
+ 'b211c5f7e30d2ee36cde20f71aa3f2b8')
 
 package()
 {
-  cd $srcdir/
-  install -D -m755 mkisolinux $startdir/pkg/usr/sbin/mkisolinux
-  install -D -m644 mkisolinux.conf $startdir/pkg/etc/mkisolinux.conf
-  install -D -m644 boot.msg $startdir/pkg/usr/share/mkisolinux/boot.msg
-  install -D -m644 options.msg $startdir/pkg/usr/share/mkisolinux/options.msg
+  cd "$srcdir/"
+  install -D -m755 mkisolinux "$pkgdir/usr/sbin/mkisolinux"
+  install -D -m644 mkisolinux.conf "$pkgdir/etc/mkisolinux.conf"
+  install -D -m644 boot.msg "$pkgdir/usr/share/mkisolinux/boot.msg"
+  install -D -m644 options.msg "$pkgdir/usr/share/mkisolinux/options.msg"
 }
-md5sums=('6cc9a8927353479a5426b85c0ae1d826'
- '4d25bcd129894fc91d515852eb35ba77'
- '9461157f9bc113cfb25b7a5df48685ac'
- 'b211c5f7e30d2ee36cde20f71aa3f2b8')



[arch-commits] Commit in facile/repos/extra-x86_64 (4 files)

2013-02-06 Thread Eric Bélanger
Date: Thursday, February 7, 2013 @ 06:32:46
  Author: eric
Revision: 177541

archrelease: copy trunk to extra-x86_64

Added:
  facile/repos/extra-x86_64/PKGBUILD
(from rev 177540, facile/trunk/PKGBUILD)
  facile/repos/extra-x86_64/ocaml-facile-ocaml-4.patch
(from rev 177540, facile/trunk/ocaml-facile-ocaml-4.patch)
Deleted:
  facile/repos/extra-x86_64/PKGBUILD
  facile/repos/extra-x86_64/ocaml-facile-ocaml-4.patch

+
 PKGBUILD   |   60 +--
 ocaml-facile-ocaml-4.patch |   50 +--
 2 files changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-07 05:32:28 UTC (rev 177540)
+++ PKGBUILD2013-02-07 05:32:46 UTC (rev 177541)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-
-pkgname=facile
-pkgver=1.1
-pkgrel=15
-pkgdesc="A Functional Constraint Library"
-arch=(i686 x86_64)
-url="http://www.recherche.enac.fr/opti/facile/";
-license="LGPL"
-makedepends=('ocaml')
-depends=()
-source=(http://www.recherche.enac.fr/opti/facile/distrib/$pkgname-$pkgver.tar.gz
-ocaml-facile-ocaml-4.patch)
-md5sums=('ab673e1fc0859a42bcb639a02c2d7e9e'
- '1ffc2f08c9f1db8ef0d444ec06f82b79')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  # fix ocaml4
-  patch -Np1 -i ../ocaml-facile-ocaml-4.patch
-  ./configure
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver/src"
-  install -d "$pkgdir/usr/lib/ocaml/facile"
-  install -D -m 644 facile.cmxa facile.cmi facile.cma facile.a 
"$pkgdir/usr/lib/ocaml/facile"
-}

Copied: facile/repos/extra-x86_64/PKGBUILD (from rev 177540, 
facile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-07 05:32:46 UTC (rev 177541)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgname=facile
+pkgver=1.1
+pkgrel=15
+pkgdesc="A Functional Constraint Library"
+arch=(i686 x86_64)
+url="http://www.recherche.enac.fr/opti/facile/";
+license=("LGPL")
+makedepends=('ocaml')
+depends=()
+source=(http://www.recherche.enac.fr/opti/facile/distrib/$pkgname-$pkgver.tar.gz
+ocaml-facile-ocaml-4.patch)
+md5sums=('ab673e1fc0859a42bcb639a02c2d7e9e'
+ '1ffc2f08c9f1db8ef0d444ec06f82b79')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  # fix ocaml4
+  patch -Np1 -i ../ocaml-facile-ocaml-4.patch
+  ./configure
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver/src"
+  install -d "$pkgdir/usr/lib/ocaml/facile"
+  install -D -m 644 facile.cmxa facile.cmi facile.cma facile.a 
"$pkgdir/usr/lib/ocaml/facile"
+}

Deleted: ocaml-facile-ocaml-4.patch
===
--- ocaml-facile-ocaml-4.patch  2013-02-07 05:32:28 UTC (rev 177540)
+++ ocaml-facile-ocaml-4.patch  2013-02-07 05:32:46 UTC (rev 177541)
@@ -1,25 +0,0 @@
-diff -ur facile-1.1.old/src/facile.mli facile-1.1/src/facile.mli
 facile-1.1.old/src/facile.mli  2004-09-08 10:51:02.0 +0100
-+++ facile-1.1/src/facile.mli  2012-06-10 21:06:41.553916954 +0100
-@@ -127,7 +127,7 @@
-   module Hashtbl :
- sig
-   type ('a, 'b) t
--  val create : int -> ('a, 'b) t
-+  val create : ?random:bool -> int -> ('a, 'b) t
-   val get : ('a, 'b) t -> ('a, 'b) Hashtbl.t
-   val add : ('a, 'b) t -> 'a -> 'b -> unit
-   val find : ('a, 'b) t -> 'a -> 'b
-Binary files facile-1.1.old/src/fcl_data.cmi and facile-1.1/src/fcl_data.cmi 
differ
-diff -ur facile-1.1.old/src/fcl_data.mli facile-1.1/src/fcl_data.mli
 facile-1.1.old/src/fcl_data.mli2004-09-08 10:51:02.0 +0100
-+++ facile-1.1/src/fcl_data.mli2012-06-10 21:06:25.841590828 +0100
-@@ -23,7 +23,7 @@
- 
- module Hashtbl : sig
-   type ('a, 'b) t
--  val create : int -> ('a, 'b) t
-+  val create : ?random:bool -> int -> ('a, 'b) t
-   val get : ('a, 'b) t -> ('a, 'b) Hashtbl.t
-   val add : ('a, 'b) t -> 'a -> 'b -> unit
-   val find : ('a, 'b) t -> 'a -> 'b

Copied: facile/repos/extra-x86_64/ocaml-facile-ocaml-4.patch (from rev 177540, 
facile/trunk/ocaml-facile-ocaml-4.patch)
===
--- ocaml-facile-ocaml-4.patch  (rev 0)
+++ ocaml-facile-ocaml-4.patch  2013-02-07 05:32:46 UTC (rev 177541)
@@ -0,0 +1,25 @@
+diff -ur facile-1.1.old/src/facile.mli facile-1.1/src/facile.mli
+--- facile-1.1.old/src/facile.mli  2004-09-08 10:51:02.0 +0100
 facile-1.1/src/facile.mli  2012-06-10 21:06:41.553916954 +0100
+@@ -127,7 +127,7 @@
+   module Hashtbl :
+ sig
+   type ('a, 'b) t
+-  val create : int -> ('a, 'b) t
++  val create : ?random:bool -> int -> ('a, 'b) t
+   val get : ('a, 'b) t -> ('a, 'b) Hashtbl.t
+   val add : ('a, 'b) t -> 'a -> 'b -> unit
+   val find : ('

[arch-commits] Commit in facile/repos/extra-i686 (4 files)

2013-02-06 Thread Eric Bélanger
Date: Thursday, February 7, 2013 @ 06:32:28
  Author: eric
Revision: 177540

archrelease: copy trunk to extra-i686

Added:
  facile/repos/extra-i686/PKGBUILD
(from rev 177539, facile/trunk/PKGBUILD)
  facile/repos/extra-i686/ocaml-facile-ocaml-4.patch
(from rev 177539, facile/trunk/ocaml-facile-ocaml-4.patch)
Deleted:
  facile/repos/extra-i686/PKGBUILD
  facile/repos/extra-i686/ocaml-facile-ocaml-4.patch

+
 PKGBUILD   |   60 +--
 ocaml-facile-ocaml-4.patch |   50 +--
 2 files changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-07 05:31:54 UTC (rev 177539)
+++ PKGBUILD2013-02-07 05:32:28 UTC (rev 177540)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-
-pkgname=facile
-pkgver=1.1
-pkgrel=15
-pkgdesc="A Functional Constraint Library"
-arch=(i686 x86_64)
-url="http://www.recherche.enac.fr/opti/facile/";
-license="LGPL"
-makedepends=('ocaml')
-depends=()
-source=(http://www.recherche.enac.fr/opti/facile/distrib/$pkgname-$pkgver.tar.gz
-ocaml-facile-ocaml-4.patch)
-md5sums=('ab673e1fc0859a42bcb639a02c2d7e9e'
- '1ffc2f08c9f1db8ef0d444ec06f82b79')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  # fix ocaml4
-  patch -Np1 -i ../ocaml-facile-ocaml-4.patch
-  ./configure
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver/src"
-  install -d "$pkgdir/usr/lib/ocaml/facile"
-  install -D -m 644 facile.cmxa facile.cmi facile.cma facile.a 
"$pkgdir/usr/lib/ocaml/facile"
-}

Copied: facile/repos/extra-i686/PKGBUILD (from rev 177539, 
facile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-07 05:32:28 UTC (rev 177540)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgname=facile
+pkgver=1.1
+pkgrel=15
+pkgdesc="A Functional Constraint Library"
+arch=(i686 x86_64)
+url="http://www.recherche.enac.fr/opti/facile/";
+license=("LGPL")
+makedepends=('ocaml')
+depends=()
+source=(http://www.recherche.enac.fr/opti/facile/distrib/$pkgname-$pkgver.tar.gz
+ocaml-facile-ocaml-4.patch)
+md5sums=('ab673e1fc0859a42bcb639a02c2d7e9e'
+ '1ffc2f08c9f1db8ef0d444ec06f82b79')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  # fix ocaml4
+  patch -Np1 -i ../ocaml-facile-ocaml-4.patch
+  ./configure
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver/src"
+  install -d "$pkgdir/usr/lib/ocaml/facile"
+  install -D -m 644 facile.cmxa facile.cmi facile.cma facile.a 
"$pkgdir/usr/lib/ocaml/facile"
+}

Deleted: ocaml-facile-ocaml-4.patch
===
--- ocaml-facile-ocaml-4.patch  2013-02-07 05:31:54 UTC (rev 177539)
+++ ocaml-facile-ocaml-4.patch  2013-02-07 05:32:28 UTC (rev 177540)
@@ -1,25 +0,0 @@
-diff -ur facile-1.1.old/src/facile.mli facile-1.1/src/facile.mli
 facile-1.1.old/src/facile.mli  2004-09-08 10:51:02.0 +0100
-+++ facile-1.1/src/facile.mli  2012-06-10 21:06:41.553916954 +0100
-@@ -127,7 +127,7 @@
-   module Hashtbl :
- sig
-   type ('a, 'b) t
--  val create : int -> ('a, 'b) t
-+  val create : ?random:bool -> int -> ('a, 'b) t
-   val get : ('a, 'b) t -> ('a, 'b) Hashtbl.t
-   val add : ('a, 'b) t -> 'a -> 'b -> unit
-   val find : ('a, 'b) t -> 'a -> 'b
-Binary files facile-1.1.old/src/fcl_data.cmi and facile-1.1/src/fcl_data.cmi 
differ
-diff -ur facile-1.1.old/src/fcl_data.mli facile-1.1/src/fcl_data.mli
 facile-1.1.old/src/fcl_data.mli2004-09-08 10:51:02.0 +0100
-+++ facile-1.1/src/fcl_data.mli2012-06-10 21:06:25.841590828 +0100
-@@ -23,7 +23,7 @@
- 
- module Hashtbl : sig
-   type ('a, 'b) t
--  val create : int -> ('a, 'b) t
-+  val create : ?random:bool -> int -> ('a, 'b) t
-   val get : ('a, 'b) t -> ('a, 'b) Hashtbl.t
-   val add : ('a, 'b) t -> 'a -> 'b -> unit
-   val find : ('a, 'b) t -> 'a -> 'b

Copied: facile/repos/extra-i686/ocaml-facile-ocaml-4.patch (from rev 177539, 
facile/trunk/ocaml-facile-ocaml-4.patch)
===
--- ocaml-facile-ocaml-4.patch  (rev 0)
+++ ocaml-facile-ocaml-4.patch  2013-02-07 05:32:28 UTC (rev 177540)
@@ -0,0 +1,25 @@
+diff -ur facile-1.1.old/src/facile.mli facile-1.1/src/facile.mli
+--- facile-1.1.old/src/facile.mli  2004-09-08 10:51:02.0 +0100
 facile-1.1/src/facile.mli  2012-06-10 21:06:41.553916954 +0100
+@@ -127,7 +127,7 @@
+   module Hashtbl :
+ sig
+   type ('a, 'b) t
+-  val create : int -> ('a, 'b) t
++  val create : ?random:bool -> int -> ('a, 'b) t
+   val get : ('a, 'b) t -> ('a, 'b) Hashtbl.t
+   val add : ('a, 'b) t -> 'a -> 'b -> unit
+   val find : ('a, 'b) t -> 'a

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

2013-02-06 Thread Eric Bélanger
Date: Thursday, February 7, 2013 @ 06:31:54
  Author: eric
Revision: 177539

Use array for license field

Modified:
  facile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 05:30:23 UTC (rev 177538)
+++ PKGBUILD2013-02-07 05:31:54 UTC (rev 177539)
@@ -7,7 +7,7 @@
 pkgdesc="A Functional Constraint Library"
 arch=(i686 x86_64)
 url="http://www.recherche.enac.fr/opti/facile/";
-license="LGPL"
+license=("LGPL")
 makedepends=('ocaml')
 depends=()
 
source=(http://www.recherche.enac.fr/opti/facile/distrib/$pkgname-$pkgver.tar.gz



[arch-commits] Commit in facile/repos/extra-x86_64 (4 files)

2013-02-06 Thread Eric Bélanger
Date: Thursday, February 7, 2013 @ 06:30:23
  Author: eric
Revision: 177538

archrelease: copy trunk to extra-x86_64

Added:
  facile/repos/extra-x86_64/PKGBUILD
(from rev 177537, facile/trunk/PKGBUILD)
  facile/repos/extra-x86_64/ocaml-facile-ocaml-4.patch
(from rev 177537, facile/trunk/ocaml-facile-ocaml-4.patch)
Deleted:
  facile/repos/extra-x86_64/PKGBUILD
  facile/repos/extra-x86_64/ocaml-facile-ocaml-4.patch

+
 PKGBUILD   |   59 +--
 ocaml-facile-ocaml-4.patch |   50 ++--
 2 files changed, 55 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-07 05:30:05 UTC (rev 177537)
+++ PKGBUILD2013-02-07 05:30:23 UTC (rev 177538)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-
-pkgname=facile
-pkgver=1.1
-pkgrel=15
-pkgdesc="A Functional Constraint Library"
-arch=(i686 x86_64)
-url="http://www.recherche.enac.fr/opti/facile/";
-license="LGPL"
-makedepends=('ocaml')
-depends=()
-source=(http://www.recherche.enac.fr/opti/facile/distrib/$pkgname-$pkgver.tar.gz
-ocaml-facile-ocaml-4.patch)
-
-md5sums=('ab673e1fc0859a42bcb639a02c2d7e9e')
-
-build() {
-  cd $startdir/src/$pkgname-$pkgver
-  # fix ocaml4
-  patch -Np1 -i ../ocaml-facile-ocaml-4.patch
-  ./configure
-  make || return 1
-  mkdir -p $startdir/pkg/usr/lib/ocaml/facile
-  cd src
-  install -D -m 644 facile.cmxa facile.cmi facile.cma facile.a 
$startdir/pkg/usr/lib/ocaml/facile
-}
-md5sums=('ab673e1fc0859a42bcb639a02c2d7e9e'
- '1ffc2f08c9f1db8ef0d444ec06f82b79')

Copied: facile/repos/extra-x86_64/PKGBUILD (from rev 177537, 
facile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-07 05:30:23 UTC (rev 177538)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgname=facile
+pkgver=1.1
+pkgrel=15
+pkgdesc="A Functional Constraint Library"
+arch=(i686 x86_64)
+url="http://www.recherche.enac.fr/opti/facile/";
+license="LGPL"
+makedepends=('ocaml')
+depends=()
+source=(http://www.recherche.enac.fr/opti/facile/distrib/$pkgname-$pkgver.tar.gz
+ocaml-facile-ocaml-4.patch)
+md5sums=('ab673e1fc0859a42bcb639a02c2d7e9e'
+ '1ffc2f08c9f1db8ef0d444ec06f82b79')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  # fix ocaml4
+  patch -Np1 -i ../ocaml-facile-ocaml-4.patch
+  ./configure
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver/src"
+  install -d "$pkgdir/usr/lib/ocaml/facile"
+  install -D -m 644 facile.cmxa facile.cmi facile.cma facile.a 
"$pkgdir/usr/lib/ocaml/facile"
+}

Deleted: ocaml-facile-ocaml-4.patch
===
--- ocaml-facile-ocaml-4.patch  2013-02-07 05:30:05 UTC (rev 177537)
+++ ocaml-facile-ocaml-4.patch  2013-02-07 05:30:23 UTC (rev 177538)
@@ -1,25 +0,0 @@
-diff -ur facile-1.1.old/src/facile.mli facile-1.1/src/facile.mli
 facile-1.1.old/src/facile.mli  2004-09-08 10:51:02.0 +0100
-+++ facile-1.1/src/facile.mli  2012-06-10 21:06:41.553916954 +0100
-@@ -127,7 +127,7 @@
-   module Hashtbl :
- sig
-   type ('a, 'b) t
--  val create : int -> ('a, 'b) t
-+  val create : ?random:bool -> int -> ('a, 'b) t
-   val get : ('a, 'b) t -> ('a, 'b) Hashtbl.t
-   val add : ('a, 'b) t -> 'a -> 'b -> unit
-   val find : ('a, 'b) t -> 'a -> 'b
-Binary files facile-1.1.old/src/fcl_data.cmi and facile-1.1/src/fcl_data.cmi 
differ
-diff -ur facile-1.1.old/src/fcl_data.mli facile-1.1/src/fcl_data.mli
 facile-1.1.old/src/fcl_data.mli2004-09-08 10:51:02.0 +0100
-+++ facile-1.1/src/fcl_data.mli2012-06-10 21:06:25.841590828 +0100
-@@ -23,7 +23,7 @@
- 
- module Hashtbl : sig
-   type ('a, 'b) t
--  val create : int -> ('a, 'b) t
-+  val create : ?random:bool -> int -> ('a, 'b) t
-   val get : ('a, 'b) t -> ('a, 'b) Hashtbl.t
-   val add : ('a, 'b) t -> 'a -> 'b -> unit
-   val find : ('a, 'b) t -> 'a -> 'b

Copied: facile/repos/extra-x86_64/ocaml-facile-ocaml-4.patch (from rev 177537, 
facile/trunk/ocaml-facile-ocaml-4.patch)
===
--- ocaml-facile-ocaml-4.patch  (rev 0)
+++ ocaml-facile-ocaml-4.patch  2013-02-07 05:30:23 UTC (rev 177538)
@@ -0,0 +1,25 @@
+diff -ur facile-1.1.old/src/facile.mli facile-1.1/src/facile.mli
+--- facile-1.1.old/src/facile.mli  2004-09-08 10:51:02.0 +0100
 facile-1.1/src/facile.mli  2012-06-10 21:06:41.553916954 +0100
+@@ -127,7 +127,7 @@
+   module Hashtbl :
+ sig
+   type ('a, 'b) t
+-  val create : int -> ('a, 'b) t
++  val create : ?random:bool -> int -> ('a, 'b) t
+   val get : ('a, 'b) t -> ('a, 'b) Hashtbl.t
+   val add : ('a, 'b) t -> 'a -> 'b -> unit
+

[arch-commits] Commit in facile/repos/extra-i686 (4 files)

2013-02-06 Thread Eric Bélanger
Date: Thursday, February 7, 2013 @ 06:30:05
  Author: eric
Revision: 177537

archrelease: copy trunk to extra-i686

Added:
  facile/repos/extra-i686/PKGBUILD
(from rev 177536, facile/trunk/PKGBUILD)
  facile/repos/extra-i686/ocaml-facile-ocaml-4.patch
(from rev 177536, facile/trunk/ocaml-facile-ocaml-4.patch)
Deleted:
  facile/repos/extra-i686/PKGBUILD
  facile/repos/extra-i686/ocaml-facile-ocaml-4.patch

+
 PKGBUILD   |   59 +--
 ocaml-facile-ocaml-4.patch |   50 ++--
 2 files changed, 55 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-07 05:29:19 UTC (rev 177536)
+++ PKGBUILD2013-02-07 05:30:05 UTC (rev 177537)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-
-pkgname=facile
-pkgver=1.1
-pkgrel=15
-pkgdesc="A Functional Constraint Library"
-arch=(i686 x86_64)
-url="http://www.recherche.enac.fr/opti/facile/";
-license="LGPL"
-makedepends=('ocaml')
-depends=()
-source=(http://www.recherche.enac.fr/opti/facile/distrib/$pkgname-$pkgver.tar.gz
-ocaml-facile-ocaml-4.patch)
-
-md5sums=('ab673e1fc0859a42bcb639a02c2d7e9e')
-
-build() {
-  cd $startdir/src/$pkgname-$pkgver
-  # fix ocaml4
-  patch -Np1 -i ../ocaml-facile-ocaml-4.patch
-  ./configure
-  make || return 1
-  mkdir -p $startdir/pkg/usr/lib/ocaml/facile
-  cd src
-  install -D -m 644 facile.cmxa facile.cmi facile.cma facile.a 
$startdir/pkg/usr/lib/ocaml/facile
-}
-md5sums=('ab673e1fc0859a42bcb639a02c2d7e9e'
- '1ffc2f08c9f1db8ef0d444ec06f82b79')

Copied: facile/repos/extra-i686/PKGBUILD (from rev 177536, 
facile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-07 05:30:05 UTC (rev 177537)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgname=facile
+pkgver=1.1
+pkgrel=15
+pkgdesc="A Functional Constraint Library"
+arch=(i686 x86_64)
+url="http://www.recherche.enac.fr/opti/facile/";
+license="LGPL"
+makedepends=('ocaml')
+depends=()
+source=(http://www.recherche.enac.fr/opti/facile/distrib/$pkgname-$pkgver.tar.gz
+ocaml-facile-ocaml-4.patch)
+md5sums=('ab673e1fc0859a42bcb639a02c2d7e9e'
+ '1ffc2f08c9f1db8ef0d444ec06f82b79')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  # fix ocaml4
+  patch -Np1 -i ../ocaml-facile-ocaml-4.patch
+  ./configure
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver/src"
+  install -d "$pkgdir/usr/lib/ocaml/facile"
+  install -D -m 644 facile.cmxa facile.cmi facile.cma facile.a 
"$pkgdir/usr/lib/ocaml/facile"
+}

Deleted: ocaml-facile-ocaml-4.patch
===
--- ocaml-facile-ocaml-4.patch  2013-02-07 05:29:19 UTC (rev 177536)
+++ ocaml-facile-ocaml-4.patch  2013-02-07 05:30:05 UTC (rev 177537)
@@ -1,25 +0,0 @@
-diff -ur facile-1.1.old/src/facile.mli facile-1.1/src/facile.mli
 facile-1.1.old/src/facile.mli  2004-09-08 10:51:02.0 +0100
-+++ facile-1.1/src/facile.mli  2012-06-10 21:06:41.553916954 +0100
-@@ -127,7 +127,7 @@
-   module Hashtbl :
- sig
-   type ('a, 'b) t
--  val create : int -> ('a, 'b) t
-+  val create : ?random:bool -> int -> ('a, 'b) t
-   val get : ('a, 'b) t -> ('a, 'b) Hashtbl.t
-   val add : ('a, 'b) t -> 'a -> 'b -> unit
-   val find : ('a, 'b) t -> 'a -> 'b
-Binary files facile-1.1.old/src/fcl_data.cmi and facile-1.1/src/fcl_data.cmi 
differ
-diff -ur facile-1.1.old/src/fcl_data.mli facile-1.1/src/fcl_data.mli
 facile-1.1.old/src/fcl_data.mli2004-09-08 10:51:02.0 +0100
-+++ facile-1.1/src/fcl_data.mli2012-06-10 21:06:25.841590828 +0100
-@@ -23,7 +23,7 @@
- 
- module Hashtbl : sig
-   type ('a, 'b) t
--  val create : int -> ('a, 'b) t
-+  val create : ?random:bool -> int -> ('a, 'b) t
-   val get : ('a, 'b) t -> ('a, 'b) Hashtbl.t
-   val add : ('a, 'b) t -> 'a -> 'b -> unit
-   val find : ('a, 'b) t -> 'a -> 'b

Copied: facile/repos/extra-i686/ocaml-facile-ocaml-4.patch (from rev 177536, 
facile/trunk/ocaml-facile-ocaml-4.patch)
===
--- ocaml-facile-ocaml-4.patch  (rev 0)
+++ ocaml-facile-ocaml-4.patch  2013-02-07 05:30:05 UTC (rev 177537)
@@ -0,0 +1,25 @@
+diff -ur facile-1.1.old/src/facile.mli facile-1.1/src/facile.mli
+--- facile-1.1.old/src/facile.mli  2004-09-08 10:51:02.0 +0100
 facile-1.1/src/facile.mli  2012-06-10 21:06:41.553916954 +0100
+@@ -127,7 +127,7 @@
+   module Hashtbl :
+ sig
+   type ('a, 'b) t
+-  val create : int -> ('a, 'b) t
++  val create : ?random:bool -> int -> ('a, 'b) t
+   val get : ('a, 'b) t -> ('a, 'b) Hashtbl.t
+   val add : ('a, 'b) t -> 'a -> 'b -> unit
+   val

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

2013-02-06 Thread Eric Bélanger
Date: Thursday, February 7, 2013 @ 06:29:19
  Author: eric
Revision: 177536

Remove $startdir, Add package function

Modified:
  facile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 02:40:42 UTC (rev 177535)
+++ PKGBUILD2013-02-07 05:29:19 UTC (rev 177536)
@@ -12,18 +12,19 @@
 depends=()
 
source=(http://www.recherche.enac.fr/opti/facile/distrib/$pkgname-$pkgver.tar.gz
 ocaml-facile-ocaml-4.patch)
+md5sums=('ab673e1fc0859a42bcb639a02c2d7e9e'
+ '1ffc2f08c9f1db8ef0d444ec06f82b79')
 
-md5sums=('ab673e1fc0859a42bcb639a02c2d7e9e')
-
 build() {
-  cd $startdir/src/$pkgname-$pkgver
+  cd "$srcdir/$pkgname-$pkgver"
   # fix ocaml4
   patch -Np1 -i ../ocaml-facile-ocaml-4.patch
   ./configure
-  make || return 1
-  mkdir -p $startdir/pkg/usr/lib/ocaml/facile
-  cd src
-  install -D -m 644 facile.cmxa facile.cmi facile.cma facile.a 
$startdir/pkg/usr/lib/ocaml/facile
+  make
 }
-md5sums=('ab673e1fc0859a42bcb639a02c2d7e9e'
- '1ffc2f08c9f1db8ef0d444ec06f82b79')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver/src"
+  install -d "$pkgdir/usr/lib/ocaml/facile"
+  install -D -m 644 facile.cmxa facile.cmi facile.cma facile.a 
"$pkgdir/usr/lib/ocaml/facile"
+}



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

2013-02-06 Thread Eric Bélanger
Date: Thursday, February 7, 2013 @ 06:11:49
  Author: eric
Revision: 83935

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

Added:
  directfb/repos/community-i686/PKGBUILD
(from rev 83934, directfb/trunk/PKGBUILD)
  directfb/repos/community-x86_64/PKGBUILD
(from rev 83934, directfb/trunk/PKGBUILD)
Deleted:
  directfb/repos/community-i686/PKGBUILD
  directfb/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-07 05:11:08 UTC (rev 83934)
+++ community-i686/PKGBUILD 2013-02-07 05:11:49 UTC (rev 83935)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Maintainer: Eric Bélanger 
-
-pkgname=directfb
-pkgver=1.6.2
-pkgrel=1
-pkgdesc="A thin library that provides hardware graphics acceleration, input 
device handling and abstraction, integrated windowing system on top of the 
Linux Framebuffer Device"
-arch=('i686' 'x86_64')
-url="http://www.directfb.org";
-license=('LGPL')
-depends=('gcc-libs' 'libjpeg' 'sdl' 'libpng' 'freetype2')
-options=('!libtool')
-source=(http://www.directfb.org/downloads/Core/DirectFB-${pkgver%.*}/DirectFB-${pkgver}.tar.gz)
-sha1sums=('a393a53130e6a80369b7081371cd23dd1cd5e192')
-
-build() {
-  cd "${srcdir}/DirectFB-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-static \
---enable-zlib --enable-x11 --enable-sdl --disable-vnc --disable-osx \
---enable-video4linux2 --enable-voodoo
-  make
-} 
-
-package() {
-  cd "${srcdir}/DirectFB-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: directfb/repos/community-i686/PKGBUILD (from rev 83934, 
directfb/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-07 05:11:49 UTC (rev 83935)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Eric Bélanger 
+
+pkgname=directfb
+pkgver=1.6.3
+pkgrel=1
+pkgdesc="A thin library that provides hardware graphics acceleration, input 
device handling and abstraction, integrated windowing system on top of the 
Linux Framebuffer Device"
+arch=('i686' 'x86_64')
+url="http://www.directfb.org";
+license=('LGPL')
+depends=('gcc-libs' 'libjpeg' 'sdl' 'libpng' 'freetype2')
+options=('!libtool')
+source=(http://www.directfb.org/downloads/Core/DirectFB-${pkgver%.*}/DirectFB-${pkgver}.tar.gz)
+sha1sums=('0433c5999044ec9701481a92e50c0760cdb50c41')
+
+build() {
+  cd "${srcdir}/DirectFB-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-static \
+--enable-zlib --enable-x11 --enable-sdl --disable-vnc --disable-osx \
+--enable-video4linux2 --enable-voodoo
+  make
+} 
+
+package() {
+  cd "${srcdir}/DirectFB-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-02-07 05:11:08 UTC (rev 83934)
+++ community-x86_64/PKGBUILD   2013-02-07 05:11:49 UTC (rev 83935)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Maintainer: Eric Bélanger 
-
-pkgname=directfb
-pkgver=1.6.2
-pkgrel=1
-pkgdesc="A thin library that provides hardware graphics acceleration, input 
device handling and abstraction, integrated windowing system on top of the 
Linux Framebuffer Device"
-arch=('i686' 'x86_64')
-url="http://www.directfb.org";
-license=('LGPL')
-depends=('gcc-libs' 'libjpeg' 'sdl' 'libpng' 'freetype2')
-options=('!libtool')
-source=(http://www.directfb.org/downloads/Core/DirectFB-${pkgver%.*}/DirectFB-${pkgver}.tar.gz)
-sha1sums=('a393a53130e6a80369b7081371cd23dd1cd5e192')
-
-build() {
-  cd "${srcdir}/DirectFB-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-static \
---enable-zlib --enable-x11 --enable-sdl --disable-vnc --disable-osx \
---enable-video4linux2 --enable-voodoo
-  make
-} 
-
-package() {
-  cd "${srcdir}/DirectFB-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: directfb/repos/community-x86_64/PKGBUILD (from rev 83934, 
directfb/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-02-07 05:11:49 UTC (rev 83935)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Eric Bélanger 
+
+pkgname=directfb
+pkgver=1.6.3
+pkgrel=1
+pkgdesc="A thin library that provides hardware graphics acceleration, input 
device handling and abstraction, integrated windowing system on top of the 
Linux Framebuffer Device"
+arch=('i686' 'x86_64')
+url="http://www.directfb.org";
+license=('LGPL')
+depends=('gcc-libs' 

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

2013-02-06 Thread Eric Bélanger
Date: Thursday, February 7, 2013 @ 06:11:08
  Author: eric
Revision: 83934

upgpkg: directfb 1.6.3-1

Upstream update

Modified:
  directfb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 02:02:02 UTC (rev 83933)
+++ PKGBUILD2013-02-07 05:11:08 UTC (rev 83934)
@@ -3,7 +3,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=directfb
-pkgver=1.6.2
+pkgver=1.6.3
 pkgrel=1
 pkgdesc="A thin library that provides hardware graphics acceleration, input 
device handling and abstraction, integrated windowing system on top of the 
Linux Framebuffer Device"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('gcc-libs' 'libjpeg' 'sdl' 'libpng' 'freetype2')
 options=('!libtool')
 
source=(http://www.directfb.org/downloads/Core/DirectFB-${pkgver%.*}/DirectFB-${pkgver}.tar.gz)
-sha1sums=('a393a53130e6a80369b7081371cd23dd1cd5e192')
+sha1sums=('0433c5999044ec9701481a92e50c0760cdb50c41')
 
 build() {
   cd "${srcdir}/DirectFB-${pkgver}"



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

2013-02-06 Thread Eric Bélanger
Date: Thursday, February 7, 2013 @ 03:40:42
  Author: eric
Revision: 177535

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

Added:
  xscreensaver/repos/extra-i686/LICENSE
(from rev 177534, xscreensaver/trunk/LICENSE)
  xscreensaver/repos/extra-i686/PKGBUILD
(from rev 177534, xscreensaver/trunk/PKGBUILD)
  xscreensaver/repos/extra-i686/add-electricsheep.diff
(from rev 177534, xscreensaver/trunk/add-electricsheep.diff)
  xscreensaver/repos/extra-i686/xscreensaver.pam
(from rev 177534, xscreensaver/trunk/xscreensaver.pam)
  xscreensaver/repos/extra-x86_64/LICENSE
(from rev 177534, xscreensaver/trunk/LICENSE)
  xscreensaver/repos/extra-x86_64/PKGBUILD
(from rev 177534, xscreensaver/trunk/PKGBUILD)
  xscreensaver/repos/extra-x86_64/add-electricsheep.diff
(from rev 177534, xscreensaver/trunk/add-electricsheep.diff)
  xscreensaver/repos/extra-x86_64/xscreensaver.pam
(from rev 177534, xscreensaver/trunk/xscreensaver.pam)
Deleted:
  xscreensaver/repos/extra-i686/LICENSE
  xscreensaver/repos/extra-i686/PKGBUILD
  xscreensaver/repos/extra-i686/add-electricsheep.diff
  xscreensaver/repos/extra-i686/xscreensaver.pam
  xscreensaver/repos/extra-x86_64/LICENSE
  xscreensaver/repos/extra-x86_64/PKGBUILD
  xscreensaver/repos/extra-x86_64/add-electricsheep.diff
  xscreensaver/repos/extra-x86_64/xscreensaver.pam

-+
 extra-i686/LICENSE  |   18 +++
 extra-i686/PKGBUILD |   80 +-
 extra-i686/add-electricsheep.diff   |   24 +-
 extra-i686/xscreensaver.pam |2 
 extra-x86_64/LICENSE|   18 +++
 extra-x86_64/PKGBUILD   |   80 +-
 extra-x86_64/add-electricsheep.diff |   24 +-
 extra-x86_64/xscreensaver.pam   |2 
 8 files changed, 124 insertions(+), 124 deletions(-)

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2013-02-07 02:39:51 UTC (rev 177534)
+++ extra-i686/LICENSE  2013-02-07 02:40:42 UTC (rev 177535)
@@ -1,9 +0,0 @@
-/* xscreensaver, Copyright (c) 1993-2006 Jamie Zawinski 
- * Permission to use, copy, modify, distribute, and sell this software and its
- * documentation for any purpose is hereby granted without fee, provided that
- * the above copyright notice appear in all copies and that both that
- * copyright notice and this permission notice appear in supporting
- * documentation.  No representations are made about the suitability of this
- * software for any purpose.  It is provided "as is" without express or 
- * implied warranty.
- */

Copied: xscreensaver/repos/extra-i686/LICENSE (from rev 177534, 
xscreensaver/trunk/LICENSE)
===
--- extra-i686/LICENSE  (rev 0)
+++ extra-i686/LICENSE  2013-02-07 02:40:42 UTC (rev 177535)
@@ -0,0 +1,9 @@
+/* xscreensaver, Copyright (c) 1993-2006 Jamie Zawinski 
+ * Permission to use, copy, modify, distribute, and sell this software and its
+ * documentation for any purpose is hereby granted without fee, provided that
+ * the above copyright notice appear in all copies and that both that
+ * copyright notice and this permission notice appear in supporting
+ * documentation.  No representations are made about the suitability of this
+ * software for any purpose.  It is provided "as is" without express or 
+ * implied warranty.
+ */

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-07 02:39:51 UTC (rev 177534)
+++ extra-i686/PKGBUILD 2013-02-07 02:40:42 UTC (rev 177535)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=xscreensaver
-pkgver=5.20
-pkgrel=1
-pkgdesc="Screen saver and locker for the X Window System"
-arch=('i686' 'x86_64')
-url="http://www.jwz.org/xscreensaver/";
-license=('BSD')
-depends=('libxxf86vm' 'libglade' 'glu' 'xorg-appres' 'libxmu' \
- 'perl-libwww' 'perl-http-message')
-makedepends=('bc' 'libxpm' 'gdm' 'mesa')
-optdepends=('gdm: for login manager support')
-backup=('etc/pam.d/xscreensaver')
-source=(http://www.jwz.org/xscreensaver/${pkgname}-${pkgver}.tar.gz \
-add-electricsheep.diff xscreensaver.pam LICENSE)
-sha1sums=('052cc6676fe7818ec4131f41942266c237acdced'
-  '677496218b81a42d90bee400026e94dd87fb8ffb'
-  '106635aa1aae51d6f0668b1853f6c49a4fe9d3d8'
-  '4209ea586b204fd1d81c382a0522c654f9fd9134')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -p0 -i "${srcdir}/add-electricsheep.diff"
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib --with-x-app-defaults=/usr/share/X11/app-defaults \
---with-pam --with-login-manager --with-gtk --with-gl \
---without-gle --with-pixbuf --with-jpeg
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make install_pref

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

2013-02-06 Thread Eric Bélanger
Date: Thursday, February 7, 2013 @ 03:39:51
  Author: eric
Revision: 177534

upgpkg: xscreensaver 5.21-1

Upstream update

Modified:
  xscreensaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 02:17:32 UTC (rev 177533)
+++ PKGBUILD2013-02-07 02:39:51 UTC (rev 177534)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=xscreensaver
-pkgver=5.20
+pkgver=5.21
 pkgrel=1
 pkgdesc="Screen saver and locker for the X Window System"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 backup=('etc/pam.d/xscreensaver')
 source=(http://www.jwz.org/xscreensaver/${pkgname}-${pkgver}.tar.gz \
 add-electricsheep.diff xscreensaver.pam LICENSE)
-sha1sums=('052cc6676fe7818ec4131f41942266c237acdced'
+sha1sums=('cc44ddc538ad5b59ff851f70e8a48633763ff077'
   '677496218b81a42d90bee400026e94dd87fb8ffb'
   '106635aa1aae51d6f0668b1853f6c49a4fe9d3d8'
   '4209ea586b204fd1d81c382a0522c654f9fd9134')



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

2013-02-06 Thread Thomas Dziedzic
Date: Thursday, February 7, 2013 @ 03:17:32
  Author: td123
Revision: 177533

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

Added:
  ruby/repos/testing-i686/
  ruby/repos/testing-i686/PKGBUILD
(from rev 177532, ruby/trunk/PKGBUILD)
  ruby/repos/testing-i686/gemrc
(from rev 177532, ruby/trunk/gemrc)
  ruby/repos/testing-i686/ruby.install
(from rev 177532, ruby/trunk/ruby.install)
  ruby/repos/testing-x86_64/
  ruby/repos/testing-x86_64/PKGBUILD
(from rev 177532, ruby/trunk/PKGBUILD)
  ruby/repos/testing-x86_64/gemrc
(from rev 177532, ruby/trunk/gemrc)
  ruby/repos/testing-x86_64/ruby.install
(from rev 177532, ruby/trunk/ruby.install)

-+
 testing-i686/PKGBUILD   |   67 ++
 testing-i686/gemrc  |5 +++
 testing-i686/ruby.install   |   22 +
 testing-x86_64/PKGBUILD |   67 ++
 testing-x86_64/gemrc|5 +++
 testing-x86_64/ruby.install |   22 +
 6 files changed, 188 insertions(+)

Copied: ruby/repos/testing-i686/PKGBUILD (from rev 177532, ruby/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-02-07 02:17:32 UTC (rev 177533)
@@ -0,0 +1,67 @@
+# Maintainer: Thomas Dziedzic 
+# Contributor: Allan McRae 
+# Contributor: John Proctor 
+# Contributor: Jeramy Rutley 
+
+pkgname=('ruby' 'ruby-docs')
+pkgver=1.9.3_p385
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.ruby-lang.org/en/'
+license=('BSD' 'custom')
+makedepends=('openssl' 'tk' 'libffi' 'doxygen' 'graphviz' 'libyaml')
+options=('!emptydirs' '!makeflags')
+source=("ftp://ftp.ruby-lang.org/pub/ruby/${pkgver%.*}/ruby-${pkgver//_/-}.tar.bz2";
+'gemrc')
+md5sums=('5ec9aff670f4912b0f6f0e11e855ef6c'
+ '6fb8e7a09955e0f64be3158fb4a27e7a')
+
+build() {
+  cd ruby-${pkgver//_/-}
+
+  PKG_CONFIG=/usr/bin/pkg-config ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-shared \
+--enable-pthread \
+--disable-rpath
+
+  make
+}
+
+check() {
+  cd ruby-${pkgver//_/-}
+
+  make test
+}
+
+package_ruby() {
+  pkgdesc='An object-oriented language for quick and easy programming'
+  depends=('openssl' 'libffi' 'libyaml')
+  optdepends=('tk: for Ruby/TK'
+  'ruby-docs: Ruby documentation')
+  provides=('rubygems' 'rake')
+  conflicts=('rake')
+  backup=('etc/gemrc')
+  install='ruby.install'
+
+  cd ruby-${pkgver//_/-}
+
+  make DESTDIR="${pkgdir}" install-nodoc
+
+  install -D -m644 ${srcdir}/gemrc "${pkgdir}/etc/gemrc"
+
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby/LICENSE"
+  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby/BSDL"
+}
+
+package_ruby-docs() {
+  pkgdesc='Documentation files for ruby'
+
+  cd ruby-${pkgver//_/-}
+
+  make DESTDIR="${pkgdir}" install-doc install-capi
+
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby-docs/LICENSE"
+  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby-docs/BSDL"
+}

Copied: ruby/repos/testing-i686/gemrc (from rev 177532, ruby/trunk/gemrc)
===
--- testing-i686/gemrc  (rev 0)
+++ testing-i686/gemrc  2013-02-07 02:17:32 UTC (rev 177533)
@@ -0,0 +1,5 @@
+# Read about the gemrc format at http://docs.rubygems.org/read/chapter/11
+
+# --user-install is used to install to $HOME/.gem/ by default since we want to 
separate
+#pacman installed gems and gem installed gems
+gem: --user-install

Copied: ruby/repos/testing-i686/ruby.install (from rev 177532, 
ruby/trunk/ruby.install)
===
--- testing-i686/ruby.install   (rev 0)
+++ testing-i686/ruby.install   2013-02-07 02:17:32 UTC (rev 177533)
@@ -0,0 +1,22 @@
+#!/bin/sh
+
+print_gem_default_target() {
+  echo 'The default location of gem installs is $HOME/.gem/ruby'
+  echo 'Add the following line to your PATH if you plan to install using gem'
+  echo '$(ruby -rubygems -e "puts Gem.user_dir")/bin'
+  echo 'If you want to install to the system wide location, you must either:'
+  echo 'edit /etc/gemrc or run gem with the --no-user-install flag.'
+}
+
+# arg 1:  the new package version
+post_install() {
+  print_gem_default_target
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+  if [ "$(vercmp $2 1.9.3_p125-4)" -lt 0 ]; then
+print_gem_default_target
+  fi
+}

Copied: ruby/repos/testing-x86_64/PKGBUILD (from rev 177532, 
ruby/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-02-07 02:17:32 UTC (rev 177533)
@@ -0,0 +1,67 @@
+# Maintainer: Thomas Dziedzic 
+# Contributor: Allan McRae 
+# Contributor:

[arch-commits] Commit in brise/repos/community-x86_64 (PKGBUILD PKGBUILD)

2013-02-06 Thread Felix Yan
Date: Thursday, February 7, 2013 @ 03:02:02
  Author: fyan
Revision: 83933

archrelease: copy trunk to community-x86_64

Added:
  brise/repos/community-x86_64/PKGBUILD
(from rev 83932, brise/trunk/PKGBUILD)
Deleted:
  brise/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-06 20:11:37 UTC (rev 83932)
+++ PKGBUILD2013-02-07 02:02:02 UTC (rev 83933)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: GONG Chen 
-
-pkgname=brise
-pkgver=0.16
-pkgrel=1
-pkgdesc="Rime schema repository"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/rimeime/";
-license=('GPL3')
-depends=()
-makedepends=('cmake' 'librime>=0.9.3')
-provides=('librime-data')
-conflicts=('librime<0.9.3' 'ibus-rime<0.9.3')
-source=("http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz";)
-
-build() {
-  cd "${srcdir}/$pkgname"
-  make
-}
-
-package() {
-  cd "${srcdir}/$pkgname"
-  make DESTDIR="$pkgdir" install
-}
-md5sums=('bc45f42852fd7bed59a171233d50cb79')

Copied: brise/repos/community-x86_64/PKGBUILD (from rev 83932, 
brise/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-07 02:02:02 UTC (rev 83933)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: GONG Chen 
+
+pkgname=brise
+pkgver=0.18
+pkgrel=1
+pkgdesc="Rime schema repository"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/rimeime/";
+license=('GPL3')
+depends=()
+makedepends=('cmake' 'librime>=0.9.8')
+provides=('librime-data')
+conflicts=('librime<0.9.8' 'ibus-rime<0.9.8')
+source=("http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz";)
+
+build() {
+  cd "${srcdir}/$pkgname"
+  make
+}
+
+package() {
+  cd "${srcdir}/$pkgname"
+  make DESTDIR="$pkgdir" install
+}
+md5sums=('1ba32458c6c697c454d65b0764f925ad')



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

2013-02-06 Thread Tom Gundersen
Date: Thursday, February 7, 2013 @ 02:08:22
  Author: tomegun
Revision: 177532

archrelease: copy trunk to testing-any

Added:
  docbook-xsl/repos/testing-any/
  docbook-xsl/repos/testing-any/PKGBUILD
(from rev 177531, docbook-xsl/trunk/PKGBUILD)
  docbook-xsl/repos/testing-any/docbook-xsl.install
(from rev 177531, docbook-xsl/trunk/docbook-xsl.install)

-+
 PKGBUILD|   35 +++
 docbook-xsl.install |   41 +
 2 files changed, 76 insertions(+)

Copied: docbook-xsl/repos/testing-any/PKGBUILD (from rev 177531, 
docbook-xsl/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-02-07 01:08:22 UTC (rev 177532)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Jan de Groot 
+# Contributor: Sean Middleditch 
+# Contributor: Daniel J Griffiths 
+
+pkgname=docbook-xsl
+pkgver=1.78.0
+pkgrel=1
+pkgdesc='XML stylesheets for Docbook-xml transformations'
+arch=('any')
+license=('custom')
+url='http://docbook.sourceforge.net/'
+depends=('libxml2' 'libxslt' 'docbook-xml')
+install="$pkgname.install"
+source=("http://downloads.sourceforge.net/docbook/${pkgname}-${pkgver}.tar.bz2";)
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   _pkgroot=${pkgdir}/usr/share/xml/docbook/xsl-stylesheets-${pkgver}
+
+install -dm755 ${_pkgroot}
+   install -m644 VERSION VERSION.xsl ${_pkgroot}
+
+   for fn in assembly common eclipse epub epub3 fo highlighting html 
htmlhelp javahelp lib \
+  manpages params profiling roundtrip template website xhtml 
xhtml-1_1 xhtml5; do
+   install -dm755 ${_pkgroot}/${fn}
+   install -m644 ${fn}/*.{xml,xsl,dtd,ent} ${_pkgroot}/${fn} || 
true  # ignore missing files
+   done
+
+   install -dm755 ${pkgdir}/etc/xml
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+md5sums=('52d99e8728050968338494b1b973')

Copied: docbook-xsl/repos/testing-any/docbook-xsl.install (from rev 177531, 
docbook-xsl/trunk/docbook-xsl.install)
===
--- testing-any/docbook-xsl.install (rev 0)
+++ testing-any/docbook-xsl.install 2013-02-07 01:08:22 UTC (rev 177532)
@@ -0,0 +1,41 @@
+post_install() {
+  if [ ! -f etc/xml/catalog ]; then
+xmlcatalog --noout --create etc/xml/catalog
+  fi
+  _NEW=`echo $1 | sed 's|\(.*\)\-.*|\1|'`
+
+  xmlcatalog --noout --add "rewriteSystem" \
+"http://docbook.sourceforge.net/release/xsl/${_NEW}"; \
+"/usr/share/xml/docbook/xsl-stylesheets-${_NEW}" \
+etc/xml/catalog
+
+  xmlcatalog --noout --add "rewriteURI" \
+"http://docbook.sourceforge.net/release/xsl/${_NEW}"; \
+"/usr/share/xml/docbook/xsl-stylesheets-${_NEW}" \
+etc/xml/catalog &&
+
+  xmlcatalog --noout --add "rewriteSystem" \
+"http://docbook.sourceforge.net/release/xsl/current"; \
+"/usr/share/xml/docbook/xsl-stylesheets-${_NEW}" \
+etc/xml/catalog &&
+
+  xmlcatalog --noout --add "rewriteURI" \
+"http://docbook.sourceforge.net/release/xsl/current"; \
+"/usr/share/xml/docbook/xsl-stylesheets-${_NEW}" \
+etc/xml/catalog
+}
+
+post_upgrade() {
+  post_remove $2
+  post_install $1
+}
+
+post_remove() {
+  _OLD=`echo $1 | sed 's|\(.*\)\-.*|\1|'`
+  xmlcatalog --noout --del "/usr/share/xml/docbook/xsl-stylesheets-${_OLD}" 
etc/xml/catalog
+
+  if [ $(vercmp $1 1.72.0-3) -lt 0 ]; then
+xmlcatalog --noout --del "/usr/share/xml/docbook" etc/xml/catalog
+xmlcatalog --noout --del "file:///etc/xml/docbook" etc/xml/catalog
+  fi
+}



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

2013-02-06 Thread Tom Gundersen
Date: Thursday, February 7, 2013 @ 02:06:51
  Author: tomegun
Revision: 177531

upgpkg: docbook-xsl 1.78.0-1

upstream release

Modified:
  docbook-xsl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-06 22:12:05 UTC (rev 177530)
+++ PKGBUILD2013-02-07 01:06:51 UTC (rev 177531)
@@ -5,8 +5,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=docbook-xsl
-pkgver=1.77.1
-pkgrel=2
+pkgver=1.78.0
+pkgrel=1
 pkgdesc='XML stylesheets for Docbook-xml transformations'
 arch=('any')
 license=('custom')
@@ -32,4 +32,4 @@
install -dm755 ${pkgdir}/etc/xml
install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }
-md5sums=('a88dbdc0cd74702656083b6e4e4241d8')
+md5sums=('52d99e8728050968338494b1b973')



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

2013-02-06 Thread Ionuț Mircea Bîru
Date: Wednesday, February 6, 2013 @ 23:12:05
  Author: ioni
Revision: 177530

archrelease: copy trunk to extra-any

Added:
  firefox-i18n/repos/extra-any/PKGBUILD
(from rev 177529, firefox-i18n/trunk/PKGBUILD)
Deleted:
  firefox-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  439 ++---
 1 file changed, 219 insertions(+), 220 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-06 22:11:51 UTC (rev 177529)
+++ PKGBUILD2013-02-06 22:12:05 UTC (rev 177530)
@@ -1,220 +0,0 @@
-# $Id$
-# Maintainer: Thomas Baechler 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: Michal Hybner 
-# Contributor: Andrea Scarpino 
-
-pkgbase=firefox-i18n
-pkgver=18.0
-pkgrel=1
-pkgdesc="Language pack for Firefox"
-arch=('any')
-url="http://www.mozilla.com/";
-license=('MPL' 'GPL')
-depends=("firefox>=$pkgver")
-
-_languages=(
-  'ach"Acoli"'
-  'af "Afrikaans"'
-  'ak "Akan"'
-  'ar "Arabic"'
-  'as "Assamese"'
-  'ast"Asturian"'
-  'be "Belarusian"'
-  'bg "Bulgarian"'
-  'bn-BD  "Bengali (Bangladesh)"'
-  'bn-IN  "Bengali (India)"'
-  'br "Breton"'
-  'bs "Bosnian"'
-  'ca "Catalan"'
-  'cs "Czech"'
-  'csb"Kashubian"'
-  'cy "Welsh"'
-  'da "Danish"'
-  'de "German"'
-  'el "Greek"'
-  'en-GB  "English (United Kingdom)"'
-  'en-US  "English (United States)"'
-  'en-ZA  "English (South Africa)"'
-  'eo "Esperanto"'
-  'es-AR  "Spanish (Argentina)"'
-  'es-CL  "Spanish (Chile)"'
-  'es-ES  "Spanish (Spain)"'
-  'es-MX  "Spanish (Mexico)"'
-  'et "Estonian"'
-  'eu "Basque"'
-  'fa "Persian"'
-  'ff "Fula"'
-  'fi "Finnish"'
-  'fr "French"'
-  'fy-NL  "Frisian (Netherlands)"'
-  'ga-IE  "Irish"'
-  'gd "Gaelic"'
-  'gl "Galician"'
-  'gu-IN  "Gujarati (India)"'
-  'he "Hebrew"'
-  'hi-IN  "Hindi (India)"'
-  'hr "Croatian"'
-  'hu "Hungarian"'
-  'hy-AM  "Armenian"'
-  'id "Indonesian"'
-  'is "Icelandic"'
-  'it "Italian"'
-  'ja "Japanese"'
-  'kk "Kazakh"'
-  'km "Khmer"'
-  'kn "Kannada"'
-  'ko "Korean"'
-  'ku "Kurdish"'
-  'lg "Ganda"'
-  'lij"Ligurian"'
-  'lt "Lithuanian"'
-  'lv "Latvian"'
-  'mai"Maithili"'
-  'mk "Macedonian"'
-  'ml "Malayalam"'
-  'mr "Marathi"'
-  'nb-NO  "Norwegian (Bokmal)"'
-  'nl "Dutch"'
-  'nn-NO  "Norwegian (Nynorsk)"'
-  'nso"Northern Sotho (Sesotho sa lebowa)"'
-  'or "Oriya"'
-  'pa-IN  "Punjabi"'
-  'pl "Polish"'
-  'pt-BR  "Brazilian Portuguese"'
-  'pt-PT  "Portuguese"'
-  'rm "Romansh"'
-  'ro "Romanian"'
-  'ru "Russian"'
-  'si "Sinhalese"'
-  'sk "Slovak"'
-  'sl "Slovenian"'
-  'son"Songhai"'
-  'sq "Albanian"'
-  'sr "Serbian"'
-  'sv-SE  "Swedish"'
-  'ta-LK  "Tamil (Sri Lanka)"'
-  'ta "Tamil"'
-  'te "Telugu"'
-  'th "Thai"'
-  'tr "Turkish"'
-  'uk "Ukrainian"'
-  'vi "Vietnamese"'
-  'zh-CN  "Chinese (simplified)"'
-  'zh-TW  "Chinese (traditional)"'
-  'zu "Zulu"'
-)
-
-pkgname=()
-source=()
-_url=http://download.cdn.mozilla.net/pub/mozilla.org/firefox/releases/$pkgver/linux-i686/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  source+=("firefox-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Firefox"
-  install -Dm644 firefox-i18n-$pkgver-$1.xpi \
-"$pkgdir/usr/lib/firefox/extensions/langpack-$1...@firefox.mozilla.org.xpi"
-}
-
-md5sums=('e02302b408f6846d20ddeb296813862f'
- '4a06d722caac9962ddbe525219031d11'
- '38ebbdda7e1f594884a58b4deeb0b9fc'
- '9f40ead0f5ad8adef4effdaa366990c5'
- '97bfa317db03327dd126f17fbfe884de'
- 'd901ecc7a256bcbc535d30043f77fddc'
- 'c668f268b02f9761c29730a267957018'
- '6886b9547e2b61258b708c769cc17681'
- '8a68f743fe3cb84c8f68664840589342'
- '275a196a1cdcdd8527019c4431b86854'
- 'ed39165f4dd8a895a214aac4f8a1249d'
- 'fea927b9aae1a8e7a65b21127d9fbbb2'
- 'd4854da2a6944d2cd11244a05334f947'
- '9731580cb54ea45bed6dab1f34f91782'
- '10cb392713cf5493648ea10d597a2d1f'
- '9575e687888ca2cafa291215c07e6e4c'
- '7d7b505843f3e805aa8dc553af0e3e24'
- 'f534569c2f28863aefcc441618688e51'
- '400c931c882682e7c16f9fdbc7c7c86c'
- '1490bfbb42cf5ad79c37f8a1474d381c'
- '6207b92c81e6c0938eade306c45afe53'
- '43e66e04b202f758e90277022906c63c'
- '4281339110d0afa4c4d511b9608e2d4e'
- 'f799b9afcc3c65dbec81b69c820e2e1c'
- '090a71b06759797b04db19ce4d0b2a5b'
- '3d05c1222e932eff09c26baa8f91630a'
- '7f8f90ba6cf343b60accee3

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

2013-02-06 Thread Ionuț Mircea Bîru
Date: Wednesday, February 6, 2013 @ 23:11:51
  Author: ioni
Revision: 177529

update to 18.0.2

Modified:
  firefox-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  181 ++---
 1 file changed, 90 insertions(+), 91 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-06 21:56:38 UTC (rev 177528)
+++ PKGBUILD2013-02-06 22:11:51 UTC (rev 177529)
@@ -5,7 +5,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgbase=firefox-i18n
-pkgver=18.0
+pkgver=18.0.2
 pkgrel=1
 pkgdesc="Language pack for Firefox"
 arch=('any')
@@ -128,93 +128,92 @@
   install -Dm644 firefox-i18n-$pkgver-$1.xpi \
 "$pkgdir/usr/lib/firefox/extensions/langpack-$1...@firefox.mozilla.org.xpi"
 }
-
-md5sums=('e02302b408f6846d20ddeb296813862f'
- '4a06d722caac9962ddbe525219031d11'
- '38ebbdda7e1f594884a58b4deeb0b9fc'
- '9f40ead0f5ad8adef4effdaa366990c5'
- '97bfa317db03327dd126f17fbfe884de'
- 'd901ecc7a256bcbc535d30043f77fddc'
- 'c668f268b02f9761c29730a267957018'
- '6886b9547e2b61258b708c769cc17681'
- '8a68f743fe3cb84c8f68664840589342'
- '275a196a1cdcdd8527019c4431b86854'
- 'ed39165f4dd8a895a214aac4f8a1249d'
- 'fea927b9aae1a8e7a65b21127d9fbbb2'
- 'd4854da2a6944d2cd11244a05334f947'
- '9731580cb54ea45bed6dab1f34f91782'
- '10cb392713cf5493648ea10d597a2d1f'
- '9575e687888ca2cafa291215c07e6e4c'
- '7d7b505843f3e805aa8dc553af0e3e24'
- 'f534569c2f28863aefcc441618688e51'
- '400c931c882682e7c16f9fdbc7c7c86c'
- '1490bfbb42cf5ad79c37f8a1474d381c'
- '6207b92c81e6c0938eade306c45afe53'
- '43e66e04b202f758e90277022906c63c'
- '4281339110d0afa4c4d511b9608e2d4e'
- 'f799b9afcc3c65dbec81b69c820e2e1c'
- '090a71b06759797b04db19ce4d0b2a5b'
- '3d05c1222e932eff09c26baa8f91630a'
- '7f8f90ba6cf343b60accee316849532a'
- '9335fb15b3a3341414813af57e3c76b6'
- 'dad6feeae50ae5ed5efa059f8db012e5'
- '2521040e19a012d6d2fe05ff2ed81c8c'
- '2be7749212fd7ae7cb21a854d414ca49'
- '6741bbb3f8f51cd246d7c5a3a844fd8f'
- 'ff0a5fafaca149df4f774a1a0d1881fe'
- 'bdc47bac3b4abecc65d7ef3a9e949269'
- '0d81e5d7618612d00e3759089b24c8c0'
- '711bc96cbae7cb7ef915ab35ed252ff5'
- '37f90cd0e654f6a9dcd722514aaf2264'
- '6cd6c12685279e8a5e781a369ad7f225'
- 'c89a7754643908124dd9e7ccab347284'
- 'bd013d0d35d9ea715283fd9c64466c9f'
- 'b9f575c2d74fbdf52948922ebe042121'
- '4465c194a15b828b5323c1206beb2984'
- '9203b2f8b55d28569b7f8ebab8ab'
- '0fdc68d7215a697a16be5591f5367ace'
- '377d63320f65d98a0dd3e46a7c089505'
- '1b1ac7bc05650da1f8ba3cd43ccb6532'
- '0ad67bc4f09be423a4331e2c95bc3c87'
- '659317267b0e8add9aefba79ba4725d5'
- 'b9869fa129535913a6890b25de2642ce'
- '12a80f37b4bc49da9a7d26e3c67a0e23'
- 'bc74dabc79fa7e79188658b9c96776f2'
- '1d62b54f0079c436aa46fc184ff8d295'
- '34e35632940300a8db84198e89ae72d3'
- 'bf3e1e6db1db43f145fe177a9f9e8cd2'
- '4171cc6f3495171376ce6f241a1773c5'
- '6438665ec2e9b075fad1654f03460e94'
- '23711576297c0e067ef11b19dd375a4b'
- '8f21de75fa312f51d98cea118615e94a'
- '06338c91b364b4122b0f0f5f77127e6d'
- 'f08d6ee4246199959f880c11c9ea182e'
- '51aa309bf7144a557de84465756b2756'
- 'dfdfbf827825ef49f37910d1ac0c2e54'
- '9302748ad912ac509bd6e69f2af90b5c'
- 'e2fac04a23fde82d89dab20226e5f873'
- 'b39518983375f41220d84476a1719170'
- '790c9425a086d363fc4a709489dfd420'
- '2199cddf67cfd8c45f22caf382457b80'
- '2be41f127732f3e55452c834249b073a'
- 'c31c20fb2a3e65db311a5ba7a55931c8'
- '4836089a11987682a263366b017a6e32'
- '212cb7c584c13bab9a28d1b20a35e7cc'
- '9516b9ebd89c979e97f54fc785f7eec2'
- '1a56095ee8371968d480b7cff6199698'
- 'efa64b6831e75aee6ef9730cfa8ca47e'
- 'd61281bfb7d554f3eeeae2580eabfc56'
- 'ef165c6498f6b9b4c26ad066913b48df'
- '3d2c684182ec867f3ea622af678efecf'
- 'bcceb2c9b64edd18192a884b748a7b57'
- '08a770871650a6aac91456236c4c93be'
- '17b4f295001509b51ea0cc84a7403f19'
- 'da5a71302ecc1c1bb81b055bf6d4b349'
- '0d89b67894c7692f634f6bc6dcc3f0d1'
- '9d4345ca3612b5c08c04c66ab3d81cd6'
- 'f7adfa365ab369a246f0782767f4cf3c'
- '92ce405e5223513156719c929e32bb43'
- '4c68da8e844e0ad00ef2cbe345a66e70'
- '8301b2fc72d902ed88b077283bc9e197'
- 'ba15cbaee8603305e17adb10a2579f1a'
- '83b487379062dda69aebf97d9cde0dbe')
+md5sums=('6cbe6489c34cc18fb2f18f6013b73a4b'
+ 'be17c91001b8104aa5677708b9a38eac'
+ '11ad33bc1235b3e40f96bf15d38e544f'
+ '9e0590845aa5bff6b68f49c63b224777'
+ '248f50e

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

2013-02-06 Thread Ionuț Mircea Bîru
Date: Wednesday, February 6, 2013 @ 22:56:38
  Author: ioni
Revision: 177528

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

Added:
  firefox/repos/extra-i686/PKGBUILD
(from rev 177527, firefox/trunk/PKGBUILD)
  firefox/repos/extra-i686/firefox-install-dir.patch
(from rev 177527, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/extra-i686/firefox.desktop
(from rev 177527, firefox/trunk/firefox.desktop)
  firefox/repos/extra-i686/firefox.install
(from rev 177527, firefox/trunk/firefox.install)
  firefox/repos/extra-i686/mozconfig
(from rev 177527, firefox/trunk/mozconfig)
  firefox/repos/extra-i686/shared-libs.patch
(from rev 177527, firefox/trunk/shared-libs.patch)
  firefox/repos/extra-i686/vendor.js
(from rev 177527, firefox/trunk/vendor.js)
  firefox/repos/extra-x86_64/PKGBUILD
(from rev 177527, firefox/trunk/PKGBUILD)
  firefox/repos/extra-x86_64/firefox-install-dir.patch
(from rev 177527, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/extra-x86_64/firefox.desktop
(from rev 177527, firefox/trunk/firefox.desktop)
  firefox/repos/extra-x86_64/firefox.install
(from rev 177527, firefox/trunk/firefox.install)
  firefox/repos/extra-x86_64/mozconfig
(from rev 177527, firefox/trunk/mozconfig)
  firefox/repos/extra-x86_64/shared-libs.patch
(from rev 177527, firefox/trunk/shared-libs.patch)
  firefox/repos/extra-x86_64/vendor.js
(from rev 177527, firefox/trunk/vendor.js)
Deleted:
  firefox/repos/extra-i686/PKGBUILD
  firefox/repos/extra-i686/firefox-install-dir.patch
  firefox/repos/extra-i686/firefox.desktop
  firefox/repos/extra-i686/firefox.install
  firefox/repos/extra-i686/mozconfig
  firefox/repos/extra-i686/shared-libs.patch
  firefox/repos/extra-i686/vendor.js
  firefox/repos/extra-x86_64/PKGBUILD
  firefox/repos/extra-x86_64/firefox-install-dir.patch
  firefox/repos/extra-x86_64/firefox.desktop
  firefox/repos/extra-x86_64/firefox.install
  firefox/repos/extra-x86_64/mozconfig
  firefox/repos/extra-x86_64/shared-libs.patch
  firefox/repos/extra-x86_64/vendor.js

+
 extra-i686/PKGBUILD|  176 +++---
 extra-i686/firefox-install-dir.patch   |   60 +++
 extra-i686/firefox.desktop |  242 +++
 extra-i686/firefox.install |   26 +--
 extra-i686/mozconfig   |   68 
 extra-i686/shared-libs.patch   |   24 +--
 extra-i686/vendor.js   |   18 +-
 extra-x86_64/PKGBUILD  |  176 +++---
 extra-x86_64/firefox-install-dir.patch |   60 +++
 extra-x86_64/firefox.desktop   |  242 +++
 extra-x86_64/firefox.install   |   26 +--
 extra-x86_64/mozconfig |   68 
 extra-x86_64/shared-libs.patch |   24 +--
 extra-x86_64/vendor.js |   18 +-
 14 files changed, 614 insertions(+), 614 deletions(-)

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


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

2013-02-06 Thread Ionuț Mircea Bîru
Date: Wednesday, February 6, 2013 @ 22:54:51
  Author: ioni
Revision: 177527

update to 18.0.2

Modified:
  firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-06 20:33:03 UTC (rev 177526)
+++ PKGBUILD2013-02-06 21:54:51 UTC (rev 177527)
@@ -3,7 +3,7 @@
 # Contributor: Jakub Schmidtke 
 
 pkgname=firefox
-pkgver=18.0.1
+pkgver=18.0.2
 pkgrel=1
 pkgdesc="Standalone web browser from mozilla.org"
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 options=(!emptydirs)
 
source=(https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2
 mozconfig firefox.desktop firefox-install-dir.patch vendor.js 
shared-libs.patch)
-md5sums=('8b400555fc7063163e3b99472d0c92a1'
+md5sums=('a7a20f52a3ffdd8d2fafa8a1a1db49c7'
  'efdd58626b2f56dea31e26879eb2db3b'
  '6174396b4788deffa399db3f6f010a94'
  '150ac0fb3ac7b2114c8e8851a9e0516c'



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

2013-02-06 Thread Ionuț Mircea Bîru
Date: Wednesday, February 6, 2013 @ 21:33:03
  Author: ioni
Revision: 177526

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

Added:
  x264/repos/staging-i686/
  x264/repos/staging-i686/PKGBUILD
(from rev 177525, x264/trunk/PKGBUILD)
  x264/repos/staging-x86_64/
  x264/repos/staging-x86_64/PKGBUILD
(from rev 177525, x264/trunk/PKGBUILD)

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

Copied: x264/repos/staging-i686/PKGBUILD (from rev 177525, x264/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-06 20:33:03 UTC (rev 177526)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: damir 
+# Contributor: Paul Mattal 
+
+pkgname=x264
+pkgver=20130206
+pkgrel=1
+pkgdesc="free library for encoding H264/AVC video streams"
+arch=('i686' 'x86_64')
+url="http://www.videolan.org/developers/x264.html";
+license=('GPL')
+depends=('glibc')
+makedepends=('yasm' 'git')
+source=(ftp://ftp.archlinux.org/other/packages/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('f952248492745a077ad6a77465276166')
+
+build() {
+cd $pkgname
+
+./configure --enable-shared
+
+make
+}
+package() {
+cd $pkgname
+
+make DESTDIR="$pkgdir" \
+  bindir=/usr/bin \
+  libdir=/usr/lib \
+  includedir=/usr/include \
+  install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: x264/repos/staging-x86_64/PKGBUILD (from rev 177525, 
x264/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-02-06 20:33:03 UTC (rev 177526)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: damir 
+# Contributor: Paul Mattal 
+
+pkgname=x264
+pkgver=20130206
+pkgrel=1
+pkgdesc="free library for encoding H264/AVC video streams"
+arch=('i686' 'x86_64')
+url="http://www.videolan.org/developers/x264.html";
+license=('GPL')
+depends=('glibc')
+makedepends=('yasm' 'git')
+source=(ftp://ftp.archlinux.org/other/packages/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('f952248492745a077ad6a77465276166')
+
+build() {
+cd $pkgname
+
+./configure --enable-shared
+
+make
+}
+package() {
+cd $pkgname
+
+make DESTDIR="$pkgdir" \
+  bindir=/usr/bin \
+  libdir=/usr/lib \
+  includedir=/usr/include \
+  install
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-02-06 Thread Ionuț Mircea Bîru
Date: Wednesday, February 6, 2013 @ 21:11:51
  Author: ioni
Revision: 177525

update to new snapshot
switch to git clones to get proper versioning FS#28668

Modified:
  x264/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-06 19:34:44 UTC (rev 177524)
+++ PKGBUILD2013-02-06 20:11:51 UTC (rev 177525)
@@ -4,26 +4,26 @@
 # Contributor: Paul Mattal 
 
 pkgname=x264
-pkgver=20121113
+pkgver=20130206
 pkgrel=1
 pkgdesc="free library for encoding H264/AVC video streams"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/developers/x264.html";
 license=('GPL')
 depends=('glibc')
-makedepends=('yasm')
-source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-$pkgver-2245-stable.tar.bz2)
-md5sums=('c37851c8534ef5d7b1935145f8f5a725')
+makedepends=('yasm' 'git')
+source=(ftp://ftp.archlinux.org/other/packages/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('f952248492745a077ad6a77465276166')
 
 build() {
-cd "$pkgname-snapshot-$pkgver-2245-stable"
+cd $pkgname
 
 ./configure --enable-shared
 
 make
 }
 package() {
-cd "$pkgname-snapshot-$pkgver-2245-stable"
+cd $pkgname
 
 make DESTDIR="$pkgdir" \
   bindir=/usr/bin \



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

2013-02-06 Thread Alexandre Filgueira
Date: Wednesday, February 6, 2013 @ 21:11:37
  Author: faidoc
Revision: 83932

fixed muffin dependencies

Modified:
  muffin/trunk/PKGBUILD
  muffin/trunk/muffin.install

+
 PKGBUILD   |   11 +++
 muffin.install |   11 ---
 2 files changed, 7 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-06 18:59:50 UTC (rev 83931)
+++ PKGBUILD2013-02-06 20:11:37 UTC (rev 83932)
@@ -4,13 +4,14 @@
 
 pkgname=muffin
 pkgver=1.1.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Cinnamon window manager based on Mutter"
 arch=('i686' 'x86_64')
 url="https://github.com/linuxmint/muffin";
 license=('GPL')
-depends=('libx11' 'libsm' 'clutter' 'gconf' 'gobject-introspection' 
'gsettings-desktop-schemas' 'libcanberra' 'libxxf86vm' 'startup-notification' 
'zenity' 'dconf')
-makedepends=('libltdl' 'intltool' 'gnome-doc-utils' 'gnome-common' 'libice')
+depends=('libsm' 'clutter' 'gobject-introspection' 'gsettings-desktop-schemas' 
\
+'libcanberra' 'startup-notification' 'zenity' 'dconf')
+makedepends=('intltool' 'gnome-doc-utils')
 provides=('muffin-wm')
 conflicts=('muffin-wm')
 replaces=('muffin-wm')
@@ -23,7 +24,8 @@
   cd linuxmint-muffin-*
 
   autoreconf -vfi
-  PYTHON=python2 ./configure --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/muffin --localstatedir=/var --disable-static 
--disable-schemas-compile
+  PYTHON=python2 ./configure --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/muffin \
+--localstatedir=/var 
--disable-static --disable-schemas-compile
   make
 }
 
@@ -32,4 +34,5 @@
   make DESTDIR="$pkgdir/" install
 }
 
+
 # vim:set ts=2 sw=2 et:

Modified: muffin.install
===
--- muffin.install  2013-02-06 18:59:50 UTC (rev 83931)
+++ muffin.install  2013-02-06 20:11:37 UTC (rev 83932)
@@ -2,20 +2,9 @@
   glib-compile-schemas usr/share/glib-2.0/schemas
 }
 
-pre_upgrade() {
-  if [ -f /usr/share/gconf/schemas/muffin.schemas ]; then
-/usr/sbin/gconfpkg --uninstall muffin
-  fi
-}
-
 post_upgrade() {
   post_install
 }
-
-pre_remove() {
-  pre_upgrade
-}
-
 post_remove() {
   post_install
 }



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

2013-02-06 Thread Thomas Dziedzic
Date: Wednesday, February 6, 2013 @ 20:34:44
  Author: td123
Revision: 177524

upgpkg: ruby 1.9.3_p385-1

bump

Modified:
  ruby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-06 18:40:48 UTC (rev 177523)
+++ PKGBUILD2013-02-06 19:34:44 UTC (rev 177524)
@@ -4,7 +4,7 @@
 # Contributor: Jeramy Rutley 
 
 pkgname=('ruby' 'ruby-docs')
-pkgver=1.9.3_p374
+pkgver=1.9.3_p385
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.ruby-lang.org/en/'
@@ -13,7 +13,7 @@
 options=('!emptydirs' '!makeflags')
 
source=("ftp://ftp.ruby-lang.org/pub/ruby/${pkgver%.*}/ruby-${pkgver//_/-}.tar.bz2";
 'gemrc')
-md5sums=('944e73eba9ee9e1f2647ff32ec0b14b2'
+md5sums=('5ec9aff670f4912b0f6f0e11e855ef6c'
  '6fb8e7a09955e0f64be3158fb4a27e7a')
 
 build() {



[arch-commits] Commit in tcllib/repos/community-any (PKGBUILD PKGBUILD)

2013-02-06 Thread Sergej Pupykin
Date: Wednesday, February 6, 2013 @ 19:59:50
  Author: spupykin
Revision: 83931

archrelease: copy trunk to community-any

Added:
  tcllib/repos/community-any/PKGBUILD
(from rev 83930, tcllib/trunk/PKGBUILD)
Deleted:
  tcllib/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-06 18:59:39 UTC (rev 83930)
+++ PKGBUILD2013-02-06 18:59:50 UTC (rev 83931)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: dtw 
-# Contributor: Mathieu Gauthier 
-# Upgrade to ver. 1.8 - Pawel Bogur 
-
-pkgname=tcllib
-pkgver=1.15
-pkgrel=1
-pkgdesc="Set of pure-Tcl extensions."
-arch=('any')
-url="http://tcllib.sourceforge.net/";
-license=('bsd')
-depends=('tcl')
-source=(http://downloads.sourceforge.net/sourceforge/tcllib/tcllib-${pkgver}.tar.gz)
-md5sums=('7a0525912e8863f8d4360ab10e5450f8')
-
-package(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  sed -i 's|package require TclOO 0.6.1|package require TclOO 1.0|' \
-   modules/struct/stack_oo.tcl \
-   modules/struct/queue_oo.tcl
-
-  _PREFIX=${pkgdir}
-  _TCLSH="/usr/bin/tclsh"
-  $_TCLSH `echo installer.tcl` -pkg-path $_PREFIX/usr/lib/tcllib \
-   -app-path $_PREFIX/usr/bin \
-   -nroff-path $_PREFIX/usr/share/man/mann \
-   -no-examples -no-html \
-   -no-wait  -no-gui
-  mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}/
-  cp ${srcdir}/${pkgname}-${pkgver}/license.terms 
${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-  rm -f $pkgdir/usr/share/man/mann/try.n*
-}

Copied: tcllib/repos/community-any/PKGBUILD (from rev 83930, 
tcllib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-06 18:59:50 UTC (rev 83931)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: dtw 
+# Contributor: Mathieu Gauthier 
+# Upgrade to ver. 1.8 - Pawel Bogur 
+
+pkgname=tcllib
+pkgver=1.15
+pkgrel=2
+pkgdesc="Set of pure-Tcl extensions."
+arch=('any')
+url="http://tcllib.sourceforge.net/";
+license=('bsd')
+depends=('tcl')
+source=(http://downloads.sourceforge.net/sourceforge/tcllib/tcllib-${pkgver}.tar.gz)
+md5sums=('7a0525912e8863f8d4360ab10e5450f8')
+
+package(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  sed -i 's|package require TclOO 0.6.1|package require TclOO 1.0|' \
+   modules/struct/stack_oo.tcl \
+   modules/struct/queue_oo.tcl
+
+  _PREFIX=${pkgdir}
+  _TCLSH="/usr/bin/tclsh"
+  $_TCLSH `echo installer.tcl` -pkg-path $_PREFIX/usr/lib/tcllib \
+   -app-path $_PREFIX/usr/bin \
+   -nroff-path $_PREFIX/usr/share/man/mann \
+   -no-examples -no-html \
+   -no-wait  -no-gui
+  mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}/
+  cp ${srcdir}/${pkgname}-${pkgver}/license.terms 
${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+  rm -f $pkgdir/usr/share/man/mann/{try,string,variable,zlib}.n
+}



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

2013-02-06 Thread Sergej Pupykin
Date: Wednesday, February 6, 2013 @ 19:59:39
  Author: spupykin
Revision: 83930

upgpkg: tcllib 1.15-2

upd

Modified:
  tcllib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-06 18:36:43 UTC (rev 83929)
+++ PKGBUILD2013-02-06 18:59:39 UTC (rev 83930)
@@ -6,7 +6,7 @@
 
 pkgname=tcllib
 pkgver=1.15
-pkgrel=1
+pkgrel=2
 pkgdesc="Set of pure-Tcl extensions."
 arch=('any')
 url="http://tcllib.sourceforge.net/";
@@ -31,5 +31,5 @@
-no-wait  -no-gui
   mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}/
   cp ${srcdir}/${pkgname}-${pkgver}/license.terms 
${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-  rm -f $pkgdir/usr/share/man/mann/try.n*
+  rm -f $pkgdir/usr/share/man/mann/{try,string,variable,zlib}.n
 }



[arch-commits] Commit in xf86-video-sisimedia/repos (110 files)

2013-02-06 Thread Jan de Groot
Date: Wednesday, February 6, 2013 @ 19:40:48
  Author: jgc
Revision: 177523

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

Added:
  
xf86-video-sisimedia/repos/extra-i686/0001-Remove-xorgconfig-xorgcfg-from-See-Also-list-in-man-.patch
(from rev 177522, 
xf86-video-sisimedia/trunk/0001-Remove-xorgconfig-xorgcfg-from-See-Also-list-in-man-.patch)
  
xf86-video-sisimedia/repos/extra-i686/0002-Remove-XFree86-Misc-PassMessage-support.patch
(from rev 177522, 
xf86-video-sisimedia/trunk/0002-Remove-XFree86-Misc-PassMessage-support.patch)
  
xf86-video-sisimedia/repos/extra-i686/0003-Fix-build-with-Werror-format-security.patch
(from rev 177522, 
xf86-video-sisimedia/trunk/0003-Fix-build-with-Werror-format-security.patch)
  
xf86-video-sisimedia/repos/extra-i686/0004-Make-sisRegs3D4-big-enough-to-hold-all-values-writte.patch
(from rev 177522, 
xf86-video-sisimedia/trunk/0004-Make-sisRegs3D4-big-enough-to-hold-all-values-writte.patch)
  
xf86-video-sisimedia/repos/extra-i686/0005-Correct-bounds-check-of-blitClip-array-access.patch
(from rev 177522, 
xf86-video-sisimedia/trunk/0005-Correct-bounds-check-of-blitClip-array-access.patch)
  
xf86-video-sisimedia/repos/extra-i686/0005-Fix-backlight-off-on-SiS30x.-video-bridges.patch
(from rev 177522, 
xf86-video-sisimedia/trunk/0005-Fix-backlight-off-on-SiS30x.-video-bridges.patch)
  
xf86-video-sisimedia/repos/extra-i686/0006-Add-IgnoreHotkeyFlag-driver-option.patch
(from rev 177522, 
xf86-video-sisimedia/trunk/0006-Add-IgnoreHotkeyFlag-driver-option.patch)
  
xf86-video-sisimedia/repos/extra-i686/0007-Remove-useless-loader-symbol-lists.patch
(from rev 177522, 
xf86-video-sisimedia/trunk/0007-Remove-useless-loader-symbol-lists.patch)
  
xf86-video-sisimedia/repos/extra-i686/0008-update-to-xextproto-7-1-support.patch
(from rev 177522, 
xf86-video-sisimedia/trunk/0008-update-to-xextproto-7-1-support.patch)
  xf86-video-sisimedia/repos/extra-i686/0009-update-for-rac-removal.patch
(from rev 177522, 
xf86-video-sisimedia/trunk/0009-update-for-rac-removal.patch)
  
xf86-video-sisimedia/repos/extra-i686/0010-change-to-use-abi-version-check.patch
(from rev 177522, 
xf86-video-sisimedia/trunk/0010-change-to-use-abi-version-check.patch)
  xf86-video-sisimedia/repos/extra-i686/0011-more-rac-removal.patch
(from rev 177522, xf86-video-sisimedia/trunk/0011-more-rac-removal.patch)
  xf86-video-sisimedia/repos/extra-i686/COPYING
(from rev 177522, xf86-video-sisimedia/trunk/COPYING)
  xf86-video-sisimedia/repos/extra-i686/PKGBUILD
(from rev 177522, xf86-video-sisimedia/trunk/PKGBUILD)
  xf86-video-sisimedia/repos/extra-i686/Untangle-XF86DRI.patch
(from rev 177522, xf86-video-sisimedia/trunk/Untangle-XF86DRI.patch)
  xf86-video-sisimedia/repos/extra-i686/deprecated-sym2.patch
(from rev 177522, xf86-video-sisimedia/trunk/deprecated-sym2.patch)
  
xf86-video-sisimedia/repos/extra-i686/disable-UploadToScreen-DownloadFromScreen.patch
(from rev 177522, 
xf86-video-sisimedia/trunk/disable-UploadToScreen-DownloadFromScreen.patch)
  xf86-video-sisimedia/repos/extra-i686/fix-xv-crash.patch
(from rev 177522, xf86-video-sisimedia/trunk/fix-xv-crash.patch)
  xf86-video-sisimedia/repos/extra-i686/pciTag-removal-workaround.patch
(from rev 177522, 
xf86-video-sisimedia/trunk/pciTag-removal-workaround.patch)
  xf86-video-sisimedia/repos/extra-i686/sisimedia-no-xaa.patch
(from rev 177522, xf86-video-sisimedia/trunk/sisimedia-no-xaa.patch)
  xf86-video-sisimedia/repos/extra-i686/sisimedia-xorg-1.13.patch
(from rev 177522, xf86-video-sisimedia/trunk/sisimedia-xorg-1.13.patch)
  xf86-video-sisimedia/repos/extra-i686/swap-func-rename.patch
(from rev 177522, xf86-video-sisimedia/trunk/swap-func-rename.patch)
  xf86-video-sisimedia/repos/extra-i686/sync-with-freedesktop.patch
(from rev 177522, xf86-video-sisimedia/trunk/sync-with-freedesktop.patch)
  xf86-video-sisimedia/repos/extra-i686/xf86-video-sis-0.9.1-20102701.patch
(from rev 177522, 
xf86-video-sisimedia/trunk/xf86-video-sis-0.9.1-20102701.patch)
  
xf86-video-sisimedia/repos/extra-i686/xf86-video-sis-0.9.1-dump-regs-after-video-init.patch
(from rev 177522, 
xf86-video-sisimedia/trunk/xf86-video-sis-0.9.1-dump-regs-after-video-init.patch)
  
xf86-video-sisimedia/repos/extra-i686/xf86MapDomainMemory-pci_device_map_legacy.patch
(from rev 177522, 
xf86-video-sisimedia/trunk/xf86MapDomainMemory-pci_device_map_legacy.patch)
  xf86-video-sisimedia/repos/extra-i686/xserver112.patch
(from rev 177522, xf86-video-sisimedia/trunk/xserver112.patch)
  xf86-video-sisimedia/repos/extra-i686/xserver19.patch
(from rev 177522, xf86-video-sisimedia/trunk/xserver19.patch)
  
xf86-video-sisimedia/repos/extra-x86_64/0001-Remove-xorgconfig-xorgcfg-from-See-Also-list-in-man-.patch
(from rev 177522, 
xf86-video-sisimedia/trunk/0001-Remove-xorgconfig-xorgcfg-from-See-Also-list-in-man-.patch)
  
xf86-video-sisimedia/repos/extra-x86_64/0002-Remove-XFree86-Mi

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

2013-02-06 Thread Jan de Groot
Date: Wednesday, February 6, 2013 @ 19:40:08
  Author: jgc
Revision: 177522

upgpkg: xf86-video-sisimedia 0.9.1-6

Make it build with new autotools. Actually release this

Modified:
  xf86-video-sisimedia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-06 18:36:39 UTC (rev 177521)
+++ PKGBUILD2013-02-06 18:40:08 UTC (rev 177522)
@@ -103,6 +103,8 @@
   sed -i -e 's,\"sis\",\"sisimedia\",g' src/sis.h
   sed -i -e 's,sisModuleData,sisimediaModuleData,g' src/sis_driver.c
 
+  sed -i -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac
+
   autoreconf -fi
 
   ./configure --prefix=/usr --disable-dri



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

2013-02-06 Thread Kyle Keen
Date: Wednesday, February 6, 2013 @ 19:36:43
  Author: kkeen
Revision: 83929

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-06 18:36:08 UTC (rev 83928)
+++ community-i686/PKGBUILD 2013-02-06 18:36:43 UTC (rev 83929)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-
-pkgname=seamonkey
-pkgver=2.15.1
-pkgrel=1
-pkgdesc="SeaMonkey internet suite"
-arch=('i686' 'x86_64')
-license=('MPL')
-depends=('alsa-lib'  'dbus-glib'  'desktop-file-utils'  'gtk2' 'hunspell'  
'libevent'  'libnotify'  'libvpx'  'libxt' 'mime-types'  'mozilla-common'  
'nss'  'sqlite'  'startup-notification')
-makedepends=('unzip' 'zip' 'pkg-config'  'python2' 'yasm' 'wireless_tools' 
'mesa' 'autoconf2.13' 'imake' 'python3')
-install=$pkgname.install
-url="http://www.seamonkey-project.org/";
-source=(http://releases.mozilla.org/pub/mozilla.org/$pkgname/releases/$pkgver/source/$pkgname-$pkgver.source.tar.bz2
-mozconfig
-seamonkey.desktop
-seamonkey-2.0-lang.patch)
-md5sums=('883757087d041e0a991c1ed96d161fa1'
- 'dabc8f517fbff67b8599064bedd32606'
- '6119a2254716752c9d08e366f8d4c048'
- '25b6fe16ac24cd5c852213e5c1adb272')
-
-build() {
-  cd comm-release
-  cp ../mozconfig .mozconfig
-  patch -Np1 -i ../seamonkey-2.0-lang.patch
-
-  export LDFLAGS="$LDFLAGS -Wl,-rpath,/usr/lib/seamonkey-$pkgver"
-  export MOZ_MAKE_FLAGS="$MAKEFLAGS"
-  unset MAKEFLAGS
-
-  # Don't exit with error when some libs are missing which we have in
-  # system.
-  sed '/^MOZ_PKG_FATAL_WARNINGS/s@= 1@= 0@' \
-  -i suite/installer/Makefile.in
-
-  make -j1 -f client.mk build
-}
-
-package() {
-  cd comm-release
-
-  make -j1 -f client.mk DESTDIR="$pkgdir" install
-
-  rm -rf "$pkgdir"/usr/lib/seamonkey-$pkgver/{dictionaries,hyphenation}
-  ln -s /usr/share/hunspell "$pkgdir/usr/lib/seamonkey-$pkgver/dictionaries"
-  ln -s /usr/share/hyphen "$pkgdir/usr/lib/seamonkey-$pkgver/hyphenation"
-
-  install -m755 -d "$pkgdir/usr/share/applications"
-  install -m755 -d "$pkgdir/usr/share/pixmaps"
-  install -m644 suite/branding/nightly/icons/gtk/seamonkey.png \
-"$pkgdir/usr/share/pixmaps/"
-  install -m644 "$srcdir/seamonkey.desktop" "$pkgdir/usr/share/applications/"
-
-  rm -f "$pkgdir/usr/lib/pkgconfig/"seamonkey-ns{s,pr}.pc
-  rm -r "$pkgdir"/usr/{include,lib/seamonkey-devel-$pkgver,share/idl}
-}

Copied: seamonkey/repos/community-i686/PKGBUILD (from rev 83928, 
seamonkey/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD 

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

2013-02-06 Thread Florian Pritz
Date: Wednesday, February 6, 2013 @ 19:36:39
  Author: bluewind
Revision: 177521

archrelease: copy trunk to testing-any

Added:
  netctl/repos/testing-any/PKGBUILD
(from rev 177520, netctl/trunk/PKGBUILD)
Deleted:
  netctl/repos/testing-any/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-06 18:36:27 UTC (rev 177520)
+++ PKGBUILD2013-02-06 18:36:39 UTC (rev 177521)
@@ -1,33 +0,0 @@
-# Maintainer: Jouke Witteveen 
-
-pkgname=netctl
-pkgver=0.5
-pkgrel=1
-pkgdesc="Profile based systemd network management"
-url="http://projects.archlinux.org/netctl.git/";
-license=("GPL")
-depends=("coreutils" "iproute2" "openresolv")
-#makedepends=('asciidoc')  # The source tarball includes pre-built 
documentation.
-optdepends=('dialog: for the menu based wifi assistant'
-'dhclient: for DHCP support (or dhcpcd)'
-'dhcpcd: for DHCP support (or dhclient)'
-'wpa_supplicant: for wireless networking support'
-'ifplugd: for automatic wired connections through netctl-ifplugd'
-'wpa_actiond: for automatic wireless connections through 
netctl-auto'
-'ifenslave: for bond connections'
-'bridge-utils: for bridge connections'
-   )
-conflicts=("netcfg")
-source=(ftp://ftp.archlinux.org/other/netctl/netctl-${pkgver}.tar.xz)
-arch=(any)
-md5sums=('9ceeb6de07e8cb80a218bdb7920edd98')
-
-package() {
-  cd "$srcdir/netctl-${pkgver}"
-  make DESTDIR="$pkgdir" install
-
-  # Shell Completion
-  install -D -m644 contrib/bash-completion 
"$pkgdir/usr/share/bash-completion/completions/netctl"
-  install -D -m644 contrib/zsh-completion 
"$pkgdir/usr/share/zsh/site-functions/_netctl"
-}
-

Copied: netctl/repos/testing-any/PKGBUILD (from rev 177520, 
netctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-06 18:36:39 UTC (rev 177521)
@@ -0,0 +1,33 @@
+# Maintainer: Jouke Witteveen 
+
+pkgname=netctl
+pkgver=0.5
+pkgrel=1
+pkgdesc="Profile based systemd network management"
+url="http://projects.archlinux.org/netctl.git/";
+license=("GPL")
+depends=("coreutils" "iproute2" "openresolv")
+#makedepends=('asciidoc')  # The source tarball includes pre-built 
documentation.
+optdepends=('dialog: for the menu based wifi assistant'
+'dhclient: for DHCP support (or dhcpcd)'
+'dhcpcd: for DHCP support (or dhclient)'
+'wpa_supplicant: for wireless networking support'
+'ifplugd: for automatic wired connections through netctl-ifplugd'
+'wpa_actiond: for automatic wireless connections through 
netctl-auto'
+'ifenslave: for bond connections'
+'bridge-utils: for bridge connections'
+   )
+conflicts=("netcfg")
+source=(ftp://ftp.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz)
+arch=(any)
+md5sums=('9ceeb6de07e8cb80a218bdb7920edd98')
+
+package() {
+  cd "$srcdir/netctl-${pkgver}"
+  make DESTDIR="$pkgdir" install
+
+  # Shell Completion
+  install -D -m644 contrib/bash-completion 
"$pkgdir/usr/share/bash-completion/completions/netctl"
+  install -D -m644 contrib/zsh-completion 
"$pkgdir/usr/share/zsh/site-functions/_netctl"
+}
+



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

2013-02-06 Thread Florian Pritz
Date: Wednesday, February 6, 2013 @ 19:36:27
  Author: bluewind
Revision: 177520

Fix sources URL

Modified:
  netctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-06 18:31:42 UTC (rev 177519)
+++ PKGBUILD2013-02-06 18:36:27 UTC (rev 177520)
@@ -18,7 +18,7 @@
 'bridge-utils: for bridge connections'
)
 conflicts=("netcfg")
-source=(ftp://ftp.archlinux.org/other/netctl/netctl-${pkgver}.tar.xz)
+source=(ftp://ftp.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz)
 arch=(any)
 md5sums=('9ceeb6de07e8cb80a218bdb7920edd98')
 



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

2013-02-06 Thread Kyle Keen
Date: Wednesday, February 6, 2013 @ 19:36:08
  Author: kkeen
Revision: 83928

upgpkg: seamonkey 2.15.2-1

Modified:
  seamonkey/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-06 16:44:41 UTC (rev 83927)
+++ PKGBUILD2013-02-06 18:36:08 UTC (rev 83928)
@@ -2,7 +2,7 @@
 # Maintainer: Kyle Keen 
 
 pkgname=seamonkey
-pkgver=2.15.1
+pkgver=2.15.2
 pkgrel=1
 pkgdesc="SeaMonkey internet suite"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 mozconfig
 seamonkey.desktop
 seamonkey-2.0-lang.patch)
-md5sums=('883757087d041e0a991c1ed96d161fa1'
+md5sums=('1938c5a9673e94e9f5c809f5dbfe8d29'
  'dabc8f517fbff67b8599064bedd32606'
  '6119a2254716752c9d08e366f8d4c048'
  '25b6fe16ac24cd5c852213e5c1adb272')



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

2013-02-06 Thread Florian Pritz
Date: Wednesday, February 6, 2013 @ 19:31:42
  Author: bluewind
Revision: 177519

archrelease: copy trunk to testing-any

Added:
  netctl/repos/testing-any/
  netctl/repos/testing-any/PKGBUILD
(from rev 177518, netctl/trunk/PKGBUILD)

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

Copied: netctl/repos/testing-any/PKGBUILD (from rev 177518, 
netctl/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-02-06 18:31:42 UTC (rev 177519)
@@ -0,0 +1,33 @@
+# Maintainer: Jouke Witteveen 
+
+pkgname=netctl
+pkgver=0.5
+pkgrel=1
+pkgdesc="Profile based systemd network management"
+url="http://projects.archlinux.org/netctl.git/";
+license=("GPL")
+depends=("coreutils" "iproute2" "openresolv")
+#makedepends=('asciidoc')  # The source tarball includes pre-built 
documentation.
+optdepends=('dialog: for the menu based wifi assistant'
+'dhclient: for DHCP support (or dhcpcd)'
+'dhcpcd: for DHCP support (or dhclient)'
+'wpa_supplicant: for wireless networking support'
+'ifplugd: for automatic wired connections through netctl-ifplugd'
+'wpa_actiond: for automatic wireless connections through 
netctl-auto'
+'ifenslave: for bond connections'
+'bridge-utils: for bridge connections'
+   )
+conflicts=("netcfg")
+source=(ftp://ftp.archlinux.org/other/netctl/netctl-${pkgver}.tar.xz)
+arch=(any)
+md5sums=('9ceeb6de07e8cb80a218bdb7920edd98')
+
+package() {
+  cd "$srcdir/netctl-${pkgver}"
+  make DESTDIR="$pkgdir" install
+
+  # Shell Completion
+  install -D -m644 contrib/bash-completion 
"$pkgdir/usr/share/bash-completion/completions/netctl"
+  install -D -m644 contrib/zsh-completion 
"$pkgdir/usr/share/zsh/site-functions/_netctl"
+}
+



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

2013-02-06 Thread Florian Pritz
Date: Wednesday, February 6, 2013 @ 19:31:32
  Author: bluewind
Revision: 177518

Add netctl

Added:
  netctl/
  netctl/repos/
  netctl/trunk/
  netctl/trunk/PKGBUILD

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

Added: netctl/trunk/PKGBUILD
===
--- netctl/trunk/PKGBUILD   (rev 0)
+++ netctl/trunk/PKGBUILD   2013-02-06 18:31:32 UTC (rev 177518)
@@ -0,0 +1,33 @@
+# Maintainer: Jouke Witteveen 
+
+pkgname=netctl
+pkgver=0.5
+pkgrel=1
+pkgdesc="Profile based systemd network management"
+url="http://projects.archlinux.org/netctl.git/";
+license=("GPL")
+depends=("coreutils" "iproute2" "openresolv")
+#makedepends=('asciidoc')  # The source tarball includes pre-built 
documentation.
+optdepends=('dialog: for the menu based wifi assistant'
+'dhclient: for DHCP support (or dhcpcd)'
+'dhcpcd: for DHCP support (or dhclient)'
+'wpa_supplicant: for wireless networking support'
+'ifplugd: for automatic wired connections through netctl-ifplugd'
+'wpa_actiond: for automatic wireless connections through 
netctl-auto'
+'ifenslave: for bond connections'
+'bridge-utils: for bridge connections'
+   )
+conflicts=("netcfg")
+source=(ftp://ftp.archlinux.org/other/netctl/netctl-${pkgver}.tar.xz)
+arch=(any)
+md5sums=('9ceeb6de07e8cb80a218bdb7920edd98')
+
+package() {
+  cd "$srcdir/netctl-${pkgver}"
+  make DESTDIR="$pkgdir" install
+
+  # Shell Completion
+  install -D -m644 contrib/bash-completion 
"$pkgdir/usr/share/bash-completion/completions/netctl"
+  install -D -m644 contrib/zsh-completion 
"$pkgdir/usr/share/zsh/site-functions/_netctl"
+}
+



[arch-commits] Commit in stone-soup/repos/community-x86_64 (4 files)

2013-02-06 Thread Jakob Gruber
Date: Wednesday, February 6, 2013 @ 17:44:41
  Author: schuay
Revision: 83927

archrelease: copy trunk to community-x86_64

Added:
  stone-soup/repos/community-x86_64/PKGBUILD
(from rev 83926, stone-soup/trunk/PKGBUILD)
  stone-soup/repos/community-x86_64/stone-soup.install
(from rev 83926, stone-soup/trunk/stone-soup.install)
Deleted:
  stone-soup/repos/community-x86_64/PKGBUILD
  stone-soup/repos/community-x86_64/stone-soup.install

+
 PKGBUILD   |  136 +--
 stone-soup.install |   22 
 2 files changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-06 16:44:35 UTC (rev 83926)
+++ PKGBUILD2013-02-06 16:44:41 UTC (rev 83927)
@@ -1,68 +0,0 @@
-# Maintainer: Jakob Gruber 
-
-pkgname=stone-soup
-pkgver=0.11.0
-pkgrel=3
-pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
-arch=('i686' 'x86_64')
-url='http://crawl.develz.org/'
-depends=('lua51' 'ncurses' 'sdl_image' 'sqlite' 'libgl' 'glu' 'freetype2' 
'ttf-dejavu')
-makedepends=('bison' 'flex' 'gendesk' 'mesa')
-conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
-license=('custom')
-install=stone-soup.install
-source=("http://downloads.sourceforge.net/sourceforge/crawl-ref/stone_soup-${pkgver}-nodeps.tar.xz";)
-
-# used by gendesk to create .desktop file
-_exec=('crawl-tiles')
-_name=('Dungeon Crawl Stone Soup')
-
-build() {
-cd "$srcdir"
-gendesk -n
-
-cd "stone_soup-${pkgver}/source"
-
-# adjust makefile to use /usr/bin, owner root:root,
-# disable setgid on executable
-
-sed -i 's|bin_prefix:= bin|bin_prefix:= usr/bin|' Makefile
-sed -i 's/INSTALL_UGRP := games:games/INSTALL_UGRP := root:root/' Makefile
-sed -i 's|MCHMOD := 2755|MCHMOD := 755|' Makefile
-
-# first build and install tiles version
-
-make DESTDIR="${pkgdir}" \
- SAVEDIR="~/.crawl/" \
- DATADIR="/usr/share/${pkgname}/data" \
- USE_UNICODE=y \
- TILES=y \
- install
-
-# rename tiles executable to avoid clashing with console crawl
-
-mv "${pkgdir}/usr/bin/crawl" "${pkgdir}/usr/bin/crawl-tiles"
-
-# then build and install console version
-
-make DESTDIR="${pkgdir}" \
- SAVEDIR="~/.crawl/" \
- DATADIR="/usr/share/${pkgname}/data" \
- USE_UNICODE=y \
- install
-
-# install crawl license
-
-install -D -m644 ../licence.txt \
-"${pkgdir}/usr/share/licenses/${pkgname}/license.txt"
-
-# install icon and .desktop file
-
-install -D -m644 dat/tiles/stone_soup_icon-32x32.png \
-"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-install -D -m644 "${srcdir}/${pkgname}.desktop" \
-"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-
-}
-
-md5sums=('715d800410a7251499bf8efcc8675ca6')

Copied: stone-soup/repos/community-x86_64/PKGBUILD (from rev 83926, 
stone-soup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-06 16:44:41 UTC (rev 83927)
@@ -0,0 +1,68 @@
+# Maintainer: Jakob Gruber 
+
+pkgname=stone-soup
+pkgver=0.11.2
+pkgrel=1
+pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
+arch=('i686' 'x86_64')
+url='http://crawl.develz.org/'
+depends=('lua51' 'ncurses' 'sdl_image' 'sqlite' 'libgl' 'glu' 'freetype2' 
'ttf-dejavu')
+makedepends=('bison' 'flex' 'gendesk' 'mesa')
+conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
+license=('custom')
+install=stone-soup.install
+source=("http://downloads.sourceforge.net/sourceforge/crawl-ref/stone_soup-${pkgver}-nodeps.tar.xz";)
+
+# used by gendesk to create .desktop file
+_exec=('crawl-tiles')
+_name=('Dungeon Crawl Stone Soup')
+
+package() {
+cd "$srcdir"
+gendesk -n
+
+cd "stone_soup-${pkgver}/source"
+
+# adjust makefile to use /usr/bin, owner root:root,
+# disable setgid on executable
+
+sed -i 's|bin_prefix:= bin|bin_prefix:= usr/bin|' Makefile
+sed -i 's/INSTALL_UGRP := games:games/INSTALL_UGRP := root:root/' Makefile
+sed -i 's|MCHMOD := 2755|MCHMOD := 755|' Makefile
+
+# first build and install tiles version
+
+make DESTDIR="${pkgdir}" \
+ SAVEDIR="~/.crawl/" \
+ DATADIR="/usr/share/${pkgname}/data" \
+ USE_UNICODE=y \
+ TILES=y \
+ install
+
+# rename tiles executable to avoid clashing with console crawl
+
+mv "${pkgdir}/usr/bin/crawl" "${pkgdir}/usr/bin/crawl-tiles"
+
+# then build and install console version
+
+make DESTDIR="${pkgdir}" \
+ SAVEDIR="~/.crawl/" \
+ DATADIR="/usr/share/${pkgname}/data" \
+ USE_UNICODE=y \
+ install
+
+# install crawl license
+
+install -D -m644 ../licence.txt \
+"${pkgdir}/usr/share/licenses/${

[arch-commits] Commit in stone-soup/repos/community-i686 (4 files)

2013-02-06 Thread Jakob Gruber
Date: Wednesday, February 6, 2013 @ 17:44:35
  Author: schuay
Revision: 83926

archrelease: copy trunk to community-i686

Added:
  stone-soup/repos/community-i686/PKGBUILD
(from rev 83925, stone-soup/trunk/PKGBUILD)
  stone-soup/repos/community-i686/stone-soup.install
(from rev 83925, stone-soup/trunk/stone-soup.install)
Deleted:
  stone-soup/repos/community-i686/PKGBUILD
  stone-soup/repos/community-i686/stone-soup.install

+
 PKGBUILD   |  136 +--
 stone-soup.install |   22 
 2 files changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-06 16:42:44 UTC (rev 83925)
+++ PKGBUILD2013-02-06 16:44:35 UTC (rev 83926)
@@ -1,68 +0,0 @@
-# Maintainer: Jakob Gruber 
-
-pkgname=stone-soup
-pkgver=0.11.0
-pkgrel=3
-pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
-arch=('i686' 'x86_64')
-url='http://crawl.develz.org/'
-depends=('lua51' 'ncurses' 'sdl_image' 'sqlite' 'libgl' 'glu' 'freetype2' 
'ttf-dejavu')
-makedepends=('bison' 'flex' 'gendesk' 'mesa')
-conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
-license=('custom')
-install=stone-soup.install
-source=("http://downloads.sourceforge.net/sourceforge/crawl-ref/stone_soup-${pkgver}-nodeps.tar.xz";)
-
-# used by gendesk to create .desktop file
-_exec=('crawl-tiles')
-_name=('Dungeon Crawl Stone Soup')
-
-build() {
-cd "$srcdir"
-gendesk -n
-
-cd "stone_soup-${pkgver}/source"
-
-# adjust makefile to use /usr/bin, owner root:root,
-# disable setgid on executable
-
-sed -i 's|bin_prefix:= bin|bin_prefix:= usr/bin|' Makefile
-sed -i 's/INSTALL_UGRP := games:games/INSTALL_UGRP := root:root/' Makefile
-sed -i 's|MCHMOD := 2755|MCHMOD := 755|' Makefile
-
-# first build and install tiles version
-
-make DESTDIR="${pkgdir}" \
- SAVEDIR="~/.crawl/" \
- DATADIR="/usr/share/${pkgname}/data" \
- USE_UNICODE=y \
- TILES=y \
- install
-
-# rename tiles executable to avoid clashing with console crawl
-
-mv "${pkgdir}/usr/bin/crawl" "${pkgdir}/usr/bin/crawl-tiles"
-
-# then build and install console version
-
-make DESTDIR="${pkgdir}" \
- SAVEDIR="~/.crawl/" \
- DATADIR="/usr/share/${pkgname}/data" \
- USE_UNICODE=y \
- install
-
-# install crawl license
-
-install -D -m644 ../licence.txt \
-"${pkgdir}/usr/share/licenses/${pkgname}/license.txt"
-
-# install icon and .desktop file
-
-install -D -m644 dat/tiles/stone_soup_icon-32x32.png \
-"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-install -D -m644 "${srcdir}/${pkgname}.desktop" \
-"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-
-}
-
-md5sums=('715d800410a7251499bf8efcc8675ca6')

Copied: stone-soup/repos/community-i686/PKGBUILD (from rev 83925, 
stone-soup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-06 16:44:35 UTC (rev 83926)
@@ -0,0 +1,68 @@
+# Maintainer: Jakob Gruber 
+
+pkgname=stone-soup
+pkgver=0.11.2
+pkgrel=1
+pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
+arch=('i686' 'x86_64')
+url='http://crawl.develz.org/'
+depends=('lua51' 'ncurses' 'sdl_image' 'sqlite' 'libgl' 'glu' 'freetype2' 
'ttf-dejavu')
+makedepends=('bison' 'flex' 'gendesk' 'mesa')
+conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
+license=('custom')
+install=stone-soup.install
+source=("http://downloads.sourceforge.net/sourceforge/crawl-ref/stone_soup-${pkgver}-nodeps.tar.xz";)
+
+# used by gendesk to create .desktop file
+_exec=('crawl-tiles')
+_name=('Dungeon Crawl Stone Soup')
+
+package() {
+cd "$srcdir"
+gendesk -n
+
+cd "stone_soup-${pkgver}/source"
+
+# adjust makefile to use /usr/bin, owner root:root,
+# disable setgid on executable
+
+sed -i 's|bin_prefix:= bin|bin_prefix:= usr/bin|' Makefile
+sed -i 's/INSTALL_UGRP := games:games/INSTALL_UGRP := root:root/' Makefile
+sed -i 's|MCHMOD := 2755|MCHMOD := 755|' Makefile
+
+# first build and install tiles version
+
+make DESTDIR="${pkgdir}" \
+ SAVEDIR="~/.crawl/" \
+ DATADIR="/usr/share/${pkgname}/data" \
+ USE_UNICODE=y \
+ TILES=y \
+ install
+
+# rename tiles executable to avoid clashing with console crawl
+
+mv "${pkgdir}/usr/bin/crawl" "${pkgdir}/usr/bin/crawl-tiles"
+
+# then build and install console version
+
+make DESTDIR="${pkgdir}" \
+ SAVEDIR="~/.crawl/" \
+ DATADIR="/usr/share/${pkgname}/data" \
+ USE_UNICODE=y \
+ install
+
+# install crawl license
+
+install -D -m644 ../licence.txt \
+"${pkgdir}/usr/share/licenses/${pkgname}/lic

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

2013-02-06 Thread Jakob Gruber
Date: Wednesday, February 6, 2013 @ 17:42:44
  Author: schuay
Revision: 83925

stone-soup 0.11.2-1

Modified:
  stone-soup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-06 15:19:43 UTC (rev 83924)
+++ PKGBUILD2013-02-06 16:42:44 UTC (rev 83925)
@@ -1,8 +1,8 @@
 # Maintainer: Jakob Gruber 
 
 pkgname=stone-soup
-pkgver=0.11.0
-pkgrel=3
+pkgver=0.11.2
+pkgrel=1
 pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
 arch=('i686' 'x86_64')
 url='http://crawl.develz.org/'
@@ -65,4 +65,4 @@
 
 }
 
-md5sums=('715d800410a7251499bf8efcc8675ca6')
+md5sums=('84b5939d242fbaec4d9d8c64fa02156c')



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

2013-02-06 Thread Evangelos Foutras
Date: Wednesday, February 6, 2013 @ 17:18:02
  Author: foutrelis
Revision: 177517

archrelease: copy trunk to extra-any

Added:
  geoip-database/repos/extra-any/PKGBUILD
(from rev 177516, geoip-database/trunk/PKGBUILD)
Deleted:
  geoip-database/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-06 16:17:53 UTC (rev 177516)
+++ PKGBUILD2013-02-06 16:18:02 UTC (rev 177517)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-
-pkgname=geoip-database
-pkgver=20130107
-pkgrel=1
-pkgdesc="GeoLite country geolocation database compiled by MaxMind"
-arch=('any')
-url="http://www.maxmind.com/app/ip-location";
-license=('custom:OPEN DATA LICENSE')
-source=(GeoIP-$pkgver.dat.gz::http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
-
GeoIPv6-$pkgver.dat.gz::http://geolite.maxmind.com/download/geoip/database/GeoIPv6.dat.gz
-http://geolite.maxmind.com/download/geoip/database/LICENSE.txt)
-noextract=(GeoIP-$pkgver.dat.gz
-   GeoIPv6-$pkgver.dat.gz)
-sha256sums=('40865af8f49b9898957cb9b81548676ecb2efd6073a0a437a7b2afcc594bf8fe'
-'6a4dc4b648578ebb5a8b0ca1a2adc8db6297484caa7c87158116dbb4af328c50'
-'83a4cb82ef8953c0107886b49bc39fcf77590a222d30e778d48f5d92f5b5e383')
-
-build() {
-  cd "$srcdir"
-
-  for _database_name in GeoIP GeoIPv6; do
-gunzip -c $_database_name-$pkgver.dat.gz >$_database_name.dat
-  done
-}
-
-check() {
-  cd "$srcdir"
-
-  for _database in {GeoIP,GeoIPv6}.dat; do
-if ! grep -q 'MaxMind Inc All Rights Reserved' $_database; then
-  error "Copyright notice is missing from $_database; something is fishy!"
-  return 1
-fi
-  done
-}
-
-package() {
-  cd "$srcdir"
-
-  install -d "$pkgdir/usr/share/GeoIP"
-  install -m644 -t "$pkgdir/usr/share/GeoIP" GeoIP.dat GeoIPv6.dat
-
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: geoip-database/repos/extra-any/PKGBUILD (from rev 177516, 
geoip-database/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-06 16:18:02 UTC (rev 177517)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+
+pkgname=geoip-database
+pkgver=20130206
+pkgrel=1
+pkgdesc="GeoLite country geolocation database compiled by MaxMind"
+arch=('any')
+url="http://www.maxmind.com/app/ip-location";
+license=('custom:OPEN DATA LICENSE')
+source=(GeoIP-$pkgver.dat.gz::http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
+
GeoIPv6-$pkgver.dat.gz::http://geolite.maxmind.com/download/geoip/database/GeoIPv6.dat.gz
+http://geolite.maxmind.com/download/geoip/database/LICENSE.txt)
+noextract=(GeoIP-$pkgver.dat.gz
+   GeoIPv6-$pkgver.dat.gz)
+sha256sums=('8bce6035e9c56d11dd69244d37aeeeadb632b0c4b9027eb0d93edff9804fcdb5'
+'7e797d906c36906e7a27136c477b6540579c17ada9b8a604a9bad711369875ae'
+'83a4cb82ef8953c0107886b49bc39fcf77590a222d30e778d48f5d92f5b5e383')
+
+build() {
+  cd "$srcdir"
+
+  for _database_name in GeoIP GeoIPv6; do
+gunzip -c $_database_name-$pkgver.dat.gz >$_database_name.dat
+  done
+}
+
+check() {
+  cd "$srcdir"
+
+  for _database in {GeoIP,GeoIPv6}.dat; do
+if ! grep -q 'MaxMind Inc All Rights Reserved' $_database; then
+  error "Copyright notice is missing from $_database; something is fishy!"
+  return 1
+fi
+  done
+}
+
+package() {
+  cd "$srcdir"
+
+  install -d "$pkgdir/usr/share/GeoIP"
+  install -m644 -t "$pkgdir/usr/share/GeoIP" GeoIP.dat GeoIPv6.dat
+
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-02-06 Thread Evangelos Foutras
Date: Wednesday, February 6, 2013 @ 17:17:53
  Author: foutrelis
Revision: 177516

upgpkg: geoip-database 20130206-1

New upstream release.

Modified:
  geoip-database/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-06 15:25:01 UTC (rev 177515)
+++ PKGBUILD2013-02-06 16:17:53 UTC (rev 177516)
@@ -2,7 +2,7 @@
 # Maintainer: Evangelos Foutras 
 
 pkgname=geoip-database
-pkgver=20130107
+pkgver=20130206
 pkgrel=1
 pkgdesc="GeoLite country geolocation database compiled by MaxMind"
 arch=('any')
@@ -13,8 +13,8 @@
 http://geolite.maxmind.com/download/geoip/database/LICENSE.txt)
 noextract=(GeoIP-$pkgver.dat.gz
GeoIPv6-$pkgver.dat.gz)
-sha256sums=('40865af8f49b9898957cb9b81548676ecb2efd6073a0a437a7b2afcc594bf8fe'
-'6a4dc4b648578ebb5a8b0ca1a2adc8db6297484caa7c87158116dbb4af328c50'
+sha256sums=('8bce6035e9c56d11dd69244d37aeeeadb632b0c4b9027eb0d93edff9804fcdb5'
+'7e797d906c36906e7a27136c477b6540579c17ada9b8a604a9bad711369875ae'
 '83a4cb82ef8953c0107886b49bc39fcf77590a222d30e778d48f5d92f5b5e383')
 
 build() {



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

2013-02-06 Thread Andreas Radke
Date: Wednesday, February 6, 2013 @ 16:25:01
  Author: andyrtr
Revision: 177515

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

Added:
  libdrm/repos/testing-i686/
  libdrm/repos/testing-i686/COPYING
(from rev 177514, libdrm/trunk/COPYING)
  libdrm/repos/testing-i686/PKGBUILD
(from rev 177514, libdrm/trunk/PKGBUILD)
  libdrm/repos/testing-i686/buildfix.diff
(from rev 177514, libdrm/trunk/buildfix.diff)
  libdrm/repos/testing-i686/no-pthread-stubs.patch
(from rev 177514, libdrm/trunk/no-pthread-stubs.patch)
  libdrm/repos/testing-x86_64/
  libdrm/repos/testing-x86_64/COPYING
(from rev 177514, libdrm/trunk/COPYING)
  libdrm/repos/testing-x86_64/PKGBUILD
(from rev 177514, libdrm/trunk/PKGBUILD)
  libdrm/repos/testing-x86_64/buildfix.diff
(from rev 177514, libdrm/trunk/buildfix.diff)
  libdrm/repos/testing-x86_64/no-pthread-stubs.patch
(from rev 177514, libdrm/trunk/no-pthread-stubs.patch)

---+
 testing-i686/COPYING  |   48 ++
 testing-i686/PKGBUILD |   45 +
 testing-i686/buildfix.diff|   11 +++
 testing-i686/no-pthread-stubs.patch   |  104 
 testing-x86_64/COPYING|   48 ++
 testing-x86_64/PKGBUILD   |   45 +
 testing-x86_64/buildfix.diff  |   11 +++
 testing-x86_64/no-pthread-stubs.patch |  104 
 8 files changed, 416 insertions(+)

Copied: libdrm/repos/testing-i686/COPYING (from rev 177514, 
libdrm/trunk/COPYING)
===
--- testing-i686/COPYING(rev 0)
+++ testing-i686/COPYING2013-02-06 15:25:01 UTC (rev 177515)
@@ -0,0 +1,48 @@
+ Copyright 2005 Adam Jackson.
+
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation on the rights to use, copy, modify, merge,
+ publish, distribute, sub license, and/or sell copies of the Software,
+ and to permit persons to whom the Software is furnished to do so,
+ subject to the following conditions:
+
+ The above copyright notice and this permission notice (including the
+ next paragraph) shall be included in all copies or substantial
+ portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NON-INFRINGEMENT.  IN NO EVENT SHALL ADAM JACKSON BE LIABLE FOR ANY
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+
+
+ Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
+ Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ All Rights Reserved.
+
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+
+ The above copyright notice and this permission notice (including the
+ next paragraph) shall be included in all copies or substantial
+ portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT.  IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS
+ SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ DEALINGS IN THE SOFTWARE.

Copied: libdrm/repos/testing-i686/PKGBUILD (from rev 177514, 
libdrm/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-02-06 15:25:01 UTC (rev 177515)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libdrm
+pkgver=2.4.42
+pkgrel=1
+pkgdesc="Userspace interface to kernel DRM services"
+arch=(i686 x86_64)
+license=('custom')
+depends=('glibc' 'libpciaccess')
+makedepends=('cairo' 'valgrind')
+replaces=('libdrm-new' 'libdrm-nouveau')
+options=('!libtool')
+url="http://dri.freedesktop.org/";
+source=(http://dri.freedesktop.org/$pkgname/$pkgname-$pkgver.tar.bz2
+no-pthread-st

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

2013-02-06 Thread Andreas Radke
Date: Wednesday, February 6, 2013 @ 16:24:38
  Author: andyrtr
Revision: 177514

upgpkg: libdrm 2.4.42-1

upstream update 2.4.42

Modified:
  libdrm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-06 13:48:00 UTC (rev 177513)
+++ PKGBUILD2013-02-06 15:24:38 UTC (rev 177514)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libdrm
-pkgver=2.4.41
+pkgver=2.4.42
 pkgrel=1
 pkgdesc="Userspace interface to kernel DRM services"
 arch=(i686 x86_64)
@@ -14,20 +14,15 @@
 url="http://dri.freedesktop.org/";
 source=(http://dri.freedesktop.org/$pkgname/$pkgname-$pkgver.tar.bz2
 no-pthread-stubs.patch
-COPYING
-buildfix.diff)
-sha256sums=('52b3ca670df43fc9f5164f0f55fa40b008de297c0ceedab7c77c30bf9022f212'
+COPYING)
+sha256sums=('e0671082a77871c8474d3c0f09dbf5ff82d2429cd248088a691f7b484cbc76e1'
 '3915aaff4d5b0ed523c3144911e7f79ee812dece0e3933c13a88dddcf5912ded'
-'9631d4f694952e3e6ae5a05534c2e93e994e47d3413677a3a00e45c8cef6db93'
-'9b293bbe682381b6822b5abfb1b1ce713185bcefde255d300367b26f47102ddc')
+'9631d4f694952e3e6ae5a05534c2e93e994e47d3413677a3a00e45c8cef6db93')
 
 build() {
   cd $pkgname-$pkgver
   patch -Np1 -i ../no-pthread-stubs.patch
 
-  # man/Makefile,in is missing
-  patch -Np1 -i ${srcdir}/buildfix.diff
-
   #libtoolize --force
   autoreconf --force --install
   ./configure --prefix=/usr \



[arch-commits] Commit in tcllib/repos/community-any (PKGBUILD PKGBUILD)

2013-02-06 Thread Sergej Pupykin
Date: Wednesday, February 6, 2013 @ 16:19:43
  Author: spupykin
Revision: 83924

archrelease: copy trunk to community-any

Added:
  tcllib/repos/community-any/PKGBUILD
(from rev 83923, tcllib/trunk/PKGBUILD)
Deleted:
  tcllib/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-06 15:19:29 UTC (rev 83923)
+++ PKGBUILD2013-02-06 15:19:43 UTC (rev 83924)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: dtw 
-# Contributor: Mathieu Gauthier 
-# Upgrade to ver. 1.8 - Pawel Bogur 
-
-pkgname=tcllib
-pkgver=1.14
-pkgrel=4
-pkgdesc="Set of pure-Tcl extensions."
-arch=('any')
-url="http://tcllib.sourceforge.net/";
-license=('bsd')
-depends=('tcl')
-source=(http://downloads.sourceforge.net/sourceforge/tcllib/tcllib-${pkgver}.tar.gz)
-md5sums=('55bac9afce54c3328f368918cc2d7a4b')
-
-build(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  sed -i 's|package require TclOO 0.6.1|package require TclOO 1.0|' \
-   modules/struct/stack_oo.tcl \
-   modules/struct/queue_oo.tcl
-
-  _PREFIX=${pkgdir}
-  _TCLSH="/usr/bin/tclsh"
-  $_TCLSH `echo installer.tcl` -pkg-path $_PREFIX/usr/lib/tcllib \
-   -app-path $_PREFIX/usr/bin \
-   -nroff-path $_PREFIX/usr/share/man/mann \
-   -no-examples -no-html \
-   -no-wait  -no-gui
-  mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}/
-  cp ${srcdir}/${pkgname}-${pkgver}/license.terms 
${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-  rm -f $pkgdir/usr/share/man/mann/try.n*
-}

Copied: tcllib/repos/community-any/PKGBUILD (from rev 83923, 
tcllib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-06 15:19:43 UTC (rev 83924)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: dtw 
+# Contributor: Mathieu Gauthier 
+# Upgrade to ver. 1.8 - Pawel Bogur 
+
+pkgname=tcllib
+pkgver=1.15
+pkgrel=1
+pkgdesc="Set of pure-Tcl extensions."
+arch=('any')
+url="http://tcllib.sourceforge.net/";
+license=('bsd')
+depends=('tcl')
+source=(http://downloads.sourceforge.net/sourceforge/tcllib/tcllib-${pkgver}.tar.gz)
+md5sums=('7a0525912e8863f8d4360ab10e5450f8')
+
+package(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  sed -i 's|package require TclOO 0.6.1|package require TclOO 1.0|' \
+   modules/struct/stack_oo.tcl \
+   modules/struct/queue_oo.tcl
+
+  _PREFIX=${pkgdir}
+  _TCLSH="/usr/bin/tclsh"
+  $_TCLSH `echo installer.tcl` -pkg-path $_PREFIX/usr/lib/tcllib \
+   -app-path $_PREFIX/usr/bin \
+   -nroff-path $_PREFIX/usr/share/man/mann \
+   -no-examples -no-html \
+   -no-wait  -no-gui
+  mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}/
+  cp ${srcdir}/${pkgname}-${pkgver}/license.terms 
${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+  rm -f $pkgdir/usr/share/man/mann/try.n*
+}



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

2013-02-06 Thread Sergej Pupykin
Date: Wednesday, February 6, 2013 @ 16:19:29
  Author: spupykin
Revision: 83923

upgpkg: tcllib 1.15-1

upd

Modified:
  tcllib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-06 14:55:54 UTC (rev 83922)
+++ PKGBUILD2013-02-06 15:19:29 UTC (rev 83923)
@@ -5,15 +5,15 @@
 # Upgrade to ver. 1.8 - Pawel Bogur 
 
 pkgname=tcllib
-pkgver=1.14
-pkgrel=4
+pkgver=1.15
+pkgrel=1
 pkgdesc="Set of pure-Tcl extensions."
 arch=('any')
 url="http://tcllib.sourceforge.net/";
 license=('bsd')
 depends=('tcl')
 
source=(http://downloads.sourceforge.net/sourceforge/tcllib/tcllib-${pkgver}.tar.gz)
-md5sums=('55bac9afce54c3328f368918cc2d7a4b')
+md5sums=('7a0525912e8863f8d4360ab10e5450f8')
 
 package(){
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-02-06 Thread Kyle Keen
Date: Wednesday, February 6, 2013 @ 15:55:54
  Author: kkeen
Revision: 83922

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

Added:
  rogue/repos/community-i686/PKGBUILD
(from rev 83921, rogue/trunk/PKGBUILD)
  rogue/repos/community-x86_64/PKGBUILD
(from rev 83921, rogue/trunk/PKGBUILD)
Deleted:
  rogue/repos/community-i686/PKGBUILD
  rogue/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-06 14:55:34 UTC (rev 83921)
+++ community-i686/PKGBUILD 2013-02-06 14:55:54 UTC (rev 83922)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-pkgname=rogue
-pkgver=5.4.4
-pkgrel=2
-pkgdesc="The original dungeon crawl game."
-arch=('i686' 'x86_64')
-url="http://rogue.rogueforge.net/rogue-5-4/";
-license=('custom')
-depends=('ncurses')
-provides=('rouge')  # so the illiterate can find it in searches too
-#source=(http://rogue.rogueforge.net/files/rogue5.4/$pkgname$pkgver-src.tar.gz)
-source=(http://www.sourcefiles.org/Games/Role_Play/$pkgname$pkgver-src.tar.gz)
-md5sums=('033288f46444b06814c81ea69d96e075')
-
-build() {
-  cd "$srcdir/$pkgname$pkgver"
-  ./configure
-  make
-  install -Dm755 rogue "$pkgdir/usr/bin/rogue"
-  install -Dm644 rogue.6 "$pkgdir/usr/share/man/man6/rogue.6"
-  install -Dm644 LICENSE.TXT "$pkgdir/usr/share/licenses/$pkgname/LICENSE.TXT"
-}
-

Copied: rogue/repos/community-i686/PKGBUILD (from rev 83921, 
rogue/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-06 14:55:54 UTC (rev 83922)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Kyle Keen 
+pkgname=rogue
+pkgver=5.4.4
+pkgrel=3
+pkgdesc="The original dungeon crawl game."
+arch=('i686' 'x86_64')
+url="http://rogue.rogueforge.net/rogue-5-4/";
+license=('custom')
+depends=('ncurses')
+provides=('rouge')  # so the illiterate can find it in searches too
+#source=(http://rogue.rogueforge.net/files/rogue5.4/$pkgname$pkgver-src.tar.gz)
+source=(http://www.sourcefiles.org/Games/Role_Play/$pkgname$pkgver-src.tar.gz)
+md5sums=('033288f46444b06814c81ea69d96e075')
+
+build() {
+  cd "$srcdir/$pkgname$pkgver"
+  ./configure
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname$pkgver"
+  install -Dm755 rogue "$pkgdir/usr/bin/rogue"
+  install -Dm644 rogue.6 "$pkgdir/usr/share/man/man6/rogue.6"
+  install -Dm644 LICENSE.TXT "$pkgdir/usr/share/licenses/$pkgname/LICENSE.TXT"
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-02-06 14:55:34 UTC (rev 83921)
+++ community-x86_64/PKGBUILD   2013-02-06 14:55:54 UTC (rev 83922)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-pkgname=rogue
-pkgver=5.4.4
-pkgrel=2
-pkgdesc="The original dungeon crawl game."
-arch=('i686' 'x86_64')
-url="http://rogue.rogueforge.net/rogue-5-4/";
-license=('custom')
-depends=('ncurses')
-provides=('rouge')  # so the illiterate can find it in searches too
-#source=(http://rogue.rogueforge.net/files/rogue5.4/$pkgname$pkgver-src.tar.gz)
-source=(http://www.sourcefiles.org/Games/Role_Play/$pkgname$pkgver-src.tar.gz)
-md5sums=('033288f46444b06814c81ea69d96e075')
-
-build() {
-  cd "$srcdir/$pkgname$pkgver"
-  ./configure
-  make
-  install -Dm755 rogue "$pkgdir/usr/bin/rogue"
-  install -Dm644 rogue.6 "$pkgdir/usr/share/man/man6/rogue.6"
-  install -Dm644 LICENSE.TXT "$pkgdir/usr/share/licenses/$pkgname/LICENSE.TXT"
-}
-

Copied: rogue/repos/community-x86_64/PKGBUILD (from rev 83921, 
rogue/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-02-06 14:55:54 UTC (rev 83922)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Kyle Keen 
+pkgname=rogue
+pkgver=5.4.4
+pkgrel=3
+pkgdesc="The original dungeon crawl game."
+arch=('i686' 'x86_64')
+url="http://rogue.rogueforge.net/rogue-5-4/";
+license=('custom')
+depends=('ncurses')
+provides=('rouge')  # so the illiterate can find it in searches too
+#source=(http://rogue.rogueforge.net/files/rogue5.4/$pkgname$pkgver-src.tar.gz)
+source=(http://www.sourcefiles.org/Games/Role_Play/$pkgname$pkgver-src.tar.gz)
+md5sums=('033288f46444b06814c81ea69d96e075')
+
+build() {
+  cd "$srcdir/$pkgname$pkgver"
+  ./configure
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname$pkgver"
+  install -Dm755 rogue "$pkgdir/usr/bin/rogue"
+  install -Dm644 rogue.6 "$pkgdir/usr/share/man/man6/rogue.6"
+  install -Dm644 LICENSE.TXT "$pkgdir/usr/share/licenses/$pkgname/LICENSE.TXT"
+}
+



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

2013-02-06 Thread Kyle Keen
Date: Wednesday, February 6, 2013 @ 15:55:34
  Author: kkeen
Revision: 83921

upgpkg: rogue 5.4.4-3, pkgdir todo

Modified:
  rogue/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-06 14:51:28 UTC (rev 83920)
+++ PKGBUILD2013-02-06 14:55:34 UTC (rev 83921)
@@ -2,7 +2,7 @@
 # Maintainer: Kyle Keen 
 pkgname=rogue
 pkgver=5.4.4
-pkgrel=2
+pkgrel=3
 pkgdesc="The original dungeon crawl game."
 arch=('i686' 'x86_64')
 url="http://rogue.rogueforge.net/rogue-5-4/";
@@ -17,6 +17,10 @@
   cd "$srcdir/$pkgname$pkgver"
   ./configure
   make
+}
+
+package() {
+  cd "$srcdir/$pkgname$pkgver"
   install -Dm755 rogue "$pkgdir/usr/bin/rogue"
   install -Dm644 rogue.6 "$pkgdir/usr/share/man/man6/rogue.6"
   install -Dm644 LICENSE.TXT "$pkgdir/usr/share/licenses/$pkgname/LICENSE.TXT"



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

2013-02-06 Thread Kyle Keen
Date: Wednesday, February 6, 2013 @ 15:51:28
  Author: kkeen
Revision: 83920

uppkg: skype-oss-2.0.0.72-4, pkgdir todo

Modified:
  skype-oss/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-06 14:47:26 UTC (rev 83919)
+++ PKGBUILD2013-02-06 14:51:28 UTC (rev 83920)
@@ -5,7 +5,7 @@
 
 pkgname=skype-oss
 pkgver=2.0.0.72
-pkgrel=3
+pkgrel=4
 arch=('i686')
 pkgdesc="P2P software for high-quality voice communication (OSS-compatible 
version)"
 url="http://www.skype.com/";
@@ -22,7 +22,7 @@
 md5sums=('ff41dd31906484863884ee0a7da441c1'
  '26e1772379d4d4df9471b6ed660a6d97')
 
-build() {
+package() {
   cd "$srcdir/skype_static-$pkgver-oss"
   install -m 755 -d "$pkgdir/usr/share/skype"/{avatars,lang,sounds}
   install -m 644 avatars/* "$pkgdir/usr/share/skype/avatars"



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

2013-02-06 Thread Kyle Keen
Date: Wednesday, February 6, 2013 @ 15:47:26
  Author: kkeen
Revision: 83919

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

Added:
  nethogs/repos/community-i686/PKGBUILD
(from rev 83918, nethogs/trunk/PKGBUILD)
  nethogs/repos/community-i686/gcc44.patch
(from rev 83918, nethogs/trunk/gcc44.patch)
  nethogs/repos/community-x86_64/PKGBUILD
(from rev 83918, nethogs/trunk/PKGBUILD)
  nethogs/repos/community-x86_64/gcc44.patch
(from rev 83918, nethogs/trunk/gcc44.patch)
Deleted:
  nethogs/repos/community-i686/PKGBUILD
  nethogs/repos/community-i686/gcc44.patch
  nethogs/repos/community-x86_64/PKGBUILD
  nethogs/repos/community-x86_64/gcc44.patch

--+
 community-i686/PKGBUILD  |   60 +
 community-i686/gcc44.patch   |   22 +++
 community-x86_64/PKGBUILD|   60 +
 community-x86_64/gcc44.patch |   22 +++
 4 files changed, 86 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-06 14:46:55 UTC (rev 83918)
+++ community-i686/PKGBUILD 2013-02-06 14:47:26 UTC (rev 83919)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: ViNS 
-# Contributor: Daenyth
-pkgname=nethogs
-pkgver=0.8.0
-pkgrel=1
-pkgdesc="A net top tool which displays traffic used per process instead of per 
IP or interface"
-url="http://nethogs.sourceforge.net";
-license=(GPL)
-depends=(libpcap ncurses gcc-libs)
-arch=(i686 x86_64)
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz 
gcc44.patch)
-md5sums=('d6fb12b46e80a50c9b9f91dd48e2b234'
- '62eb824fbbadd1c60d0749593c16d293')
-
-build() {
-  cd "$srcdir/$pkgname"
-
-  sed -i 's/sbin/bin/g' Makefile
-
-  # Patch the code to work with gcc 4.4
-  patch -Np1 -i "$srcdir/gcc44.patch"
-
-  make
-  make DESTDIR="$pkgdir/usr" install
-}
-# vim:set ts=2 sw=2 et:

Copied: nethogs/repos/community-i686/PKGBUILD (from rev 83918, 
nethogs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-06 14:47:26 UTC (rev 83919)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: ViNS 
+# Contributor: Daenyth
+pkgname=nethogs
+pkgver=0.8.0
+pkgrel=2
+pkgdesc="A net top tool which displays traffic used per process instead of per 
IP or interface"
+url="http://nethogs.sourceforge.net";
+license=(GPL)
+depends=(libpcap ncurses gcc-libs)
+arch=(i686 x86_64)
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz 
gcc44.patch)
+md5sums=('d6fb12b46e80a50c9b9f91dd48e2b234'
+ '62eb824fbbadd1c60d0749593c16d293')
+
+build() {
+  cd "$srcdir/$pkgname"
+
+  sed -i 's/sbin/bin/g' Makefile
+
+  # Patch the code to work with gcc 4.4
+  patch -Np1 -i "$srcdir/gcc44.patch"
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make DESTDIR="$pkgdir/usr" install
+}
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/gcc44.patch
===
--- community-i686/gcc44.patch  2013-02-06 14:46:55 UTC (rev 83918)
+++ community-i686/gcc44.patch  2013-02-06 14:47:26 UTC (rev 83919)
@@ -1,11 +0,0 @@
-diff -ruN nethogs-old/conninode.cpp nethogs/conninode.cpp
 nethogs-old/conninode.cpp  2009-05-17 09:05:32.0 -0400
-+++ nethogs/conninode.cpp  2009-05-17 09:06:47.0 -0400
-@@ -1,6 +1,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- #include "nethogs.h"
- #include "conninode.h"

Copied: nethogs/repos/community-i686/gcc44.patch (from rev 83918, 
nethogs/trunk/gcc44.patch)
===
--- community-i686/gcc44.patch  (rev 0)
+++ community-i686/gcc44.patch  2013-02-06 14:47:26 UTC (rev 83919)
@@ -0,0 +1,11 @@
+diff -ruN nethogs-old/conninode.cpp nethogs/conninode.cpp
+--- nethogs-old/conninode.cpp  2009-05-17 09:05:32.0 -0400
 nethogs/conninode.cpp  2009-05-17 09:06:47.0 -0400
+@@ -1,6 +1,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ #include "nethogs.h"
+ #include "conninode.h"

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-02-06 14:46:55 UTC (rev 83918)
+++ community-x86_64/PKGBUILD   2013-02-06 14:47:26 UTC (rev 83919)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: ViNS 
-# Contributor: Daenyth
-pkgname=nethogs
-pkgver=0.8.0
-pkgrel=1
-pkgdesc="A net top tool which displays traffic used per process instead of per 
IP or interface"
-url="http://nethogs.sourceforge.net";
-license=(GPL)
-depends=(libpcap ncurses gcc-libs)
-arch=(i686 x86_64)
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz 
gcc44.patch)
-md5sums=('d

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

2013-02-06 Thread Kyle Keen
Date: Wednesday, February 6, 2013 @ 15:46:55
  Author: kkeen
Revision: 83918

upgpkg: nethogs 0.8.0-2, pkgdir todo

Modified:
  nethogs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-06 14:41:18 UTC (rev 83917)
+++ PKGBUILD2013-02-06 14:46:55 UTC (rev 83918)
@@ -4,7 +4,7 @@
 # Contributor: Daenyth
 pkgname=nethogs
 pkgver=0.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A net top tool which displays traffic used per process instead of per 
IP or interface"
 url="http://nethogs.sourceforge.net";
 license=(GPL)
@@ -23,6 +23,10 @@
   patch -Np1 -i "$srcdir/gcc44.patch"
 
   make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
   make DESTDIR="$pkgdir/usr" install
 }
 # vim:set ts=2 sw=2 et:



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

2013-02-06 Thread Alexander Rødseth
Date: Wednesday, February 6, 2013 @ 15:27:05
  Author: arodseth
Revision: 83914

Fix for FS#33656

Modified:
  geany/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-06 14:22:50 UTC (rev 83913)
+++ PKGBUILD2013-02-06 14:27:05 UTC (rev 83914)
@@ -7,7 +7,7 @@
 
 pkgname=geany
 pkgver=1.22
-pkgrel=2
+pkgrel=3
 pkgdesc='Fast and lightweight IDE'
 arch=('x86_64' 'i686')
 url="http://www.geany.org/";
@@ -31,8 +31,8 @@
sed -i '0,/on/s//on2/' data/templates/files/main.py
   msg2 "Fixing FS#10318..."
   setconf geany.desktop MimeType ''
-  msg2 "Enabling colors for PKGBUILD files..."
-  setconf data/filetype_extensions.conf Sh PKGBUILD
+  msg2 "Enabling syntax highlighting for PKGBUILD files..."
+  sed -i 's/Sh=/Sh=PKGBUILD;/' data/filetype_extensions.conf
 }
 
 package() {



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

2013-02-06 Thread Alexander Rødseth
Date: Wednesday, February 6, 2013 @ 15:27:16
  Author: arodseth
Revision: 83915

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

Added:
  geany/repos/community-i686/PKGBUILD
(from rev 83914, geany/trunk/PKGBUILD)
  geany/repos/community-i686/geany.install
(from rev 83914, geany/trunk/geany.install)
  geany/repos/community-x86_64/PKGBUILD
(from rev 83914, geany/trunk/PKGBUILD)
  geany/repos/community-x86_64/geany.install
(from rev 83914, geany/trunk/geany.install)
Deleted:
  geany/repos/community-i686/PKGBUILD
  geany/repos/community-i686/geany.install
  geany/repos/community-x86_64/PKGBUILD
  geany/repos/community-x86_64/geany.install

+
 community-i686/PKGBUILD|   88 +++
 community-i686/geany.install   |   28 ++--
 community-x86_64/PKGBUILD  |   88 +++
 community-x86_64/geany.install |   28 ++--
 4 files changed, 116 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-06 14:27:05 UTC (rev 83914)
+++ community-i686/PKGBUILD 2013-02-06 14:27:16 UTC (rev 83915)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Angel Velasquez  
-# Contributor: Ionut Biru  
-# Contributor: William Rea 
-# Contributor: Allan McRae 
-
-pkgname=geany
-pkgver=1.22
-pkgrel=2
-pkgdesc='Fast and lightweight IDE'
-arch=('x86_64' 'i686')
-url="http://www.geany.org/";
-license=('GPL')
-depends=('gtk2' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('perlxml' 'setconf' 'intltool')
-optdepends=('vte: for terminal support' 'python2')
-install=geany.install
-source=("http://download.geany.org/$pkgname-$pkgver.tar.bz2";)
-options=('!libtool')
-sha256sums=('901a35a7395ef10a80fb10b3ab63bae3871693a4e82d56388e9521a27877577e')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  msg2 "Configuring..."
-  ./configure --prefix=/usr
-  msg2 "Compiling..."
-  make
-  msg2 "Python2 fix..."
-   sed -i '0,/on/s//on2/' data/templates/files/main.py
-  msg2 "Fixing FS#10318..."
-  setconf geany.desktop MimeType ''
-  msg2 "Enabling colors for PKGBUILD files..."
-  setconf data/filetype_extensions.conf Sh PKGBUILD
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: geany/repos/community-i686/PKGBUILD (from rev 83914, 
geany/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-06 14:27:16 UTC (rev 83915)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Angel Velasquez  
+# Contributor: Ionut Biru  
+# Contributor: William Rea 
+# Contributor: Allan McRae 
+
+pkgname=geany
+pkgver=1.22
+pkgrel=3
+pkgdesc='Fast and lightweight IDE'
+arch=('x86_64' 'i686')
+url="http://www.geany.org/";
+license=('GPL')
+depends=('gtk2' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('perlxml' 'setconf' 'intltool')
+optdepends=('vte: for terminal support' 'python2')
+install=geany.install
+source=("http://download.geany.org/$pkgname-$pkgver.tar.bz2";)
+options=('!libtool')
+sha256sums=('901a35a7395ef10a80fb10b3ab63bae3871693a4e82d56388e9521a27877577e')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  msg2 "Configuring..."
+  ./configure --prefix=/usr
+  msg2 "Compiling..."
+  make
+  msg2 "Python2 fix..."
+   sed -i '0,/on/s//on2/' data/templates/files/main.py
+  msg2 "Fixing FS#10318..."
+  setconf geany.desktop MimeType ''
+  msg2 "Enabling syntax highlighting for PKGBUILD files..."
+  sed -i 's/Sh=/Sh=PKGBUILD;/' data/filetype_extensions.conf
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/geany.install
===
--- community-i686/geany.install2013-02-06 14:27:05 UTC (rev 83914)
+++ community-i686/geany.install2013-02-06 14:27:16 UTC (rev 83915)
@@ -1,14 +0,0 @@
-post_upgrade() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_install() {
-  post_upgrade
-}
-
-post_remove() {
-  post_upgrade
-}
-
-# vim:set ts=2 sw=2 et:

Copied: geany/repos/community-i686/geany.install (from rev 83914, 
geany/trunk/geany.install)
===
--- community-i686/geany.install(rev 0)
+++ community-i686/geany.install2013-02-06 14:27:16 UTC (rev 83915)
@@ -0,0 +1,14 @@
+post_upgrade() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===

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

2013-02-06 Thread Kyle Keen
Date: Wednesday, February 6, 2013 @ 15:41:18
  Author: kkeen
Revision: 83917

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

Added:
  lout/repos/community-i686/PKGBUILD
(from rev 83916, lout/trunk/PKGBUILD)
  lout/repos/community-i686/lout.install
(from rev 83916, lout/trunk/lout.install)
  lout/repos/community-i686/makefile.arch
(from rev 83916, lout/trunk/makefile.arch)
  lout/repos/community-x86_64/PKGBUILD
(from rev 83916, lout/trunk/PKGBUILD)
  lout/repos/community-x86_64/lout.install
(from rev 83916, lout/trunk/lout.install)
  lout/repos/community-x86_64/makefile.arch
(from rev 83916, lout/trunk/makefile.arch)
Deleted:
  lout/repos/community-i686/PKGBUILD
  lout/repos/community-i686/lout.install
  lout/repos/community-i686/makefile.arch
  lout/repos/community-x86_64/PKGBUILD
  lout/repos/community-x86_64/lout.install
  lout/repos/community-x86_64/makefile.arch

+
 community-i686/PKGBUILD|   60 +++---
 community-i686/lout.install|   20 
 community-i686/makefile.arch   |   90 +++
 community-x86_64/PKGBUILD  |   60 +++---
 community-x86_64/lout.install  |   20 
 community-x86_64/makefile.arch |   90 +++
 6 files changed, 184 insertions(+), 156 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-06 14:40:49 UTC (rev 83916)
+++ community-i686/PKGBUILD 2013-02-06 14:41:18 UTC (rev 83917)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: catwell 
-
-pkgname=lout
-pkgver=3.39
-pkgrel=1
-pkgdesc="A lightweight document formatting system."
-arch=('i686' 'x86_64')
-url="http://lout.wiki.sourceforge.net/";
-license=('GPL')
-depends=('glibc')
-install=lout.install
-source=(http://mirrors.ctan.org/support/$pkgname/$pkgname-$pkgver.tar.gz 
makefile.arch lout.install)
-md5sums=('151e1fba676c7052936ccc1bcd9663a9'
- '088a29ca16477a9a30da9fafc9391de8'
- 'bc6c8df650fe75dd3c51d0c047c56f30')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  cp ../makefile.arch .
-  make -f makefile.arch PKGDIR="$pkgdir" install
-}
-

Copied: lout/repos/community-i686/PKGBUILD (from rev 83916, lout/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-06 14:41:18 UTC (rev 83917)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: catwell 
+
+pkgname=lout
+pkgver=3.39
+pkgrel=2
+pkgdesc="A lightweight document formatting system."
+arch=('i686' 'x86_64')
+url="http://lout.wiki.sourceforge.net/";
+license=('GPL')
+depends=('glibc')
+install=lout.install
+source=(http://mirrors.ctan.org/support/$pkgname/$pkgname-$pkgver.tar.gz
+makefile.arch
+lout.install
+
http://pkgs.fedoraproject.org/repo/pkgs/lout/slides.pdf/6822c33e49a1dca0b090f297d404d7fa/slides.pdf)
+md5sums=('151e1fba676c7052936ccc1bcd9663a9'
+ '088a29ca16477a9a30da9fafc9391de8'
+ '597cd52eb87ef6253cf769bed4db3952'
+ '6822c33e49a1dca0b090f297d404d7fa')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  cp ../makefile.arch .
+  make -f makefile.arch
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make -f makefile.arch PKGDIR="$pkgdir" install
+  chmod 0775  "$pkgdir/usr/lib/lout/data/"
+  chgrp users "$pkgdir/usr/lib/lout/data/"
+  install -Dm644 "$srcdir/slides.pdf" 
"$pkgdir/usr/share/doc/$pkgname/introduction.pdf"
+}
+

Deleted: community-i686/lout.install
===
--- community-i686/lout.install 2013-02-06 14:40:49 UTC (rev 83916)
+++ community-i686/lout.install 2013-02-06 14:41:18 UTC (rev 83917)
@@ -1,9 +0,0 @@
-post_install()
-{
-  /usr/bin/lout -x -s /usr/lib/lout/include/init
-}
-
-post_upgrade()
-{
- post_install $1
-}

Copied: lout/repos/community-i686/lout.install (from rev 83916, 
lout/trunk/lout.install)
===
--- community-i686/lout.install (rev 0)
+++ community-i686/lout.install 2013-02-06 14:41:18 UTC (rev 83917)
@@ -0,0 +1,11 @@
+post_install()
+{
+  /usr/bin/lout -x -s /usr/lib/lout/include/init
+  chmod 0775  "/usr/lib/lout/data/"
+  chgrp users "/usr/lib/lout/data/"
+}
+
+post_upgrade()
+{
+ post_install $1
+}

Deleted: community-i686/makefile.arch
===
--- community-i686/makefile.arch2013-02-06 14:40:49 UTC (rev 83916)
+++ community-i686/makefile.arch2013-02-06 14:41:18 UTC (rev 83917)
@@ -1,45 +0,0 @@
-# Makefile for lout 3.38 on Arch Linux.
-# catwell 
-
-PKGDIR = /
-COPTS = -ansi -pedantic -O3
-
-CFLAGS = -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DDB_FIX=0 -DUSE_STAT=1 \
-  -DSAFE_DFT=0 -DCOLLATE=1 -DL

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

2013-02-06 Thread Kyle Keen
Date: Wednesday, February 6, 2013 @ 15:40:49
  Author: kkeen
Revision: 83916

upgpkg: lout 3.39-2, pkgdir todo

Modified:
  lout/trunk/PKGBUILD
  lout/trunk/lout.install

--+
 PKGBUILD |   20 +++-
 lout.install |2 ++
 2 files changed, 17 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-06 14:27:16 UTC (rev 83915)
+++ PKGBUILD2013-02-06 14:40:49 UTC (rev 83916)
@@ -2,25 +2,35 @@
 # Maintainer: Kyle Keen 
 # Contributor: catwell 
 
-# todo: bundle the short slides.pdf intro
-
 pkgname=lout
 pkgver=3.39
-pkgrel=1
+pkgrel=2
 pkgdesc="A lightweight document formatting system."
 arch=('i686' 'x86_64')
 url="http://lout.wiki.sourceforge.net/";
 license=('GPL')
 depends=('glibc')
 install=lout.install
-source=(http://mirrors.ctan.org/support/$pkgname/$pkgname-$pkgver.tar.gz 
makefile.arch lout.install)
+source=(http://mirrors.ctan.org/support/$pkgname/$pkgname-$pkgver.tar.gz
+makefile.arch
+lout.install
+
http://pkgs.fedoraproject.org/repo/pkgs/lout/slides.pdf/6822c33e49a1dca0b090f297d404d7fa/slides.pdf)
 md5sums=('151e1fba676c7052936ccc1bcd9663a9'
  '088a29ca16477a9a30da9fafc9391de8'
- 'bc6c8df650fe75dd3c51d0c047c56f30')
+ '597cd52eb87ef6253cf769bed4db3952'
+ '6822c33e49a1dca0b090f297d404d7fa')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
   cp ../makefile.arch .
+  make -f makefile.arch
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
   make -f makefile.arch PKGDIR="$pkgdir" install
+  chmod 0775  "$pkgdir/usr/lib/lout/data/"
+  chgrp users "$pkgdir/usr/lib/lout/data/"
+  install -Dm644 "$srcdir/slides.pdf" 
"$pkgdir/usr/share/doc/$pkgname/introduction.pdf"
 }
 

Modified: lout.install
===
--- lout.install2013-02-06 14:27:16 UTC (rev 83915)
+++ lout.install2013-02-06 14:40:49 UTC (rev 83916)
@@ -1,6 +1,8 @@
 post_install()
 {
   /usr/bin/lout -x -s /usr/lib/lout/include/init
+  chmod 0775  "/usr/lib/lout/data/"
+  chgrp users "/usr/lib/lout/data/"
 }
 
 post_upgrade()



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

2013-02-06 Thread Alexander Rødseth
Date: Wednesday, February 6, 2013 @ 15:22:50
  Author: arodseth
Revision: 83913

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

Added:
  haskell-regex-base/repos/community-staging-i686/
  haskell-regex-base/repos/community-staging-i686/PKGBUILD
(from rev 83912, haskell-regex-base/trunk/PKGBUILD)
  haskell-regex-base/repos/community-staging-i686/haskell-regex-base.install
(from rev 83912, haskell-regex-base/trunk/haskell-regex-base.install)
  haskell-regex-base/repos/community-staging-x86_64/
  haskell-regex-base/repos/community-staging-x86_64/PKGBUILD
(from rev 83912, haskell-regex-base/trunk/PKGBUILD)
  haskell-regex-base/repos/community-staging-x86_64/haskell-regex-base.install
(from rev 83912, haskell-regex-base/trunk/haskell-regex-base.install)

-+
 community-staging-i686/PKGBUILD |   43 ++
 community-staging-i686/haskell-regex-base.install   |   18 +++
 community-staging-x86_64/PKGBUILD   |   43 ++
 community-staging-x86_64/haskell-regex-base.install |   18 +++
 4 files changed, 122 insertions(+)

Copied: haskell-regex-base/repos/community-staging-i686/PKGBUILD (from rev 
83912, haskell-regex-base/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-02-06 14:22:50 UTC (rev 83913)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+# Contributor: Alexander Rødseth 
+
+_hkgname=regex-base
+pkgname=haskell-regex-base
+pkgver=0.93.2
+pkgrel=12
+pkgdesc='Interface API for regex-posix,pcre,parsec,tdfa,dfa'
+url='http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-base'
+license=('custom:BSD3')
+arch=('x86_64' 'i686')
+depends=('ghc=7.6.2-1' 'sh' 'haskell-mtl=2.1.2')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz";)
+install=$pkgname.install
+sha256sums=('20dc5713a16f3d5e2e6d056b4beb9cfdc4368cd09fd56f47414c847705243278')
+
+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
+}
+
+# vim:set ts=2 sw=2 et:

Copied: 
haskell-regex-base/repos/community-staging-i686/haskell-regex-base.install 
(from rev 83912, haskell-regex-base/trunk/haskell-regex-base.install)
===
--- community-staging-i686/haskell-regex-base.install   
(rev 0)
+++ community-staging-i686/haskell-regex-base.install   2013-02-06 14:22:50 UTC 
(rev 83913)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-regex-base
+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-regex-base/repos/community-staging-x86_64/PKGBUILD (from rev 
83912, haskell-regex-base/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-02-06 14:22:50 UTC (rev 83913)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+# Contributor: Alexander Rødseth 
+
+_hkgname=regex-base
+pkgname=haskell-regex-base
+pkgver=0.93.2
+pkgrel=12
+pkgdesc='Interface API for regex-posix,pcre,parsec,tdfa,dfa'
+url='http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-base'
+license=('custom:BSD3')
+arch=('x86_64' 'i686')
+depends=('ghc=7.6.2-1' 'sh' 'haskell-mtl=2.1.2')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz";)
+install=$pkgname.install
+sha256sums=('20d

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

2013-02-06 Thread Alexander Rødseth
Date: Wednesday, February 6, 2013 @ 15:22:40
  Author: arodseth
Revision: 83912

upgpkg: haskell-regex-base 0.93.2-12

Modified:
  haskell-regex-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-06 14:10:47 UTC (rev 83911)
+++ PKGBUILD2013-02-06 14:22:40 UTC (rev 83912)
@@ -6,12 +6,12 @@
 _hkgname=regex-base
 pkgname=haskell-regex-base
 pkgver=0.93.2
-pkgrel=10
+pkgrel=12
 pkgdesc='Interface API for regex-posix,pcre,parsec,tdfa,dfa'
 url='http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-base'
 license=('custom:BSD3')
 arch=('x86_64' 'i686')
-depends=('ghc=7.6.1-1' 'sh' 'haskell-mtl=2.1.2')
+depends=('ghc=7.6.2-1' 'sh' 'haskell-mtl=2.1.2')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz";)
 install=$pkgname.install
 sha256sums=('20dc5713a16f3d5e2e6d056b4beb9cfdc4368cd09fd56f47414c847705243278')



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

2013-02-06 Thread Alexander Rødseth
Date: Wednesday, February 6, 2013 @ 15:10:47
  Author: arodseth
Revision: 83911

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

Added:
  ruby-gtk3/repos/community-i686/PKGBUILD
(from rev 83910, ruby-gtk3/trunk/PKGBUILD)
  ruby-gtk3/repos/community-x86_64/PKGBUILD
(from rev 83910, ruby-gtk3/trunk/PKGBUILD)
Deleted:
  ruby-gtk3/repos/community-i686/PKGBUILD
  ruby-gtk3/repos/community-x86_64/PKGBUILD

---+
 community-i686/PKGBUILD   |   86 ++--
 community-x86_64/PKGBUILD |   86 ++--
 2 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-06 14:09:22 UTC (rev 83910)
+++ community-i686/PKGBUILD 2013-02-06 14:10:47 UTC (rev 83911)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Eric Bélanger
-# Contributor: Brad Fanella 
-# Contributor: Bjorn Lindeijer 
-# Contributor: kritoke 
-
-pkgbase=ruby-gtk3
-pkgname=('ruby-gtk3' 'ruby-gdk3')
-depends=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-glib2' 'ruby-pango')
-pkgver=1.2.1
-pkgrel=2
-arch=('x86_64' 'i686')
-url='http://ruby-gnome2.sourceforge.jp/'
-license=('LGPL')
-makedepends=('ruby-pkgconfig' 'ruby-cairo' 'gtk3')
-source=("http://downloads.sourceforge.net/ruby-gnome2/ruby-gtk3-$pkgver.tar.gz";)
-sha256sums=('78c7dbfaebabefe0f5a3d96c779cc08ea949a354e3f7cd1ff797d850ded4168a')
-
-build() {
-   cd "$srcdir/ruby-gtk3-$pkgver"
-   LANG="en_US.UTF-8" ruby extconf.rb gtk3 gdk3 --vendor
-   make
-}
-
-package_ruby-gtk3() {
-  pkgdesc='Ruby bindings for gtk3'
-  depends=('gtk3' "ruby-glib2=$pkgver" "ruby-pango=$pkgver" "ruby-atk=$pkgver"
-   "ruby-gdkpixbuf2=$pkgver")
-
-   cd "$srcdir/ruby-gtk3-$pkgver/gtk3"
-   make DESTDIR="$pkgdir/" install
-}
-
-package_ruby-gdk3() {
-  pkgdesc='Ruby bindings for gdk3'
-  depends=('ruby' 'gtk3')
-
-   cd "$srcdir/ruby-gtk3-$pkgver/gdk3"
-   make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ruby-gtk3/repos/community-i686/PKGBUILD (from rev 83910, 
ruby-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-06 14:10:47 UTC (rev 83911)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Eric Bélanger
+# Contributor: Brad Fanella 
+# Contributor: Bjorn Lindeijer 
+# Contributor: kritoke 
+
+pkgbase=ruby-gtk3
+pkgname=('ruby-gtk3' 'ruby-gdk3')
+depends=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-glib2' 'ruby-pango')
+pkgver=1.2.1
+pkgrel=2
+arch=('x86_64' 'i686')
+url='http://ruby-gnome2.sourceforge.jp/'
+license=('LGPL')
+makedepends=('ruby-pkgconfig' 'ruby-cairo' 'gtk3')
+source=("http://downloads.sourceforge.net/ruby-gnome2/ruby-gtk3-$pkgver.tar.gz";)
+sha256sums=('78c7dbfaebabefe0f5a3d96c779cc08ea949a354e3f7cd1ff797d850ded4168a')
+
+build() {
+   cd "$srcdir/ruby-gtk3-$pkgver"
+   LANG="en_US.UTF-8" ruby extconf.rb gtk3 gdk3 --vendor
+   make
+}
+
+package_ruby-gtk3() {
+  pkgdesc='Ruby bindings for gtk3'
+  depends=('gtk3' "ruby-glib2=$pkgver" "ruby-pango=$pkgver" "ruby-atk=$pkgver"
+   "ruby-gdkpixbuf2=$pkgver")
+
+   cd "$srcdir/ruby-gtk3-$pkgver/gtk3"
+   make DESTDIR="$pkgdir/" install
+}
+
+package_ruby-gdk3() {
+  pkgdesc='Ruby bindings for gdk3'
+  depends=('ruby' 'gtk3')
+
+   cd "$srcdir/ruby-gtk3-$pkgver/gdk3"
+   make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-02-06 14:09:22 UTC (rev 83910)
+++ community-x86_64/PKGBUILD   2013-02-06 14:10:47 UTC (rev 83911)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Eric Bélanger
-# Contributor: Brad Fanella 
-# Contributor: Bjorn Lindeijer 
-# Contributor: kritoke 
-
-pkgbase=ruby-gtk3
-pkgname=('ruby-gtk3' 'ruby-gdk3')
-depends=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-glib2' 'ruby-pango')
-pkgver=1.2.1
-pkgrel=2
-arch=('x86_64' 'i686')
-url='http://ruby-gnome2.sourceforge.jp/'
-license=('LGPL')
-makedepends=('ruby-pkgconfig' 'ruby-cairo' 'gtk3')
-source=("http://downloads.sourceforge.net/ruby-gnome2/ruby-gtk3-$pkgver.tar.gz";)
-sha256sums=('78c7dbfaebabefe0f5a3d96c779cc08ea949a354e3f7cd1ff797d850ded4168a')
-
-build() {
-   cd "$srcdir/ruby-gtk3-$pkgver"
-   LANG="en_US.UTF-8" ruby extconf.rb gtk3 gdk3 --vendor
-   make
-}
-
-package_ruby-gtk3() {
-  pkgdesc='Ruby bindings for gtk3'
-  depends=('gtk3' "ruby-glib2=$pkgver" "ruby-pango=$pkgver" "ruby-atk=$pkgver"
-   "ruby-gdkpixbuf2=$pkgver")
-
-   cd "$srcdir/ruby-gtk3-$pkgver/gtk3"
-   make DESTDIR="$pkgdir/" install
-}
-
-package_ruby-gdk3() {
-  pkgdesc='Ruby bindings for gdk3'
-  depends=('ruby' 'gtk3'

[arch-commits] Commit in haskell-regex-base/repos (8 files)

2013-02-06 Thread Alexander Rødseth
Date: Wednesday, February 6, 2013 @ 15:09:22
  Author: arodseth
Revision: 83910

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

Added:
  haskell-regex-base/repos/community-i686/PKGBUILD
(from rev 83909, haskell-regex-base/trunk/PKGBUILD)
  haskell-regex-base/repos/community-i686/haskell-regex-base.install
(from rev 83909, haskell-regex-base/trunk/haskell-regex-base.install)
  haskell-regex-base/repos/community-x86_64/PKGBUILD
(from rev 83909, haskell-regex-base/trunk/PKGBUILD)
  haskell-regex-base/repos/community-x86_64/haskell-regex-base.install
(from rev 83909, haskell-regex-base/trunk/haskell-regex-base.install)
Deleted:
  haskell-regex-base/repos/community-i686/PKGBUILD
  haskell-regex-base/repos/community-i686/haskell-regex-base.install
  haskell-regex-base/repos/community-x86_64/PKGBUILD
  haskell-regex-base/repos/community-x86_64/haskell-regex-base.install

-+
 community-i686/PKGBUILD |   86 +-
 community-i686/haskell-regex-base.install   |   36 +-
 community-x86_64/PKGBUILD   |   86 +-
 community-x86_64/haskell-regex-base.install |   36 +-
 4 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-06 14:09:11 UTC (rev 83909)
+++ community-i686/PKGBUILD 2013-02-06 14:09:22 UTC (rev 83910)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta 
-# Contributor: Arch Haskell Team 
-# Contributor: Alexander Rødseth 
-
-_hkgname=regex-base
-pkgname=haskell-regex-base
-pkgver=0.93.2
-pkgrel=8
-pkgdesc='Interface API for regex-posix,pcre,parsec,tdfa,dfa'
-url='http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-base'
-license=('custom:BSD3')
-arch=('x86_64' 'i686')
-depends=('ghc=7.6.2-1' 'sh' 'haskell-mtl=2.1.2')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz";)
-install=$pkgname.install
-sha256sums=('20dc5713a16f3d5e2e6d056b4beb9cfdc4368cd09fd56f47414c847705243278')
-
-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
-}
-
-# vim:set ts=2 sw=2 et:

Copied: haskell-regex-base/repos/community-i686/PKGBUILD (from rev 83909, 
haskell-regex-base/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-06 14:09:22 UTC (rev 83910)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+# Contributor: Alexander Rødseth 
+
+_hkgname=regex-base
+pkgname=haskell-regex-base
+pkgver=0.93.2
+pkgrel=10
+pkgdesc='Interface API for regex-posix,pcre,parsec,tdfa,dfa'
+url='http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-base'
+license=('custom:BSD3')
+arch=('x86_64' 'i686')
+depends=('ghc=7.6.1-1' 'sh' 'haskell-mtl=2.1.2')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz";)
+install=$pkgname.install
+sha256sums=('20dc5713a16f3d5e2e6d056b4beb9cfdc4368cd09fd56f47414c847705243278')
+
+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

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

2013-02-06 Thread Alexander Rødseth
Date: Wednesday, February 6, 2013 @ 15:09:11
  Author: arodseth
Revision: 83909

Fix for FS#33714, was too quick to update to depend on ghc 7.6.2

Modified:
  haskell-regex-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-06 14:03:34 UTC (rev 83908)
+++ PKGBUILD2013-02-06 14:09:11 UTC (rev 83909)
@@ -6,12 +6,12 @@
 _hkgname=regex-base
 pkgname=haskell-regex-base
 pkgver=0.93.2
-pkgrel=9
+pkgrel=10
 pkgdesc='Interface API for regex-posix,pcre,parsec,tdfa,dfa'
 url='http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-base'
 license=('custom:BSD3')
 arch=('x86_64' 'i686')
-depends=('ghc=7.6.2-1' 'sh' 'haskell-mtl=2.1.2')
+depends=('ghc=7.6.1-1' 'sh' 'haskell-mtl=2.1.2')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz";)
 install=$pkgname.install
 sha256sums=('20dc5713a16f3d5e2e6d056b4beb9cfdc4368cd09fd56f47414c847705243278')



[arch-commits] Commit in pacgraph/repos/community-any (PKGBUILD PKGBUILD)

2013-02-06 Thread Kyle Keen
Date: Wednesday, February 6, 2013 @ 15:03:34
  Author: kkeen
Revision: 83908

archrelease: copy trunk to community-any

Added:
  pacgraph/repos/community-any/PKGBUILD
(from rev 83907, pacgraph/trunk/PKGBUILD)
Deleted:
  pacgraph/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-06 14:03:25 UTC (rev 83907)
+++ PKGBUILD2013-02-06 14:03:34 UTC (rev 83908)
@@ -1,23 +0,0 @@
-# Maintainer: Kyle Keen 
-pkgname=pacgraph
-pkgver=20110629
-pkgrel=1
-pkgdesc="Draws a graph of installed packages to PNG/SVG/GUI/console.  Good for 
finding bloat."
-arch=('any')
-url="http://kmkeen.com/pacgraph/";
-license=('GPL')
-depends=('python')
-makedepends=()
-optdepends=('inkscape: png backend'
-'imagemagick: png backend'
-'tk: gui version')
-source=(http://kmkeen.com/pacgraph/$pkgname-$pkgver.tar.gz)
-md5sums=('8f6da3a2fc4b8c5bb924767014b1cfb2')
-
-build() {
-  cd "$srcdir/$pkgname"
-  install -D -m 0755 pacgraph"$pkgdir/usr/bin/pacgraph"
-  install -D -m 0755 pacgraph-tk "$pkgdir/usr/bin/pacgraph-tk"
-  install -Dm644 $pkgname.1  "$pkgdir/usr/share/man/man1/$pkgname.1"
-}
-

Copied: pacgraph/repos/community-any/PKGBUILD (from rev 83907, 
pacgraph/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-06 14:03:34 UTC (rev 83908)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Kyle Keen 
+pkgname=pacgraph
+pkgver=20110629
+pkgrel=2
+pkgdesc="Draws a graph of installed packages to PNG/SVG/GUI/console.  Good for 
finding bloat."
+arch=('any')
+url="http://kmkeen.com/pacgraph/";
+license=('GPL')
+depends=('python')
+makedepends=()
+optdepends=('inkscape: png backend'
+'imagemagick: png backend'
+'tk: gui version')
+source=(http://kmkeen.com/pacgraph/$pkgname-$pkgver.tar.gz)
+md5sums=('8f6da3a2fc4b8c5bb924767014b1cfb2')
+
+package() {
+  cd "$srcdir/$pkgname"
+  install -D -m 0755 pacgraph"$pkgdir/usr/bin/pacgraph"
+  install -D -m 0755 pacgraph-tk "$pkgdir/usr/bin/pacgraph-tk"
+  install -Dm644 $pkgname.1  "$pkgdir/usr/share/man/man1/$pkgname.1"
+}
+



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

2013-02-06 Thread Kyle Keen
Date: Wednesday, February 6, 2013 @ 15:03:25
  Author: kkeen
Revision: 83907

upgpkg: pacgraph 20110629-2

pkgdir todo

Modified:
  pacgraph/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-06 14:02:35 UTC (rev 83906)
+++ PKGBUILD2013-02-06 14:03:25 UTC (rev 83907)
@@ -2,7 +2,7 @@
 # Maintainer: Kyle Keen 
 pkgname=pacgraph
 pkgver=20110629
-pkgrel=1
+pkgrel=2
 pkgdesc="Draws a graph of installed packages to PNG/SVG/GUI/console.  Good for 
finding bloat."
 arch=('any')
 url="http://kmkeen.com/pacgraph/";
@@ -15,7 +15,7 @@
 source=(http://kmkeen.com/pacgraph/$pkgname-$pkgver.tar.gz)
 md5sums=('8f6da3a2fc4b8c5bb924767014b1cfb2')
 
-build() {
+package() {
   cd "$srcdir/$pkgname"
   install -D -m 0755 pacgraph"$pkgdir/usr/bin/pacgraph"
   install -D -m 0755 pacgraph-tk "$pkgdir/usr/bin/pacgraph-tk"



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

2013-02-06 Thread Alexander Rødseth
Date: Wednesday, February 6, 2013 @ 15:02:35
  Author: arodseth
Revision: 83906

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

Added:
  ruby-gtk3/repos/community-i686/PKGBUILD
(from rev 83905, ruby-gtk3/trunk/PKGBUILD)
  ruby-gtk3/repos/community-x86_64/PKGBUILD
(from rev 83905, ruby-gtk3/trunk/PKGBUILD)
Deleted:
  ruby-gtk3/repos/community-i686/PKGBUILD
  ruby-gtk3/repos/community-x86_64/PKGBUILD

---+
 community-i686/PKGBUILD   |   88 +---
 community-x86_64/PKGBUILD |   88 +---
 2 files changed, 86 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-06 13:59:28 UTC (rev 83905)
+++ community-i686/PKGBUILD 2013-02-06 14:02:35 UTC (rev 83906)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Eric Bélanger
-# Contributor: Brad Fanella 
-# Contributor: Bjorn Lindeijer 
-# Contributor: kritoke 
-
-pkgbase=ruby-gtk3
-pkgname=('ruby-gtk3' 'ruby-gdk3')
-depends=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-gio2' 'ruby-glib2' 'ruby-pango')
-pkgver=1.2.1
-pkgrel=1
-arch=('x86_64' 'i686')
-url='http://ruby-gnome2.sourceforge.jp/'
-license=('LGPL')
-makedepends=('ruby-pkgconfig' 'ruby-cairo' 'gtk3')
-source=("http://downloads.sourceforge.net/ruby-gnome2/ruby-gtk3-$pkgver.tar.gz";)
-sha256sums=('78c7dbfaebabefe0f5a3d96c779cc08ea949a354e3f7cd1ff797d850ded4168a')
-
-build() {
-   cd "$srcdir/ruby-gtk3-$pkgver"
-   LANG="en_US.UTF-8" ruby extconf.rb \
-atk gdk_pixbuf2 gio2 glib2 gtk3 pango gdk3 \
---topdir="$pkgdir" --vendor
-   make
-}
-
-package_ruby-gtk3() {
-  pkgdesc="Ruby bindings for gtk3"
-  depends=('gtk3' "ruby-glib2=$pkgver" "ruby-pango=$pkgver" "ruby-atk=$pkgver"
-   "ruby-gdkpixbuf2=$pkgver")
-
-   cd "$srcdir/ruby-gtk3-$pkgver/gtk3"
-   make DESTDIR="$pkgdir" install
-}
-
-package_ruby-gdk3() {
-  pkgdesc="Ruby bindings for gdk3"
-  depends=('ruby' 'gtk3')
-
-   cd "$srcdir/ruby-gtk3-$pkgver/gdk3"
-   make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ruby-gtk3/repos/community-i686/PKGBUILD (from rev 83905, 
ruby-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-06 14:02:35 UTC (rev 83906)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Eric Bélanger
+# Contributor: Brad Fanella 
+# Contributor: Bjorn Lindeijer 
+# Contributor: kritoke 
+
+pkgbase=ruby-gtk3
+pkgname=('ruby-gtk3' 'ruby-gdk3')
+depends=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-glib2' 'ruby-pango')
+pkgver=1.2.1
+pkgrel=2
+arch=('x86_64' 'i686')
+url='http://ruby-gnome2.sourceforge.jp/'
+license=('LGPL')
+makedepends=('ruby-pkgconfig' 'ruby-cairo' 'gtk3')
+source=("http://downloads.sourceforge.net/ruby-gnome2/ruby-gtk3-$pkgver.tar.gz";)
+sha256sums=('78c7dbfaebabefe0f5a3d96c779cc08ea949a354e3f7cd1ff797d850ded4168a')
+
+build() {
+   cd "$srcdir/ruby-gtk3-$pkgver"
+   LANG="en_US.UTF-8" ruby extconf.rb gtk3 gdk3 --vendor
+   make
+}
+
+package_ruby-gtk3() {
+  pkgdesc='Ruby bindings for gtk3'
+  depends=('gtk3' "ruby-glib2=$pkgver" "ruby-pango=$pkgver" "ruby-atk=$pkgver"
+   "ruby-gdkpixbuf2=$pkgver")
+
+   cd "$srcdir/ruby-gtk3-$pkgver/gtk3"
+   make DESTDIR="$pkgdir/" install
+}
+
+package_ruby-gdk3() {
+  pkgdesc='Ruby bindings for gdk3'
+  depends=('ruby' 'gtk3')
+
+   cd "$srcdir/ruby-gtk3-$pkgver/gdk3"
+   make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-02-06 13:59:28 UTC (rev 83905)
+++ community-x86_64/PKGBUILD   2013-02-06 14:02:35 UTC (rev 83906)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Eric Bélanger
-# Contributor: Brad Fanella 
-# Contributor: Bjorn Lindeijer 
-# Contributor: kritoke 
-
-pkgbase=ruby-gtk3
-pkgname=('ruby-gtk3' 'ruby-gdk3')
-depends=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-gio2' 'ruby-glib2' 'ruby-pango')
-pkgver=1.2.1
-pkgrel=1
-arch=('x86_64' 'i686')
-url='http://ruby-gnome2.sourceforge.jp/'
-license=('LGPL')
-makedepends=('ruby-pkgconfig' 'ruby-cairo' 'gtk3')
-source=("http://downloads.sourceforge.net/ruby-gnome2/ruby-gtk3-$pkgver.tar.gz";)
-sha256sums=('78c7dbfaebabefe0f5a3d96c779cc08ea949a354e3f7cd1ff797d850ded4168a')
-
-build() {
-   cd "$srcdir/ruby-gtk3-$pkgver"
-   LANG="en_US.UTF-8" ruby extconf.rb \
-atk gdk_pixbuf2 gio2 glib2 gtk3 pango gdk3 \
---topdir="$pkgdir" --vendor
-   make
-}
-
-package_ruby-gtk3() {
-  pkgdesc="Ruby bindings for gtk3"
-  depends=('gtk3' "ruby-glib2=$pkgver" "ruby-pango=$pkgver" "ruby-atk=$pkgver"
-   "ruby-gdkpixbuf2=$pkgver")
-
-   cd "$srcdir

[arch-commits] Commit in aurphan/repos/community-any (PKGBUILD PKGBUILD)

2013-02-06 Thread Kyle Keen
Date: Wednesday, February 6, 2013 @ 14:59:28
  Author: kkeen
Revision: 83905

archrelease: copy trunk to community-any

Added:
  aurphan/repos/community-any/PKGBUILD
(from rev 83904, aurphan/trunk/PKGBUILD)
Deleted:
  aurphan/repos/community-any/PKGBUILD

--+
 PKGBUILD |   40 
 1 file changed, 20 insertions(+), 20 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-06 13:59:19 UTC (rev 83904)
+++ PKGBUILD2013-02-06 13:59:28 UTC (rev 83905)
@@ -1,20 +0,0 @@
-# $Id$
-# Contributor: Kyle Keen 
-pkgname=aurphan
-pkgver=20121118
-pkgrel=1
-pkgdesc="Finds packages in need of maintainers, bug fixes and patches.  Adopt 
today!"
-arch=('any')
-url="http://kmkeen.com/aurphan/";
-license=('GPL')
-depends=('bash' 'curl' 'jshon' 'expac')
-makedepends=()
-source=(http://kmkeen.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('44a2e11cf1d2afbc65abab7f6f0f8834')
-
-build() {
-  cd "$srcdir/$pkgname"
-  install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 $pkgname.1 "$pkgdir/usr/share/man/man1/$pkgname.1"
-}
-

Copied: aurphan/repos/community-any/PKGBUILD (from rev 83904, 
aurphan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-06 13:59:28 UTC (rev 83905)
@@ -0,0 +1,20 @@
+# $Id$
+# Contributor: Kyle Keen 
+pkgname=aurphan
+pkgver=20121118
+pkgrel=2
+pkgdesc="Finds packages in need of maintainers, bug fixes and patches.  Adopt 
today!"
+arch=('any')
+url="http://kmkeen.com/aurphan/";
+license=('GPL')
+depends=('bash' 'curl' 'jshon' 'expac')
+makedepends=()
+source=(http://kmkeen.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('44a2e11cf1d2afbc65abab7f6f0f8834')
+
+package() {
+  cd "$srcdir/$pkgname"
+  install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 $pkgname.1 "$pkgdir/usr/share/man/man1/$pkgname.1"
+}
+



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

2013-02-06 Thread Kyle Keen
Date: Wednesday, February 6, 2013 @ 14:59:19
  Author: kkeen
Revision: 83904

upgpkg: aurphan 20121118-2

pkgdir todo

Modified:
  aurphan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-06 13:56:53 UTC (rev 83903)
+++ PKGBUILD2013-02-06 13:59:19 UTC (rev 83904)
@@ -2,7 +2,7 @@
 # Contributor: Kyle Keen 
 pkgname=aurphan
 pkgver=20121118
-pkgrel=1
+pkgrel=2
 pkgdesc="Finds packages in need of maintainers, bug fixes and patches.  Adopt 
today!"
 arch=('any')
 url="http://kmkeen.com/aurphan/";
@@ -12,7 +12,7 @@
 source=(http://kmkeen.com/$pkgname/$pkgname-$pkgver.tar.gz)
 md5sums=('44a2e11cf1d2afbc65abab7f6f0f8834')
 
-build() {
+package() {
   cd "$srcdir/$pkgname"
   install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
   install -Dm644 $pkgname.1 "$pkgdir/usr/share/man/man1/$pkgname.1"



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

2013-02-06 Thread Alexander Rødseth
Date: Wednesday, February 6, 2013 @ 14:56:53
  Author: arodseth
Revision: 83903

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

Added:
  ruby-gtk2/repos/community-i686/PKGBUILD
(from rev 83902, ruby-gtk2/trunk/PKGBUILD)
  ruby-gtk2/repos/community-x86_64/PKGBUILD
(from rev 83902, ruby-gtk2/trunk/PKGBUILD)
Deleted:
  ruby-gtk2/repos/community-i686/PKGBUILD
  ruby-gtk2/repos/community-x86_64/PKGBUILD

---+
 community-i686/PKGBUILD   |  154 ++--
 community-x86_64/PKGBUILD |  154 ++--
 2 files changed, 156 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-06 13:56:41 UTC (rev 83902)
+++ community-i686/PKGBUILD 2013-02-06 13:56:53 UTC (rev 83903)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Eric Bélanger
-# Contributor: Brad Fanella 
-# Contributor: Bjorn Lindeijer 
-# Contributor: kritoke 
-
-pkgbase=ruby-gtk2
-pkgname=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-gio2' 'ruby-glib2' 'ruby-gtk2' 
'ruby-pango')
-pkgver=1.2.1
-pkgrel=1
-arch=('x86_64' 'i686')
-url='http://ruby-gnome2.sourceforge.jp/'
-license=('LGPL')
-makedepends=('ruby-pkgconfig' 'ruby-cairo' 'gtk2')
-source=("http://downloads.sourceforge.net/ruby-gnome2/ruby-gtk2-$pkgver.tar.gz";)
-sha256sums=('cb6e329f64042c8d24248204e11bb4652f9b2984ac2965d82dab49634deb1125')
-
-build() {
-   cd "$srcdir/ruby-gtk2-$pkgver"
-   LANG="en_US.UTF-8" ruby extconf.rb atk gdk_pixbuf2 gio2 glib2 gtk2 
pango \
---topdir="$pkgdir" --vendor
-  mkdir -p "$pkgdir/ruby-gdkpixbuf2/usr/lib/ruby/site_ruby/1.9.1/i686-linux"
-   make
-}
-
-package_ruby-atk() {
-  pkgdesc="Ruby bindings for atk"
-  depends=("ruby-glib2=$pkgver" 'atk')
-
-   cd "$srcdir/ruby-gtk2-$pkgver/atk"
-   make DESTDIR="$pkgdir" install
-}
-
-package_ruby-gdkpixbuf2() {
-  pkgdesc="Ruby bindings for gdkpixbuf2"
-  depends=("ruby-glib2=$pkgver" 'gdk-pixbuf2')
-
-   cd "$srcdir/ruby-gtk2-$pkgver/gdk_pixbuf2"
-   make DESTDIR="$pkgdir" install
-}
-
-package_ruby-gio2() {
-  pkgdesc="Ruby bindings for gio2"
-  depends=("ruby-glib2=$pkgver")
-
-   cd "$srcdir/ruby-gtk2-$pkgver/gio2"
-   make DESTDIR="$pkgdir" install
-}
-
-package_ruby-glib2() {
-  pkgdesc="Ruby bindings for glib2"
-  depends=('glib2' 'ruby')
-
-   cd "$srcdir/ruby-gtk2-$pkgver/glib2"
-   make DESTDIR="$pkgdir" install
-}
-
-package_ruby-gtk2() {
-  pkgdesc="Ruby bindings for gtk2"
-  depends=('gtk2' "ruby-glib2=$pkgver" "ruby-pango=$pkgver" "ruby-atk=$pkgver"
-   "ruby-gdkpixbuf2=$pkgver")
-
-   cd "$srcdir/ruby-gtk2-$pkgver/gtk2"
-   make DESTDIR="$pkgdir" install
-}
-
-package_ruby-pango() {
-  pkgdesc="Ruby bindings for pango"
-  depends=("ruby-glib2=$pkgver" 'ruby-cairo' 'pango')
-
-   cd "$srcdir/ruby-gtk2-$pkgver/pango"
-   make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ruby-gtk2/repos/community-i686/PKGBUILD (from rev 83902, 
ruby-gtk2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-06 13:56:53 UTC (rev 83903)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Eric Bélanger 
+# Contributor: Brad Fanella 
+# Contributor: Bjorn Lindeijer 
+# Contributor: kritoke 
+
+pkgbase=ruby-gtk2
+pkgname=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-gio2' 'ruby-glib2' 'ruby-gtk2'
+ 'ruby-pango')
+pkgver=1.2.1
+pkgrel=2
+arch=('x86_64' 'i686')
+url='http://ruby-gnome2.sourceforge.jp/'
+license=('LGPL')
+makedepends=('ruby-pkgconfig' 'ruby-cairo' 'gtk2')
+source=("http://downloads.sourceforge.net/ruby-gnome2/ruby-gtk2-$pkgver.tar.gz";)
+sha256sums=('cb6e329f64042c8d24248204e11bb4652f9b2984ac2965d82dab49634deb1125')
+
+build() {
+  cd "$srcdir/ruby-gtk2-$pkgver"
+  LANG="en_US.UTF-8" \
+ruby extconf.rb atk gdk_pixbuf2 gio2 glib2 gtk2 pango --vendor
+  #mkdir -p \
+  #  "$pkgdir/ruby-gdkpixbuf2/usr/lib/ruby/site_ruby/1.9.1/i686-linux"
+  make -j1
+}
+
+package_ruby-atk() {
+  pkgdesc='Ruby bindings for atk'
+  depends=("ruby-glib2=$pkgver" 'atk')
+
+  cd "$srcdir/ruby-gtk2-$pkgver/atk"
+  make DESTDIR="$pkgdir/" install
+}
+
+package_ruby-gdkpixbuf2() {
+  pkgdesc='Ruby bindings for gdkpixbuf2'
+  depends=("ruby-glib2=$pkgver" 'gdk-pixbuf2')
+
+  cd "$srcdir/ruby-gtk2-$pkgver/gdk_pixbuf2"
+  make DESTDIR="$pkgdir/" install
+}
+
+package_ruby-gio2() {
+  pkgdesc='Ruby bindings for gio2'
+  depends=("ruby-glib2=$pkgver")
+
+  cd "$srcdir/ruby-gtk2-$pkgver/gio2"
+  make DESTDIR="$pkgdir/" install
+}
+
+package_ruby-glib2() {
+  pkgdesc='Ruby bindings for glib2'
+  depends=('glib2' 'ruby')
+
+  cd "$srcdir/ruby-gtk2-$pkgver/glib2"
+  make DESTDIR="$pkgdir/" install
+}
+
+package_ruby-gtk2() {
+  pkgdesc='Ruby bindings for gtk2'
+

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

2013-02-06 Thread Alexander Rødseth
Date: Wednesday, February 6, 2013 @ 14:56:41
  Author: arodseth
Revision: 83902

pkgdir TODO fix

Modified:
  ruby-gtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-06 13:34:53 UTC (rev 83901)
+++ PKGBUILD2013-02-06 13:56:41 UTC (rev 83902)
@@ -23,7 +23,7 @@
 ruby extconf.rb atk gdk_pixbuf2 gio2 glib2 gtk2 pango --vendor
   #mkdir -p \
   #  "$pkgdir/ruby-gdkpixbuf2/usr/lib/ruby/site_ruby/1.9.1/i686-linux"
-  make
+  make -j1
 }
 
 package_ruby-atk() {



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

2013-02-06 Thread Dave Reisner
Date: Wednesday, February 6, 2013 @ 14:48:00
  Author: dreisner
Revision: 177513

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

Added:
  curl/repos/testing-i686/
  curl/repos/testing-i686/PKGBUILD
(from rev 177512, curl/trunk/PKGBUILD)
  curl/repos/testing-i686/curlbuild.h
(from rev 177512, curl/trunk/curlbuild.h)
  curl/repos/testing-x86_64/
  curl/repos/testing-x86_64/PKGBUILD
(from rev 177512, curl/trunk/PKGBUILD)
  curl/repos/testing-x86_64/curlbuild.h
(from rev 177512, curl/trunk/curlbuild.h)

+
 testing-i686/PKGBUILD  |   64 +++
 testing-i686/curlbuild.h   |9 ++
 testing-x86_64/PKGBUILD|   64 +++
 testing-x86_64/curlbuild.h |9 ++
 4 files changed, 146 insertions(+)

Copied: curl/repos/testing-i686/PKGBUILD (from rev 177512, curl/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-02-06 13:48:00 UTC (rev 177513)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Contributor: Angel Velasquez 
+# Contributor: Eric Belanger 
+# Contributor: Lucien Immink 
+# Contributor: Daniel J Griffiths 
+
+pkgname=curl
+pkgver=7.29.0
+pkgrel=1
+pkgdesc="An URL retrieval utility and library"
+arch=('i686' 'x86_64')
+url="http://curl.haxx.se";
+license=('MIT')
+depends=('ca-certificates' 'libssh2' 'openssl' 'zlib')
+options=('!libtool')
+source=("http://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
+curlbuild.h)
+md5sums=('4f57d3b4a3963038bd5e04dbff385390'
+ '6283fbb36933cf8720acc34c43169f1d'
+ '751bd433ede935c8fae727377625a8ae')
+
+ptrsize=$(cpp <<<'__SIZEOF_POINTER__' | sed '/^#/d')
+case $ptrsize in
+  8) _curlbuild=curlbuild-64.h ;;
+  4) _curlbuild=curlbuild-32.h ;;
+  *) error "unknown pointer size for architecture: %s bytes" "$ptrsize"
+exit 1
+;;
+esac
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --disable-dependency-tracking \
+  --disable-ldap \
+  --disable-ldaps \
+  --enable-ipv6 \
+  --enable-manual \
+  --enable-versioned-symbols \
+  --enable-threaded-resolver \
+  --without-libidn \
+  --with-random=/dev/urandom \
+  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  # license
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+
+  # devel
+  install -Dm644 docs/libcurl/libcurl.m4 "$pkgdir/usr/share/aclocal/libcurl.m4"
+  mv "$pkgdir/usr/include/curl/curlbuild.h" 
"$pkgdir/usr/include/curl/$_curlbuild"
+  install -m644 "$srcdir/curlbuild.h" "$pkgdir/usr/include/curl/curlbuild.h"
+}

Copied: curl/repos/testing-i686/curlbuild.h (from rev 177512, 
curl/trunk/curlbuild.h)
===
--- testing-i686/curlbuild.h(rev 0)
+++ testing-i686/curlbuild.h2013-02-06 13:48:00 UTC (rev 177513)
@@ -0,0 +1,9 @@
+#include 
+
+#if __WORDSIZE == 32
+#include "curlbuild-32.h"
+#elif __WORDSIZE == 64
+#include "curlbuild-64.h"
+#else
+#error "Unknown word size"
+#endif

Copied: curl/repos/testing-x86_64/PKGBUILD (from rev 177512, 
curl/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-02-06 13:48:00 UTC (rev 177513)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Contributor: Angel Velasquez 
+# Contributor: Eric Belanger 
+# Contributor: Lucien Immink 
+# Contributor: Daniel J Griffiths 
+
+pkgname=curl
+pkgver=7.29.0
+pkgrel=1
+pkgdesc="An URL retrieval utility and library"
+arch=('i686' 'x86_64')
+url="http://curl.haxx.se";
+license=('MIT')
+depends=('ca-certificates' 'libssh2' 'openssl' 'zlib')
+options=('!libtool')
+source=("http://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
+curlbuild.h)
+md5sums=('4f57d3b4a3963038bd5e04dbff385390'
+ '6283fbb36933cf8720acc34c43169f1d'
+ '751bd433ede935c8fae727377625a8ae')
+
+ptrsize=$(cpp <<<'__SIZEOF_POINTER__' | sed '/^#/d')
+case $ptrsize in
+  8) _curlbuild=curlbuild-64.h ;;
+  4) _curlbuild=curlbuild-32.h ;;
+  *) error "unknown pointer size for architecture: %s bytes" "$ptrsize"
+exit 1
+;;
+esac
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --disable-dependency-tracking \
+  --disable-ldap \
+  --disable-ldaps \
+  --enable-ipv6 \
+  --enable-manual \
+  --enable-versioned-symbols \
+  --enable-threaded-resolver \
+  --without-libidn \
+  --with-random=/dev/urandom \
+  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+
+  make
+}
+
+packag

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

2013-02-06 Thread Dave Reisner
Date: Wednesday, February 6, 2013 @ 14:47:38
  Author: dreisner
Revision: 177512

upgpkg: curl 7.29.0-1

Modified:
  curl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-06 09:53:50 UTC (rev 177511)
+++ PKGBUILD2013-02-06 13:47:38 UTC (rev 177512)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=curl
-pkgver=7.28.1
+pkgver=7.29.0
 pkgrel=1
 pkgdesc="An URL retrieval utility and library"
 arch=('i686' 'x86_64')
@@ -16,8 +16,8 @@
 options=('!libtool')
 source=("http://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
 curlbuild.h)
-md5sums=('252ef351c0fc307b2d8ea1ee31542072'
- 'e3cea743ef286f5aff1f1d27137e9828'
+md5sums=('4f57d3b4a3963038bd5e04dbff385390'
+ '6283fbb36933cf8720acc34c43169f1d'
  '751bd433ede935c8fae727377625a8ae')
 
 ptrsize=$(cpp <<<'__SIZEOF_POINTER__' | sed '/^#/d')



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

2013-02-06 Thread Alexander Rødseth
Date: Wednesday, February 6, 2013 @ 14:34:53
  Author: arodseth
Revision: 83901

preparation for pkgdir TODO

Modified:
  ruby-gtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-06 13:34:33 UTC (rev 83900)
+++ PKGBUILD2013-02-06 13:34:53 UTC (rev 83901)
@@ -1,14 +1,15 @@
 # $Id$
 # Maintainer: Alexander Rødseth 
-# Contributor: Eric Bélanger
+# Contributor: Eric Bélanger 
 # Contributor: Brad Fanella 
 # Contributor: Bjorn Lindeijer 
 # Contributor: kritoke 
 
 pkgbase=ruby-gtk2
-pkgname=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-gio2' 'ruby-glib2' 'ruby-gtk2' 
'ruby-pango')
+pkgname=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-gio2' 'ruby-glib2' 'ruby-gtk2'
+ 'ruby-pango')
 pkgver=1.2.1
-pkgrel=1
+pkgrel=2
 arch=('x86_64' 'i686')
 url='http://ruby-gnome2.sourceforge.jp/'
 license=('LGPL')
@@ -17,60 +18,61 @@
 sha256sums=('cb6e329f64042c8d24248204e11bb4652f9b2984ac2965d82dab49634deb1125')
 
 build() {
-   cd "$srcdir/ruby-gtk2-$pkgver"
-   LANG="en_US.UTF-8" ruby extconf.rb atk gdk_pixbuf2 gio2 glib2 gtk2 
pango \
---topdir="$pkgdir" --vendor
-  mkdir -p "$pkgdir/ruby-gdkpixbuf2/usr/lib/ruby/site_ruby/1.9.1/i686-linux"
-   make
+  cd "$srcdir/ruby-gtk2-$pkgver"
+  LANG="en_US.UTF-8" \
+ruby extconf.rb atk gdk_pixbuf2 gio2 glib2 gtk2 pango --vendor
+  #mkdir -p \
+  #  "$pkgdir/ruby-gdkpixbuf2/usr/lib/ruby/site_ruby/1.9.1/i686-linux"
+  make
 }
 
 package_ruby-atk() {
-  pkgdesc="Ruby bindings for atk"
+  pkgdesc='Ruby bindings for atk'
   depends=("ruby-glib2=$pkgver" 'atk')
 
-   cd "$srcdir/ruby-gtk2-$pkgver/atk"
-   make DESTDIR="$pkgdir" install
+  cd "$srcdir/ruby-gtk2-$pkgver/atk"
+  make DESTDIR="$pkgdir/" install
 }
 
 package_ruby-gdkpixbuf2() {
-  pkgdesc="Ruby bindings for gdkpixbuf2"
+  pkgdesc='Ruby bindings for gdkpixbuf2'
   depends=("ruby-glib2=$pkgver" 'gdk-pixbuf2')
 
-   cd "$srcdir/ruby-gtk2-$pkgver/gdk_pixbuf2"
-   make DESTDIR="$pkgdir" install
+  cd "$srcdir/ruby-gtk2-$pkgver/gdk_pixbuf2"
+  make DESTDIR="$pkgdir/" install
 }
 
 package_ruby-gio2() {
-  pkgdesc="Ruby bindings for gio2"
+  pkgdesc='Ruby bindings for gio2'
   depends=("ruby-glib2=$pkgver")
 
-   cd "$srcdir/ruby-gtk2-$pkgver/gio2"
-   make DESTDIR="$pkgdir" install
+  cd "$srcdir/ruby-gtk2-$pkgver/gio2"
+  make DESTDIR="$pkgdir/" install
 }
 
 package_ruby-glib2() {
-  pkgdesc="Ruby bindings for glib2"
+  pkgdesc='Ruby bindings for glib2'
   depends=('glib2' 'ruby')
 
-   cd "$srcdir/ruby-gtk2-$pkgver/glib2"
-   make DESTDIR="$pkgdir" install
+  cd "$srcdir/ruby-gtk2-$pkgver/glib2"
+  make DESTDIR="$pkgdir/" install
 }
 
 package_ruby-gtk2() {
-  pkgdesc="Ruby bindings for gtk2"
+  pkgdesc='Ruby bindings for gtk2'
   depends=('gtk2' "ruby-glib2=$pkgver" "ruby-pango=$pkgver" "ruby-atk=$pkgver"
"ruby-gdkpixbuf2=$pkgver")
 
-   cd "$srcdir/ruby-gtk2-$pkgver/gtk2"
-   make DESTDIR="$pkgdir" install
+  cd "$srcdir/ruby-gtk2-$pkgver/gtk2"
+  make DESTDIR="$pkgdir/" install
 }
 
 package_ruby-pango() {
-  pkgdesc="Ruby bindings for pango"
+  pkgdesc='Ruby bindings for pango'
   depends=("ruby-glib2=$pkgver" 'ruby-cairo' 'pango')
 
-   cd "$srcdir/ruby-gtk2-$pkgver/pango"
-   make DESTDIR="$pkgdir" install
+  cd "$srcdir/ruby-gtk2-$pkgver/pango"
+  make DESTDIR="$pkgdir/" install
 }
 
 # vim:set ts=2 sw=2 et:



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

2013-02-06 Thread Alexander Rødseth
Date: Wednesday, February 6, 2013 @ 14:34:33
  Author: arodseth
Revision: 83900

preparation for pkgdir TODO

Modified:
  ruby-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-06 13:13:38 UTC (rev 83899)
+++ PKGBUILD2013-02-06 13:34:33 UTC (rev 83900)
@@ -7,9 +7,9 @@
 
 pkgbase=ruby-gtk3
 pkgname=('ruby-gtk3' 'ruby-gdk3')
-depends=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-gio2' 'ruby-glib2' 'ruby-pango')
+depends=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-glib2' 'ruby-pango')
 pkgver=1.2.1
-pkgrel=1
+pkgrel=2
 arch=('x86_64' 'i686')
 url='http://ruby-gnome2.sourceforge.jp/'
 license=('LGPL')
@@ -19,27 +19,25 @@
 
 build() {
cd "$srcdir/ruby-gtk3-$pkgver"
-   LANG="en_US.UTF-8" ruby extconf.rb \
-atk gdk_pixbuf2 gio2 glib2 gtk3 pango gdk3 \
---topdir="$pkgdir" --vendor
+   LANG="en_US.UTF-8" ruby extconf.rb gtk3 gdk3 --vendor
make
 }
 
 package_ruby-gtk3() {
-  pkgdesc="Ruby bindings for gtk3"
+  pkgdesc='Ruby bindings for gtk3'
   depends=('gtk3' "ruby-glib2=$pkgver" "ruby-pango=$pkgver" "ruby-atk=$pkgver"
"ruby-gdkpixbuf2=$pkgver")
 
cd "$srcdir/ruby-gtk3-$pkgver/gtk3"
-   make DESTDIR="$pkgdir" install
+   make DESTDIR="$pkgdir/" install
 }
 
 package_ruby-gdk3() {
-  pkgdesc="Ruby bindings for gdk3"
+  pkgdesc='Ruby bindings for gdk3'
   depends=('ruby' 'gtk3')
 
cd "$srcdir/ruby-gtk3-$pkgver/gdk3"
-   make DESTDIR="$pkgdir" install
+   make DESTDIR="$pkgdir/" install
 }
 
 # vim:set ts=2 sw=2 et:



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

2013-02-06 Thread Alexander Rødseth
Date: Wednesday, February 6, 2013 @ 14:13:38
  Author: arodseth
Revision: 83899

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

Added:
  go/repos/community-i686/PKGBUILD
(from rev 83898, go/trunk/PKGBUILD)
  go/repos/community-i686/go.install
(from rev 83898, go/trunk/go.install)
  go/repos/community-i686/go.sh
(from rev 83898, go/trunk/go.sh)
  go/repos/community-x86_64/PKGBUILD
(from rev 83898, go/trunk/PKGBUILD)
  go/repos/community-x86_64/go.install
(from rev 83898, go/trunk/go.install)
  go/repos/community-x86_64/go.sh
(from rev 83898, go/trunk/go.sh)
Deleted:
  go/repos/community-i686/PKGBUILD
  go/repos/community-i686/go.install
  go/repos/community-i686/go.sh
  go/repos/community-x86_64/PKGBUILD
  go/repos/community-x86_64/go.install
  go/repos/community-x86_64/go.sh

-+
 community-i686/PKGBUILD |  275 +-
 community-i686/go.install   |   26 +--
 community-i686/go.sh|2 
 community-x86_64/PKGBUILD   |  275 +-
 community-x86_64/go.install |   26 +--
 community-x86_64/go.sh  |2 
 6 files changed, 308 insertions(+), 298 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-06 13:13:24 UTC (rev 83898)
+++ community-i686/PKGBUILD 2013-02-06 13:13:38 UTC (rev 83899)
@@ -1,135 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta 
-# Maintainer: Alexander Rødseth 
-# Contributor: Rémy Oudompheng  
-# Contributor: Andres Perera 
-# Contributor: Matthew Bauer 
-# Contributor: Christian Himpel 
-# Contributor: Mike Rosset 
-# Contributor: Daniel YC Lin 
-
-pkgname=go
-pkgver=1.0.3
-pkgrel=5
-epoch=2
-pkgdesc='Google Go compiler and tools'
-arch=('x86_64' 'i686' 'armv6h')
-url='http://golang.org/'
-license=('custom')
-depends=('perl' 'gawk')
-makedepends=('inetutils')
-options=('!strip' '!emptydirs')
-install=go.install
-backup=('usr/lib/go/bin')
-source=("http://go.googlecode.com/files/${pkgname}$pkgver.src.tar.gz";
-$pkgname.sh)
-sha256sums=('7fba3533d172f13629d3d8a79e57c620632b0bd075abe11d7698b338be0ae3df'
-'a03db71d323ed2794123bb31b5c8ad5febd551c490b5c0b341052c8e5f0ba892')
-
-build() {
-  cd $srcdir/$pkgname
-
-  if [ "$CARCH" == 'x86_64' ]; then
-export GOARCH=amd64
-  elif [ "$CARCH" == 'i686' ]; then
-export GOARCH=386
-  else
-export GOARCH=arm
-  fi
-  export GOROOT_FINAL=/usr/lib/go
-  export GOOS=linux
-
-  cd src
-  bash make.bash
-
-  # Enable ARM crosscompilation for non-arm platforms
-  if [ "$CARCH" == 'x86_64' ]; then
-export GOARCH=arm
-  elif [ "$CARCH" == 'i686' ]; then
-export GOARCH=arm
-  fi
-  bash make.bash
-}
-
-check() {
-  cd $srcdir/$pkgname
-
-  if [ "$CARCH" == 'x86_64' ]; then
-export GOARCH=amd64
-  elif [ "$CARCH" == 'i686' ]; then
-export GOARCH=386
-  else
-export GOARCH=arm
-  fi
-
-  export GOROOT=$srcdir/$pkgname
-  export PATH=$srcdir/$pkgname/bin:$PATH
-
-  # TestSimpleMulticastListener will fail in standard chroot.
-  cd src && bash run.bash --no-rebuild || true
-}
-
-package() {
-  cd $srcdir/$pkgname
-
-  install -Dm644 LICENSE \
-$pkgdir/usr/share/licenses/go/LICENSE
-  install -Dm644 misc/bash/go \
-$pkgdir/usr/share/bash-completion/completions/go
-  install -Dm644 misc/emacs/go-mode-load.el \
-$pkgdir/usr/share/emacs/site-lisp/go-mode-load.el
-  install -Dm644 misc/emacs/go-mode.el \
-$pkgdir/usr/share/emacs/site-lisp/go-mode.el
-  install -Dm644 misc/zsh/go \
-$pkgdir/usr/share/zsh/site-functions/_go
-
-  for f in ftdetect/gofiletype.vim autoload/go/complete.vim indent/go.vim \
-ftplugin/go/fmt.vim ftplugin/go/godoc.vim ftplugin/go/import.vim \
-syntax/go.vim syntax/godoc.vim plugin/godoc.vim;
-  do
-install -Dm644 misc/vim/$f $pkgdir/usr/share/vim/vimfiles/$f
-  done
-
-  mkdir -p $pkgdir/{etc/profile.d,usr/{share/go,lib/go,lib/go/src}}
-
-  cp -r doc misc -t $pkgdir/usr/share/go
-  ln -s /usr/share/go/doc $pkgdir/usr/lib/go/doc
-  cp -a bin $pkgdir/usr
-  cp -a pkg $pkgdir/usr/lib/go
-  cp -a $GOROOT/src/pkg $pkgdir/usr/lib/go/src/
-  cp -a $GOROOT/src/cmd $pkgdir/usr/lib/go/src/cmd
-  cp -a $GOROOT/src/lib9 $pkgdir/usr/lib/go/src/
-  cp -a $GOROOT/lib $pkgdir/usr/lib/go/
-  cp -a $GOROOT/include $pkgdir/usr/lib/go/
-
-  install -Dm644 src/Make.* $pkgdir/usr/lib/go/src
-
-  # Remove object files from target src dir
-  find $pkgdir/usr/lib/go/src/ -type f -name '*.[ao]' -delete
-  # Fix for FS#32813
-  find $pkgdir -type f -name sql.go -exec chmod -x {} \;
-  # Remove all executable source files
-  find $pkgdir/usr/lib/go/src/pkg -type f -executable -delete
-
-  # Headers for C modules
-  install -Dm644 src/pkg/runtime/runtime.h \
-$pkgdir/usr/lib/go/src/pkg/runtime/runtime.h
-  install -Dm644 src/pkg/runtime/cgocall.h \
-$pkgdir/usr/lib/go/src/pkg/runtime/cgocall.h
-
-  # For packages that source /etc/pr

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

2013-02-06 Thread Alexander Rødseth
Date: Wednesday, February 6, 2013 @ 14:13:24
  Author: arodseth
Revision: 83898

Fix for FS#33679

Modified:
  go/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-06 12:43:24 UTC (rev 83897)
+++ PKGBUILD2013-02-06 13:13:24 UTC (rev 83898)
@@ -10,10 +10,10 @@
 
 pkgname=go
 pkgver=1.0.3
-pkgrel=5
+pkgrel=6
 epoch=2
 pkgdesc='Google Go compiler and tools'
-arch=('x86_64' 'i686' 'armv6h')
+arch=('x86_64' 'i686')
 url='http://golang.org/'
 license=('custom')
 depends=('perl' 'gawk')
@@ -22,12 +22,12 @@
 install=go.install
 backup=('usr/lib/go/bin')
 source=("http://go.googlecode.com/files/${pkgname}$pkgver.src.tar.gz";
-$pkgname.sh)
+"$pkgname.sh")
 sha256sums=('7fba3533d172f13629d3d8a79e57c620632b0bd075abe11d7698b338be0ae3df'
 'a03db71d323ed2794123bb31b5c8ad5febd551c490b5c0b341052c8e5f0ba892')
 
 build() {
-  cd $srcdir/$pkgname
+  cd "$srcdir/$pkgname"
 
   if [ "$CARCH" == 'x86_64' ]; then
 export GOARCH=amd64
@@ -52,7 +52,7 @@
 }
 
 check() {
-  cd $srcdir/$pkgname
+  cd "$srcdir/$pkgname"
 
   if [ "$CARCH" == 'x86_64' ]; then
 export GOARCH=amd64
@@ -62,15 +62,15 @@
 export GOARCH=arm
   fi
 
-  export GOROOT=$srcdir/$pkgname
-  export PATH=$srcdir/$pkgname/bin:$PATH
+  export GOROOT="$srcdir/$pkgname"
+  export PATH="$srcdir/$pkgname/bin:$PATH"
 
   # TestSimpleMulticastListener will fail in standard chroot.
   cd src && bash run.bash --no-rebuild || true
 }
 
 package() {
-  cd $srcdir/$pkgname
+  cd "$srcdir/$pkgname"
 
   install -Dm644 LICENSE \
 $pkgdir/usr/share/licenses/go/LICENSE
@@ -106,8 +106,10 @@
 
   # Remove object files from target src dir
   find $pkgdir/usr/lib/go/src/ -type f -name '*.[ao]' -delete
+
   # Fix for FS#32813
   find $pkgdir -type f -name sql.go -exec chmod -x {} \;
+  
   # Remove all executable source files
   find $pkgdir/usr/lib/go/src/pkg -type f -executable -delete
 
@@ -130,6 +132,9 @@
   rm -f $pkgdir/usr/share/go/doc/articles/wiki/get.bin
 
   install -Dm644 VERSION $pkgdir/usr/lib/go/VERSION
+
+  # Clean up
+  rm -r "$pkgdir/usr/bin/linux_arm"
 }
 
 # vim:set ts=2 sw=2 et:



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

2013-02-06 Thread Alexander Rødseth
Date: Wednesday, February 6, 2013 @ 13:43:24
  Author: arodseth
Revision: 83897

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

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

---+
 community-i686/PKGBUILD   |  166 ++--
 community-x86_64/PKGBUILD |  166 ++--
 2 files changed, 168 insertions(+), 164 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-06 12:43:11 UTC (rev 83896)
+++ community-i686/PKGBUILD 2013-02-06 12:43:24 UTC (rev 83897)
@@ -1,82 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: fana-m 
-# Contributor: Andrzej Giniewicz 
-# Contributor: Manuel Gaul 
-
-pkgname=gigi
-pkgver=0.8.0
-pkgrel=16
-_fixedrevision=5407 # 5208
-pkgdesc='Small, efficient and feature rich GUI for C++ and OpenGL (freeorion 
fork)'
-url="http://gigi.sourceforge.net/";
-arch=('x86_64' 'i686')
-license=('LGPL')
-depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
-makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa')
-
-build() {
-  cd "$srcdir"
-
-  msg2 'Fetching files...'
-  if [ -d gigi/.svn ]; then
-(cd gigi && svn up -r "$_fixedrevision")
-  else
-#svn co https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/ \
-svn co 
https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/ \
-  --config-dir ./ -r "$_fixedrevision" gigi
-  fi
-
-  rm -rf gigi-build
-  svn export gigi gigi-build
-  cd gigi-build
-
-  msg2 'Configuring...'
-  setconf cmake/GiGiOgre.pc.in prefix /usr
-  setconf cmake/GiGi.pc.in prefix /usr
-  setconf cmake/GiGiSDL.pc.in prefix /usr
-
-  cmake \
--D BUILD_TUTORIALS=OFF \
--D CPACK_GENERATOR=GiGiDevel \
--D CMAKE_INSTALL_PREFIX="$srcdir/pkg/usr" \
--D CMAKE_C_FLAGS_RELEASE='-DNDEBUG' \
-.
-
-  msg2 'Building documentation...'
-  cd doc
-  doxygen
-  cd ..
-
-  msg2 'Compiling...'
-  make -j1
-}
-
-package() {
-  cd "$srcdir/gigi-build"
-
-  msg2 'Packaging files...'
-  make install
-
-  mv -v "$srcdir/pkg/usr" "$pkgdir/"
-
-  msg2 'Fixing documentation...'
-  mkdir -p "$pkgdir/usr/share/doc"
-  mv "$pkgdir/usr/doc" "$pkgdir/usr/share/doc/$pkgname"
-
-  for f in `find "$pkgdir/usr/share/doc" -name "dir_*.html"`; do
-sed -i "s:$srcdir:/:g" "$f"
-  done
-
-  msg2 'Python 3 fix...'
-  for f in `find "$pkgdir/usr" -name "*.py"`; do
-sed -i "s:/env python:/python3:g" "$f"
-  done
-
-  msg2 'Packaging license...'
-  install -Dm644 COPYING \
-"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gigi/repos/community-i686/PKGBUILD (from rev 83896, gigi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-06 12:43:24 UTC (rev 83897)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: fana-m 
+# Contributor: Andrzej Giniewicz 
+# Contributor: Manuel Gaul 
+
+pkgname=gigi
+pkgver=0.8.0
+pkgrel=17
+_fixedrevision=5407
+pkgdesc='Small, efficient and feature rich GUI for OpenGL and C++ (freeorion 
fork)'
+url='http://freeorion.svn.sourceforge.net/viewvc/freeorion/trunk/FreeOrion/GG/'
+#url='http://gigi.sourceforge.net/'
+arch=('x86_64' 'i686')
+license=('LGPL')
+depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
+makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa')
+
+build() {
+  cd "$srcdir"
+
+  msg2 'Fetching files...'
+  if [ -d gigi/.svn ]; then
+(cd gigi && svn up -r "$_fixedrevision")
+  else
+#svn co https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/ \
+svn co 
https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/ \
+  --config-dir ./ -r "$_fixedrevision" gigi
+  fi
+
+  rm -rf gigi-build
+  svn export gigi gigi-build
+  cd gigi-build
+
+  msg2 'Configuring...'
+  setconf cmake/GiGiOgre.pc.in prefix /usr
+  setconf cmake/GiGi.pc.in prefix /usr
+  setconf cmake/GiGiSDL.pc.in prefix /usr
+  # It would be better if CMAKE_INSTALL_PREFIX or the resulting Makefiles
+  # could be re-configured in the package() function, but this works too.
+  cmake -D CMAKE_INSTALL_PREFIX="$srcdir/pkg/usr" \
+-D BUILD_TUTORIALS=OFF \
+-D CPACK_GENERATOR=GiGiDevel \
+-D CMAKE_C_FLAGS_RELEASE='-DNDEBUG' \
+.
+
+  msg2 'Building documentation...'
+  cd doc
+  doxygen
+  cd ..
+
+  msg2 'Compiling...'
+  make -j1
+}
+
+package() {
+  cd "$srcdir/gigi-build"
+
+  msg2 'Packaging files...'
+  make install
+
+  msg2 'Moving files to the right location...'
+  mv -v "$srcdir/pkg/usr" "

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

2013-02-06 Thread Alexander Rødseth
Date: Wednesday, February 6, 2013 @ 13:43:11
  Author: arodseth
Revision: 83896

upgpkg: gigi 0.8.0-17

Modified:
  gigi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-06 12:19:26 UTC (rev 83895)
+++ PKGBUILD2013-02-06 12:43:11 UTC (rev 83896)
@@ -7,10 +7,11 @@
 
 pkgname=gigi
 pkgver=0.8.0
-pkgrel=16
-_fixedrevision=5407 # 5208
-pkgdesc='Small, efficient and feature rich GUI for C++ and OpenGL (freeorion 
fork)'
-url="http://gigi.sourceforge.net/";
+pkgrel=17
+_fixedrevision=5407
+pkgdesc='Small, efficient and feature rich GUI for OpenGL and C++ (freeorion 
fork)'
+url='http://freeorion.svn.sourceforge.net/viewvc/freeorion/trunk/FreeOrion/GG/'
+#url='http://gigi.sourceforge.net/'
 arch=('x86_64' 'i686')
 license=('LGPL')
 depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
@@ -36,11 +37,11 @@
   setconf cmake/GiGiOgre.pc.in prefix /usr
   setconf cmake/GiGi.pc.in prefix /usr
   setconf cmake/GiGiSDL.pc.in prefix /usr
-
-  cmake \
+  # It would be better if CMAKE_INSTALL_PREFIX or the resulting Makefiles
+  # could be re-configured in the package() function, but this works too.
+  cmake -D CMAKE_INSTALL_PREFIX="$srcdir/pkg/usr" \
 -D BUILD_TUTORIALS=OFF \
 -D CPACK_GENERATOR=GiGiDevel \
--D CMAKE_INSTALL_PREFIX="$srcdir/pkg/usr" \
 -D CMAKE_C_FLAGS_RELEASE='-DNDEBUG' \
 .
 
@@ -59,6 +60,7 @@
   msg2 'Packaging files...'
   make install
 
+  msg2 'Moving files to the right location...'
   mv -v "$srcdir/pkg/usr" "$pkgdir/"
 
   msg2 'Fixing documentation...'



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

2013-02-06 Thread Alexander Rødseth
Date: Wednesday, February 6, 2013 @ 13:19:26
  Author: arodseth
Revision: 83895

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

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

---+
 community-i686/PKGBUILD   |  161 ++--
 community-x86_64/PKGBUILD |  161 ++--
 2 files changed, 164 insertions(+), 158 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-06 12:19:14 UTC (rev 83894)
+++ community-i686/PKGBUILD 2013-02-06 12:19:26 UTC (rev 83895)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: fana-m 
-# Contributor: Andrzej Giniewicz 
-# Contributor: Manuel Gaul 
-
-pkgname=gigi
-pkgver=0.8.0
-pkgrel=16
-_fixedrevision=5407 # 5208
-pkgdesc="Small, efficient and feature rich GUI for C++ and OpenGL (freeorion 
fork)"
-url="http://gigi.sourceforge.net/";
-arch=('x86_64' 'i686')
-license=('LGPL')
-depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
-makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa')
-
-build() {
-  cd "$srcdir"
-
-  msg2 "Fetching files..."
-  if [ -d gigi/.svn ]; then
-(cd gigi && svn up -r "$_fixedrevision")
-  else
-#svn co https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/ \
-svn co 
https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/ \
-  --config-dir ./ -r "$_fixedrevision" gigi
-  fi
-
-  rm -rf gigi-build
-  svn export gigi gigi-build
-  cd gigi-build
-
-  msg2 "Configuring..."
-  setconf cmake/GiGiOgre.pc.in prefix /usr
-  setconf cmake/GiGi.pc.in prefix /usr
-  setconf cmake/GiGiSDL.pc.in prefix /usr
-  cmake \
--D CMAKE_INSTALL_PREFIX="$pkgdir"/usr \
--D BUILD_TUTORIALS=OFF \
--D CPACK_GENERATOR=GiGiDevel \
--D CMAKE_C_FLAGS_RELEASE="-DNDEBUG" \
-.
-
-  msg2 "Building documentation..."
-  cd doc
-  doxygen
-  cd ..
-
-  msg2 "Compiling..."
-  make -j1
-}
-
-package() {
-  cd "$srcdir/gigi-build"
-
-  msg2 "Packaging files..."
-  make install
-
-  msg2 "Fixing documentation..."
-  mkdir -p "$pkgdir/usr/share/doc"
-  mv "$pkgdir/usr/doc" "$pkgdir/usr/share/doc/$pkgname"
-
-  for f in `find "$pkgdir/usr/share/doc" -name "dir_*.html"`; do
-sed -i "s:$srcdir:/:g" "$f"
-  done
-
-  msg2 "Fixing python3 shebang..."
-  for f in `find "$pkgdir/usr" -name "*.py"`; do
-sed -i "s:/env python:/python3:g" "$f"
-  done
-
-  msg2 "Packaging license..."
-  install -Dm 644 COPYING \
-"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gigi/repos/community-i686/PKGBUILD (from rev 83894, gigi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-06 12:19:26 UTC (rev 83895)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: fana-m 
+# Contributor: Andrzej Giniewicz 
+# Contributor: Manuel Gaul 
+
+pkgname=gigi
+pkgver=0.8.0
+pkgrel=16
+_fixedrevision=5407 # 5208
+pkgdesc='Small, efficient and feature rich GUI for C++ and OpenGL (freeorion 
fork)'
+url="http://gigi.sourceforge.net/";
+arch=('x86_64' 'i686')
+license=('LGPL')
+depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
+makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa')
+
+build() {
+  cd "$srcdir"
+
+  msg2 'Fetching files...'
+  if [ -d gigi/.svn ]; then
+(cd gigi && svn up -r "$_fixedrevision")
+  else
+#svn co https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/ \
+svn co 
https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/ \
+  --config-dir ./ -r "$_fixedrevision" gigi
+  fi
+
+  rm -rf gigi-build
+  svn export gigi gigi-build
+  cd gigi-build
+
+  msg2 'Configuring...'
+  setconf cmake/GiGiOgre.pc.in prefix /usr
+  setconf cmake/GiGi.pc.in prefix /usr
+  setconf cmake/GiGiSDL.pc.in prefix /usr
+
+  cmake \
+-D BUILD_TUTORIALS=OFF \
+-D CPACK_GENERATOR=GiGiDevel \
+-D CMAKE_INSTALL_PREFIX="$srcdir/pkg/usr" \
+-D CMAKE_C_FLAGS_RELEASE='-DNDEBUG' \
+.
+
+  msg2 'Building documentation...'
+  cd doc
+  doxygen
+  cd ..
+
+  msg2 'Compiling...'
+  make -j1
+}
+
+package() {
+  cd "$srcdir/gigi-build"
+
+  msg2 'Packaging files...'
+  make install
+
+  mv -v "$srcdir/pkg/usr" "$pkgdir/"
+
+  msg2 'Fixing documentation...'
+  mkdir -p "$pkgdir/usr/share/doc"
+  mv "$pkgdir/usr/doc" "$pkgdir/usr/share/doc/$pkgname"
+
+  for f in `find "$pkgdir/usr/share/doc" -name "dir_*.html"`; do
+sed -i "s:$srcdir:/:g" "$f"
+  done
+
+  msg2 'Python 3 fix...'
+  for f in `find "$pk

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

2013-02-06 Thread Alexander Rødseth
Date: Wednesday, February 6, 2013 @ 13:19:14
  Author: arodseth
Revision: 83894

pkgdir TODO

Modified:
  gigi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-06 12:11:01 UTC (rev 83893)
+++ PKGBUILD2013-02-06 12:19:14 UTC (rev 83894)
@@ -40,7 +40,7 @@
   cmake \
 -D BUILD_TUTORIALS=OFF \
 -D CPACK_GENERATOR=GiGiDevel \
--D CMAKE_INSTALL_PREFIX="/usr" \
+-D CMAKE_INSTALL_PREFIX="$srcdir/pkg/usr" \
 -D CMAKE_C_FLAGS_RELEASE='-DNDEBUG' \
 .
 
@@ -56,24 +56,11 @@
 package() {
   cd "$srcdir/gigi-build"
 
-  find . -type f -exec sed -i "s:/usr/local:$pkgdir/usr:" {} \;
-  #find . -type f -exec sed -i "s:/include:$pkgdir/usr/include:" {} \;
-
-  # Since $pkgdir can't be used in the build() function
-  # when running cmake, this is the workaround
-  #setconf CMakeCache.txt 'CMAKE_INSTALL_PREFIX:PATH' "$pkgdir/usr"
-  #sed -i "s:FIX \"/usr/local:FIX \"$pkgdir/usr:" \
-  #  cmake_install.cmake \
-  #  CPackConfig.cmake \
-  #  src/cmake_install.cmake \
-  #  src/SDL/cmake_install.cmake \
-  #  src/Ogre/Plugins/cmake_install.cmake \
-  #  src/Ogre/cmake_install.cmake \
-  #  CPackSourceConfig.cmake
-
   msg2 'Packaging files...'
   make install
 
+  mv -v "$srcdir/pkg/usr" "$pkgdir/"
+
   msg2 'Fixing documentation...'
   mkdir -p "$pkgdir/usr/share/doc"
   mv "$pkgdir/usr/doc" "$pkgdir/usr/share/doc/$pkgname"



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

2013-02-06 Thread Sergej Pupykin
Date: Wednesday, February 6, 2013 @ 13:11:01
  Author: spupykin
Revision: 83893

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

Added:
  myodbc/repos/community-i686/PKGBUILD
(from rev 83892, myodbc/trunk/PKGBUILD)
  myodbc/repos/community-x86_64/PKGBUILD
(from rev 83892, myodbc/trunk/PKGBUILD)
Deleted:
  myodbc/repos/community-i686/PKGBUILD
  myodbc/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-06 12:10:43 UTC (rev 83892)
+++ community-i686/PKGBUILD 2013-02-06 12:11:01 UTC (rev 83893)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=myodbc
-pkgver=5.2.2
-pkgrel=1
-pkgdesc="ODBC driver/connector for MySQL"
-arch=(i686 x86_64)
-url="http://dev.mysql.com/downloads/connector/odbc/";
-depends=('unixodbc' 'libmysqlclient')
-makedepends=('cmake')
-license=('GPL')
-options=('libtool')
-source=("http://cdn.mysql.com/Downloads/Connector-ODBC/5.2/mysql-connector-odbc-$pkgver-src.tar.gz";)
-md5sums=('bb7829c68338b99debe312839edb79ad')
-
-build() {
-  cd $srcdir/mysql-connector-odbc-${pkgver}-src
-  unset LDFLAGS
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DWITH_UNIXODBC=1 .
-  make
-}
-
-package() {
-  cd $srcdir/mysql-connector-odbc-${pkgver}-src
-  make DESTDIR=$pkgdir install
-  pushd $pkgdir/usr
-  rm -rf test
-  install -dm0755 share/mysql-connector-odbc
-  mv ChangeLog COPYING INSTALL Licenses_for_Third-Party_Components.txt README 
README.debug \
-   share/mysql-connector-odbc/
-  popd
-}

Copied: myodbc/repos/community-i686/PKGBUILD (from rev 83892, 
myodbc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-06 12:11:01 UTC (rev 83893)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=myodbc
+pkgver=5.2.4
+pkgrel=1
+pkgdesc="ODBC driver/connector for MySQL"
+arch=(i686 x86_64)
+url="http://dev.mysql.com/downloads/connector/odbc/";
+depends=('unixodbc' 'libmysqlclient')
+makedepends=('cmake')
+license=('GPL')
+options=('libtool')
+source=("http://cdn.mysql.com/Downloads/Connector-ODBC/5.2/mysql-connector-odbc-$pkgver-src.tar.gz";)
+md5sums=('0ace04820794ea1712b2a303ebd99dba')
+
+build() {
+  cd $srcdir/mysql-connector-odbc-${pkgver}-src
+  unset LDFLAGS
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DWITH_UNIXODBC=1 .
+  make
+}
+
+package() {
+  cd $srcdir/mysql-connector-odbc-${pkgver}-src
+  make DESTDIR=$pkgdir install
+  pushd $pkgdir/usr
+  rm -rf test
+  install -dm0755 share/mysql-connector-odbc
+  mv ChangeLog COPYING INSTALL Licenses_for_Third-Party_Components.txt README 
README.debug \
+   share/mysql-connector-odbc/
+  popd
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-02-06 12:10:43 UTC (rev 83892)
+++ community-x86_64/PKGBUILD   2013-02-06 12:11:01 UTC (rev 83893)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=myodbc
-pkgver=5.2.2
-pkgrel=1
-pkgdesc="ODBC driver/connector for MySQL"
-arch=(i686 x86_64)
-url="http://dev.mysql.com/downloads/connector/odbc/";
-depends=('unixodbc' 'libmysqlclient')
-makedepends=('cmake')
-license=('GPL')
-options=('libtool')
-source=("http://cdn.mysql.com/Downloads/Connector-ODBC/5.2/mysql-connector-odbc-$pkgver-src.tar.gz";)
-md5sums=('bb7829c68338b99debe312839edb79ad')
-
-build() {
-  cd $srcdir/mysql-connector-odbc-${pkgver}-src
-  unset LDFLAGS
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DWITH_UNIXODBC=1 .
-  make
-}
-
-package() {
-  cd $srcdir/mysql-connector-odbc-${pkgver}-src
-  make DESTDIR=$pkgdir install
-  pushd $pkgdir/usr
-  rm -rf test
-  install -dm0755 share/mysql-connector-odbc
-  mv ChangeLog COPYING INSTALL Licenses_for_Third-Party_Components.txt README 
README.debug \
-   share/mysql-connector-odbc/
-  popd
-}

Copied: myodbc/repos/community-x86_64/PKGBUILD (from rev 83892, 
myodbc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-02-06 12:11:01 UTC (rev 83893)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=myodbc
+pkgver=5.2.4
+pkgrel=1
+pkgdesc="ODBC driver/connector for MySQL"
+arch=(i686 x86_64)
+url="http://dev.mysql.com/downloads/connector/odbc/";
+depends=('unixodbc' 'libmysqlclient')
+makedepends=('cmake')
+license=('GPL')
+options=('libtool')
+source=("http://cdn.mysql.com/Downloads/Connector-ODBC/5.2/mysql-connector-odbc-$pkgver-src.tar.gz";)
+md5sums=('0ace04820794ea1712b2a303ebd99dba')
+
+build() {
+  cd $srcdir/mysql-c

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

2013-02-06 Thread Sergej Pupykin
Date: Wednesday, February 6, 2013 @ 13:10:43
  Author: spupykin
Revision: 83892

upgpkg: myodbc 5.2.4-1

upd

Modified:
  myodbc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-06 11:40:54 UTC (rev 83891)
+++ PKGBUILD2013-02-06 12:10:43 UTC (rev 83892)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=myodbc
-pkgver=5.2.2
+pkgver=5.2.4
 pkgrel=1
 pkgdesc="ODBC driver/connector for MySQL"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 license=('GPL')
 options=('libtool')
 
source=("http://cdn.mysql.com/Downloads/Connector-ODBC/5.2/mysql-connector-odbc-$pkgver-src.tar.gz";)
-md5sums=('bb7829c68338b99debe312839edb79ad')
+md5sums=('0ace04820794ea1712b2a303ebd99dba')
 
 build() {
   cd $srcdir/mysql-connector-odbc-${pkgver}-src



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

2013-02-06 Thread Sergej Pupykin
Date: Wednesday, February 6, 2013 @ 12:40:54
  Author: spupykin
Revision: 83891

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

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

+
 community-i686/PKGBUILD|  193 +++
 community-i686/squid   |   98 +--
 community-i686/squid.conf.d|8 -
 community-i686/squid.cron  |   18 +--
 community-i686/squid.install   |   52 +-
 community-i686/squid.pam   |8 -
 community-i686/squid.service   |   26 ++---
 community-x86_64/PKGBUILD  |  193 +++
 community-x86_64/squid |   98 +--
 community-x86_64/squid.conf.d  |8 -
 community-x86_64/squid.cron|   18 +--
 community-x86_64/squid.install |   52 +-
 community-x86_64/squid.pam |8 -
 community-x86_64/squid.service |   26 ++---
 14 files changed, 402 insertions(+), 404 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-06 11:40:20 UTC (rev 83890)
+++ community-i686/PKGBUILD 2013-02-06 11:40:54 UTC (rev 83891)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Mark Coolen 
-# Contributor: Tom Newsom 
-# Contributor: Kevin Piche 
-
-pkgname=squid
-pkgver=3.2.7
-pkgrel=1
-pkgdesc='Full-featured Web proxy cache server'
-arch=('x86_64' 'i686')
-url='http://www.squid-cache.org'
-depends=('openssl' 'pam' 'cron' 'perl' 'libltdl')
-makedepends=('libcap')
-license=('GPL')
-options=('emptydirs')
-backup=('etc/squid/squid.conf'
-'etc/squid/mime.conf'
-'etc/conf.d/squid')
-install=$pkgname.install
-source=("http://www.squid-cache.org/Versions/v3/3.2/$pkgname-$pkgver.tar.bz2";
-'squid'
-'squid.conf.d'
-'squid.pam'
-'squid.cron'
-'squid.service')
-md5sums=('3e4d21b24c39d5066791017919866a64'
- 'e90895ce22c0b618c89a46a9a181fe6c'
- '2383772ef94efddc7b920628bc7ac5b0'
- '270977cdd9b47ef44c0c427ab9034777'
- 'b499c2b725aefd7bd60bec2f1a9de392'
- '20e00e1aa1198786795f3da32db3c1d8')
-
-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
-
-  sed -i '1,1i#include ' 
helpers/external_acl/file_userip/ext_file_userip_acl.cc
-
-  ./configure \
---prefix=/usr \
---datadir=/usr/share/squid \
---sysconfdir=/etc/squid \
---libexecdir=/usr/lib/squid \
---localstatedir=/var \
---with-logdir=/var/log/squid \
---with-pidfile=/run/squid.pid \
---enable-auth \
---enable-auth-basic \
---enable-auth-ntlm \
---enable-auth-digest \
---enable-auth-negotiate \
---enable-removal-policies="lru,heap" \
---enable-storeio="aufs,ufs,diskd" \
---enable-delay-pools \
---enable-arp-acl \
---enable-ssl \
---enable

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

2013-02-06 Thread Sergej Pupykin
Date: Wednesday, February 6, 2013 @ 12:40:20
  Author: spupykin
Revision: 83890

upgpkg: squid 3.2.7-2

upd

Modified:
  squid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-06 11:40:15 UTC (rev 83889)
+++ PKGBUILD2013-02-06 11:40:20 UTC (rev 83890)
@@ -6,7 +6,7 @@
 
 pkgname=squid
 pkgver=3.2.7
-pkgrel=1
+pkgrel=2
 pkgdesc='Full-featured Web proxy cache server'
 arch=('x86_64' 'i686')
 url='http://www.squid-cache.org'
@@ -72,7 +72,6 @@
 --enable-htcp \
 --enable-carp \
 --enable-epoll \
---with-filedescriptors=4096 \
 --with-large-files \
 --enable-arp-acl \
 --with-default-user=proxy \



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

2013-02-06 Thread Sergej Pupykin
Date: Wednesday, February 6, 2013 @ 12:40:15
  Author: spupykin
Revision: 83889

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

Added:
  qtemu/repos/community-i686/PKGBUILD
(from rev 83888, qtemu/trunk/PKGBUILD)
  qtemu/repos/community-x86_64/PKGBUILD
(from rev 83888, qtemu/trunk/PKGBUILD)
Deleted:
  qtemu/repos/community-i686/PKGBUILD
  qtemu/repos/community-x86_64/PKGBUILD

---+
 community-i686/PKGBUILD   |   64 ++--
 community-x86_64/PKGBUILD |   64 ++--
 2 files changed, 64 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-06 11:39:56 UTC (rev 83888)
+++ community-i686/PKGBUILD 2013-02-06 11:40:15 UTC (rev 83889)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Geoffroy Carrier 
-# Previous Contributor: Urs Wolfer 
-
-pkgname=qtemu
-pkgver=1.0.5
-pkgrel=6
-pkgdesc="Graphical user interface for QEMU written in Qt4"
-url="http://qtemu.org";
-license=("GPL")
-arch=('i686' 'x86_64')
-makedepends=('cmake')
-depends=('qemu' 'qt>=4.1')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
-   
http://qtemu.svn.sourceforge.net/viewvc/qtemu/trunk/qtemu/misc/qtemu.desktop)
-md5sums=('3b93e209dc62e52a1d94c8eb24d0b149'
- 'b323b75384fdb327728d2603979f7202')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  cmake -DCMAKE_INSTALL_PREFIX=/opt/qtemu .
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -d "$pkgdir/usr/bin"
-  ln -s /opt/qtemu/bin/qtemu "$pkgdir/usr/bin/qtemu"
-  install -Dm0644 $srcdir/qtemu.desktop 
$pkgdir/usr/share/applications/qtemu.desktop
-  install -Dm0644 images/qtemu.ico $pkgdir/usr/share/icons/qtemu.ico
-}

Copied: qtemu/repos/community-i686/PKGBUILD (from rev 83888, 
qtemu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-06 11:40:15 UTC (rev 83889)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Geoffroy Carrier 
+# Previous Contributor: Urs Wolfer 
+
+pkgname=qtemu
+pkgver=1.0.5
+pkgrel=7
+pkgdesc="Graphical user interface for QEMU written in Qt4"
+url="http://qtemu.org";
+license=("GPL")
+arch=('i686' 'x86_64')
+makedepends=('cmake')
+depends=('qemu' 'qt>=4.1')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
+   
http://qtemu.svn.sourceforge.net/viewvc/qtemu/trunk/qtemu/misc/qtemu.desktop)
+md5sums=('3b93e209dc62e52a1d94c8eb24d0b149'
+ 'b323b75384fdb327728d2603979f7202')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  cmake -DCMAKE_INSTALL_PREFIX=/opt/qtemu .
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -d "$pkgdir/usr/bin"
+  ln -s /opt/qtemu/bin/qtemu "$pkgdir/usr/bin/qtemu"
+  install -Dm0644 $srcdir/qtemu.desktop 
$pkgdir/usr/share/applications/qtemu.desktop
+  install -Dm0644 images/crystal/new.png $pkgdir/usr/share/icons/qtemu.png
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-02-06 11:39:56 UTC (rev 83888)
+++ community-x86_64/PKGBUILD   2013-02-06 11:40:15 UTC (rev 83889)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Geoffroy Carrier 
-# Previous Contributor: Urs Wolfer 
-
-pkgname=qtemu
-pkgver=1.0.5
-pkgrel=6
-pkgdesc="Graphical user interface for QEMU written in Qt4"
-url="http://qtemu.org";
-license=("GPL")
-arch=('i686' 'x86_64')
-makedepends=('cmake')
-depends=('qemu' 'qt>=4.1')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
-   
http://qtemu.svn.sourceforge.net/viewvc/qtemu/trunk/qtemu/misc/qtemu.desktop)
-md5sums=('3b93e209dc62e52a1d94c8eb24d0b149'
- 'b323b75384fdb327728d2603979f7202')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  cmake -DCMAKE_INSTALL_PREFIX=/opt/qtemu .
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -d "$pkgdir/usr/bin"
-  ln -s /opt/qtemu/bin/qtemu "$pkgdir/usr/bin/qtemu"
-  install -Dm0644 $srcdir/qtemu.desktop 
$pkgdir/usr/share/applications/qtemu.desktop
-  install -Dm0644 images/qtemu.ico $pkgdir/usr/share/icons/qtemu.ico
-}

Copied: qtemu/repos/community-x86_64/PKGBUILD (from rev 83888, 
qtemu/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-02-06 11:40:15 UTC (rev 83889)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Geoffroy Carrier 
+# Previous Contributor: Urs Wolfer 
+
+pkgname=qtemu
+pkgver=1.0.5
+pkgrel=7
+pkgdesc="Graphical user interface for QEMU written in Qt4"
+url="http://qtemu.org";
+license=("GPL")
+arch=('i686' 'x86_64')
+makedepen

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

2013-02-06 Thread Sergej Pupykin
Date: Wednesday, February 6, 2013 @ 12:39:56
  Author: spupykin
Revision: 83888

upgpkg: qtemu 1.0.5-7

upd

Modified:
  qtemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-06 11:39:48 UTC (rev 83887)
+++ PKGBUILD2013-02-06 11:39:56 UTC (rev 83888)
@@ -4,7 +4,7 @@
 
 pkgname=qtemu
 pkgver=1.0.5
-pkgrel=6
+pkgrel=7
 pkgdesc="Graphical user interface for QEMU written in Qt4"
 url="http://qtemu.org";
 license=("GPL")
@@ -28,5 +28,5 @@
   install -d "$pkgdir/usr/bin"
   ln -s /opt/qtemu/bin/qtemu "$pkgdir/usr/bin/qtemu"
   install -Dm0644 $srcdir/qtemu.desktop 
$pkgdir/usr/share/applications/qtemu.desktop
-  install -Dm0644 images/qtemu.ico $pkgdir/usr/share/icons/qtemu.ico
+  install -Dm0644 images/crystal/new.png $pkgdir/usr/share/icons/qtemu.png
 }



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

2013-02-06 Thread Sergej Pupykin
Date: Wednesday, February 6, 2013 @ 12:39:48
  Author: spupykin
Revision: 83887

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

Added:
  cython/repos/community-i686/PKGBUILD
(from rev 83886, cython/trunk/PKGBUILD)
  cython/repos/community-x86_64/PKGBUILD
(from rev 83886, cython/trunk/PKGBUILD)
Deleted:
  cython/repos/community-i686/PKGBUILD
  cython/repos/community-x86_64/PKGBUILD

---+
 community-i686/PKGBUILD   |   76 ++--
 community-x86_64/PKGBUILD |   76 ++--
 2 files changed, 76 insertions(+), 76 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-06 11:39:26 UTC (rev 83886)
+++ community-i686/PKGBUILD 2013-02-06 11:39:48 UTC (rev 83887)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Igor Scabini 
-
-pkgname=('cython' 'cython2')
-pkgbase=cython
-pkgver=0.17.4
-pkgrel=1
-pkgdesc="C-Extensions for Python "
-arch=(i686 x86_64)
-url="http://www.cython.org";
-license=('APACHE')
-makedepends=('python-distribute' 'python2-distribute')
-source=("http://cython.org/release/Cython-$pkgver.tar.gz";)
-md5sums=('cb11463e3a0c8d063e578db64ff61dde')
-
-build() {
-  true
-}
-
-package_cython() {
-  depends=('python')
-
-  cd $srcdir/Cython-$pkgver
-  python setup.py install --root=$pkgdir
-
-  sed -i 's|#!.*python|#!/usr/bin/python3|' $pkgdir/usr/bin/*
-}
-
-package_cython2() {
-  depends=('python2')
-
-  cd $srcdir/Cython-$pkgver
-  python2 setup.py install --root=$pkgdir
-
-  mv $pkgdir/usr/bin/cygdb $pkgdir/usr/bin/cygdb2
-  mv $pkgdir/usr/bin/cython $pkgdir/usr/bin/cython2
-}

Copied: cython/repos/community-i686/PKGBUILD (from rev 83886, 
cython/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-06 11:39:48 UTC (rev 83887)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Igor Scabini 
+
+pkgname=('cython' 'cython2')
+pkgbase=cython
+pkgver=0.18
+pkgrel=1
+pkgdesc="C-Extensions for Python "
+arch=(i686 x86_64)
+url="http://www.cython.org";
+license=('APACHE')
+makedepends=('python-distribute' 'python2-distribute')
+source=("http://cython.org/release/Cython-$pkgver.tar.gz";)
+md5sums=('6a72d14e72f3df597b34ac326152f8d2')
+
+build() {
+  true
+}
+
+package_cython() {
+  depends=('python')
+
+  cd $srcdir/Cython-$pkgver
+  python setup.py install --root=$pkgdir
+
+  sed -i 's|#!.*python|#!/usr/bin/python3|' $pkgdir/usr/bin/*
+}
+
+package_cython2() {
+  depends=('python2')
+
+  cd $srcdir/Cython-$pkgver
+  python2 setup.py install --root=$pkgdir
+
+  mv $pkgdir/usr/bin/cygdb $pkgdir/usr/bin/cygdb2
+  mv $pkgdir/usr/bin/cython $pkgdir/usr/bin/cython2
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-02-06 11:39:26 UTC (rev 83886)
+++ community-x86_64/PKGBUILD   2013-02-06 11:39:48 UTC (rev 83887)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Igor Scabini 
-
-pkgname=('cython' 'cython2')
-pkgbase=cython
-pkgver=0.17.4
-pkgrel=1
-pkgdesc="C-Extensions for Python "
-arch=(i686 x86_64)
-url="http://www.cython.org";
-license=('APACHE')
-makedepends=('python-distribute' 'python2-distribute')
-source=("http://cython.org/release/Cython-$pkgver.tar.gz";)
-md5sums=('cb11463e3a0c8d063e578db64ff61dde')
-
-build() {
-  true
-}
-
-package_cython() {
-  depends=('python')
-
-  cd $srcdir/Cython-$pkgver
-  python setup.py install --root=$pkgdir
-
-  sed -i 's|#!.*python|#!/usr/bin/python3|' $pkgdir/usr/bin/*
-}
-
-package_cython2() {
-  depends=('python2')
-
-  cd $srcdir/Cython-$pkgver
-  python2 setup.py install --root=$pkgdir
-
-  mv $pkgdir/usr/bin/cygdb $pkgdir/usr/bin/cygdb2
-  mv $pkgdir/usr/bin/cython $pkgdir/usr/bin/cython2
-}

Copied: cython/repos/community-x86_64/PKGBUILD (from rev 83886, 
cython/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-02-06 11:39:48 UTC (rev 83887)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Igor Scabini 
+
+pkgname=('cython' 'cython2')
+pkgbase=cython
+pkgver=0.18
+pkgrel=1
+pkgdesc="C-Extensions for Python "
+arch=(i686 x86_64)
+url="http://www.cython.org";
+license=('APACHE')
+makedepends=('python-distribute' 'python2-distribute')
+source=("http://cython.org/release/Cython-$pkgver.tar.gz";)
+md5sums=('6a72d14e72f3df597b34ac326152f8d2')
+
+build() {
+  true
+}
+
+package_cython() {
+  depends=('python')
+
+  cd $srcdir/Cython-$pkgver
+  python setup.py install --root=$pkgdir
+
+  sed -i 's|#!.*python|#!/usr/bin/python3|' $pkgdir/usr/bin/*
+}
+
+package_cython2() {
+  depends=('python2')
+
+  cd $srcdir/Cy

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

2013-02-06 Thread Sergej Pupykin
Date: Wednesday, February 6, 2013 @ 12:39:26
  Author: spupykin
Revision: 83886

upgpkg: cython 0.18-1

upd

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-06 11:36:28 UTC (rev 83885)
+++ PKGBUILD2013-02-06 11:39:26 UTC (rev 83886)
@@ -4,7 +4,7 @@
 
 pkgname=('cython' 'cython2')
 pkgbase=cython
-pkgver=0.17.4
+pkgver=0.18
 pkgrel=1
 pkgdesc="C-Extensions for Python "
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 license=('APACHE')
 makedepends=('python-distribute' 'python2-distribute')
 source=("http://cython.org/release/Cython-$pkgver.tar.gz";)
-md5sums=('cb11463e3a0c8d063e578db64ff61dde')
+md5sums=('6a72d14e72f3df597b34ac326152f8d2')
 
 build() {
   true



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

2013-02-06 Thread Alexander Rødseth
Date: Wednesday, February 6, 2013 @ 12:36:28
  Author: arodseth
Revision: 83885

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

Added:
  midori/repos/community-i686/PKGBUILD
(from rev 83884, midori/trunk/PKGBUILD)
  midori/repos/community-i686/fix-copying.patch
(from rev 83884, midori/trunk/fix-copying.patch)
  midori/repos/community-i686/midori.install
(from rev 83884, midori/trunk/midori.install)
  midori/repos/community-x86_64/PKGBUILD
(from rev 83884, midori/trunk/PKGBUILD)
  midori/repos/community-x86_64/fix-copying.patch
(from rev 83884, midori/trunk/fix-copying.patch)
  midori/repos/community-x86_64/midori.install
(from rev 83884, midori/trunk/midori.install)
Deleted:
  midori/repos/community-i686/0.4.7-private-mode.patch
  midori/repos/community-i686/PKGBUILD
  midori/repos/community-i686/fix-copying.patch
  midori/repos/community-i686/midori.install
  midori/repos/community-x86_64/0.4.7-private-mode.patch
  midori/repos/community-x86_64/PKGBUILD
  midori/repos/community-x86_64/fix-copying.patch
  midori/repos/community-x86_64/midori.install

---+
 community-i686/0.4.7-private-mode.patch   |   12 --
 community-i686/PKGBUILD   |  110 +++-
 community-i686/fix-copying.patch  |  126 ++--
 community-i686/midori.install |   24 ++---
 community-x86_64/0.4.7-private-mode.patch |   12 --
 community-x86_64/PKGBUILD |  110 +++-
 community-x86_64/fix-copying.patch|  126 ++--
 community-x86_64/midori.install   |   24 ++---
 8 files changed, 256 insertions(+), 288 deletions(-)

Deleted: community-i686/0.4.7-private-mode.patch
===
--- community-i686/0.4.7-private-mode.patch 2013-02-06 11:36:12 UTC (rev 
83884)
+++ community-i686/0.4.7-private-mode.patch 2013-02-06 11:36:28 UTC (rev 
83885)
@@ -1,12 +0,0 @@
-diff -aur midori-0.4.7/katze/midori-paths.vala 
midori-0.4.7.patch/katze/midori-paths.vala
 midori-0.4.7/katze/midori-paths.vala   2012-09-19 23:17:43.0 
+0200
-+++ midori-0.4.7.patch/katze/midori-paths.vala 2012-09-24 20:36:04.585209437 
+0200
-@@ -74,7 +74,7 @@
- else if (mode == RuntimeMode.PRIVATE || mode == RuntimeMode.APP) {
- /* Use mock folders in development builds */
- if ("." in MIDORI_VERSION_SUFFIX)
--config_dir = cache_dir = user_data_dir = config_base;
-+config_dir = cache_dir = user_data_dir = config_base ?? 
Path.DIR_SEPARATOR_S;
- else
- config_dir = cache_dir = user_data_dir = "/";
- readonly_dir = config_base ?? Path.build_path 
(Path.DIR_SEPARATOR_S,

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-06 11:36:12 UTC (rev 83884)
+++ community-i686/PKGBUILD 2013-02-06 11:36:28 UTC (rev 83885)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer:  Alexander Rødseth 
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Andreas Radke 
-# Contributor: rabyte 
-# Contributor: Johannes Krampf 
-# Contributor: Bartłomiej Piotrowski 
-
-pkgname=midori
-pkgver=0.4.7
-pkgrel=3
-pkgdesc='Lightweight web browser based on Gtk WebKit'
-arch=('x86_64' 'i686')
-url='http://www.twotoasts.de/index.php?/pages/midori_summary.html'
-license=('LGPL2.1')
-install=midori.install
-depends=('libwebkit>=1.3.13' 'libunique' 'hicolor-icon-theme' 
'desktop-file-utils' 'libnotify>=0.7.1' 'libxss')
-makedepends=('libxml2' 'intltool' 'gtk-doc' 'librsvg' 'python2>=2.7.1' 'vala')
-optdepends=('gstreamer0.10-ugly-plugins: HTML5 videos support')
-options=('!emptydirs')
-source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
-0.4.7-private-mode.patch
-fix-copying.patch)
-md5sums=('06db7b88a41e9b2265728960d5e98f35'
- 'b2f21a853038662fd0e6c2274ed9dfb7'
- '4bf3a0af4edc9ad6c4d46fc9676d9eb0')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # FS#31641
-  patch -s -Np1 -i ../0.4.7-private-mode.patch
-
-  # FS#32229
-  patch -s -Np1 -i ../fix-copying.patch > /dev/null || true
-
-  # python2 
-  export PYTHON=/usr/bin/python2
-  sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" wscript waf
-  
-  ./configure --prefix=/usr \
-  --jobs=${MAKEFLAGS/-j/} \
-  --enable-addons \
-  --disable-hildon \
-  --enable-unique \
-  --enable-nls \
-  --enable-docs \
-  --enable-apidocs
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: midori/repos/community-i686/PKGBUILD (from rev 83884, 
midori/trunk/PKGBUILD)
===
-

[arch-commits] Commit in midori/trunk (0.4.7-private-mode.patch PKGBUILD)

2013-02-06 Thread Alexander Rødseth
Date: Wednesday, February 6, 2013 @ 12:36:12
  Author: arodseth
Revision: 83884

upgpkg: midori 0.4.8-1

Modified:
  midori/trunk/PKGBUILD
Deleted:
  midori/trunk/0.4.7-private-mode.patch

--+
 0.4.7-private-mode.patch |   12 
 PKGBUILD |   32 ++--
 2 files changed, 14 insertions(+), 30 deletions(-)

Deleted: 0.4.7-private-mode.patch
===
--- 0.4.7-private-mode.patch2013-02-06 10:40:30 UTC (rev 83883)
+++ 0.4.7-private-mode.patch2013-02-06 11:36:12 UTC (rev 83884)
@@ -1,12 +0,0 @@
-diff -aur midori-0.4.7/katze/midori-paths.vala 
midori-0.4.7.patch/katze/midori-paths.vala
 midori-0.4.7/katze/midori-paths.vala   2012-09-19 23:17:43.0 
+0200
-+++ midori-0.4.7.patch/katze/midori-paths.vala 2012-09-24 20:36:04.585209437 
+0200
-@@ -74,7 +74,7 @@
- else if (mode == RuntimeMode.PRIVATE || mode == RuntimeMode.APP) {
- /* Use mock folders in development builds */
- if ("." in MIDORI_VERSION_SUFFIX)
--config_dir = cache_dir = user_data_dir = config_base;
-+config_dir = cache_dir = user_data_dir = config_base ?? 
Path.DIR_SEPARATOR_S;
- else
- config_dir = cache_dir = user_data_dir = "/";
- readonly_dir = config_base ?? Path.build_path 
(Path.DIR_SEPARATOR_S,

Modified: PKGBUILD
===
--- PKGBUILD2013-02-06 10:40:30 UTC (rev 83883)
+++ PKGBUILD2013-02-06 11:36:12 UTC (rev 83884)
@@ -7,41 +7,36 @@
 # Contributor: Bartłomiej Piotrowski 
 
 pkgname=midori
-pkgver=0.4.7
-pkgrel=3
+pkgver=0.4.8
+pkgrel=1
 pkgdesc='Lightweight web browser based on Gtk WebKit'
 arch=('x86_64' 'i686')
 url='http://www.twotoasts.de/index.php?/pages/midori_summary.html'
 license=('LGPL2.1')
 install=midori.install
-depends=('libwebkit>=1.3.13' 'libunique' 'hicolor-icon-theme' 
'desktop-file-utils' 'libnotify>=0.7.1' 'libxss')
-makedepends=('libxml2' 'intltool' 'gtk-doc' 'librsvg' 'python2>=2.7.1' 'vala')
-optdepends=('gstreamer0.10-ugly-plugins: HTML5 videos support')
+depends=('libzeitgeist' 'libwebkit' 'libnotify' 'libxss' 'libunique' 
'hicolor-icon-theme' 'desktop-file-utils' 'gcr')
+makedepends=('libxml2' 'intltool' 'gtk-doc' 'librsvg' 'python2' 'vala')
+optdepends=('gstreamer0.10-ugly-plugins: HTML5 videos support'
+'aria2: download utility')
 options=('!emptydirs')
-source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
-0.4.7-private-mode.patch
-fix-copying.patch)
-md5sums=('06db7b88a41e9b2265728960d5e98f35'
- 'b2f21a853038662fd0e6c2274ed9dfb7'
- '4bf3a0af4edc9ad6c4d46fc9676d9eb0')
+source=("http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2";
+'fix-copying.patch')
+sha256sums=('40bf23f84a3537f54d7eb45df1da40ebef54c321b1b34d0d0c8e45bb0cce5e9f'
+'d4395ac994d8d614f93ae4863bbf6289b1980e0ed84aef52ca95a678b464b959')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
 
-  # FS#31641
-  patch -s -Np1 -i ../0.4.7-private-mode.patch
-
   # FS#32229
   patch -s -Np1 -i ../fix-copying.patch > /dev/null || true
 
-  # python2 
+  # Python 2 
   export PYTHON=/usr/bin/python2
   sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" wscript waf
   
   ./configure --prefix=/usr \
   --jobs=${MAKEFLAGS/-j/} \
   --enable-addons \
-  --disable-hildon \
   --enable-unique \
   --enable-nls \
   --enable-docs \
@@ -50,8 +45,9 @@
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
 }
 
 # vim:set ts=2 sw=2 et:



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

2013-02-06 Thread Sergej Pupykin
Date: Wednesday, February 6, 2013 @ 11:40:30
  Author: spupykin
Revision: 83883

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

Added:
  tea/repos/community-i686/PKGBUILD
(from rev 83882, tea/trunk/PKGBUILD)
  tea/repos/community-i686/tea.desktop
(from rev 83882, tea/trunk/tea.desktop)
  tea/repos/community-i686/tea.install
(from rev 83882, tea/trunk/tea.install)
  tea/repos/community-x86_64/PKGBUILD
(from rev 83882, tea/trunk/PKGBUILD)
  tea/repos/community-x86_64/tea.desktop
(from rev 83882, tea/trunk/tea.desktop)
  tea/repos/community-x86_64/tea.install
(from rev 83882, tea/trunk/tea.install)
Deleted:
  tea/repos/community-i686/PKGBUILD
  tea/repos/community-i686/tea.desktop
  tea/repos/community-i686/tea.install
  tea/repos/community-x86_64/PKGBUILD
  tea/repos/community-x86_64/tea.desktop
  tea/repos/community-x86_64/tea.install

--+
 community-i686/PKGBUILD  |   68 -
 community-i686/tea.desktop   |   20 ++--
 community-i686/tea.install   |8 ++--
 community-x86_64/PKGBUILD|   68 -
 community-x86_64/tea.desktop |   20 ++--
 community-x86_64/tea.install |8 ++--
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-06 10:40:10 UTC (rev 83882)
+++ community-i686/PKGBUILD 2013-02-06 10:40:30 UTC (rev 83883)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Andrea Scarpino 
-# Contributor: Roman Kyrylych 
-# Contributor: Michal Kaliszka 
-# Contributor: Zsolt Varadi 
-
-pkgname=tea
-pkgver=34.0.0
-pkgrel=1
-pkgdesc="A QT-based text editor for Linux and *BSD. With an ultimate small 
size TEA provides you hundreds of functions."
-arch=('i686' 'x86_64')
-url="http://tea-editor.sourceforge.net/";
-license=('GPL')
-depends=('qt' 'aspell' 'hunspell')
-install=tea.install
-source=(http://downloads.sourceforge.net/project/tea-editor/tea-editor/$pkgver/tea-$pkgver.tar.bz2
-tea.desktop)
-md5sums=('cde7d88fe01cf488455fd5940bb45a93'
- '377ace3363124f4c086de0babb820761')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i 's|i + j|(int)(i + j)|' textproc.cpp
-  qmake PREFIX=/usr/bin
-  make
-}
-
-package(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make INSTALL_ROOT="${pkgdir}" install
-  install -Dm644 "${srcdir}/tea.desktop" 
"${pkgdir}/usr/share/applications/tea.desktop"
-  install -Dm644 icons/tea_icon_v2.png "${pkgdir}/usr/share/pixmaps/tea.png"
-}

Copied: tea/repos/community-i686/PKGBUILD (from rev 83882, tea/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-06 10:40:30 UTC (rev 83883)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Andrea Scarpino 
+# Contributor: Roman Kyrylych 
+# Contributor: Michal Kaliszka 
+# Contributor: Zsolt Varadi 
+
+pkgname=tea
+pkgver=34.0.1
+pkgrel=1
+pkgdesc="A QT-based text editor for Linux and *BSD. With an ultimate small 
size TEA provides you hundreds of functions."
+arch=('i686' 'x86_64')
+url="http://tea-editor.sourceforge.net/";
+license=('GPL')
+depends=('qt' 'aspell' 'hunspell')
+install=tea.install
+source=(http://downloads.sourceforge.net/project/tea-editor/tea-editor/$pkgver/tea-$pkgver.tar.bz2
+tea.desktop)
+md5sums=('4fcc661b7898d01f58b8734395f5bdda'
+ '377ace3363124f4c086de0babb820761')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i 's|i + j|(int)(i + j)|' textproc.cpp
+  qmake PREFIX=/usr/bin
+  make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make INSTALL_ROOT="${pkgdir}" install
+  install -Dm644 "${srcdir}/tea.desktop" 
"${pkgdir}/usr/share/applications/tea.desktop"
+  install -Dm644 icons/tea_icon_v2.png "${pkgdir}/usr/share/pixmaps/tea.png"
+}

Deleted: community-i686/tea.desktop
===
--- community-i686/tea.desktop  2013-02-06 10:40:10 UTC (rev 83882)
+++ community-i686/tea.desktop  2013-02-06 10:40:30 UTC (rev 83883)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=Tea
-Comment=A small programmer's QT editor
-Exec=tea %U
-Terminal=false
-Type=Application
-StartupNotify=true
-Icon=tea.png
-Categories=Application;Utility;TextEditor;

Copied: tea/repos/community-i686/tea.desktop (from rev 83882, 
tea/trunk/tea.desktop)
===
--- community-i686/tea.desktop  (rev 0)
+++ community-i686/tea.desktop  2013-02-06 10:40:30 UTC (rev 83883)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Tea
+Comment=A small programmer's QT editor
+Exec=tea %U
+Terminal=false
+Type=Application
+StartupNotify=true
+Icon=tea.png
+Categories=Application;Utility;

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

2013-02-06 Thread Sergej Pupykin
Date: Wednesday, February 6, 2013 @ 11:40:10
  Author: spupykin
Revision: 83882

upgpkg: tea 34.0.1-1

upd

Modified:
  tea/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-06 10:40:06 UTC (rev 83881)
+++ PKGBUILD2013-02-06 10:40:10 UTC (rev 83882)
@@ -6,7 +6,7 @@
 # Contributor: Zsolt Varadi 
 
 pkgname=tea
-pkgver=34.0.0
+pkgver=34.0.1
 pkgrel=1
 pkgdesc="A QT-based text editor for Linux and *BSD. With an ultimate small 
size TEA provides you hundreds of functions."
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 install=tea.install
 
source=(http://downloads.sourceforge.net/project/tea-editor/tea-editor/$pkgver/tea-$pkgver.tar.bz2
 tea.desktop)
-md5sums=('cde7d88fe01cf488455fd5940bb45a93'
+md5sums=('4fcc661b7898d01f58b8734395f5bdda'
  '377ace3363124f4c086de0babb820761')
 
 build() {



[arch-commits] Commit in ruby-rack/repos/community-any (PKGBUILD PKGBUILD)

2013-02-06 Thread Sergej Pupykin
Date: Wednesday, February 6, 2013 @ 11:40:06
  Author: spupykin
Revision: 83881

archrelease: copy trunk to community-any

Added:
  ruby-rack/repos/community-any/PKGBUILD
(from rev 83880, ruby-rack/trunk/PKGBUILD)
Deleted:
  ruby-rack/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-06 10:39:50 UTC (rev 83880)
+++ PKGBUILD2013-02-06 10:40:06 UTC (rev 83881)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Alexsandr Pavlov 
-
-pkgname=ruby-rack
-pkgver=1.4.3
-pkgrel=1
-pkgdesc="Rack provides minimal, modular and adaptable interface for developing 
web applications in Ruby"
-arch=(any)
-#url="http://rack.rubyforge.org/";
-url="http://rubyforge.org/projects/rack/";
-license=('MIT')
-depends=('ruby' 'rubygems')
-noextract=("rack-$pkgver.gem")
-source=(http://gems.rubyforge.org/gems/rack-$pkgver.gem)
-md5sums=('d0548b31b03222a4de3671c62d749589')
-
-build() {
-  cd $srcdir
-  export HOME=/tmp
-  local _gemdir="$(ruby -rubygems -e'puts Gem.default_dir')"
-  gem install --no-user-install --ignore-dependencies -i "$pkgdir$_gemdir" -n 
"$pkgdir/usr/bin" rack-$pkgver.gem
-  mkdir -p $pkgdir/usr/share/licenses/ruby-rack
-  ln -s `find $pkgdir/usr/lib/ruby/ -type f -name COPYING | sed "s|$pkgdir||"` 
$pkgdir/usr/share/licenses/ruby-rack/COPYING
-}

Copied: ruby-rack/repos/community-any/PKGBUILD (from rev 83880, 
ruby-rack/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-06 10:40:06 UTC (rev 83881)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Alexsandr Pavlov 
+
+pkgname=ruby-rack
+pkgver=1.5.1
+pkgrel=1
+pkgdesc="Rack provides minimal, modular and adaptable interface for developing 
web applications in Ruby"
+arch=(any)
+#url="http://rack.rubyforge.org/";
+url="http://rubyforge.org/projects/rack/";
+license=('MIT')
+depends=('ruby' 'rubygems')
+noextract=("rack-$pkgver.gem")
+source=(http://gems.rubyforge.org/gems/rack-$pkgver.gem)
+md5sums=('9d5ccd9e1b24fcf2d261d79cff91dfac')
+
+package() {
+  cd $srcdir
+  export HOME=/tmp
+  local _gemdir="$(ruby -rubygems -e'puts Gem.default_dir')"
+  gem install --no-user-install --ignore-dependencies -i "$pkgdir$_gemdir" -n 
"$pkgdir/usr/bin" rack-$pkgver.gem
+  mkdir -p $pkgdir/usr/share/licenses/ruby-rack
+  ln -s `find $pkgdir/usr/lib/ruby/ -type f -name COPYING | sed "s|$pkgdir||"` 
$pkgdir/usr/share/licenses/ruby-rack/COPYING
+}



  1   2   3   >