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

2014-05-05 Thread Alexander Rødseth
Date: Tuesday, May 6, 2014 @ 00:09:47
  Author: arodseth
Revision: 110730

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

Added:
  plan9port/repos/community-i686/PKGBUILD
(from rev 110729, plan9port/trunk/PKGBUILD)
  plan9port/repos/community-i686/plan9.install
(from rev 110729, plan9port/trunk/plan9.install)
  plan9port/repos/community-i686/plan9.sh
(from rev 110729, plan9port/trunk/plan9.sh)
  plan9port/repos/community-x86_64/PKGBUILD
(from rev 110729, plan9port/trunk/PKGBUILD)
  plan9port/repos/community-x86_64/plan9.install
(from rev 110729, plan9port/trunk/plan9.install)
  plan9port/repos/community-x86_64/plan9.sh
(from rev 110729, plan9port/trunk/plan9.sh)
Deleted:
  plan9port/repos/community-i686/PKGBUILD
  plan9port/repos/community-i686/plan9.install
  plan9port/repos/community-i686/plan9.sh
  plan9port/repos/community-x86_64/PKGBUILD
  plan9port/repos/community-x86_64/plan9.install
  plan9port/repos/community-x86_64/plan9.sh

+
 /PKGBUILD  |  144 +++
 /plan9.install |   16 
 /plan9.sh  |8 ++
 community-i686/PKGBUILD|   79 -
 community-i686/plan9.install   |8 --
 community-i686/plan9.sh|4 -
 community-x86_64/PKGBUILD  |   79 -
 community-x86_64/plan9.install |8 --
 community-x86_64/plan9.sh  |4 -
 9 files changed, 168 insertions(+), 182 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-05 22:09:31 UTC (rev 110729)
