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

Sergej Pupykin spupykin at archlinux.org
Wed Aug 2 11:35:32 UTC 2017


    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 <pupykin.s+arch at gmail.com>
-# Contributor: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
-
-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 <pupykin.s+arch at gmail.com>
+# Contributor: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
+
+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 <pupykin.s+arch at gmail.com>
-# Contributor: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
-
-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)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-08-02 11:35:31 UTC (rev 247419)
@@ -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.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
+}



More information about the arch-commits mailing list