[arch-commits] Commit in moreutils/repos (4 files)
Date: Wednesday, August 2, 2017 @ 11:35:31 Author: spupykin Revision: 247419 archrelease: copy trunk to community-i686, community-x86_64 Added: moreutils/repos/community-i686/PKGBUILD (from rev 247418, moreutils/trunk/PKGBUILD) moreutils/repos/community-x86_64/PKGBUILD (from rev 247418, moreutils/trunk/PKGBUILD) Deleted: moreutils/repos/community-i686/PKGBUILD moreutils/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 64 community-i686/PKGBUILD | 32 -- community-x86_64/PKGBUILD | 32 -- 3 files changed, 64 insertions(+), 64 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2017-08-02 11:35:14 UTC (rev 247418) +++ community-i686/PKGBUILD 2017-08-02 11:35:31 UTC (rev 247419) @@ -1,32 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Contributor: Alessio 'mOLOk' Bolognino - -pkgname=moreutils -pkgver=0.60 -pkgrel=1 -pkgdesc="A growing collection of the unix tools that nobody thought to write thirty years ago" -arch=('i686' 'x86_64') -url="http://joeyh.name/code/moreutils/"; -license=('GPL') -depends=('perl' 'perl-ipc-run' 'perl-timedate' 'perl-time-duration') -makedepends=('docbook2x' 'docbook-xml' 'perl-xml-sax' 'git') -options=('!emptydirs' 'zipman') -replaces=(moreutils-svn) -#source=(http://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_$pkgver.orig.tar.gz) -source=("git://git.kitenet.net/moreutils.git#tag=$pkgver") -md5sums=('SKIP') - -build() { - cd $srcdir/$pkgname - make DOCBOOK2XMAN=docbook2man -} - -package() { - cd $srcdir/$pkgname - make PREFIX=$pkgdir/usr install - chmod 0644 $pkgdir/usr/share/man/man1/* - mv $pkgdir/usr/share/man/man1/ts.1 $pkgdir/usr/share/man/man1/ts.1moreutils - mv $pkgdir/usr/share/man/man1/parallel.1 $pkgdir/usr/share/man/man1/parallel-moreutils.1 - mv $pkgdir/usr/bin/parallel $pkgdir/usr/bin/parallel-moreutils -} Copied: moreutils/repos/community-i686/PKGBUILD (from rev 247418, moreutils/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-08-02 11:35:31 UTC (rev 247419) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Contributor: Alessio 'mOLOk' Bolognino + +pkgname=moreutils +pkgver=0.61 +pkgrel=1 +pkgdesc="A growing collection of the unix tools that nobody thought to write thirty years ago" +arch=('i686' 'x86_64') +url="http://joeyh.name/code/moreutils/"; +license=('GPL') +depends=('perl' 'perl-ipc-run' 'perl-timedate' 'perl-time-duration') +makedepends=('docbook2x' 'docbook-xml' 'perl-xml-sax' 'git') +options=('!emptydirs' 'zipman') +replaces=(moreutils-svn) +#source=(http://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_$pkgver.orig.tar.gz) +source=("git://git.kitenet.net/moreutils.git#tag=$pkgver") +sha256sums=('SKIP') + +build() { + cd "$srcdir"/$pkgname + make DOCBOOK2XMAN=docbook2man +} + +package() { + cd "$srcdir"/$pkgname + make PREFIX="$pkgdir"/usr install + chmod 0644 "$pkgdir"/usr/share/man/man1/* + mv "$pkgdir"/usr/share/man/man1/ts.1 "$pkgdir"/usr/share/man/man1/ts.1moreutils + mv "$pkgdir"/usr/share/man/man1/parallel.1 "$pkgdir"/usr/share/man/man1/parallel-moreutils.1 + mv "$pkgdir"/usr/bin/parallel "$pkgdir"/usr/bin/parallel-moreutils +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2017-08-02 11:35:14 UTC (rev 247418) +++ community-x86_64/PKGBUILD 2017-08-02 11:35:31 UTC (rev 247419) @@ -1,32 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Contributor: Alessio 'mOLOk' Bolognino - -pkgname=moreutils -pkgver=0.60 -pkgrel=1 -pkgdesc="A growing collection of the unix tools that nobody thought to write thirty years ago" -arch=('i686' 'x86_64') -url="http://joeyh.name/code/moreutils/"; -license=('GPL') -depends=('perl' 'perl-ipc-run' 'perl-timedate' 'perl-time-duration') -makedepends=('docbook2x' 'docbook-xml' 'perl-xml-sax' 'git') -options=('!emptydirs' 'zipman') -replaces=(moreutils-svn) -#source=(http://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_$pkgver.orig.tar.gz) -source=("git://git.kitenet.net/moreutils.git#tag=$pkgver") -md5sums=('SKIP') - -build() { - cd $srcdir/$pkgname - make DOCBOOK2XMAN=docbook2man -} - -package() { - cd $srcdir/$pkgname - make PREFIX=$pkgdir/usr install - chmod 0644 $pkgdir/usr/share/man/man1/* - mv $pkgdir/usr/share/man/man1/ts.1 $pkgdir/usr/share/man/man1/ts.1moreutils - mv $pkgdir/usr/share/man/man1/parallel.1 $pkgdir/usr/share/man/man1/parallel-moreutils.1 - mv $pkgdir/usr/bin/parallel $pkgdir/usr/bin/parallel-moreutils -} Copied: moreutils/repos/community-x86_64/PKGBUILD (from rev 247418, moreutils/trunk/PKGBUILD) ==
[arch-commits] Commit in moreutils/repos (4 files)
Date: Thursday, August 18, 2016 @ 13:38:22 Author: spupykin Revision: 186948 archrelease: copy trunk to community-i686, community-x86_64 Added: moreutils/repos/community-i686/PKGBUILD (from rev 186947, moreutils/trunk/PKGBUILD) moreutils/repos/community-x86_64/PKGBUILD (from rev 186947, moreutils/trunk/PKGBUILD) Deleted: moreutils/repos/community-i686/PKGBUILD moreutils/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 64 community-i686/PKGBUILD | 32 -- community-x86_64/PKGBUILD | 32 -- 3 files changed, 64 insertions(+), 64 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2016-08-18 13:38:07 UTC (rev 186947) +++ community-i686/PKGBUILD 2016-08-18 13:38:22 UTC (rev 186948) @@ -1,32 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Contributor: Alessio 'mOLOk' Bolognino - -pkgname=moreutils -pkgver=0.59 -pkgrel=1 -pkgdesc="A growing collection of the unix tools that nobody thought to write thirty years ago" -arch=('i686' 'x86_64') -url="http://joeyh.name/code/moreutils/"; -license=('GPL') -depends=('perl' 'perl-ipc-run' 'perl-timedate' 'perl-time-duration') -makedepends=('docbook2x' 'docbook-xml' 'perl-xml-sax' 'git') -options=('!emptydirs' 'zipman') -replaces=(moreutils-svn) -#source=(http://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_$pkgver.orig.tar.gz) -source=("git://git.kitenet.net/moreutils.git#tag=$pkgver") -md5sums=('SKIP') - -build() { - cd $srcdir/$pkgname - make DOCBOOK2XMAN=docbook2man -} - -package() { - cd $srcdir/$pkgname - make PREFIX=$pkgdir/usr install - chmod 0644 $pkgdir/usr/share/man/man1/* - mv $pkgdir/usr/share/man/man1/ts.1 $pkgdir/usr/share/man/man1/ts.1moreutils - mv $pkgdir/usr/share/man/man1/parallel.1 $pkgdir/usr/share/man/man1/parallel-moreutils.1 - mv $pkgdir/usr/bin/parallel $pkgdir/usr/bin/parallel-moreutils -} Copied: moreutils/repos/community-i686/PKGBUILD (from rev 186947, moreutils/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-08-18 13:38:22 UTC (rev 186948) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Contributor: Alessio 'mOLOk' Bolognino + +pkgname=moreutils +pkgver=0.60 +pkgrel=1 +pkgdesc="A growing collection of the unix tools that nobody thought to write thirty years ago" +arch=('i686' 'x86_64') +url="http://joeyh.name/code/moreutils/"; +license=('GPL') +depends=('perl' 'perl-ipc-run' 'perl-timedate' 'perl-time-duration') +makedepends=('docbook2x' 'docbook-xml' 'perl-xml-sax' 'git') +options=('!emptydirs' 'zipman') +replaces=(moreutils-svn) +#source=(http://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_$pkgver.orig.tar.gz) +source=("git://git.kitenet.net/moreutils.git#tag=$pkgver") +md5sums=('SKIP') + +build() { + cd $srcdir/$pkgname + make DOCBOOK2XMAN=docbook2man +} + +package() { + cd $srcdir/$pkgname + make PREFIX=$pkgdir/usr install + chmod 0644 $pkgdir/usr/share/man/man1/* + mv $pkgdir/usr/share/man/man1/ts.1 $pkgdir/usr/share/man/man1/ts.1moreutils + mv $pkgdir/usr/share/man/man1/parallel.1 $pkgdir/usr/share/man/man1/parallel-moreutils.1 + mv $pkgdir/usr/bin/parallel $pkgdir/usr/bin/parallel-moreutils +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2016-08-18 13:38:07 UTC (rev 186947) +++ community-x86_64/PKGBUILD 2016-08-18 13:38:22 UTC (rev 186948) @@ -1,32 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Contributor: Alessio 'mOLOk' Bolognino - -pkgname=moreutils -pkgver=0.59 -pkgrel=1 -pkgdesc="A growing collection of the unix tools that nobody thought to write thirty years ago" -arch=('i686' 'x86_64') -url="http://joeyh.name/code/moreutils/"; -license=('GPL') -depends=('perl' 'perl-ipc-run' 'perl-timedate' 'perl-time-duration') -makedepends=('docbook2x' 'docbook-xml' 'perl-xml-sax' 'git') -options=('!emptydirs' 'zipman') -replaces=(moreutils-svn) -#source=(http://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_$pkgver.orig.tar.gz) -source=("git://git.kitenet.net/moreutils.git#tag=$pkgver") -md5sums=('SKIP') - -build() { - cd $srcdir/$pkgname - make DOCBOOK2XMAN=docbook2man -} - -package() { - cd $srcdir/$pkgname - make PREFIX=$pkgdir/usr install - chmod 0644 $pkgdir/usr/share/man/man1/* - mv $pkgdir/usr/share/man/man1/ts.1 $pkgdir/usr/share/man/man1/ts.1moreutils - mv $pkgdir/usr/share/man/man1/parallel.1 $pkgdir/usr/share/man/man1/parallel-moreutils.1 - mv $pkgdir/usr/bin/parallel $pkgdir/usr/bin/parallel-moreutils -} Copied: moreutils/repos/community-x86_64/PKGBUILD (from rev 186947, moreutils/trunk/PKGBUILD) === --- co
[arch-commits] Commit in moreutils/repos (4 files)
Date: Tuesday, April 5, 2016 @ 12:40:43 Author: spupykin Revision: 169529 archrelease: copy trunk to community-i686, community-x86_64 Added: moreutils/repos/community-i686/PKGBUILD (from rev 169528, moreutils/trunk/PKGBUILD) moreutils/repos/community-x86_64/PKGBUILD (from rev 169528, moreutils/trunk/PKGBUILD) Deleted: moreutils/repos/community-i686/PKGBUILD moreutils/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 64 community-i686/PKGBUILD | 32 -- community-x86_64/PKGBUILD | 32 -- 3 files changed, 64 insertions(+), 64 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2016-04-05 10:40:26 UTC (rev 169528) +++ community-i686/PKGBUILD 2016-04-05 10:40:43 UTC (rev 169529) @@ -1,32 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Contributor: Alessio 'mOLOk' Bolognino - -pkgname=moreutils -pkgver=0.58 -pkgrel=1 -pkgdesc="A growing collection of the unix tools that nobody thought to write thirty years ago" -arch=('i686' 'x86_64') -url="http://joeyh.name/code/moreutils/"; -license=('GPL') -depends=('perl' 'perl-ipc-run' 'perl-timedate' 'perl-time-duration') -makedepends=('docbook2x' 'docbook-xml' 'perl-xml-sax' 'git') -options=('!emptydirs' 'zipman') -replaces=(moreutils-svn) -#source=(http://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_$pkgver.orig.tar.gz) -source=("git://git.kitenet.net/moreutils.git#tag=$pkgver") -md5sums=('SKIP') - -build() { - cd $srcdir/$pkgname - make DOCBOOK2XMAN=docbook2man -} - -package() { - cd $srcdir/$pkgname - make PREFIX=$pkgdir/usr install - chmod 0644 $pkgdir/usr/share/man/man1/* - mv $pkgdir/usr/share/man/man1/ts.1 $pkgdir/usr/share/man/man1/ts.1moreutils - mv $pkgdir/usr/share/man/man1/parallel.1 $pkgdir/usr/share/man/man1/parallel-moreutils.1 - mv $pkgdir/usr/bin/parallel $pkgdir/usr/bin/parallel-moreutils -} Copied: moreutils/repos/community-i686/PKGBUILD (from rev 169528, moreutils/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-04-05 10:40:43 UTC (rev 169529) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Contributor: Alessio 'mOLOk' Bolognino + +pkgname=moreutils +pkgver=0.59 +pkgrel=1 +pkgdesc="A growing collection of the unix tools that nobody thought to write thirty years ago" +arch=('i686' 'x86_64') +url="http://joeyh.name/code/moreutils/"; +license=('GPL') +depends=('perl' 'perl-ipc-run' 'perl-timedate' 'perl-time-duration') +makedepends=('docbook2x' 'docbook-xml' 'perl-xml-sax' 'git') +options=('!emptydirs' 'zipman') +replaces=(moreutils-svn) +#source=(http://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_$pkgver.orig.tar.gz) +source=("git://git.kitenet.net/moreutils.git#tag=$pkgver") +md5sums=('SKIP') + +build() { + cd $srcdir/$pkgname + make DOCBOOK2XMAN=docbook2man +} + +package() { + cd $srcdir/$pkgname + make PREFIX=$pkgdir/usr install + chmod 0644 $pkgdir/usr/share/man/man1/* + mv $pkgdir/usr/share/man/man1/ts.1 $pkgdir/usr/share/man/man1/ts.1moreutils + mv $pkgdir/usr/share/man/man1/parallel.1 $pkgdir/usr/share/man/man1/parallel-moreutils.1 + mv $pkgdir/usr/bin/parallel $pkgdir/usr/bin/parallel-moreutils +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2016-04-05 10:40:26 UTC (rev 169528) +++ community-x86_64/PKGBUILD 2016-04-05 10:40:43 UTC (rev 169529) @@ -1,32 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Contributor: Alessio 'mOLOk' Bolognino - -pkgname=moreutils -pkgver=0.58 -pkgrel=1 -pkgdesc="A growing collection of the unix tools that nobody thought to write thirty years ago" -arch=('i686' 'x86_64') -url="http://joeyh.name/code/moreutils/"; -license=('GPL') -depends=('perl' 'perl-ipc-run' 'perl-timedate' 'perl-time-duration') -makedepends=('docbook2x' 'docbook-xml' 'perl-xml-sax' 'git') -options=('!emptydirs' 'zipman') -replaces=(moreutils-svn) -#source=(http://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_$pkgver.orig.tar.gz) -source=("git://git.kitenet.net/moreutils.git#tag=$pkgver") -md5sums=('SKIP') - -build() { - cd $srcdir/$pkgname - make DOCBOOK2XMAN=docbook2man -} - -package() { - cd $srcdir/$pkgname - make PREFIX=$pkgdir/usr install - chmod 0644 $pkgdir/usr/share/man/man1/* - mv $pkgdir/usr/share/man/man1/ts.1 $pkgdir/usr/share/man/man1/ts.1moreutils - mv $pkgdir/usr/share/man/man1/parallel.1 $pkgdir/usr/share/man/man1/parallel-moreutils.1 - mv $pkgdir/usr/bin/parallel $pkgdir/usr/bin/parallel-moreutils -} Copied: moreutils/repos/community-x86_64/PKGBUILD (from rev 169528, moreutils/trunk/PKGBUILD) === --- commu
[arch-commits] Commit in moreutils/repos (4 files)
Date: Wednesday, March 16, 2016 @ 14:05:54 Author: spupykin Revision: 166933 archrelease: copy trunk to community-i686, community-x86_64 Added: moreutils/repos/community-i686/PKGBUILD (from rev 166932, moreutils/trunk/PKGBUILD) moreutils/repos/community-x86_64/PKGBUILD (from rev 166932, moreutils/trunk/PKGBUILD) Deleted: moreutils/repos/community-i686/PKGBUILD moreutils/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 64 community-i686/PKGBUILD | 32 -- community-x86_64/PKGBUILD | 32 -- 3 files changed, 64 insertions(+), 64 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2016-03-16 13:05:34 UTC (rev 166932) +++ community-i686/PKGBUILD 2016-03-16 13:05:54 UTC (rev 166933) @@ -1,32 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Contributor: Alessio 'mOLOk' Bolognino - -pkgname=moreutils -pkgver=0.57 -pkgrel=1 -pkgdesc="A growing collection of the unix tools that nobody thought to write thirty years ago" -arch=('i686' 'x86_64') -url="http://joeyh.name/code/moreutils/"; -license=('GPL') -depends=('perl' 'perl-ipc-run' 'perl-timedate' 'perl-time-duration') -makedepends=('docbook2x' 'docbook-xml' 'perl-xml-sax' 'git') -options=('!emptydirs' 'zipman') -replaces=(moreutils-svn) -#source=(http://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_$pkgver.orig.tar.gz) -source=("git://git.kitenet.net/moreutils.git#tag=$pkgver") -md5sums=('SKIP') - -build() { - cd $srcdir/$pkgname - make DOCBOOK2XMAN=docbook2man -} - -package() { - cd $srcdir/$pkgname - make PREFIX=$pkgdir/usr install - chmod 0644 $pkgdir/usr/share/man/man1/* - mv $pkgdir/usr/share/man/man1/ts.1 $pkgdir/usr/share/man/man1/ts.1moreutils - mv $pkgdir/usr/share/man/man1/parallel.1 $pkgdir/usr/share/man/man1/parallel-moreutils.1 - mv $pkgdir/usr/bin/parallel $pkgdir/usr/bin/parallel-moreutils -} Copied: moreutils/repos/community-i686/PKGBUILD (from rev 166932, moreutils/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-03-16 13:05:54 UTC (rev 166933) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Contributor: Alessio 'mOLOk' Bolognino + +pkgname=moreutils +pkgver=0.58 +pkgrel=1 +pkgdesc="A growing collection of the unix tools that nobody thought to write thirty years ago" +arch=('i686' 'x86_64') +url="http://joeyh.name/code/moreutils/"; +license=('GPL') +depends=('perl' 'perl-ipc-run' 'perl-timedate' 'perl-time-duration') +makedepends=('docbook2x' 'docbook-xml' 'perl-xml-sax' 'git') +options=('!emptydirs' 'zipman') +replaces=(moreutils-svn) +#source=(http://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_$pkgver.orig.tar.gz) +source=("git://git.kitenet.net/moreutils.git#tag=$pkgver") +md5sums=('SKIP') + +build() { + cd $srcdir/$pkgname + make DOCBOOK2XMAN=docbook2man +} + +package() { + cd $srcdir/$pkgname + make PREFIX=$pkgdir/usr install + chmod 0644 $pkgdir/usr/share/man/man1/* + mv $pkgdir/usr/share/man/man1/ts.1 $pkgdir/usr/share/man/man1/ts.1moreutils + mv $pkgdir/usr/share/man/man1/parallel.1 $pkgdir/usr/share/man/man1/parallel-moreutils.1 + mv $pkgdir/usr/bin/parallel $pkgdir/usr/bin/parallel-moreutils +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2016-03-16 13:05:34 UTC (rev 166932) +++ community-x86_64/PKGBUILD 2016-03-16 13:05:54 UTC (rev 166933) @@ -1,32 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Contributor: Alessio 'mOLOk' Bolognino - -pkgname=moreutils -pkgver=0.57 -pkgrel=1 -pkgdesc="A growing collection of the unix tools that nobody thought to write thirty years ago" -arch=('i686' 'x86_64') -url="http://joeyh.name/code/moreutils/"; -license=('GPL') -depends=('perl' 'perl-ipc-run' 'perl-timedate' 'perl-time-duration') -makedepends=('docbook2x' 'docbook-xml' 'perl-xml-sax' 'git') -options=('!emptydirs' 'zipman') -replaces=(moreutils-svn) -#source=(http://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_$pkgver.orig.tar.gz) -source=("git://git.kitenet.net/moreutils.git#tag=$pkgver") -md5sums=('SKIP') - -build() { - cd $srcdir/$pkgname - make DOCBOOK2XMAN=docbook2man -} - -package() { - cd $srcdir/$pkgname - make PREFIX=$pkgdir/usr install - chmod 0644 $pkgdir/usr/share/man/man1/* - mv $pkgdir/usr/share/man/man1/ts.1 $pkgdir/usr/share/man/man1/ts.1moreutils - mv $pkgdir/usr/share/man/man1/parallel.1 $pkgdir/usr/share/man/man1/parallel-moreutils.1 - mv $pkgdir/usr/bin/parallel $pkgdir/usr/bin/parallel-moreutils -} Copied: moreutils/repos/community-x86_64/PKGBUILD (from rev 166932, moreutils/trunk/PKGBUILD) === --- co
[arch-commits] Commit in moreutils/repos (4 files)
Date: Thursday, July 30, 2015 @ 12:34:39 Author: spupykin Revision: 137613 archrelease: copy trunk to community-i686, community-x86_64 Added: moreutils/repos/community-i686/PKGBUILD (from rev 137612, moreutils/trunk/PKGBUILD) moreutils/repos/community-x86_64/PKGBUILD (from rev 137612, moreutils/trunk/PKGBUILD) Deleted: moreutils/repos/community-i686/PKGBUILD moreutils/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 64 community-i686/PKGBUILD | 32 -- community-x86_64/PKGBUILD | 32 -- 3 files changed, 64 insertions(+), 64 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-07-30 10:34:22 UTC (rev 137612) +++ community-i686/PKGBUILD 2015-07-30 10:34:39 UTC (rev 137613) @@ -1,32 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Contributor: Alessio 'mOLOk' Bolognino - -pkgname=moreutils -pkgver=0.55 -pkgrel=1 -pkgdesc="A growing collection of the unix tools that nobody thought to write thirty years ago" -arch=('i686' 'x86_64') -url="http://joeyh.name/code/moreutils/"; -license=('GPL') -depends=('perl' 'perl-ipc-run' 'perl-timedate' 'perl-time-duration') -makedepends=('docbook2x' 'docbook-xml' 'perl-xml-sax' 'git') -options=('!emptydirs' 'zipman') -replaces=(moreutils-svn) -#source=(http://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_$pkgver.orig.tar.gz) -source=("git://git.kitenet.net/moreutils.git#tag=$pkgver") -md5sums=('SKIP') - -build() { - cd $srcdir/$pkgname - make DOCBOOK2XMAN=docbook2man -} - -package() { - cd $srcdir/$pkgname - make PREFIX=$pkgdir/usr install - chmod 0644 $pkgdir/usr/share/man/man1/* - mv $pkgdir/usr/share/man/man1/ts.1 $pkgdir/usr/share/man/man1/ts.1moreutils - mv $pkgdir/usr/share/man/man1/parallel.1 $pkgdir/usr/share/man/man1/parallel-moreutils.1 - mv $pkgdir/usr/bin/parallel $pkgdir/usr/bin/parallel-moreutils -} Copied: moreutils/repos/community-i686/PKGBUILD (from rev 137612, moreutils/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-07-30 10:34:39 UTC (rev 137613) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Contributor: Alessio 'mOLOk' Bolognino + +pkgname=moreutils +pkgver=0.57 +pkgrel=1 +pkgdesc="A growing collection of the unix tools that nobody thought to write thirty years ago" +arch=('i686' 'x86_64') +url="http://joeyh.name/code/moreutils/"; +license=('GPL') +depends=('perl' 'perl-ipc-run' 'perl-timedate' 'perl-time-duration') +makedepends=('docbook2x' 'docbook-xml' 'perl-xml-sax' 'git') +options=('!emptydirs' 'zipman') +replaces=(moreutils-svn) +#source=(http://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_$pkgver.orig.tar.gz) +source=("git://git.kitenet.net/moreutils.git#tag=$pkgver") +md5sums=('SKIP') + +build() { + cd $srcdir/$pkgname + make DOCBOOK2XMAN=docbook2man +} + +package() { + cd $srcdir/$pkgname + make PREFIX=$pkgdir/usr install + chmod 0644 $pkgdir/usr/share/man/man1/* + mv $pkgdir/usr/share/man/man1/ts.1 $pkgdir/usr/share/man/man1/ts.1moreutils + mv $pkgdir/usr/share/man/man1/parallel.1 $pkgdir/usr/share/man/man1/parallel-moreutils.1 + mv $pkgdir/usr/bin/parallel $pkgdir/usr/bin/parallel-moreutils +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2015-07-30 10:34:22 UTC (rev 137612) +++ community-x86_64/PKGBUILD 2015-07-30 10:34:39 UTC (rev 137613) @@ -1,32 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Contributor: Alessio 'mOLOk' Bolognino - -pkgname=moreutils -pkgver=0.55 -pkgrel=1 -pkgdesc="A growing collection of the unix tools that nobody thought to write thirty years ago" -arch=('i686' 'x86_64') -url="http://joeyh.name/code/moreutils/"; -license=('GPL') -depends=('perl' 'perl-ipc-run' 'perl-timedate' 'perl-time-duration') -makedepends=('docbook2x' 'docbook-xml' 'perl-xml-sax' 'git') -options=('!emptydirs' 'zipman') -replaces=(moreutils-svn) -#source=(http://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_$pkgver.orig.tar.gz) -source=("git://git.kitenet.net/moreutils.git#tag=$pkgver") -md5sums=('SKIP') - -build() { - cd $srcdir/$pkgname - make DOCBOOK2XMAN=docbook2man -} - -package() { - cd $srcdir/$pkgname - make PREFIX=$pkgdir/usr install - chmod 0644 $pkgdir/usr/share/man/man1/* - mv $pkgdir/usr/share/man/man1/ts.1 $pkgdir/usr/share/man/man1/ts.1moreutils - mv $pkgdir/usr/share/man/man1/parallel.1 $pkgdir/usr/share/man/man1/parallel-moreutils.1 - mv $pkgdir/usr/bin/parallel $pkgdir/usr/bin/parallel-moreutils -} Copied: moreutils/repos/community-x86_64/PKGBUILD (from rev 137612, moreutils/trunk/PKGBUILD) === --- comm
[arch-commits] Commit in moreutils/repos (4 files)
Date: Monday, January 26, 2015 @ 11:32:25 Author: spupykin Revision: 126600 archrelease: copy trunk to community-i686, community-x86_64 Added: moreutils/repos/community-i686/PKGBUILD (from rev 126599, moreutils/trunk/PKGBUILD) moreutils/repos/community-x86_64/PKGBUILD (from rev 126599, moreutils/trunk/PKGBUILD) Deleted: moreutils/repos/community-i686/PKGBUILD moreutils/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 64 community-i686/PKGBUILD | 34 --- community-x86_64/PKGBUILD | 34 --- 3 files changed, 64 insertions(+), 68 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-01-26 10:32:10 UTC (rev 126599) +++ community-i686/PKGBUILD 2015-01-26 10:32:25 UTC (rev 126600) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Contributor: Alessio 'mOLOk' Bolognino - -pkgname=moreutils -pkgver=0.54 -pkgrel=1 -pkgdesc="A growing collection of the unix tools that nobody thought to write thirty years ago" -arch=('i686' 'x86_64') -url="http://joeyh.name/code/moreutils/"; -license=('GPL') -makedepends=('docbook2x' 'docbook-xml' 'perl-xml-sax') -depends=('perl' 'perl-ipc-run' 'perl-timedate' 'perl-time-duration') -options=('!emptydirs' 'zipman') -replaces=(moreutils-svn) -source=(http://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_$pkgver.orig.tar.gz) -md5sums=('1ced0ba9ac133cb81bbe2424f60d0a8a') - -build() { - cd $srcdir/$pkgname-$pkgver - sed -i 's|schema/dtd/4.4|xml-dtd-4.5|g' *.docbook - make DOCBOOK2XMAN=docbook2man -} - -package() { - cd $srcdir/$pkgname-$pkgver - make PREFIX=$pkgdir/usr install - chmod 0644 $pkgdir/usr/share/man/man1/* - - mv $pkgdir/usr/share/man/man1/ts.1 $pkgdir/usr/share/man/man1/ts.1moreutils - - mv $pkgdir/usr/share/man/man1/parallel.1 $pkgdir/usr/share/man/man1/parallel-moreutils.1 - mv $pkgdir/usr/bin/parallel $pkgdir/usr/bin/parallel-moreutils -} Copied: moreutils/repos/community-i686/PKGBUILD (from rev 126599, moreutils/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-01-26 10:32:25 UTC (rev 126600) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Contributor: Alessio 'mOLOk' Bolognino + +pkgname=moreutils +pkgver=0.55 +pkgrel=1 +pkgdesc="A growing collection of the unix tools that nobody thought to write thirty years ago" +arch=('i686' 'x86_64') +url="http://joeyh.name/code/moreutils/"; +license=('GPL') +depends=('perl' 'perl-ipc-run' 'perl-timedate' 'perl-time-duration') +makedepends=('docbook2x' 'docbook-xml' 'perl-xml-sax' 'git') +options=('!emptydirs' 'zipman') +replaces=(moreutils-svn) +#source=(http://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_$pkgver.orig.tar.gz) +source=("git://git.kitenet.net/moreutils.git#tag=$pkgver") +md5sums=('SKIP') + +build() { + cd $srcdir/$pkgname + make DOCBOOK2XMAN=docbook2man +} + +package() { + cd $srcdir/$pkgname + make PREFIX=$pkgdir/usr install + chmod 0644 $pkgdir/usr/share/man/man1/* + mv $pkgdir/usr/share/man/man1/ts.1 $pkgdir/usr/share/man/man1/ts.1moreutils + mv $pkgdir/usr/share/man/man1/parallel.1 $pkgdir/usr/share/man/man1/parallel-moreutils.1 + mv $pkgdir/usr/bin/parallel $pkgdir/usr/bin/parallel-moreutils +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2015-01-26 10:32:10 UTC (rev 126599) +++ community-x86_64/PKGBUILD 2015-01-26 10:32:25 UTC (rev 126600) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Contributor: Alessio 'mOLOk' Bolognino - -pkgname=moreutils -pkgver=0.54 -pkgrel=1 -pkgdesc="A growing collection of the unix tools that nobody thought to write thirty years ago" -arch=('i686' 'x86_64') -url="http://joeyh.name/code/moreutils/"; -license=('GPL') -makedepends=('docbook2x' 'docbook-xml' 'perl-xml-sax') -depends=('perl' 'perl-ipc-run' 'perl-timedate' 'perl-time-duration') -options=('!emptydirs' 'zipman') -replaces=(moreutils-svn) -source=(http://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_$pkgver.orig.tar.gz) -md5sums=('1ced0ba9ac133cb81bbe2424f60d0a8a') - -build() { - cd $srcdir/$pkgname-$pkgver - sed -i 's|schema/dtd/4.4|xml-dtd-4.5|g' *.docbook - make DOCBOOK2XMAN=docbook2man -} - -package() { - cd $srcdir/$pkgname-$pkgver - make PREFIX=$pkgdir/usr install - chmod 0644 $pkgdir/usr/share/man/man1/* - - mv $pkgdir/usr/share/man/man1/ts.1 $pkgdir/usr/share/man/man1/ts.1moreutils - - mv $pkgdir/usr/share/man/man1/parallel.1 $pkgdir/usr/share/man/man1/parallel-moreutils.1 - mv $pkgdir/usr/bin/parallel $pkgdir/usr/bin/parallel-moreutils -} Copied: moreutils/repos/community-x86_64/PKGBUILD (from rev 126599, moreutils/trunk/PKGBUILD) =
[arch-commits] Commit in moreutils/repos (4 files)
Date: Thursday, December 11, 2014 @ 23:46:44 Author: spupykin Revision: 123797 archrelease: copy trunk to community-i686, community-x86_64 Added: moreutils/repos/community-i686/PKGBUILD (from rev 123796, moreutils/trunk/PKGBUILD) moreutils/repos/community-x86_64/PKGBUILD (from rev 123796, moreutils/trunk/PKGBUILD) Deleted: moreutils/repos/community-i686/PKGBUILD moreutils/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 68 community-i686/PKGBUILD | 34 -- community-x86_64/PKGBUILD | 34 -- 3 files changed, 68 insertions(+), 68 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2014-12-11 22:46:30 UTC (rev 123796) +++ community-i686/PKGBUILD 2014-12-11 22:46:44 UTC (rev 123797) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Contributor: Alessio 'mOLOk' Bolognino - -pkgname=moreutils -pkgver=0.51 -pkgrel=1 -pkgdesc="A growing collection of the unix tools that nobody thought to write thirty years ago" -arch=('i686' 'x86_64') -url="http://joeyh.name/code/moreutils/"; -license=('GPL') -makedepends=('docbook2x' 'docbook-xml' 'perl-xml-sax') -depends=('perl' 'perl-ipc-run' 'perl-timedate' 'perl-time-duration') -options=('!emptydirs' 'zipman') -replaces=(moreutils-svn) -source=(http://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_$pkgver.tar.gz) -md5sums=('849282ea7e43ed01d34bd81b1d2be283') - -build() { - cd $srcdir/$pkgname - sed -i 's|schema/dtd/4.4|xml-dtd-4.5|g' *.docbook - make DOCBOOK2XMAN=docbook2man -} - -package() { - cd $srcdir/$pkgname - make PREFIX=$pkgdir/usr install - chmod 0644 $pkgdir/usr/share/man/man1/* - - mv $pkgdir/usr/share/man/man1/ts.1 $pkgdir/usr/share/man/man1/ts.1moreutils - - mv $pkgdir/usr/share/man/man1/parallel.1 $pkgdir/usr/share/man/man1/parallel-moreutils.1 - mv $pkgdir/usr/bin/parallel $pkgdir/usr/bin/parallel-moreutils -} Copied: moreutils/repos/community-i686/PKGBUILD (from rev 123796, moreutils/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2014-12-11 22:46:44 UTC (rev 123797) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Contributor: Alessio 'mOLOk' Bolognino + +pkgname=moreutils +pkgver=0.54 +pkgrel=1 +pkgdesc="A growing collection of the unix tools that nobody thought to write thirty years ago" +arch=('i686' 'x86_64') +url="http://joeyh.name/code/moreutils/"; +license=('GPL') +makedepends=('docbook2x' 'docbook-xml' 'perl-xml-sax') +depends=('perl' 'perl-ipc-run' 'perl-timedate' 'perl-time-duration') +options=('!emptydirs' 'zipman') +replaces=(moreutils-svn) +source=(http://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_$pkgver.orig.tar.gz) +md5sums=('1ced0ba9ac133cb81bbe2424f60d0a8a') + +build() { + cd $srcdir/$pkgname-$pkgver + sed -i 's|schema/dtd/4.4|xml-dtd-4.5|g' *.docbook + make DOCBOOK2XMAN=docbook2man +} + +package() { + cd $srcdir/$pkgname-$pkgver + make PREFIX=$pkgdir/usr install + chmod 0644 $pkgdir/usr/share/man/man1/* + + mv $pkgdir/usr/share/man/man1/ts.1 $pkgdir/usr/share/man/man1/ts.1moreutils + + mv $pkgdir/usr/share/man/man1/parallel.1 $pkgdir/usr/share/man/man1/parallel-moreutils.1 + mv $pkgdir/usr/bin/parallel $pkgdir/usr/bin/parallel-moreutils +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2014-12-11 22:46:30 UTC (rev 123796) +++ community-x86_64/PKGBUILD 2014-12-11 22:46:44 UTC (rev 123797) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Contributor: Alessio 'mOLOk' Bolognino - -pkgname=moreutils -pkgver=0.51 -pkgrel=1 -pkgdesc="A growing collection of the unix tools that nobody thought to write thirty years ago" -arch=('i686' 'x86_64') -url="http://joeyh.name/code/moreutils/"; -license=('GPL') -makedepends=('docbook2x' 'docbook-xml' 'perl-xml-sax') -depends=('perl' 'perl-ipc-run' 'perl-timedate' 'perl-time-duration') -options=('!emptydirs' 'zipman') -replaces=(moreutils-svn) -source=(http://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_$pkgver.tar.gz) -md5sums=('849282ea7e43ed01d34bd81b1d2be283') - -build() { - cd $srcdir/$pkgname - sed -i 's|schema/dtd/4.4|xml-dtd-4.5|g' *.docbook - make DOCBOOK2XMAN=docbook2man -} - -package() { - cd $srcdir/$pkgname - make PREFIX=$pkgdir/usr install - chmod 0644 $pkgdir/usr/share/man/man1/* - - mv $pkgdir/usr/share/man/man1/ts.1 $pkgdir/usr/share/man/man1/ts.1moreutils - - mv $pkgdir/usr/share/man/man1/parallel.1 $pkgdir/usr/share/man/man1/parallel-moreutils.1 - mv $pkgdir/usr/bin/parallel $pkgdir/usr/bin/parallel-moreutils -} Copied: moreutils/repos/community-x86_64/PKGBUILD (from rev 123796, moreutils/trunk/PKGBUILD)
[arch-commits] Commit in moreutils/repos (4 files)
Date: Wednesday, March 12, 2014 @ 11:55:36 Author: spupykin Revision: 107074 archrelease: copy trunk to community-i686, community-x86_64 Added: moreutils/repos/community-i686/PKGBUILD (from rev 107073, moreutils/trunk/PKGBUILD) moreutils/repos/community-x86_64/PKGBUILD (from rev 107073, moreutils/trunk/PKGBUILD) Deleted: moreutils/repos/community-i686/PKGBUILD moreutils/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 68 community-i686/PKGBUILD | 34 -- community-x86_64/PKGBUILD | 34 -- 3 files changed, 68 insertions(+), 68 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2014-03-12 10:55:23 UTC (rev 107073) +++ community-i686/PKGBUILD 2014-03-12 10:55:36 UTC (rev 107074) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Contributor: Alessio 'mOLOk' Bolognino - -pkgname=moreutils -pkgver=0.49 -pkgrel=1 -pkgdesc="A growing collection of the unix tools that nobody thought to write thirty years ago" -arch=('i686' 'x86_64') -url="http://joeyh.name/code/moreutils/"; -license=('GPL') -makedepends=('docbook2x' 'docbook-xml' 'perl-xml-sax') -depends=('perl' 'perl-ipc-run' 'perl-timedate' 'perl-time-duration') -options=('!emptydirs' 'zipman') -replaces=(moreutils-svn) -source=(http://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_$pkgver.tar.gz) -md5sums=('29b49e70fec35b28df24b25eb3e0fd29') - -build() { - cd $srcdir/$pkgname - sed -i 's|schema/dtd/4.4|xml-dtd-4.5|g' *.docbook - make DOCBOOK2XMAN=docbook2man -} - -package() { - cd $srcdir/$pkgname - make PREFIX=$pkgdir/usr install - chmod 0644 $pkgdir/usr/share/man/man1/* - - mv $pkgdir/usr/share/man/man1/ts.1 $pkgdir/usr/share/man/man1/ts.1moreutils - - mv $pkgdir/usr/share/man/man1/parallel.1 $pkgdir/usr/share/man/man1/parallel-moreutils.1 - mv $pkgdir/usr/bin/parallel $pkgdir/usr/bin/parallel-moreutils -} Copied: moreutils/repos/community-i686/PKGBUILD (from rev 107073, moreutils/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2014-03-12 10:55:36 UTC (rev 107074) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Contributor: Alessio 'mOLOk' Bolognino + +pkgname=moreutils +pkgver=0.51 +pkgrel=1 +pkgdesc="A growing collection of the unix tools that nobody thought to write thirty years ago" +arch=('i686' 'x86_64') +url="http://joeyh.name/code/moreutils/"; +license=('GPL') +makedepends=('docbook2x' 'docbook-xml' 'perl-xml-sax') +depends=('perl' 'perl-ipc-run' 'perl-timedate' 'perl-time-duration') +options=('!emptydirs' 'zipman') +replaces=(moreutils-svn) +source=(http://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_$pkgver.tar.gz) +md5sums=('849282ea7e43ed01d34bd81b1d2be283') + +build() { + cd $srcdir/$pkgname + sed -i 's|schema/dtd/4.4|xml-dtd-4.5|g' *.docbook + make DOCBOOK2XMAN=docbook2man +} + +package() { + cd $srcdir/$pkgname + make PREFIX=$pkgdir/usr install + chmod 0644 $pkgdir/usr/share/man/man1/* + + mv $pkgdir/usr/share/man/man1/ts.1 $pkgdir/usr/share/man/man1/ts.1moreutils + + mv $pkgdir/usr/share/man/man1/parallel.1 $pkgdir/usr/share/man/man1/parallel-moreutils.1 + mv $pkgdir/usr/bin/parallel $pkgdir/usr/bin/parallel-moreutils +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2014-03-12 10:55:23 UTC (rev 107073) +++ community-x86_64/PKGBUILD 2014-03-12 10:55:36 UTC (rev 107074) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Contributor: Alessio 'mOLOk' Bolognino - -pkgname=moreutils -pkgver=0.49 -pkgrel=1 -pkgdesc="A growing collection of the unix tools that nobody thought to write thirty years ago" -arch=('i686' 'x86_64') -url="http://joeyh.name/code/moreutils/"; -license=('GPL') -makedepends=('docbook2x' 'docbook-xml' 'perl-xml-sax') -depends=('perl' 'perl-ipc-run' 'perl-timedate' 'perl-time-duration') -options=('!emptydirs' 'zipman') -replaces=(moreutils-svn) -source=(http://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_$pkgver.tar.gz) -md5sums=('29b49e70fec35b28df24b25eb3e0fd29') - -build() { - cd $srcdir/$pkgname - sed -i 's|schema/dtd/4.4|xml-dtd-4.5|g' *.docbook - make DOCBOOK2XMAN=docbook2man -} - -package() { - cd $srcdir/$pkgname - make PREFIX=$pkgdir/usr install - chmod 0644 $pkgdir/usr/share/man/man1/* - - mv $pkgdir/usr/share/man/man1/ts.1 $pkgdir/usr/share/man/man1/ts.1moreutils - - mv $pkgdir/usr/share/man/man1/parallel.1 $pkgdir/usr/share/man/man1/parallel-moreutils.1 - mv $pkgdir/usr/bin/parallel $pkgdir/usr/bin/parallel-moreutils -} Copied: moreutils/repos/community-x86_64/PKGBUILD (from rev 107073, moreutils/trunk/PKGBUILD) ===
[arch-commits] Commit in moreutils/repos (4 files)
Date: Monday, August 19, 2013 @ 15:38:56 Author: spupykin Revision: 96061 archrelease: copy trunk to community-i686, community-x86_64 Added: moreutils/repos/community-i686/PKGBUILD (from rev 96060, moreutils/trunk/PKGBUILD) moreutils/repos/community-x86_64/PKGBUILD (from rev 96060, moreutils/trunk/PKGBUILD) Deleted: moreutils/repos/community-i686/PKGBUILD moreutils/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 68 community-i686/PKGBUILD | 34 -- community-x86_64/PKGBUILD | 34 -- 3 files changed, 68 insertions(+), 68 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2013-08-19 13:38:34 UTC (rev 96060) +++ community-i686/PKGBUILD 2013-08-19 13:38:56 UTC (rev 96061) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Contributor: Alessio 'mOLOk' Bolognino - -pkgname=moreutils -pkgver=0.48 -pkgrel=1 -pkgdesc="A growing collection of the unix tools that nobody thought to write thirty years ago" -arch=('i686' 'x86_64') -url="http://joeyh.name/code/moreutils/"; -license=('GPL') -makedepends=('docbook2x' 'docbook-xml' 'perl-xml-sax') -depends=('perl' 'perl-ipc-run' 'perl-timedate' 'perl-time-duration') -options=('!emptydirs' 'zipman') -replaces=(moreutils-svn) -source=(http://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_$pkgver.tar.gz) -md5sums=('c6f1eb13132a88ce053be709aa2625d2') - -build() { - cd $srcdir/$pkgname - sed -i 's|schema/dtd/4.4|xml-dtd-4.5|g' *.docbook - make DOCBOOK2XMAN=docbook2man -} - -package() { - cd $srcdir/$pkgname - make PREFIX=$pkgdir/usr install - chmod 0644 $pkgdir/usr/share/man/man1/* - - mv $pkgdir/usr/share/man/man1/ts.1 $pkgdir/usr/share/man/man1/ts.1moreutils - - mv $pkgdir/usr/share/man/man1/parallel.1 $pkgdir/usr/share/man/man1/parallel-moreutils.1 - mv $pkgdir/usr/bin/parallel $pkgdir/usr/bin/parallel-moreutils -} Copied: moreutils/repos/community-i686/PKGBUILD (from rev 96060, moreutils/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2013-08-19 13:38:56 UTC (rev 96061) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Contributor: Alessio 'mOLOk' Bolognino + +pkgname=moreutils +pkgver=0.49 +pkgrel=1 +pkgdesc="A growing collection of the unix tools that nobody thought to write thirty years ago" +arch=('i686' 'x86_64') +url="http://joeyh.name/code/moreutils/"; +license=('GPL') +makedepends=('docbook2x' 'docbook-xml' 'perl-xml-sax') +depends=('perl' 'perl-ipc-run' 'perl-timedate' 'perl-time-duration') +options=('!emptydirs' 'zipman') +replaces=(moreutils-svn) +source=(http://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_$pkgver.tar.gz) +md5sums=('29b49e70fec35b28df24b25eb3e0fd29') + +build() { + cd $srcdir/$pkgname + sed -i 's|schema/dtd/4.4|xml-dtd-4.5|g' *.docbook + make DOCBOOK2XMAN=docbook2man +} + +package() { + cd $srcdir/$pkgname + make PREFIX=$pkgdir/usr install + chmod 0644 $pkgdir/usr/share/man/man1/* + + mv $pkgdir/usr/share/man/man1/ts.1 $pkgdir/usr/share/man/man1/ts.1moreutils + + mv $pkgdir/usr/share/man/man1/parallel.1 $pkgdir/usr/share/man/man1/parallel-moreutils.1 + mv $pkgdir/usr/bin/parallel $pkgdir/usr/bin/parallel-moreutils +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2013-08-19 13:38:34 UTC (rev 96060) +++ community-x86_64/PKGBUILD 2013-08-19 13:38:56 UTC (rev 96061) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Contributor: Alessio 'mOLOk' Bolognino - -pkgname=moreutils -pkgver=0.48 -pkgrel=1 -pkgdesc="A growing collection of the unix tools that nobody thought to write thirty years ago" -arch=('i686' 'x86_64') -url="http://joeyh.name/code/moreutils/"; -license=('GPL') -makedepends=('docbook2x' 'docbook-xml' 'perl-xml-sax') -depends=('perl' 'perl-ipc-run' 'perl-timedate' 'perl-time-duration') -options=('!emptydirs' 'zipman') -replaces=(moreutils-svn) -source=(http://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_$pkgver.tar.gz) -md5sums=('c6f1eb13132a88ce053be709aa2625d2') - -build() { - cd $srcdir/$pkgname - sed -i 's|schema/dtd/4.4|xml-dtd-4.5|g' *.docbook - make DOCBOOK2XMAN=docbook2man -} - -package() { - cd $srcdir/$pkgname - make PREFIX=$pkgdir/usr install - chmod 0644 $pkgdir/usr/share/man/man1/* - - mv $pkgdir/usr/share/man/man1/ts.1 $pkgdir/usr/share/man/man1/ts.1moreutils - - mv $pkgdir/usr/share/man/man1/parallel.1 $pkgdir/usr/share/man/man1/parallel-moreutils.1 - mv $pkgdir/usr/bin/parallel $pkgdir/usr/bin/parallel-moreutils -} Copied: moreutils/repos/community-x86_64/PKGBUILD (from rev 96060, moreutils/trunk/PKGBUILD) ===
[arch-commits] Commit in moreutils/repos (4 files)
Date: Monday, May 13, 2013 @ 11:53:46 Author: spupykin Revision: 90575 archrelease: copy trunk to community-i686, community-x86_64 Added: moreutils/repos/community-i686/PKGBUILD (from rev 90574, moreutils/trunk/PKGBUILD) moreutils/repos/community-x86_64/PKGBUILD (from rev 90574, moreutils/trunk/PKGBUILD) Deleted: moreutils/repos/community-i686/PKGBUILD moreutils/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 68 community-i686/PKGBUILD | 29 -- community-x86_64/PKGBUILD | 29 -- 3 files changed, 68 insertions(+), 58 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2013-05-13 09:53:22 UTC (rev 90574) +++ community-i686/PKGBUILD 2013-05-13 09:53:46 UTC (rev 90575) @@ -1,29 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Contributor: Alessio 'mOLOk' Bolognino - -pkgname=moreutils -pkgver=0.47 -pkgrel=2 -pkgdesc="A growing collection of the unix tools that nobody thought to write thirty years ago" -arch=('i686' 'x86_64') -url="http://joeyh.name/code/moreutils/"; -license=('GPL') -makedepends=('docbook2x' 'docbook-xml' 'perl-xml-sax') -depends=('perl' 'perl-ipc-run' 'perl-timedate' 'perl-time-duration') -options=('!emptydirs' 'zipman') -replaces=(moreutils-svn) -source=(http://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_$pkgver.tar.gz) -md5sums=('4cd3b41a90d07166632942e173ac5ce2') - -build() { - cd $srcdir/moreutils - make DOCBOOK2XMAN=docbook2man - make PREFIX=$pkgdir/usr install - chmod 0644 $pkgdir/usr/share/man/man1/* - - mv $pkgdir/usr/share/man/man1/ts.1 $pkgdir/usr/share/man/man1/ts.1moreutils - - mv $pkgdir/usr/share/man/man1/parallel.1 $pkgdir/usr/share/man/man1/parallel-moreutils.1 - mv $pkgdir/usr/bin/parallel $pkgdir/usr/bin/parallel-moreutils -} Copied: moreutils/repos/community-i686/PKGBUILD (from rev 90574, moreutils/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2013-05-13 09:53:46 UTC (rev 90575) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Contributor: Alessio 'mOLOk' Bolognino + +pkgname=moreutils +pkgver=0.48 +pkgrel=1 +pkgdesc="A growing collection of the unix tools that nobody thought to write thirty years ago" +arch=('i686' 'x86_64') +url="http://joeyh.name/code/moreutils/"; +license=('GPL') +makedepends=('docbook2x' 'docbook-xml' 'perl-xml-sax') +depends=('perl' 'perl-ipc-run' 'perl-timedate' 'perl-time-duration') +options=('!emptydirs' 'zipman') +replaces=(moreutils-svn) +source=(http://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_$pkgver.tar.gz) +md5sums=('c6f1eb13132a88ce053be709aa2625d2') + +build() { + cd $srcdir/$pkgname + sed -i 's|schema/dtd/4.4|xml-dtd-4.5|g' *.docbook + make DOCBOOK2XMAN=docbook2man +} + +package() { + cd $srcdir/$pkgname + make PREFIX=$pkgdir/usr install + chmod 0644 $pkgdir/usr/share/man/man1/* + + mv $pkgdir/usr/share/man/man1/ts.1 $pkgdir/usr/share/man/man1/ts.1moreutils + + mv $pkgdir/usr/share/man/man1/parallel.1 $pkgdir/usr/share/man/man1/parallel-moreutils.1 + mv $pkgdir/usr/bin/parallel $pkgdir/usr/bin/parallel-moreutils +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2013-05-13 09:53:22 UTC (rev 90574) +++ community-x86_64/PKGBUILD 2013-05-13 09:53:46 UTC (rev 90575) @@ -1,29 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Contributor: Alessio 'mOLOk' Bolognino - -pkgname=moreutils -pkgver=0.47 -pkgrel=2 -pkgdesc="A growing collection of the unix tools that nobody thought to write thirty years ago" -arch=('i686' 'x86_64') -url="http://joeyh.name/code/moreutils/"; -license=('GPL') -makedepends=('docbook2x' 'docbook-xml' 'perl-xml-sax') -depends=('perl' 'perl-ipc-run' 'perl-timedate' 'perl-time-duration') -options=('!emptydirs' 'zipman') -replaces=(moreutils-svn) -source=(http://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_$pkgver.tar.gz) -md5sums=('4cd3b41a90d07166632942e173ac5ce2') - -build() { - cd $srcdir/moreutils - make DOCBOOK2XMAN=docbook2man - make PREFIX=$pkgdir/usr install - chmod 0644 $pkgdir/usr/share/man/man1/* - - mv $pkgdir/usr/share/man/man1/ts.1 $pkgdir/usr/share/man/man1/ts.1moreutils - - mv $pkgdir/usr/share/man/man1/parallel.1 $pkgdir/usr/share/man/man1/parallel-moreutils.1 - mv $pkgdir/usr/bin/parallel $pkgdir/usr/bin/parallel-moreutils -} Copied: moreutils/repos/community-x86_64/PKGBUILD (from rev 90574, moreutils/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2013-05-13 09:53:46 UTC (rev 90575) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Serg