+++ community-i686/PKGBUILD 2014-05-05 22:09:47 UTC (rev 110730)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: phrakture aaronmgriffin--gmail--com
-# Contributor: Fazlul Shahriar
-# Contributor: Chris Brannon cmbranno...@gmail.com
-
-pkgname=plan9port
-pkgver=20131024
-pkgrel=4
-pkgdesc='Port of many programs from Plan 9 to Unix-like operating systems'
-arch=('x86_64' 'i686')
-url='http://swtch.com/plan9port/'
-license=('custom')
-depends=('xorg-server' 'libxt' 'libxext' 'fuse')
-optdepends=('python2: for the codereview script')
-provides=('plan9')
-install='plan9.install'
-options=('!zipman' 'staticlibs')
-source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tgz;
-'plan9.sh')
-sha256sums=('5cba7856bdb35a96a923120e61d320d424fee1a6f09b7af3e87eb7814a747d4f'
-'8768c080a8ceb0a52a3f866bd8ffc4b26f9deb97c6877ceea78ec0b316325a6b')
-
-package() {
-  cd $pkgname
-
-  # Try the gentoo way for fixing hardcoded paths
-  PLAN9=/usr/lib/plan9
-  grep --null -l -r '/usr/local/plan9' | xargs --null sed -i 
s!/usr/local/plan9!${PLAN9}!g
-
-  d=usr/lib
-
-  ./INSTALL -b
-  install -Dm755 ../plan9.sh $pkgdir/etc/profile.d/plan9.sh
-  install -d $pkgdir/$d
-  install -d $pkgdir/usr/share/doc/$pkgname
-  cp -r $srcdir/$pkgname $pkgdir/$d/plan9
-  cd $pkgdir/$d/plan9
-  ./INSTALL -c -r $pkgdir/$d/plan9
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  # Clean up
-  rm -rf .hg/
-  rm -f .hgignore .hgtags
-  find . -name '.cvsignore' -print0 |xargs -0 rm -f
-  rm -f config install.log install.sum install.txt configure Makefile INSTALL \
-LICENSE
-
-  # The old method for fixing hardcoded paths
-  #for f in `grep -H -r $pkgdir$d/$pkgname | cut -d: -f1`; do
-  #  echo -n \t$f
-  #  [ -e $f ]  sed -i s:$pkgdir$d/$pkgname:$d/$pkgname: $f || true
-  #done
-
-  # Fix python scripts
-  find $pkgdir -name '*.py' -print0 |xargs -0 \
-sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/python2,' \
--e 's,^#!/usr/bin/python$,#!/usr/bin/python2,'
-
-  # Package text files
-  for i in CHANGES CONTRIBUTORS README TODO; do
-install -m644 $i $pkgdir/usr/share/doc/$pkgname
-rm -f $i
-  done
-
-  # Decompress the plan9 man pages
-  for i in `find $pkgdir/$d/plan9/man -type f`; do
-if [ ${i##*.} = gz ]; then
-  gunzip $i
-fi
-  done
-
-  # Once more
-  #grep --null -l -r $pkgdir/usr/local/plan9 | xargs --null sed -i 
s!$pkgdir/usr/local/plan9!${PLAN9}!g
-  grep --null -l -r $pkgdir$PLAN9 | xargs --null sed -i 
s!$pkgdir$PLAN9!${PLAN9}!g || true
-  grep --null -l -r /build/plan9port/pkg/plan9port/$PLAN9 | xargs --null sed 
-i s!/build/plan9port/pkg/plan9port/$PLAN9!${PLAN9}!g || true
-}
-
-# vim:set ts=2 sw=2 et:

Copied: plan9port/repos/community-i686/PKGBUILD (from rev 110729, 
plan9port/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-05 22:09:47 UTC (rev 110730)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: phrakture aaronmgriffin--gmail--com
+# Contributor: Fazlul Shahriar
+# Contributor: Chris Brannon cmbranno...@gmail.com
+
+pkgname=plan9port
+pkgver=20140306

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

2014-02-19 Thread Alexander Rødseth
Date: Wednesday, February 19, 2014 @ 13:29:36
  Author: arodseth
Revision: 105934

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

Added:
  plan9port/repos/community-i686/PKGBUILD
(from rev 105933, plan9port/trunk/PKGBUILD)
  plan9port/repos/community-i686/plan9.install
(from rev 105933, plan9port/trunk/plan9.install)
  plan9port/repos/community-i686/plan9.sh
(from rev 105933, plan9port/trunk/plan9.sh)
  plan9port/repos/community-x86_64/PKGBUILD
(from rev 105933, plan9port/trunk/PKGBUILD)
  plan9port/repos/community-x86_64/plan9.install
(from rev 105933, plan9port/trunk/plan9.install)
  plan9port/repos/community-x86_64/plan9.sh
(from rev 105933, plan9port/trunk/plan9.sh)
Deleted:
  plan9port/repos/community-i686/PKGBUILD
  plan9port/repos/community-i686/plan9.install
  plan9port/repos/community-i686/plan9.sh
  plan9port/repos/community-x86_64/PKGBUILD
  plan9port/repos/community-x86_64/plan9.install
  plan9port/repos/community-x86_64/plan9.sh

+
 /PKGBUILD  |  158 +++
 /plan9.install |   16 +++
 /plan9.sh  |8 +
 community-i686/PKGBUILD|   72 -
 community-i686/plan9.install   |8 -
 community-i686/plan9.sh|2 
 community-x86_64/PKGBUILD  |   72 -
 community-x86_64/plan9.install |8 -
 community-x86_64/plan9.sh  |2 
 9 files changed, 182 insertions(+), 164 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-19 12:29:25 UTC (rev 105933)
+++ community-i686/PKGBUILD 2014-02-19 12:29:36 UTC (rev 105934)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: phrakture aaronmgriffin--gmail--com
-# Contributor: Fazlul Shahriar
-# Contributor: Chris Brannon cmbranno...@gmail.com
-
-pkgname=plan9port
-pkgver=20131024
-pkgrel=3
-pkgdesc='Port of many programs from Plan 9 to Unix-like operating systems'
-arch=('x86_64' 'i686')
-url='http://swtch.com/plan9port/'
-license=('custom')
-depends=('xorg-server' 'libxt' 'libxext' 'fuse')
-optdepends=('python2: for the codereview script')
-provides=('plan9')
-install='plan9.install'
-options=('!zipman' 'staticlibs')
-source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tgz;
-'plan9.sh')
-sha256sums=('5cba7856bdb35a96a923120e61d320d424fee1a6f09b7af3e87eb7814a747d4f'
-'c216efa3455ba0b22b1723ae62e4c1e21b3a776a760d8fcedb902ff994b701c1')
-
-package() {
-  cd $pkgname
-
-  # TODO: Find a way to install in a better directory than /usr/local/plan9
-
-  d=usr/local
-
-  ./INSTALL -b
-  install -Dm755 ../plan9.sh $pkgdir/etc/profile.d/plan9.sh
-  install -d $pkgdir/$d
-  install -d $pkgdir/usr/share/doc/$pkgname
-  cp -r $srcdir/$pkgname $pkgdir/$d/plan9
-  cd $pkgdir/$d/plan9
-  ./INSTALL -c -r $pkgdir/$d/plan9
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  # Clean up
-  rm -rf .hg/
-  rm -f .hgignore .hgtags
-  find . -name '.cvsignore' -print0 |xargs -0 rm -f
-  rm -f config install.log install.sum install.txt configure Makefile INSTALL \
-LICENSE
-
-  # Fix hardcoded paths
-  for f in `grep -H -r $pkgdir$d/$pkgname | cut -d: -f1`; do
-echo -n \t$f
-[ -e $f ]  sed -i s:$pkgdir$d/$pkgname:$d/$pkgname: $f || true
-  done
-
-  # Fix python scripts
-  find $pkgdir -name '*.py' -print0 |xargs -0 \
-sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/python2,' \
--e 's,^#!/usr/bin/python$,#!/usr/bin/python2,'
-
-  # Package text files
-  for i in CHANGES CONTRIBUTORS README TODO; do
-install -m644 $i $pkgdir/usr/share/doc/$pkgname
-rm -f $i
-  done
-
-  # Decompress the plan9 man pages
-  for i in `find $pkgdir/$d/plan9/man -type f`; do
-if [ ${i##*.} = gz ]; then
-  gunzip $i
-fi
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: plan9port/repos/community-i686/PKGBUILD (from rev 105933, 
plan9port/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-19 12:29:36 UTC (rev 105934)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: phrakture aaronmgriffin--gmail--com
+# Contributor: Fazlul Shahriar
+# Contributor: Chris Brannon cmbranno...@gmail.com
+
+pkgname=plan9port
+pkgver=20131024
+pkgrel=4
+pkgdesc='Port of many programs from Plan 9 to Unix-like operating systems'
+arch=('x86_64' 'i686')
+url='http://swtch.com/plan9port/'
+license=('custom')
+depends=('xorg-server' 'libxt' 'libxext' 'fuse')
+optdepends=('python2: for the codereview script')
+provides=('plan9')
+install='plan9.install'
+options=('!zipman' 'staticlibs')
+source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tgz;
+'plan9.sh')

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

2014-01-27 Thread Alexander Rødseth
Date: Tuesday, January 28, 2014 @ 00:51:46
  Author: arodseth
Revision: 104876

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

Added:
  plan9port/repos/community-i686/PKGBUILD
(from rev 104875, plan9port/trunk/PKGBUILD)
  plan9port/repos/community-i686/plan9.install
(from rev 104875, plan9port/trunk/plan9.install)
  plan9port/repos/community-i686/plan9.sh
(from rev 104875, plan9port/trunk/plan9.sh)
  plan9port/repos/community-x86_64/PKGBUILD
(from rev 104875, plan9port/trunk/PKGBUILD)
  plan9port/repos/community-x86_64/plan9.install
(from rev 104875, plan9port/trunk/plan9.install)
  plan9port/repos/community-x86_64/plan9.sh
(from rev 104875, plan9port/trunk/plan9.sh)
Deleted:
  plan9port/repos/community-i686/PKGBUILD
  plan9port/repos/community-i686/plan9.install
  plan9port/repos/community-i686/plan9.sh
  plan9port/repos/community-x86_64/PKGBUILD
  plan9port/repos/community-x86_64/plan9.install
  plan9port/repos/community-x86_64/plan9.sh

+
 /PKGBUILD  |  144 +++
 /plan9.install |   16 
 /plan9.sh  |4 +
 community-i686/PKGBUILD|   72 ---
 community-i686/plan9.install   |8 --
 community-i686/plan9.sh|2 
 community-x86_64/PKGBUILD  |   72 ---
 community-x86_64/plan9.install |8 --
 community-x86_64/plan9.sh  |2 
 9 files changed, 164 insertions(+), 164 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-27 23:38:12 UTC (rev 104875)
+++ community-i686/PKGBUILD 2014-01-27 23:51:46 UTC (rev 104876)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: phrakture aaronmgriffin--gmail--com
-# Contributor: Fazlul Shahriar
-# Contributor: Chris Brannon cmbranno...@gmail.com
-
-pkgname=plan9port
-pkgver=20131024
-pkgrel=2
-pkgdesc='Port of many programs from Plan 9 to Unix-like operating systems'
-arch=('x86_64' 'i686')
-url='http://swtch.com/plan9port/'
-license=('custom')
-depends=('xorg-server' 'libxt' 'libxext' 'fuse')
-optdepends=('python2: for the codereview script')
-provides=('plan9')
-install='plan9.install'
-options=('!zipman' 'staticlibs')
-source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tgz;
-'plan9.sh')
-sha256sums=('5cba7856bdb35a96a923120e61d320d424fee1a6f09b7af3e87eb7814a747d4f'
-'c216efa3455ba0b22b1723ae62e4c1e21b3a776a760d8fcedb902ff994b701c1')
-
-package() {
-  cd $pkgname
-
-  # TODO: Find a way to install in a better directory than /usr/local/plan9
-
-  d=usr/local
-
-  ./INSTALL -b
-  install -Dm755 ../plan9.sh $pkgdir/etc/profile.d/plan9.sh
-  install -d $pkgdir/$d
-  install -d $pkgdir/usr/share/doc/$pkgname
-  cp -r $srcdir/$pkgname $pkgdir/$d/plan9
-  cd $pkgdir/$d/plan9
-  ./INSTALL -c -r $pkgdir/$d/plan9
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  # Clean up
-  rm -rf .hg/
-  rm -f .hgignore .hgtags
-  find . -name '.cvsignore' -print0 |xargs -0 rm -f
-  rm -f config install.log install.sum install.txt configure Makefile INSTALL \
-LICENSE
-
-  # Fix hardcoded paths
-  #for f in `grep -H -r $pkgdir$d/$pkgname | cut -d: -f1`; do
-  #  echo -n \t$f
-  #  [ -e $f ]  sed -i s:$pkgdir$d/$pkgname:$d/$pkgname: $f || true
-  #done
-
-  # Fix python scripts
-  find $pkgdir -name '*.py' -print0 |xargs -0 \
-sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/python2,' \
--e 's,^#!/usr/bin/python$,#!/usr/bin/python2,'
-
-  # Package text files
-  for i in CHANGES CONTRIBUTORS README TODO; do
-install -m644 $i $pkgdir/usr/share/doc/$pkgname
-rm -f $i
-  done
-
-  # Decompress the plan9 man pages
-  for i in `find $pkgdir/$d/plan9/man -type f`; do
-if [ ${i##*.} = gz ]; then
-  gunzip $i
-fi
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: plan9port/repos/community-i686/PKGBUILD (from rev 104875, 
plan9port/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-27 23:51:46 UTC (rev 104876)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: phrakture aaronmgriffin--gmail--com
+# Contributor: Fazlul Shahriar
+# Contributor: Chris Brannon cmbranno...@gmail.com
+
+pkgname=plan9port
+pkgver=20131024
+pkgrel=3
+pkgdesc='Port of many programs from Plan 9 to Unix-like operating systems'
+arch=('x86_64' 'i686')
+url='http://swtch.com/plan9port/'
+license=('custom')
+depends=('xorg-server' 'libxt' 'libxext' 'fuse')
+optdepends=('python2: for the codereview script')
+provides=('plan9')
+install='plan9.install'
+options=('!zipman' 'staticlibs')
+source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tgz;
+'plan9.sh')

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

2013-12-16 Thread Alexander Rødseth
Date: Monday, December 16, 2013 @ 22:54:40
  Author: arodseth
Revision: 102625

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

Added:
  plan9port/repos/community-i686/PKGBUILD
(from rev 102624, plan9port/trunk/PKGBUILD)
  plan9port/repos/community-i686/plan9.install
(from rev 102624, plan9port/trunk/plan9.install)
  plan9port/repos/community-i686/plan9.sh
(from rev 102624, plan9port/trunk/plan9.sh)
  plan9port/repos/community-x86_64/PKGBUILD
(from rev 102624, plan9port/trunk/PKGBUILD)
  plan9port/repos/community-x86_64/plan9.install
(from rev 102624, plan9port/trunk/plan9.install)
  plan9port/repos/community-x86_64/plan9.sh
(from rev 102624, plan9port/trunk/plan9.sh)
Deleted:
  plan9port/repos/community-i686/PKGBUILD
  plan9port/repos/community-i686/plan9.install
  plan9port/repos/community-i686/plan9.sh
  plan9port/repos/community-x86_64/PKGBUILD
  plan9port/repos/community-x86_64/plan9.install
  plan9port/repos/community-x86_64/plan9.sh

+
 /PKGBUILD  |  144 +++
 /plan9.install |   16 
 /plan9.sh  |4 +
 community-i686/PKGBUILD|   70 --
 community-i686/plan9.install   |   16 
 community-i686/plan9.sh|2 
 community-x86_64/PKGBUILD  |   70 --
 community-x86_64/plan9.install |   16 
 community-x86_64/plan9.sh  |2 
 9 files changed, 164 insertions(+), 176 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-16 21:54:30 UTC (rev 102624)
+++ community-i686/PKGBUILD 2013-12-16 21:54:40 UTC (rev 102625)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: phrakture aaronmgriffin--gmail--com
-# Contributor: Fazlul Shahriar
-# Contributor: Chris Brannon cmbranno...@gmail.com
-
-pkgname=plan9port
-pkgver=20131024
-pkgrel=1
-pkgdesc='Port of many programs from Plan 9 to Unix-like operating systems'
-arch=('x86_64' 'i686')
-url='http://swtch.com/plan9port/'
-license=('custom')
-depends=('xorg-server' 'libxt' 'libxext' 'fuse')
-optdepends=('python2: for the codereview script')
-provides=('plan9')
-install='plan9.install'
-options=('!zipman' 'staticlibs')
-source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tgz;
-'plan9.sh')
-sha256sums=('5cba7856bdb35a96a923120e61d320d424fee1a6f09b7af3e87eb7814a747d4f'
-'3d899c30f289c20eecedf9961d61c0c9dfe4c0dc9b1a7642aca25e0534883cf2')
-
-package() {
-  cd $pkgname
-
-  d=/usr/local
-
-  ./INSTALL -b
-  install -Dm755 ../plan9.sh $pkgdir/etc/profile.d/plan9.sh
-  install -d $pkgdir$d
-  install -d $pkgdir/usr/share/doc/$pkgname
-  cp -r $srcdir/$pkgname $pkgdir/$d/
-  cd $pkgdir$d/$pkgname
-  ./INSTALL -c -r $pkgdir$d/$pkgname
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  # Clean up
-  rm -rf .hg/
-  rm -f .hgignore .hgtags
-  find . -name '.cvsignore' -print0 |xargs -0 rm -f
-  rm -f config install.log install.sum install.txt configure Makefile INSTALL \
-LICENSE
-
-  # Fix hardcoded paths
-  for f in `grep -H -r $pkgdir$d/$pkgname | cut -d: -f1`; do
-echo -n \t$f
-[ -e $f ]  sed -i s:$pkgdir$d/$pkgname:$d/$pkgname: $f || true
-  done
-
-  # Fix python scripts
-  find $pkgdir -name '*.py' -print0 |xargs -0 \
-sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/python2,' \
--e 's,^#!/usr/bin/python$,#!/usr/bin/python2,'
-
-  # Package text files
-  for i in CHANGES CONTRIBUTORS README TODO; do
-install -m644 $i $pkgdir/usr/share/doc/$pkgname
-rm -f $i
-  done
-
-  # Decompress the plan9 man pages
-  for i in `find $pkgdir$d/plan9/man -type f`; do
-if [ ${i##*.} = gz ]; then
-  gunzip $i
-fi
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: plan9port/repos/community-i686/PKGBUILD (from rev 102624, 
plan9port/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-16 21:54:40 UTC (rev 102625)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: phrakture aaronmgriffin--gmail--com
+# Contributor: Fazlul Shahriar
+# Contributor: Chris Brannon cmbranno...@gmail.com
+
+pkgname=plan9port
+pkgver=20131024
+pkgrel=2
+pkgdesc='Port of many programs from Plan 9 to Unix-like operating systems'
+arch=('x86_64' 'i686')
+url='http://swtch.com/plan9port/'
+license=('custom')
+depends=('xorg-server' 'libxt' 'libxext' 'fuse')
+optdepends=('python2: for the codereview script')
+provides=('plan9')
+install='plan9.install'
+options=('!zipman' 'staticlibs')
+source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tgz;
+'plan9.sh')
+sha256sums=('5cba7856bdb35a96a923120e61d320d424fee1a6f09b7af3e87eb7814a747d4f'
+

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

2013-11-25 Thread Alexander Rødseth
Date: Tuesday, November 26, 2013 @ 00:32:13
  Author: arodseth
Revision: 101453

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

Added:
  plan9port/repos/community-i686/PKGBUILD
(from rev 101452, plan9port/trunk/PKGBUILD)
  plan9port/repos/community-i686/plan9.install
(from rev 101452, plan9port/trunk/plan9.install)
  plan9port/repos/community-i686/plan9.sh
(from rev 101452, plan9port/trunk/plan9.sh)
  plan9port/repos/community-x86_64/PKGBUILD
(from rev 101452, plan9port/trunk/PKGBUILD)
  plan9port/repos/community-x86_64/plan9.install
(from rev 101452, plan9port/trunk/plan9.install)
  plan9port/repos/community-x86_64/plan9.sh
(from rev 101452, plan9port/trunk/plan9.sh)
Deleted:
  plan9port/repos/community-i686/PKGBUILD
  plan9port/repos/community-i686/plan9.install
  plan9port/repos/community-i686/plan9.sh
  plan9port/repos/community-x86_64/PKGBUILD
  plan9port/repos/community-x86_64/plan9.install
  plan9port/repos/community-x86_64/plan9.sh

+
 /PKGBUILD  |  140 +++
 /plan9.install |   32 
 /plan9.sh  |4 +
 community-i686/PKGBUILD|   70 ---
 community-i686/plan9.install   |   21 -
 community-i686/plan9.sh|2 
 community-x86_64/PKGBUILD  |   70 ---
 community-x86_64/plan9.install |   21 -
 community-x86_64/plan9.sh  |2 
 9 files changed, 176 insertions(+), 186 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-25 23:32:03 UTC (rev 101452)
+++ community-i686/PKGBUILD 2013-11-25 23:32:13 UTC (rev 101453)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: phrakture aaronmgriffin--gmail--com
-# Contributor: Fazlul Shahriar
-# Contributor: Chris Brannon cmbranno...@gmail.com
-
-pkgname=plan9port
-pkgver=20130927
-pkgrel=3
-pkgdesc='Port of many programs from Plan 9 to Unix-like operating systems'
-arch=('x86_64' 'i686')
-url='http://swtch.com/plan9port/'
-license=('custom')
-depends=('xorg-server' 'libxt' 'libxext' 'fuse')
-optdepends=('python2: for the codereview script')
-provides=('plan9')
-install='plan9.install'
-options=('!zipman' 'staticlibs')
-source=(http://swtch.com/$pkgname/$pkgname-$pkgver.tgz;
-'plan9.sh')
-sha256sums=('580927688ae2df295bf7f78d0ba19588104c6b0403558ffa3cd9ed0b7b110542'
-'c216efa3455ba0b22b1723ae62e4c1e21b3a776a760d8fcedb902ff994b701c1')
-
-package() {
-  cd plan9
-
-  d=/usr/local # /opt
-
-  ./INSTALL -b
-  install -Dm755 ../plan9.sh $pkgdir/etc/profile.d/plan9.sh
-  install -d $pkgdir$d
-  install -d $pkgdir/usr/share/doc/$pkgname
-  cp -r $srcdir/plan9 $pkgdir/$d/
-  cd $pkgdir$d/plan9
-  ./INSTALL -c -r $pkgdir$d/plan9
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  # Clean up
-  rm -rf .hg/
-  rm -f .hgignore .hgtags
-  find . -name '.cvsignore' -print0 |xargs -0 rm -f
-  rm -f config install.log install.sum install.txt configure Makefile INSTALL \
-LICENSE
-
-  # Fix hardcoded paths
-  for f in `grep -H -r $pkgdir$d/plan9 | cut -d: -f1`; do
-echo -n \t$f
-[ -e $f ]  sed -i s:$pkgdir$d/plan9:$d/plan9: $f || true
-  done
-
-  # Fix python scripts
-  find $pkgdir -name '*.py' -print0 |xargs -0 \
-sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/python2,' \
--e 's,^#!/usr/bin/python$,#!/usr/bin/python2,'
-
-  # Package text files
-  for i in CHANGES CONTRIBUTORS README TODO; do
-install -m644 $i $pkgdir/usr/share/doc/$pkgname
-rm -f $i
-  done
-
-  # Decompress the plan9 man pages
-  for i in `find $pkgdir$d/plan9/man -type f`; do
-if [ ${i##*.} = gz ]; then
-  gunzip $i
-fi
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: plan9port/repos/community-i686/PKGBUILD (from rev 101452, 
plan9port/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-25 23:32:13 UTC (rev 101453)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: phrakture aaronmgriffin--gmail--com
+# Contributor: Fazlul Shahriar
+# Contributor: Chris Brannon cmbranno...@gmail.com
+
+pkgname=plan9port
+pkgver=20131024
+pkgrel=1
+pkgdesc='Port of many programs from Plan 9 to Unix-like operating systems'
+arch=('x86_64' 'i686')
+url='http://swtch.com/plan9port/'
+license=('custom')
+depends=('xorg-server' 'libxt' 'libxext' 'fuse')
+optdepends=('python2: for the codereview script')
+provides=('plan9')
+install='plan9.install'
+options=('!zipman' 'staticlibs')
+source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tgz;
+'plan9.sh')
+sha256sums=('5cba7856bdb35a96a923120e61d320d424fee1a6f09b7af3e87eb7814a747d4f'
+

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

2013-10-28 Thread Alexander Rødseth
Date: Monday, October 28, 2013 @ 12:45:43
  Author: arodseth
Revision: 99408

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

Added:
  plan9port/repos/community-i686/PKGBUILD
(from rev 99407, plan9port/trunk/PKGBUILD)
  plan9port/repos/community-i686/plan9.install
(from rev 99407, plan9port/trunk/plan9.install)
  plan9port/repos/community-i686/plan9.sh
(from rev 99407, plan9port/trunk/plan9.sh)
  plan9port/repos/community-x86_64/PKGBUILD
(from rev 99407, plan9port/trunk/PKGBUILD)
  plan9port/repos/community-x86_64/plan9.install
(from rev 99407, plan9port/trunk/plan9.install)
  plan9port/repos/community-x86_64/plan9.sh
(from rev 99407, plan9port/trunk/plan9.sh)
Deleted:
  plan9port/repos/community-i686/PKGBUILD
  plan9port/repos/community-i686/plan9.install
  plan9port/repos/community-i686/plan9.sh
  plan9port/repos/community-x86_64/PKGBUILD
  plan9port/repos/community-x86_64/plan9.install
  plan9port/repos/community-x86_64/plan9.sh

+
 /PKGBUILD  |  140 +++
 /plan9.install |   42 +++
 /plan9.sh  |4 +
 community-i686/PKGBUILD|   70 ---
 community-i686/plan9.install   |   21 -
 community-i686/plan9.sh|2 
 community-x86_64/PKGBUILD  |   70 ---
 community-x86_64/plan9.install |   21 -
 community-x86_64/plan9.sh  |2 
 9 files changed, 186 insertions(+), 186 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-28 11:45:32 UTC (rev 99407)
+++ community-i686/PKGBUILD 2013-10-28 11:45:43 UTC (rev 99408)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: phrakture aaronmgriffin--gmail--com
-# Contributor: Fazlul Shahriar
-# Contributor: Chris Brannon cmbranno...@gmail.com
-
-pkgname=plan9port
-pkgver=20130927
-pkgrel=2
-pkgdesc='Port of many programs from Plan 9 to Unix-like operating systems'
-arch=('x86_64' 'i686')
-url='http://swtch.com/plan9port/'
-license=('custom')
-depends=('xorg-server' 'libxt' 'libxext' 'sh' 'fuse')
-optdepends=('python2: for the codereview script')
-provides=('plan9')
-install='plan9.install'
-options=('!zipman')
-source=(http://swtch.com/$pkgname/$pkgname-$pkgver.tgz;
-'plan9.sh')
-sha256sums=('580927688ae2df295bf7f78d0ba19588104c6b0403558ffa3cd9ed0b7b110542'
-'c216efa3455ba0b22b1723ae62e4c1e21b3a776a760d8fcedb902ff994b701c1')
-
-package() {
-  cd plan9
-
-  d=/usr/local # /opt
-
-  ./INSTALL -b
-  install -Dm755 ../plan9.sh $pkgdir/etc/profile.d/plan9.sh
-  install -d $pkgdir$d
-  install -d $pkgdir/usr/share/doc/$pkgname
-  cp -r $srcdir/plan9 $pkgdir/$d/
-  cd $pkgdir$d/plan9
-  ./INSTALL -c -r $pkgdir$d/plan9
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  # Clean up
-  rm -rf .hg/
-  rm -f .hgignore .hgtags
-  find . -name '.cvsignore' -print0 |xargs -0 rm -f
-  rm -f config install.log install.sum install.txt configure Makefile INSTALL \
-LICENSE
-
-  # Fix hardcoded paths
-  for f in `grep -H -r $pkgdir$d/plan9 | cut -d: -f1`; do
-echo -n \t$f
-[ -e $f ]  sed -i s:$pkgdir$d/plan9:$d/plan9: $f || true
-  done
-
-  # Fix python scripts
-  find $pkgdir -name '*.py' -print0 |xargs -0 \
-sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/python2,' \
--e 's,^#!/usr/bin/python$,#!/usr/bin/python2,'
-
-  # Package text files
-  for i in CHANGES CONTRIBUTORS README TODO; do
-install -m644 $i $pkgdir/usr/share/doc/$pkgname
-rm -f $i
-  done
-
-  # Decompress the plan9 man pages
-  for i in `find $pkgdir$d/plan9/man -type f`; do
-if [ ${i##*.} = gz ]; then
-  gunzip $i
-fi
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: plan9port/repos/community-i686/PKGBUILD (from rev 99407, 
plan9port/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-28 11:45:43 UTC (rev 99408)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: phrakture aaronmgriffin--gmail--com
+# Contributor: Fazlul Shahriar
+# Contributor: Chris Brannon cmbranno...@gmail.com
+
+pkgname=plan9port
+pkgver=20130927
+pkgrel=3
+pkgdesc='Port of many programs from Plan 9 to Unix-like operating systems'
+arch=('x86_64' 'i686')
+url='http://swtch.com/plan9port/'
+license=('custom')
+depends=('xorg-server' 'libxt' 'libxext' 'fuse')
+optdepends=('python2: for the codereview script')
+provides=('plan9')
+install='plan9.install'
+options=('!zipman' 'staticlibs')
+source=(http://swtch.com/$pkgname/$pkgname-$pkgver.tgz;
+'plan9.sh')
+sha256sums=('580927688ae2df295bf7f78d0ba19588104c6b0403558ffa3cd9ed0b7b110542'
+'c216efa3455ba0b22b1723ae62e4c1e21b3a776a760d8fcedb902ff994b701c1')
+

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

2013-10-03 Thread Alexander Rødseth
Date: Thursday, October 3, 2013 @ 21:11:32
  Author: arodseth
Revision: 98017

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

Added:
  plan9port/repos/community-i686/PKGBUILD
(from rev 98016, plan9port/trunk/PKGBUILD)
  plan9port/repos/community-i686/plan9.install
(from rev 98016, plan9port/trunk/plan9.install)
  plan9port/repos/community-i686/plan9.sh
(from rev 98016, plan9port/trunk/plan9.sh)
  plan9port/repos/community-x86_64/PKGBUILD
(from rev 98016, plan9port/trunk/PKGBUILD)
  plan9port/repos/community-x86_64/plan9.install
(from rev 98016, plan9port/trunk/plan9.install)
  plan9port/repos/community-x86_64/plan9.sh
(from rev 98016, plan9port/trunk/plan9.sh)
Deleted:
  plan9port/repos/community-i686/PKGBUILD
  plan9port/repos/community-i686/plan9.install
  plan9port/repos/community-i686/plan9.sh
  plan9port/repos/community-x86_64/PKGBUILD
  plan9port/repos/community-x86_64/plan9.install
  plan9port/repos/community-x86_64/plan9.sh

+
 /PKGBUILD  |  140 +++
 /plan9.install |   42 +++
 /plan9.sh  |4 +
 community-i686/PKGBUILD|   68 --
 community-i686/plan9.install   |   21 -
 community-i686/plan9.sh|2 
 community-x86_64/PKGBUILD  |   68 --
 community-x86_64/plan9.install |   21 -
 community-x86_64/plan9.sh  |2 
 9 files changed, 186 insertions(+), 182 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-03 19:11:20 UTC (rev 98016)
+++ community-i686/PKGBUILD 2013-10-03 19:11:32 UTC (rev 98017)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: phrakture aaronmgriffin--gmail--com
-# Contributor: Fazlul Shahriar
-# Contributor: Chris Brannon cmbranno...@gmail.com
-
-pkgname=plan9port
-pkgver=20130927
-pkgrel=1
-pkgdesc='Port of many programs from Plan 9 to Unix-like operating systems'
-arch=('x86_64' 'i686')
-url='http://swtch.com/plan9port/'
-license=('custom')
-depends=('xorg-server' 'libxt' 'libxext' 'sh' 'fuse')
-optdepends=('python2: for the codereview script')
-provides=('plan9')
-install='plan9.install'
-options=('!zipman')
-source=(http://swtch.com/$pkgname/$pkgname-$pkgver.tgz;
-'plan9.sh')
-sha256sums=('580927688ae2df295bf7f78d0ba19588104c6b0403558ffa3cd9ed0b7b110542'
-'0247c4446497359d305aaec069b07180fbf79ce4fa5191464cd9ebb8c7f0228d')
-
-package() {
-  cd plan9
-
-  ./INSTALL -b
-  install -Dm755 ../plan9.sh $pkgdir/etc/profile.d/plan9.sh
-  install -d $pkgdir/opt
-  install -d $pkgdir/usr/share/doc/$pkgname
-  cp -r $srcdir/plan9 $pkgdir/opt/
-  cd $pkgdir/opt/plan9
-  ./INSTALL -c -r $pkgdir/opt/plan9
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  # Clean up
-  rm -rf .hg/
-  rm -f .hgignore .hgtags
-  find . -name '.cvsignore' -print0 |xargs -0 rm -f
-  rm -f config install.log install.sum install.txt configure Makefile INSTALL \
-LICENSE
-
-  # Fix hardcoded paths
-  for f in `grep -H -r $pkgdir/opt/plan9 | cut -d: -f1`; do
-echo -n \t$f
-[ -e $f ]  sed -i s:$pkgdir/opt/plan9:/opt/plan9: $f || true
-  done
-
-  # Fix python scripts
-  find $pkgdir -name '*.py' -print0 |xargs -0 \
-sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/python2,' \
--e 's,^#!/usr/bin/python$,#!/usr/bin/python2,'
-
-  # Package text files
-  for i in CHANGES CONTRIBUTORS README TODO; do
-install -m644 $i $pkgdir/usr/share/doc/$pkgname
-rm -f $i
-  done
-
-  # Decompress the plan9 man pages
-  for i in `find /opt/plan9/man -type f`; do
-if [ ${i##*.} = gz ]; then
-  gunzip $i
-fi
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: plan9port/repos/community-i686/PKGBUILD (from rev 98016, 
plan9port/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-03 19:11:32 UTC (rev 98017)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: phrakture aaronmgriffin--gmail--com
+# Contributor: Fazlul Shahriar
+# Contributor: Chris Brannon cmbranno...@gmail.com
+
+pkgname=plan9port
+pkgver=20130927
+pkgrel=2
+pkgdesc='Port of many programs from Plan 9 to Unix-like operating systems'
+arch=('x86_64' 'i686')
+url='http://swtch.com/plan9port/'
+license=('custom')
+depends=('xorg-server' 'libxt' 'libxext' 'sh' 'fuse')
+optdepends=('python2: for the codereview script')
+provides=('plan9')
+install='plan9.install'
+options=('!zipman')
+source=(http://swtch.com/$pkgname/$pkgname-$pkgver.tgz;
+'plan9.sh')
+sha256sums=('580927688ae2df295bf7f78d0ba19588104c6b0403558ffa3cd9ed0b7b110542'
+'c216efa3455ba0b22b1723ae62e4c1e21b3a776a760d8fcedb902ff994b701c1')
+
+package() {
+  cd plan9
+
+  

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

2013-09-30 Thread Alexander Rødseth
Date: Monday, September 30, 2013 @ 11:18:30
  Author: arodseth
Revision: 97830

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

Added:
  plan9port/repos/community-i686/PKGBUILD
(from rev 97824, plan9port/trunk/PKGBUILD)
  plan9port/repos/community-i686/plan9.install
(from rev 97829, plan9port/trunk/plan9.install)
  plan9port/repos/community-i686/plan9.sh
(from rev 97829, plan9port/trunk/plan9.sh)
  plan9port/repos/community-x86_64/PKGBUILD
(from rev 97823, plan9port/trunk/PKGBUILD)
  plan9port/repos/community-x86_64/plan9.install
(from rev 97823, plan9port/trunk/plan9.install)
  plan9port/repos/community-x86_64/plan9.sh
(from rev 97823, plan9port/trunk/plan9.sh)
Deleted:
  plan9port/repos/community-i686/PKGBUILD
  plan9port/repos/community-i686/plan9.install
  plan9port/repos/community-i686/plan9.sh
  plan9port/repos/community-x86_64/PKGBUILD
  plan9port/repos/community-x86_64/plan9.install
  plan9port/repos/community-x86_64/plan9.sh

+
 /PKGBUILD  |  136 +++
 /plan9.install |   42 
 /plan9.sh  |4 +
 community-i686/PKGBUILD|   68 ---
 community-i686/plan9.install   |   21 --
 community-i686/plan9.sh|2 
 community-x86_64/PKGBUILD  |   68 ---
 community-x86_64/plan9.install |   21 --
 community-x86_64/plan9.sh  |2 
 9 files changed, 182 insertions(+), 182 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-30 09:17:35 UTC (rev 97829)
+++ community-i686/PKGBUILD 2013-09-30 09:18:30 UTC (rev 97830)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: phrakture aaronmgriffin--gmail--com
-# Contributor: Fazlul Shahriar
-# Contributor: Chris Brannon cmbranno...@gmail.com
-
-pkgname=plan9port
-pkgver=20130926
-pkgrel=1
-pkgdesc='Port of many programs from Plan 9 to Unix-like operating systems'
-arch=('x86_64' 'i686')
-url='http://swtch.com/plan9port/'
-license=('custom')
-depends=('xorg-server' 'libxt' 'libxext' 'sh' 'fuse')
-optdepends=('python2: for the codereview script')
-provides=('plan9')
-install='plan9.install'
-options=('!zipman')
-source=(http://swtch.com/$pkgname/$pkgname-$pkgver.tgz;
-'plan9.sh')
-sha256sums=('9ba90b04bc45bec3e197e6c12f68f270c15ba1a9f68a6051e1f2b99503b6b2a7'
-'0247c4446497359d305aaec069b07180fbf79ce4fa5191464cd9ebb8c7f0228d')
-
-package() {
-  cd plan9
-
-  ./INSTALL -b
-  install -Dm755 ../plan9.sh $pkgdir/etc/profile.d/plan9.sh
-  install -d $pkgdir/opt
-  install -d $pkgdir/usr/share/doc/$pkgname
-  cp -r $srcdir/plan9 $pkgdir/opt/
-  cd $pkgdir/opt/plan9
-  ./INSTALL -c -r $pkgdir/opt/plan9
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  # Clean up
-  rm -rf .hg/
-  rm -f .hgignore .hgtags
-  find . -name '.cvsignore' -print0 |xargs -0 rm -f
-  rm -f config install.log install.sum install.txt configure Makefile INSTALL \
-LICENSE
-
-  # Fix hardcoded paths
-  for f in `grep -H -r $pkgdir/opt/plan9 | cut -d: -f1`; do
-echo -n \t$f
-[ -e $f ]  sed -i s:$pkgdir/opt/plan9:/opt/plan9: $f || true
-  done
-
-  # Fix python scripts
-  find $pkgdir -name '*.py' -print0 |xargs -0 \
-sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/python2,' \
--e 's,^#!/usr/bin/python$,#!/usr/bin/python2,'
-
-  # Package text files
-  for i in CHANGES CONTRIBUTORS README TODO; do
-install -m644 $i $pkgdir/usr/share/doc/$pkgname
-rm -f $i
-  done
-
-  # Decompress the plan9 man pages
-  for i in `find /opt/plan9/man -type f`; do
-if [ ${i##*.} = gz ]; then
-  gunzip $i
-fi
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: plan9port/repos/community-i686/PKGBUILD (from rev 97824, 
plan9port/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-30 09:18:30 UTC (rev 97830)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: phrakture aaronmgriffin--gmail--com
+# Contributor: Fazlul Shahriar
+# Contributor: Chris Brannon cmbranno...@gmail.com
+
+pkgname=plan9port
+pkgver=20130927
+pkgrel=1
+pkgdesc='Port of many programs from Plan 9 to Unix-like operating systems'
+arch=('x86_64' 'i686')
+url='http://swtch.com/plan9port/'
+license=('custom')
+depends=('xorg-server' 'libxt' 'libxext' 'sh' 'fuse')
+optdepends=('python2: for the codereview script')
+provides=('plan9')
+install='plan9.install'
+options=('!zipman')
+source=(http://swtch.com/$pkgname/$pkgname-$pkgver.tgz;
+'plan9.sh')
+sha256sums=('580927688ae2df295bf7f78d0ba19588104c6b0403558ffa3cd9ed0b7b110542'
+'0247c4446497359d305aaec069b07180fbf79ce4fa5191464cd9ebb8c7f0228d')
+
+package() {
+  cd 

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

2013-09-26 Thread Alexander Rødseth
Date: Thursday, September 26, 2013 @ 20:54:27
  Author: arodseth
Revision: 97651

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

Added:
  plan9port/repos/community-i686/PKGBUILD
(from rev 97650, plan9port/trunk/PKGBUILD)
  plan9port/repos/community-i686/plan9.install
(from rev 97650, plan9port/trunk/plan9.install)
  plan9port/repos/community-i686/plan9.sh
(from rev 97650, plan9port/trunk/plan9.sh)
  plan9port/repos/community-x86_64/PKGBUILD
(from rev 97650, plan9port/trunk/PKGBUILD)
  plan9port/repos/community-x86_64/plan9.install
(from rev 97650, plan9port/trunk/plan9.install)
  plan9port/repos/community-x86_64/plan9.sh
(from rev 97650, plan9port/trunk/plan9.sh)
Deleted:
  plan9port/repos/community-i686/PKGBUILD
  plan9port/repos/community-i686/plan9.install
  plan9port/repos/community-i686/plan9.sh
  plan9port/repos/community-x86_64/PKGBUILD
  plan9port/repos/community-x86_64/plan9.install
  plan9port/repos/community-x86_64/plan9.sh

+
 /PKGBUILD  |  136 +++
 /plan9.install |   42 
 /plan9.sh  |4 +
 community-i686/PKGBUILD|   68 ---
 community-i686/plan9.install   |   21 --
 community-i686/plan9.sh|2 
 community-x86_64/PKGBUILD  |   68 ---
 community-x86_64/plan9.install |   21 --
 community-x86_64/plan9.sh  |2 
 9 files changed, 182 insertions(+), 182 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-26 18:54:16 UTC (rev 97650)
+++ community-i686/PKGBUILD 2013-09-26 18:54:27 UTC (rev 97651)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: phrakture aaronmgriffin--gmail--com
-# Contributor: Fazlul Shahriar
-# Contributor: Chris Brannon cmbranno...@gmail.com
-
-pkgname=plan9port
-pkgver=20130320
-pkgrel=1
-pkgdesc='Port of many programs from Plan 9 to Unix-like operating systems'
-arch=('x86_64' 'i686')
-url='http://swtch.com/plan9port/'
-license=('custom')
-depends=('xorg-server' 'libxt' 'libxext' 'sh' 'fuse')
-optdepends=('python2: for the codereview script')
-provides=('plan9')
-install='plan9.install'
-options=('!zipman')
-source=(http://swtch.com/$pkgname/$pkgname-$pkgver.tgz;
-'plan9.sh')
-sha256sums=('49a5e6c97c76f0846c45791bda10d6b3ba5c4453855e401980e8e04f92e830fa'
-'0247c4446497359d305aaec069b07180fbf79ce4fa5191464cd9ebb8c7f0228d')
-
-package() {
-  cd $srcdir/plan9
-
-  # Package
-  ./INSTALL -b
-  install -Dm755 ../plan9.sh $pkgdir/etc/profile.d/plan9.sh
-  mkdir -p $pkgdir/opt $pkgdir/usr/share/doc/$pkgname
-  cp -r $srcdir/plan9 $pkgdir/opt/
-  cd $pkgdir/opt/plan9
-  ./INSTALL -c -r $pkgdir/opt/plan9
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  # Clean up
-  rm -rf .hg/
-  rm -f .hgignore .hgtags
-  find . -name '.cvsignore' -print0 |xargs -0 rm -f
-  rm -f config install.log install.sum install.txt configure Makefile INSTALL \
-LICENSE
-
-  # Fix hardcoded paths
-  for f in `grep -H -r $pkgdir/opt/plan9 | cut -d: -f1`; do
-echo -n \t$f
-[ -e $f ]  sed -i s:$pkgdir/opt/plan9:/opt/plan9: $f || true
-  done
-
-  # Fix python scripts
-  find $pkgdir -name '*.py' -print0 |xargs -0 \
-sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/python2,' \
--e 's,^#!/usr/bin/python$,#!/usr/bin/python2,'
-
-  # Package text files
-  for i in CHANGES CONTRIBUTORS README TODO; do
-install -m644 $i $pkgdir/usr/share/doc/$pkgname
-rm -f $i
-  done
-
-  # Decompress the plan9 man pages
-  for i in `find /opt/plan9/man -type f`; do
-if [ ${i##*.} = gz ]; then
-  gunzip $i
-fi
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: plan9port/repos/community-i686/PKGBUILD (from rev 97650, 
plan9port/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-26 18:54:27 UTC (rev 97651)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: phrakture aaronmgriffin--gmail--com
+# Contributor: Fazlul Shahriar
+# Contributor: Chris Brannon cmbranno...@gmail.com
+
+pkgname=plan9port
+pkgver=20130926
+pkgrel=1
+pkgdesc='Port of many programs from Plan 9 to Unix-like operating systems'
+arch=('x86_64' 'i686')
+url='http://swtch.com/plan9port/'
+license=('custom')
+depends=('xorg-server' 'libxt' 'libxext' 'sh' 'fuse')
+optdepends=('python2: for the codereview script')
+provides=('plan9')
+install='plan9.install'
+options=('!zipman')
+source=(http://swtch.com/$pkgname/$pkgname-$pkgver.tgz;
+'plan9.sh')
+sha256sums=('9ba90b04bc45bec3e197e6c12f68f270c15ba1a9f68a6051e1f2b99503b6b2a7'
+'0247c4446497359d305aaec069b07180fbf79ce4fa5191464cd9ebb8c7f0228d')
+
+package() {
+  

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

2013-04-20 Thread Alexander Rødseth
Date: Saturday, April 20, 2013 @ 21:00:12
  Author: arodseth
Revision: 88636

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

Added:
  plan9port/repos/community-i686/PKGBUILD
(from rev 88635, plan9port/trunk/PKGBUILD)
  plan9port/repos/community-i686/plan9.install
(from rev 88635, plan9port/trunk/plan9.install)
  plan9port/repos/community-i686/plan9.sh
(from rev 88635, plan9port/trunk/plan9.sh)
  plan9port/repos/community-x86_64/PKGBUILD
(from rev 88635, plan9port/trunk/PKGBUILD)
  plan9port/repos/community-x86_64/plan9.install
(from rev 88635, plan9port/trunk/plan9.install)
  plan9port/repos/community-x86_64/plan9.sh
(from rev 88635, plan9port/trunk/plan9.sh)
Deleted:
  plan9port/repos/community-i686/PKGBUILD
  plan9port/repos/community-i686/plan9.install
  plan9port/repos/community-i686/plan9.sh
  plan9port/repos/community-x86_64/PKGBUILD
  plan9port/repos/community-x86_64/plan9.install
  plan9port/repos/community-x86_64/plan9.sh

+
 /PKGBUILD  |  136 +++
 /plan9.install |   42 
 /plan9.sh  |4 +
 community-i686/PKGBUILD|   72 
 community-i686/plan9.install   |   21 --
 community-i686/plan9.sh|2 
 community-x86_64/PKGBUILD  |   72 
 community-x86_64/plan9.install |   21 --
 community-x86_64/plan9.sh  |2 
 9 files changed, 182 insertions(+), 190 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-20 18:59:50 UTC (rev 88635)
+++ community-i686/PKGBUILD 2013-04-20 19:00:12 UTC (rev 88636)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: phrakture aaronmgriffin--gmail--com
-# Contributor: Fazlul Shahriar
-# Contributor: Chris Brannon cmbranno...@gmail.com
-
-pkgname=plan9port
-pkgver=20121022
-pkgrel=2
-pkgdesc=A port of many programs from Plan 9 to Unix-like operating systems
-arch=('i686' 'x86_64')
-url=http://swtch.com/plan9port/;
-license=('custom')
-depends=(xorg-server libxt libxext sh fuse)
-optdepends=('python2: for the codereview script')
-provides=('plan9')
-install=plan9.install
-options=(!zipman)
-source=(http://swtch.com/$pkgname/$pkgname-$pkgver.tgz plan9.sh)
-sha256sums=('1293b5d2e46d0d6f7be2adbdb285ce278a25c77e88b5cd7c230e16a47d0f8638'
-'0247c4446497359d305aaec069b07180fbf79ce4fa5191464cd9ebb8c7f0228d')
-
-build() {
-  cd $srcdir/plan9
-
-  ./INSTALL -b
-}
-
-package() {
-  cd $srcdir/plan9
-
-  install -Dm755 ../plan9.sh $pkgdir/etc/profile.d/plan9.sh
-
-  mkdir -p $pkgdir/opt
-  cp -r $srcdir/plan9 $pkgdir/opt/
-
-  mkdir -p $pkgdir/usr/share/doc/$pkgname
-  cd $pkgdir/opt/plan9
-  ./INSTALL -c -r $pkgdir/opt/plan9
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  # Don't need these under /opt/plan9.
-  rm -rf .hg/
-  rm -f .hgignore .hgtags
-  find . -name '.cvsignore' -print0 |xargs -0 rm -f
-  rm -f config install.log install.sum install.txt configure Makefile INSTALL \
-LICENSE
-
-  msg2 Fixing hardcoded paths...
-  for f in `grep -H -r $pkgdir/opt/plan9 | cut -d: -f1`; do
-echo -n \t$f
-[ -e $f ]  sed -i s:$pkgdir/opt/plan9:/opt/plan9: $f || true
-  done
-
-  find $pkgdir -name '*.py' -print0 |xargs -0 \
-sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/python2,' \
--e 's,^#!/usr/bin/python$,#!/usr/bin/python2,'
-
-  for i in CHANGES CONTRIBUTORS README TODO; do
-install -m644 $i $pkgdir/usr/share/doc/$pkgname
-rm -f $i
-  done
-
-  echo == Decompressing plan9 man pages
-  for i in `find /opt/plan9/man -type f`; do
-if [ ${i##*.} = gz ]; then
-#  echo ${i%%.*}...
-  gunzip $i
-fi
-  done
-}

Copied: plan9port/repos/community-i686/PKGBUILD (from rev 88635, 
plan9port/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-20 19:00:12 UTC (rev 88636)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: phrakture aaronmgriffin--gmail--com
+# Contributor: Fazlul Shahriar
+# Contributor: Chris Brannon cmbranno...@gmail.com
+
+pkgname=plan9port
+pkgver=20130320
+pkgrel=1
+pkgdesc='Port of many programs from Plan 9 to Unix-like operating systems'
+arch=('x86_64' 'i686')
+url='http://swtch.com/plan9port/'
+license=('custom')
+depends=('xorg-server' 'libxt' 'libxext' 'sh' 'fuse')
+optdepends=('python2: for the codereview script')
+provides=('plan9')
+install='plan9.install'
+options=('!zipman')
+source=(http://swtch.com/$pkgname/$pkgname-$pkgver.tgz;
+'plan9.sh')
+sha256sums=('49a5e6c97c76f0846c45791bda10d6b3ba5c4453855e401980e8e04f92e830fa'
+'0247c4446497359d305aaec069b07180fbf79ce4fa5191464cd9ebb8c7f0228d')
+