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

Sergej Pupykin spupykin at nymeria.archlinux.org
Mon May 13 09:53:46 UTC 2013


    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 <pupykin.s+arch at gmail.com>
-# Contributor: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
-
-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 <pupykin.s+arch at gmail.com>
+# Contributor: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
+
+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 <pupykin.s+arch at gmail.com>
-# Contributor: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
-
-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: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
+
+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
+}




More information about the arch-commits mailing list