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

2016-08-26 Thread Anatol Pomozov
Date: Friday, August 26, 2016 @ 20:01:16
  Author: anatolik
Revision: 187747

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

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

--+
 /PKGBUILD|   86 +
 /tup.install |   54 +
 community-i686/PKGBUILD  |   43 
 community-i686/tup.install   |   27 
 community-x86_64/PKGBUILD|   43 
 community-x86_64/tup.install |   27 
 6 files changed, 140 insertions(+), 140 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-26 19:55:46 UTC (rev 187746)
+++ community-i686/PKGBUILD 2016-08-26 20:01:16 UTC (rev 187747)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Arvid Norlander 
-# Contributor: Patrick McCarty 
-
-pkgname=tup
-pkgver=0.7.4
-pkgrel=1
-pkgdesc='A fast, file-based build system'
-arch=(i686 x86_64)
-url='http://gittup.org/tup/index.html'
-license=(GPL2)
-depends=(fuse)
-install=tup.install
-source=($pkgname-$pkgver.zip::https://github.com/gittup/tup/archive/v$pkgver.zip)
-sha256sums=('9d3f6bf7b75c82c4454fc9a2cd2fa72accf305ebf3641eb5aca4739c3af62505')
-
-prepare() {
-  cd tup-$pkgver
-
-  sed "s/\`git describe\`/$pkgver/" -i Tupfile
-  echo "CFLAGS += $CFLAGS" >> Tuprules.tup
-  echo "LDFLAGS += $LDFLAGS" >> Tuprules.tup
-}
-
-build() {
-  cd tup-$pkgver
-
-  # Clean environment does not allow to use fuse so ./bootstrap does not work
-  ./build.sh
-  ./build/tup generate runme.sh
-  ./runme.sh
-}
-
-package() {
-  cd tup-$pkgver
-
-  install -d "$pkgdir"/usr/bin "$pkgdir"/usr/share/man/man1 
"$pkgdir"/usr/share/vim/vimfiles/{syntax,ftdetect}
-  install -m755 -t "$pkgdir"/usr/bin tup
-  install -m644 -t "$pkgdir"/usr/share/man/man1 tup.1
-  install -m644 -t "$pkgdir"/usr/share/vim/vimfiles/syntax 
contrib/syntax/tup.vim
-  echo 'au BufNewFile,BufRead Tupfile,*.tup setf tup' > 
"$pkgdir"/usr/share/vim/vimfiles/ftdetect/tup.vim
-}

Copied: tup/repos/community-i686/PKGBUILD (from rev 187746, tup/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-26 20:01:16 UTC (rev 187747)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Arvid Norlander 
+# Contributor: Patrick McCarty 
+
+pkgname=tup
+pkgver=0.7.5
+pkgrel=1
+pkgdesc='A fast, file-based build system'
+arch=(i686 x86_64)
+url='http://gittup.org/tup/index.html'
+license=(GPL2)
+depends=(fuse)
+install=tup.install
+source=($pkgname-$pkgver.zip::https://github.com/gittup/tup/archive/v$pkgver.zip)
+sha256sums=('1cc35012fcb7a675f0f9827e3acbeba17a12fb449c2671638f19ea22f75f88e8')
+
+prepare() {
+  cd tup-$pkgver
+
+  sed "s/\`git describe\`/$pkgver/" -i Tupfile
+  echo "CFLAGS += $CFLAGS" >> Tuprules.tup
+  echo "LDFLAGS += $LDFLAGS" >> Tuprules.tup
+}
+
+build() {
+  cd tup-$pkgver
+
+  # Clean environment does not allow to use fuse so ./bootstrap does not work
+  ./build.sh
+  ./build/tup generate runme.sh
+  ./runme.sh
+}
+
+package() {
+  cd tup-$pkgver
+
+  install -d "$pkgdir"/usr/bin "$pkgdir"/usr/share/man/man1 
"$pkgdir"/usr/share/vim/vimfiles/{syntax,ftdetect}
+  install -m755 -t "$pkgdir"/usr/bin tup
+  install -m644 -t "$pkgdir"/usr/share/man/man1 tup.1
+  install -m644 -t "$pkgdir"/usr/share/vim/vimfiles/syntax 
contrib/syntax/tup.vim
+  echo 'au BufNewFile,BufRead Tupfile,*.tup setf tup' > 
"$pkgdir"/usr/share/vim/vimfiles/ftdetect/tup.vim
+}

Deleted: community-i686/tup.install
===
--- community-i686/tup.install  2016-08-26 19:55:46 UTC (rev 187746)
+++ community-i686/tup.install  2016-08-26 20:01:16 UTC (rev 187747)
@@ -1,27 +0,0 @@
-suid_set=tmp/tup.upgrade.suid_set
-binary=/usr/bin/tup
-
-suid_msg() {
-  if [ -f $suid_set ]; then
-echo ">>> $binary has suid bit set. It allows you to run commands in 
chroot-ed environment (e.g. for full dependency tracking)."
-  else
-echo ">>> If you want to be able to run commands in chroot-ed environment 
(e.g. for full dependency tracking)"
-echo "set suid bit on tup binary: 'sudo chmod +s $binary'."
-  fi
-}
-
-pre_upgrade() {
-  [ -u $binary ] && touch $suid_set
-  return 0
-}
-
-post_install() {
-  

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

2016-01-17 Thread Anatol Pomozov
Date: Sunday, January 17, 2016 @ 16:29:34
  Author: anatolik
Revision: 157178

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

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

--+
 /PKGBUILD|   86 +
 /tup.install |   54 +
 community-i686/PKGBUILD  |   43 
 community-i686/tup.install   |   30 --
 community-x86_64/PKGBUILD|   43 
 community-x86_64/tup.install |   30 --
 6 files changed, 140 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-17 15:29:33 UTC (rev 157177)
+++ community-i686/PKGBUILD 2016-01-17 15:29:34 UTC (rev 157178)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Arvid Norlander 
-# Contributor: Patrick McCarty 
-
-pkgname=tup
-pkgver=0.7.3
-pkgrel=1
-pkgdesc='A fast, file-based build system'
-arch=(i686 x86_64)
-url='http://gittup.org/tup/index.html'
-license=(GPL2)
-depends=(fuse)
-install=tup.install
-source=(https://github.com/gittup/tup/archive/v$pkgver.zip)
-sha256sums=('5d90f2e3c77144898346e1a4a7713f60aeabe158b1ac4ab184bedd18583aa29d')
-
-prepare() {
-  cd tup-$pkgver
-
-  sed "s/\`git describe\`/$pkgver/" -i Tupfile
-  echo "CFLAGS += $CFLAGS" >> Tuprules.tup
-  echo "LDFLAGS += $LDFLAGS" >> Tuprules.tup
-}
-
-build() {
-  cd tup-$pkgver
-
-  # Clean environment does not allow to use fuse so ./bootstrap does not work
-  ./build.sh
-  ./build/tup generate runme.sh
-  ./runme.sh
-}
-
-package() {
-  cd tup-$pkgver
-
-  install -d "$pkgdir"/usr/bin "$pkgdir"/usr/share/man/man1 
"$pkgdir"/usr/share/vim/vimfiles/{syntax,ftdetect}
-  install -m755 -t "$pkgdir"/usr/bin tup
-  install -m644 -t "$pkgdir"/usr/share/man/man1 tup.1
-  install -m644 -t "$pkgdir"/usr/share/vim/vimfiles/syntax 
contrib/syntax/tup.vim
-  echo 'au BufNewFile,BufRead Tupfile,*.tup setf tup' > 
"$pkgdir"/usr/share/vim/vimfiles/ftdetect/tup.vim
-}

Copied: tup/repos/community-i686/PKGBUILD (from rev 157176, tup/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-17 15:29:34 UTC (rev 157178)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Arvid Norlander 
+# Contributor: Patrick McCarty 
+
+pkgname=tup
+pkgver=0.7.4
+pkgrel=1
+pkgdesc='A fast, file-based build system'
+arch=(i686 x86_64)
+url='http://gittup.org/tup/index.html'
+license=(GPL2)
+depends=(fuse)
+install=tup.install
+source=($pkgname-$pkgver.zip::https://github.com/gittup/tup/archive/v$pkgver.zip)
+sha256sums=('9d3f6bf7b75c82c4454fc9a2cd2fa72accf305ebf3641eb5aca4739c3af62505')
+
+prepare() {
+  cd tup-$pkgver
+
+  sed "s/\`git describe\`/$pkgver/" -i Tupfile
+  echo "CFLAGS += $CFLAGS" >> Tuprules.tup
+  echo "LDFLAGS += $LDFLAGS" >> Tuprules.tup
+}
+
+build() {
+  cd tup-$pkgver
+
+  # Clean environment does not allow to use fuse so ./bootstrap does not work
+  ./build.sh
+  ./build/tup generate runme.sh
+  ./runme.sh
+}
+
+package() {
+  cd tup-$pkgver
+
+  install -d "$pkgdir"/usr/bin "$pkgdir"/usr/share/man/man1 
"$pkgdir"/usr/share/vim/vimfiles/{syntax,ftdetect}
+  install -m755 -t "$pkgdir"/usr/bin tup
+  install -m644 -t "$pkgdir"/usr/share/man/man1 tup.1
+  install -m644 -t "$pkgdir"/usr/share/vim/vimfiles/syntax 
contrib/syntax/tup.vim
+  echo 'au BufNewFile,BufRead Tupfile,*.tup setf tup' > 
"$pkgdir"/usr/share/vim/vimfiles/ftdetect/tup.vim
+}

Deleted: community-i686/tup.install
===
--- community-i686/tup.install  2016-01-17 15:29:33 UTC (rev 157177)
+++ community-i686/tup.install  2016-01-17 15:29:34 UTC (rev 157178)
@@ -1,30 +0,0 @@
-suid_set=tmp/tup.upgrade.suid_set
-binary=/usr/bin/tup
-
-suid_msg() {
-  if [ -f $suid_set ]; then
-echo "$binary has suid bit set. It allows you to run commands in chroot-ed 
environment (e.g. for full dependency tracking)."
-echo "See 'man tup' for more information."
-  else
-echo "If you want to be able to run commands in chroot-ed environment 
(e.g. for full dependency tracking)" \
- "you need to set suid bit on tup binary: 'sudo chmod +s $binary'."
-echo "See 'man tup' for more information."
-  fi
-}
-

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

2014-09-21 Thread Anatol Pomozov
Date: Monday, September 22, 2014 @ 01:08:37
  Author: anatolik
Revision: 119383

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

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

--+
 /PKGBUILD|   86 +
 /tup.install |   60 
 community-i686/PKGBUILD  |   43 
 community-i686/tup.install   |   30 --
 community-x86_64/PKGBUILD|   43 
 community-x86_64/tup.install |   30 --
 6 files changed, 146 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-21 23:07:45 UTC (rev 119382)
+++ community-i686/PKGBUILD 2014-09-21 23:08:37 UTC (rev 119383)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
-# Contributor: Arvid Norlander anmaster A_T tele2 d_o_t (ccTLD for Sweden, 
which is se)
-# Contributor: Patrick McCarty pnorcks at gmail dot com
-
-pkgname=tup
-pkgver=0.7.2
-pkgrel=1
-pkgdesc='A fast, file-based build system'
-arch=(i686 x86_64)
-url='http://gittup.org/tup/index.html'
-license=(GPL2)
-depends=(fuse)
-install=tup.install
-source=(https://github.com/gittup/tup/archive/v$pkgver.zip)
-sha256sums=('983edc872d9764037ac5591e9a89fb7273ee05b650d562a52626c1096e5288dc')
-
-prepare() {
-  cd tup-$pkgver
-
-  sed s/\`git describe\`/$pkgver/ -i Tupfile
-  echo CFLAGS += $CFLAGS  Tuprules.tup
-  echo LDFLAGS += $LDFLAGS  Tuprules.tup
-}
-
-build() {
-  cd tup-$pkgver
-
-  # Clean environment does not allow to use fuse so ./bootstrap does not work
-  ./build.sh
-  ./build/tup generate runme.sh
-  ./runme.sh
-}
-
-package() {
-  cd tup-$pkgver
-
-  install -d $pkgdir/usr/bin $pkgdir/usr/share/man/man1 
$pkgdir/usr/share/vim/vimfiles/{syntax,ftdetect}
-  install -m755 -t $pkgdir/usr/bin tup
-  install -m644 -t $pkgdir/usr/share/man/man1 tup.1
-  install -m644 -t $pkgdir/usr/share/vim/vimfiles/syntax 
contrib/syntax/tup.vim
-  echo 'au BufNewFile,BufRead Tupfile,*.tup setf tup'  
$pkgdir/usr/share/vim/vimfiles/ftdetect/tup.vim
-}

Copied: tup/repos/community-i686/PKGBUILD (from rev 119382, tup/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-21 23:08:37 UTC (rev 119383)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+# Contributor: Arvid Norlander anmaster A_T tele2 d_o_t (ccTLD for Sweden, 
which is se)
+# Contributor: Patrick McCarty pnorcks at gmail dot com
+
+pkgname=tup
+pkgver=0.7.3
+pkgrel=1
+pkgdesc='A fast, file-based build system'
+arch=(i686 x86_64)
+url='http://gittup.org/tup/index.html'
+license=(GPL2)
+depends=(fuse)
+install=tup.install
+source=(https://github.com/gittup/tup/archive/v$pkgver.zip)
+sha256sums=('5d90f2e3c77144898346e1a4a7713f60aeabe158b1ac4ab184bedd18583aa29d')
+
+prepare() {
+  cd tup-$pkgver
+
+  sed s/\`git describe\`/$pkgver/ -i Tupfile
+  echo CFLAGS += $CFLAGS  Tuprules.tup
+  echo LDFLAGS += $LDFLAGS  Tuprules.tup
+}
+
+build() {
+  cd tup-$pkgver
+
+  # Clean environment does not allow to use fuse so ./bootstrap does not work
+  ./build.sh
+  ./build/tup generate runme.sh
+  ./runme.sh
+}
+
+package() {
+  cd tup-$pkgver
+
+  install -d $pkgdir/usr/bin $pkgdir/usr/share/man/man1 
$pkgdir/usr/share/vim/vimfiles/{syntax,ftdetect}
+  install -m755 -t $pkgdir/usr/bin tup
+  install -m644 -t $pkgdir/usr/share/man/man1 tup.1
+  install -m644 -t $pkgdir/usr/share/vim/vimfiles/syntax 
contrib/syntax/tup.vim
+  echo 'au BufNewFile,BufRead Tupfile,*.tup setf tup'  
$pkgdir/usr/share/vim/vimfiles/ftdetect/tup.vim
+}

Deleted: community-i686/tup.install
===
--- community-i686/tup.install  2014-09-21 23:07:45 UTC (rev 119382)
+++ community-i686/tup.install  2014-09-21 23:08:37 UTC (rev 119383)
@@ -1,30 +0,0 @@
-suid_set=tmp/tup.upgrade.suid_set
-binary=/usr/bin/tup
-
-suid_msg() {
-  if [ -f $suid_set ]; then
-echo $binary has suid bit set. It allows you to run commands in chroot-ed 
environment (e.g. for full dependency tracking).
-echo See 'man tup' for more information.
-  else
-echo If you want to be able to run commands in chroot-ed environment 
(e.g. for full dependency tracking) \
- you need to set suid bit on tup binary: 'sudo chmod 

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

2014-03-27 Thread Anatol Pomozov
Date: Thursday, March 27, 2014 @ 19:40:37
  Author: anatolik
Revision: 108525

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

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

--+
 /PKGBUILD|   86 +
 /tup.install |   60 
 community-i686/PKGBUILD  |   38 --
 community-i686/tup.install   |   30 --
 community-x86_64/PKGBUILD|   38 --
 community-x86_64/tup.install |   30 --
 6 files changed, 146 insertions(+), 136 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-27 18:39:50 UTC (rev 108524)
+++ community-i686/PKGBUILD 2014-03-27 18:40:37 UTC (rev 108525)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
-# Contributor: Arvid Norlander anmaster A_T tele2 d_o_t (ccTLD for Sweden, 
which is se)
-# Contributor: Patrick McCarty pnorcks at gmail dot com
-
-pkgname=tup
-pkgver=0.7.1
-pkgrel=1
-pkgdesc='A fast, file-based build system'
-arch=(i686 x86_64)
-url='http://gittup.org/tup/index.html'
-license=(GPL2)
-depends=(fuse)
-install=tup.install
-source=(https://github.com/gittup/tup/archive/v$pkgver.zip)
-sha256sums=('9c9107bc1ea2ee18fdd706fd870deec155c45655b1199492d1a14ccbc498a918')
-
-build() {
-  cd tup-$pkgver
-  # We can't run tup itself here as it requires fuse, but fuse is not available
-  # in clean chroot environment. Use bootstrapped version of tup.
-  TUP_LABEL=$pkgver ./build.sh
-}
-
-check() {
-  cd tup-$pkgver/test
-  #./test.sh
-}
-
-package() {
-  cd tup-$pkgver
-
-  install -d $pkgdir/usr/bin $pkgdir/usr/share/man/man1 
$pkgdir/usr/share/vim/vimfiles/{syntax,ftdetect}
-  install -m755 -t $pkgdir/usr/bin build/tup
-  install -m644 -t $pkgdir/usr/share/man/man1 tup.1
-  install -m644 -t $pkgdir/usr/share/vim/vimfiles/syntax 
contrib/syntax/tup.vim
-  echo 'au BufNewFile,BufRead Tupfile,*.tup setf tup'  
$pkgdir/usr/share/vim/vimfiles/ftdetect/tup.vim
-}

Copied: tup/repos/community-i686/PKGBUILD (from rev 108524, tup/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-27 18:40:37 UTC (rev 108525)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+# Contributor: Arvid Norlander anmaster A_T tele2 d_o_t (ccTLD for Sweden, 
which is se)
+# Contributor: Patrick McCarty pnorcks at gmail dot com
+
+pkgname=tup
+pkgver=0.7.2
+pkgrel=1
+pkgdesc='A fast, file-based build system'
+arch=(i686 x86_64)
+url='http://gittup.org/tup/index.html'
+license=(GPL2)
+depends=(fuse)
+install=tup.install
+source=(https://github.com/gittup/tup/archive/v$pkgver.zip)
+sha256sums=('983edc872d9764037ac5591e9a89fb7273ee05b650d562a52626c1096e5288dc')
+
+prepare() {
+  cd tup-$pkgver
+
+  sed s/\`git describe\`/$pkgver/ -i Tupfile
+  echo CFLAGS += $CFLAGS  Tuprules.tup
+  echo LDFLAGS += $LDFLAGS  Tuprules.tup
+}
+
+build() {
+  cd tup-$pkgver
+
+  # Clean environment does not allow to use fuse so ./bootstrap does not work
+  ./build.sh
+  ./build/tup generate runme.sh
+  ./runme.sh
+}
+
+package() {
+  cd tup-$pkgver
+
+  install -d $pkgdir/usr/bin $pkgdir/usr/share/man/man1 
$pkgdir/usr/share/vim/vimfiles/{syntax,ftdetect}
+  install -m755 -t $pkgdir/usr/bin tup
+  install -m644 -t $pkgdir/usr/share/man/man1 tup.1
+  install -m644 -t $pkgdir/usr/share/vim/vimfiles/syntax 
contrib/syntax/tup.vim
+  echo 'au BufNewFile,BufRead Tupfile,*.tup setf tup'  
$pkgdir/usr/share/vim/vimfiles/ftdetect/tup.vim
+}

Deleted: community-i686/tup.install
===
--- community-i686/tup.install  2014-03-27 18:39:50 UTC (rev 108524)
+++ community-i686/tup.install  2014-03-27 18:40:37 UTC (rev 108525)
@@ -1,30 +0,0 @@
-suid_set=tmp/tup.upgrade.suid_set
-binary=/usr/bin/tup
-
-suid_msg() {
-  if [ -f $suid_set ]; then
-echo $binary has suid bit set. It allows you to run commands in chroot-ed 
environment (e.g. for full dependency tracking).
-echo See 'man tup' for more information.
-  else
-echo If you want to be able to run commands in chroot-ed environment 
(e.g. for full dependency tracking) \
- you need to set suid bit on tup binary: 'sudo chmod +s $binary'.
-echo See 'man tup' for more information.
-  fi
-}
-

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

2014-02-22 Thread Anatol Pomozov
Date: Saturday, February 22, 2014 @ 09:03:36
  Author: anatolik
Revision: 106086

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

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

--+
 /PKGBUILD|   76 +
 /tup.install |   60 
 community-i686/PKGBUILD  |   43 ---
 community-i686/tup.install   |   30 
 community-x86_64/PKGBUILD|   43 ---
 community-x86_64/tup.install |   30 
 6 files changed, 136 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-22 08:02:18 UTC (rev 106085)
+++ community-i686/PKGBUILD 2014-02-22 08:03:36 UTC (rev 106086)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
-# Contributor: Arvid Norlander anmaster A_T tele2 d_o_t (ccTLD for Sweden, 
which is se)
-# Contributor: Patrick McCarty pnorcks at gmail dot com
-
-pkgname=tup-git
-pkgver=0.7.1
-pkgrel=1
-pkgdesc='A fast, file-based build system'
-arch=(i686 x86_64)
-url='http://gittup.org/tup/index.html'
-license=(GPL2)
-depends=(fuse)
-install=tup.install
-source=(https://github.com/gittup/tup/archive/v$pkgver.zip)
-sha256sums=('9c9107bc1ea2ee18fdd706fd870deec155c45655b1199492d1a14ccbc498a918')
-
-prepare() {
-  cd tup-$pkgver
-  sed 's/version=`git describe`/version=$pkgver/' -i Tupfile
-}
-
-build() {
-  cd tup-$pkgver
-  # We can't run tup itself here as it requires fuse, but fuse is not available
-  # in clean chroot environment. Use bootstrapped version of tup.
-  TUP_LABEL=$pkgver ./build.sh
-}
-
-check() {
-  cd tup-$pkgver/test
-  #./test.sh
-}
-
-package() {
-  cd tup-$pkgver
-
-  install -d $pkgdir/usr/bin $pkgdir/usr/share/man/man1 
$pkgdir/usr/share/vim/vimfiles/{syntax,ftdetect}
-  install -m755 -t $pkgdir/usr/bin build/tup
-  install -m644 -t $pkgdir/usr/share/man/man1 tup.1
-  install -m644 -t $pkgdir/usr/share/vim/vimfiles/syntax 
contrib/syntax/tup.vim
-  echo 'au BufNewFile,BufRead Tupfile,*.tup setf tup'  
$pkgdir/usr/share/vim/vimfiles/ftdetect/tup.vim
-}

Copied: tup/repos/community-i686/PKGBUILD (from rev 106085, tup/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-22 08:03:36 UTC (rev 106086)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+# Contributor: Arvid Norlander anmaster A_T tele2 d_o_t (ccTLD for Sweden, 
which is se)
+# Contributor: Patrick McCarty pnorcks at gmail dot com
+
+pkgname=tup
+pkgver=0.7.1
+pkgrel=1
+pkgdesc='A fast, file-based build system'
+arch=(i686 x86_64)
+url='http://gittup.org/tup/index.html'
+license=(GPL2)
+depends=(fuse)
+install=tup.install
+source=(https://github.com/gittup/tup/archive/v$pkgver.zip)
+sha256sums=('9c9107bc1ea2ee18fdd706fd870deec155c45655b1199492d1a14ccbc498a918')
+
+build() {
+  cd tup-$pkgver
+  # We can't run tup itself here as it requires fuse, but fuse is not available
+  # in clean chroot environment. Use bootstrapped version of tup.
+  TUP_LABEL=$pkgver ./build.sh
+}
+
+check() {
+  cd tup-$pkgver/test
+  #./test.sh
+}
+
+package() {
+  cd tup-$pkgver
+
+  install -d $pkgdir/usr/bin $pkgdir/usr/share/man/man1 
$pkgdir/usr/share/vim/vimfiles/{syntax,ftdetect}
+  install -m755 -t $pkgdir/usr/bin build/tup
+  install -m644 -t $pkgdir/usr/share/man/man1 tup.1
+  install -m644 -t $pkgdir/usr/share/vim/vimfiles/syntax 
contrib/syntax/tup.vim
+  echo 'au BufNewFile,BufRead Tupfile,*.tup setf tup'  
$pkgdir/usr/share/vim/vimfiles/ftdetect/tup.vim
+}

Deleted: community-i686/tup.install
===
--- community-i686/tup.install  2014-02-22 08:02:18 UTC (rev 106085)
+++ community-i686/tup.install  2014-02-22 08:03:36 UTC (rev 106086)
@@ -1,30 +0,0 @@
-suid_set=tmp/tup.upgrade.suid_set
-binary=/usr/bin/tup
-
-suid_msg() {
-  if [ -f $suid_set ]; then
-echo $binary has suid bit set. It allows you to run commands in chroot-ed 
environment (e.g. for full dependency tracking).
-echo See 'man tup' for more information.
-  else
-echo If you want to be able to run commands in chroot-ed environment 
(e.g. for full dependency tracking) \
- you need to set suid bit on tup binary: 'sudo chmod +s $binary'.
-