Date: Monday, August 29, 2016 @ 18:13:44 Author: spupykin Revision: 187962
archrelease: copy trunk to community-i686, community-x86_64 Added: linuxdoc-tools/repos/community-i686/PKGBUILD (from rev 187961, linuxdoc-tools/trunk/PKGBUILD) linuxdoc-tools/repos/community-x86_64/PKGBUILD (from rev 187961, linuxdoc-tools/trunk/PKGBUILD) Deleted: linuxdoc-tools/repos/community-i686/PKGBUILD linuxdoc-tools/repos/community-x86_64/PKGBUILD ---------------------------+ /PKGBUILD | 56 ++++++++++++++++++++++++++++++++++++++++++++ community-i686/PKGBUILD | 27 --------------------- community-x86_64/PKGBUILD | 27 --------------------- 3 files changed, 56 insertions(+), 54 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2016-08-29 18:10:14 UTC (rev 187961) +++ community-i686/PKGBUILD 2016-08-29 18:13:44 UTC (rev 187962) @@ -1,27 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> -# Contributor: David Ell <david at bytesizebits dot net> - -pkgname=linuxdoc-tools -pkgver=0.9.69 -pkgrel=1 -pkgdesc="Convert LinuxDoc SGML source into other formats" -arch=('i686' 'x86_64') -url="http://packages.debian.org/sid/linuxdoc-tools" -license=('GPL') -depends=('jade') -optdepends=('groff' 'texlive-bin') -source=(http://ftp.de.debian.org/debian/pool/main/l/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz) -md5sums=('1d13d500918a7a145b0edc2f16f61dd1') - -build() { - cd "$srcdir/$pkgname-$pkgver" - sed -i '/extern int yyleng;/d' rtf-fix/rtf2rtf.l - ./configure --prefix=/usr --mandir=/usr/share/man - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir/" install -} Copied: linuxdoc-tools/repos/community-i686/PKGBUILD (from rev 187961, linuxdoc-tools/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-08-29 18:13:44 UTC (rev 187962) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> +# Contributor: David Ell <david at bytesizebits dot net> + +pkgname=linuxdoc-tools +pkgver=0.9.72 +pkgrel=1 +pkgdesc="Convert LinuxDoc SGML source into other formats" +arch=('i686' 'x86_64') +url="http://packages.debian.org/sid/linuxdoc-tools" +license=('GPL') +depends=('jade') +makedepends=('texlive-bin' 'texlive-core') +optdepends=('groff' 'texlive-bin') +source=(http://ftp.de.debian.org/debian/pool/main/l/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz) +md5sums=('7c0759a9bdf4525f1736f00629748cdd') + +build() { + cd "$srcdir/$pkgname-$pkgver" + sed -i '/extern int yyleng;/d' rtf-fix/rtf2rtf.l + ./configure --prefix=/usr --mandir=/usr/share/man + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir/" install +} Deleted: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2016-08-29 18:10:14 UTC (rev 187961) +++ community-x86_64/PKGBUILD 2016-08-29 18:13:44 UTC (rev 187962) @@ -1,27 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> -# Contributor: David Ell <david at bytesizebits dot net> - -pkgname=linuxdoc-tools -pkgver=0.9.69 -pkgrel=1 -pkgdesc="Convert LinuxDoc SGML source into other formats" -arch=('i686' 'x86_64') -url="http://packages.debian.org/sid/linuxdoc-tools" -license=('GPL') -depends=('jade') -optdepends=('groff' 'texlive-bin') -source=(http://ftp.de.debian.org/debian/pool/main/l/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz) -md5sums=('1d13d500918a7a145b0edc2f16f61dd1') - -build() { - cd "$srcdir/$pkgname-$pkgver" - sed -i '/extern int yyleng;/d' rtf-fix/rtf2rtf.l - ./configure --prefix=/usr --mandir=/usr/share/man - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir/" install -} Copied: linuxdoc-tools/repos/community-x86_64/PKGBUILD (from rev 187961, linuxdoc-tools/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2016-08-29 18:13:44 UTC (rev 187962) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> +# Contributor: David Ell <david at bytesizebits dot net> + +pkgname=linuxdoc-tools +pkgver=0.9.72 +pkgrel=1 +pkgdesc="Convert LinuxDoc SGML source into other formats" +arch=('i686' 'x86_64') +url="http://packages.debian.org/sid/linuxdoc-tools" +license=('GPL') +depends=('jade') +makedepends=('texlive-bin' 'texlive-core') +optdepends=('groff' 'texlive-bin') +source=(http://ftp.de.debian.org/debian/pool/main/l/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz) +md5sums=('7c0759a9bdf4525f1736f00629748cdd') + +build() { + cd "$srcdir/$pkgname-$pkgver" + sed -i '/extern int yyleng;/d' rtf-fix/rtf2rtf.l + ./configure --prefix=/usr --mandir=/usr/share/man + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir/" install +}