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

Sergej Pupykin spupykin at archlinux.org
Thu Jul 30 10:34:39 UTC 2015


    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 <pupykin.s+arch at gmail.com>
-# Contributor: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
-
-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 <pupykin.s+arch at gmail.com>
+# Contributor: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
+
+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 <pupykin.s+arch at gmail.com>
-# Contributor: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
-
-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)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-07-30 10:34:39 UTC (rev 137613)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
+
+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
+}



More information about the arch-commits mailing list