[arch-commits] Commit in moreutils/repos (4 files)
Sergej Pupykin
spupykin at archlinux.org
Thu Dec 11 22:46:45 UTC 2014
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 <pupykin.s+arch at gmail.com>
-# Contributor: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
-
-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 <pupykin.s+arch at gmail.com>
+# Contributor: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
+
+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 <pupykin.s+arch at gmail.com>
-# Contributor: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
-
-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)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-12-11 22:46:44 UTC (rev 123797)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
+
+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
+}
More information about the arch-commits
mailing list