[arch-commits] Commit in groff/repos (12 files)

2014-11-20 Thread Anatol Pomozov
Date: Thursday, November 20, 2014 @ 20:21:21
  Author: anatolik
Revision: 226758

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  groff/repos/testing-i686/PKGBUILD
(from rev 226757, groff/trunk/PKGBUILD)
  groff/repos/testing-i686/groff.install
(from rev 226757, groff/trunk/groff.install)
  groff/repos/testing-i686/site.tmac
(from rev 226757, groff/trunk/site.tmac)
  groff/repos/testing-x86_64/PKGBUILD
(from rev 226757, groff/trunk/PKGBUILD)
  groff/repos/testing-x86_64/groff.install
(from rev 226757, groff/trunk/groff.install)
  groff/repos/testing-x86_64/site.tmac
(from rev 226757, groff/trunk/site.tmac)
Deleted:
  groff/repos/testing-i686/PKGBUILD
  groff/repos/testing-i686/groff.install
  groff/repos/testing-i686/site.tmac
  groff/repos/testing-x86_64/PKGBUILD
  groff/repos/testing-x86_64/groff.install
  groff/repos/testing-x86_64/site.tmac

--+
 /PKGBUILD|  106 +
 /groff.install   |   44 +
 /site.tmac   |   32 
 testing-i686/PKGBUILD|   53 
 testing-i686/groff.install   |   22 
 testing-i686/site.tmac   |   16 --
 testing-x86_64/PKGBUILD  |   53 
 testing-x86_64/groff.install |   22 
 testing-x86_64/site.tmac |   16 --
 9 files changed, 182 insertions(+), 182 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-11-20 19:20:32 UTC (rev 226757)
+++ testing-i686/PKGBUILD   2014-11-20 19:21:21 UTC (rev 226758)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: 
-
-### rebuild on every ghostscript update -  FS#36562 ###
-
-pkgname=groff
-pkgver=1.22.3
-pkgrel=1
-pkgdesc=GNU troff text-formatting system
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/groff/groff.html;
-license=('GPL')
-groups=('base-devel')
-depends=('perl' 'gcc-libs')
-makedepends=('netpbm' 'psutils' 'ghostscript' 'libxaw')
-optdepends=('netpbm: for use together with man -H command interaction in 
browsers'
-'psutils: for use together with man -H command interaction in 
browsers'
-'libxaw: for gxditview')
-source=(ftp://ftp.gnu.org/gnu/groff/groff-$pkgver.tar.gz{,.sig}
-site.tmac)
-options=('!docs' '!emptydirs' '!makeflags')
-install=groff.install
-md5sums=('cc825fa64bc7306a885f2fb2268d3ec5'
- 'SKIP'
- 'a1fedafd7863b37968d32ad9ae1d8c13')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --with-x 
--with-appresdir=/usr/share/X11/app-defaults
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  
-  # add compatibility symlinks
-  ln -s eqn $pkgdir/usr/bin/geqn
-  ln -s tbl $pkgdir/usr/bin/gtbl
-  ln -s soelim $pkgdir/usr/bin/zsoelim
-
-  # FS33760 - TERMCAP variables not followed
-  # TODO: everyone is doing this - find out why upstream does not...
-  cat $srcdir/site.tmac  \
-$pkgdir/usr/share/groff/site-tmac/man.local
-  cat $srcdir/site.tmac  \
-$pkgdir/usr/share/groff/site-tmac/mdoc.local
-}

Copied: groff/repos/testing-i686/PKGBUILD (from rev 226757, 
groff/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-11-20 19:21:21 UTC (rev 226758)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: 
+
+### rebuild on every ghostscript update -  FS#36562 ###
+
+pkgname=groff
+pkgver=1.22.3
+pkgrel=2
+pkgdesc=GNU troff text-formatting system
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/groff/groff.html;
+license=('GPL')
+groups=('base-devel')
+depends=('perl' 'gcc-libs')
+makedepends=('netpbm' 'psutils' 'ghostscript' 'libxaw')
+optdepends=('netpbm: for use together with man -H command interaction in 
browsers'
+'psutils: for use together with man -H command interaction in 
browsers'
+'libxaw: for gxditview')
+source=(ftp://ftp.gnu.org/gnu/groff/groff-$pkgver.tar.gz{,.sig}
+site.tmac)
+options=('!docs' '!emptydirs' '!makeflags')
+install=groff.install
+md5sums=('cc825fa64bc7306a885f2fb2268d3ec5'
+ 'SKIP'
+ 'a1fedafd7863b37968d32ad9ae1d8c13')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-x 
--with-appresdir=/usr/share/X11/app-defaults
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  
+  # add compatibility symlinks
+  ln -s eqn $pkgdir/usr/bin/geqn
+  ln -s tbl $pkgdir/usr/bin/gtbl
+  ln -s soelim $pkgdir/usr/bin/zsoelim
+
+  # FS33760 - TERMCAP variables not followed
+  # TODO: everyone is doing this - find out why upstream does not...
+  cat $srcdir/site.tmac  \
+

[arch-commits] Commit in groff/repos (12 files)

2013-08-22 Thread Andreas Radke
Date: Thursday, August 22, 2013 @ 20:43:53
  Author: andyrtr
Revision: 193538

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  groff/repos/testing-i686/PKGBUILD
(from rev 193537, groff/trunk/PKGBUILD)
  groff/repos/testing-i686/groff.install
(from rev 193537, groff/trunk/groff.install)
  groff/repos/testing-i686/site.tmac
(from rev 193537, groff/trunk/site.tmac)
  groff/repos/testing-x86_64/PKGBUILD
(from rev 193537, groff/trunk/PKGBUILD)
  groff/repos/testing-x86_64/groff.install
(from rev 193537, groff/trunk/groff.install)
  groff/repos/testing-x86_64/site.tmac
(from rev 193537, groff/trunk/site.tmac)
Deleted:
  groff/repos/testing-i686/PKGBUILD
  groff/repos/testing-i686/groff.install
  groff/repos/testing-i686/site.tmac
  groff/repos/testing-x86_64/PKGBUILD
  groff/repos/testing-x86_64/groff.install
  groff/repos/testing-x86_64/site.tmac

--+
 /PKGBUILD|  106 +
 /groff.install   |   44 +
 /site.tmac   |   32 
 testing-i686/PKGBUILD|   51 ---
 testing-i686/groff.install   |   22 
 testing-i686/site.tmac   |   16 --
 testing-x86_64/PKGBUILD  |   51 ---
 testing-x86_64/groff.install |   22 
 testing-x86_64/site.tmac |   16 --
 9 files changed, 182 insertions(+), 178 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-08-22 18:43:28 UTC (rev 193537)
+++ testing-i686/PKGBUILD   2013-08-22 18:43:53 UTC (rev 193538)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: 
-
-pkgname=groff
-pkgver=1.22.2
-pkgrel=4
-pkgdesc=GNU troff text-formatting system
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/groff/groff.html;
-license=('GPL')
-groups=('base-devel')
-depends=('perl' 'gcc-libs')
-makedepends=('netpbm' 'psutils' 'ghostscript' 'libxaw')
-optdepends=('netpbm: for use together with man -H command interaction in 
browsers'
-'psutils: for use together with man -H command interaction in 
browsers'
-'libxaw: for gxditview')
-source=(ftp://ftp.gnu.org/gnu/groff/groff-$pkgver.tar.gz{,.sig}
-site.tmac)
-options=('!docs' '!emptydirs')
-install=groff.install
-md5sums=('9f4cd592a5efc7e36481d8d8d8af6d16'
- '65207deb0a9b54324cb947f25ec9164f'
- 'a1fedafd7863b37968d32ad9ae1d8c13')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --with-x 
--with-appresdir=/usr/share/X11/app-defaults
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  
-  # add compatibility symlinks
-  ln -s eqn $pkgdir/usr/bin/geqn
-  ln -s tbl $pkgdir/usr/bin/gtbl
-  ln -s soelim $pkgdir/usr/bin/zsoelim
-
-  # FS33760 - TERMCAP variables not followed
-  # TODO: everyone is doing this - find out why upstream does not...
-  cat $srcdir/site.tmac  \
-$pkgdir/usr/share/groff/site-tmac/man.local
-  cat $srcdir/site.tmac  \
-$pkgdir/usr/share/groff/site-tmac/mdoc.local
-}

Copied: groff/repos/testing-i686/PKGBUILD (from rev 193537, 
groff/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-08-22 18:43:53 UTC (rev 193538)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: 
+
+### rebuild on every ghostscript update -  FS#36562 ###
+
+pkgname=groff
+pkgver=1.22.2
+pkgrel=5
+pkgdesc=GNU troff text-formatting system
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/groff/groff.html;
+license=('GPL')
+groups=('base-devel')
+depends=('perl' 'gcc-libs')
+makedepends=('netpbm' 'psutils' 'ghostscript' 'libxaw')
+optdepends=('netpbm: for use together with man -H command interaction in 
browsers'
+'psutils: for use together with man -H command interaction in 
browsers'
+'libxaw: for gxditview')
+source=(ftp://ftp.gnu.org/gnu/groff/groff-$pkgver.tar.gz{,.sig}
+site.tmac)
+options=('!docs' '!emptydirs')
+install=groff.install
+md5sums=('9f4cd592a5efc7e36481d8d8d8af6d16'
+ '65207deb0a9b54324cb947f25ec9164f'
+ 'a1fedafd7863b37968d32ad9ae1d8c13')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-x 
--with-appresdir=/usr/share/X11/app-defaults
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  
+  # add compatibility symlinks
+  ln -s eqn $pkgdir/usr/bin/geqn
+  ln -s tbl $pkgdir/usr/bin/gtbl
+  ln -s soelim $pkgdir/usr/bin/zsoelim
+
+  # FS33760 - TERMCAP variables not followed
+  # TODO: everyone is doing this - find out why upstream does not...
+  cat $srcdir/site.tmac  \
+$pkgdir/usr/share/groff/site-tmac/man.local
+  cat 

[arch-commits] Commit in groff/repos (12 files)

2013-02-12 Thread Allan McRae
Date: Wednesday, February 13, 2013 @ 05:00:20
  Author: allan
Revision: 178004

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  groff/repos/testing-i686/PKGBUILD
(from rev 178003, groff/trunk/PKGBUILD)
  groff/repos/testing-i686/groff.install
(from rev 178003, groff/trunk/groff.install)
  groff/repos/testing-i686/site.tmac
(from rev 178003, groff/trunk/site.tmac)
  groff/repos/testing-x86_64/PKGBUILD
(from rev 178003, groff/trunk/PKGBUILD)
  groff/repos/testing-x86_64/groff.install
(from rev 178003, groff/trunk/groff.install)
  groff/repos/testing-x86_64/site.tmac
(from rev 178003, groff/trunk/site.tmac)
Deleted:
  groff/repos/testing-i686/PKGBUILD
  groff/repos/testing-i686/groff.install
  groff/repos/testing-i686/site.tmac
  groff/repos/testing-x86_64/PKGBUILD
  groff/repos/testing-x86_64/groff.install
  groff/repos/testing-x86_64/site.tmac

--+
 testing-i686/PKGBUILD|   91 ++---
 testing-i686/groff.install   |   44 +--
 testing-i686/site.tmac   |   32 +++---
 testing-x86_64/PKGBUILD  |   91 ++---
 testing-x86_64/groff.install |   44 +--
 testing-x86_64/site.tmac |   32 +++---
 6 files changed, 176 insertions(+), 158 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-02-13 03:58:56 UTC (rev 178003)
+++ testing-i686/PKGBUILD   2013-02-13 04:00:20 UTC (rev 178004)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: 
-
-pkgname=groff
-pkgver=1.22.2
-pkgrel=1
-pkgdesc=GNU troff text-formatting system
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/groff/groff.html;
-license=('GPL')
-groups=('base-devel')
-depends=('perl' 'gcc-libs')
-makedepends=('netpbm' 'psutils' 'ghostscript')
-optdepends=('netpbm: for use together with man -H command interaction in 
browsers'
-'psutils: for use together with man -H command interaction in 
browsers')
-source=(ftp://ftp.gnu.org/gnu/groff/groff-$pkgver.tar.gz{,.sig})
-options=('!docs' '!emptydirs')
-install=groff.install
-md5sums=('9f4cd592a5efc7e36481d8d8d8af6d16'
- '65207deb0a9b54324cb947f25ec9164f')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --without-x
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  
-  # add compatibility symlinks
-  ln -s eqn $pkgdir/usr/bin/geqn
-  ln -s tbl $pkgdir/usr/bin/gtbl
-  ln -s soelim $pkgdir/usr/bin/zsoelim
-}

Copied: groff/repos/testing-i686/PKGBUILD (from rev 178003, 
groff/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-02-13 04:00:20 UTC (rev 178004)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: 
+
+pkgname=groff
+pkgver=1.22.2
+pkgrel=2
+pkgdesc=GNU troff text-formatting system
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/groff/groff.html;
+license=('GPL')
+groups=('base-devel')
+depends=('perl' 'gcc-libs')
+makedepends=('netpbm' 'psutils' 'ghostscript')
+optdepends=('netpbm: for use together with man -H command interaction in 
browsers'
+'psutils: for use together with man -H command interaction in 
browsers')
+source=(ftp://ftp.gnu.org/gnu/groff/groff-$pkgver.tar.gz{,.sig}
+site.tmac)
+options=('!docs' '!emptydirs')
+install=groff.install
+md5sums=('9f4cd592a5efc7e36481d8d8d8af6d16'
+ '65207deb0a9b54324cb947f25ec9164f'
+ 'a1fedafd7863b37968d32ad9ae1d8c13')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --without-x
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  
+  # add compatibility symlinks
+  ln -s eqn $pkgdir/usr/bin/geqn
+  ln -s tbl $pkgdir/usr/bin/gtbl
+  ln -s soelim $pkgdir/usr/bin/zsoelim
+
+  # FS33760 - TERMCAP variables not followed
+  # TODO: everyone is doing this - find out why upstream does not...
+  cat $srcdir/site.tmac  \
+$pkgdir/usr/share/groff/site-tmac/man.local
+  cat $srcdir/site.tmac  \
+$pkgdir/usr/share/groff/site-tmac/mdoc.local
+}

Deleted: testing-i686/groff.install
===
--- testing-i686/groff.install  2013-02-13 03:58:56 UTC (rev 178003)
+++ testing-i686/groff.install  2013-02-13 04:00:20 UTC (rev 178004)
@@ -1,22 +0,0 @@
-infodir=/usr/share/info
-filelist=(groff.info groff.info-1 groff.info-2 groff.info-3)
-
-post_install() {
-  [[ -x usr/bin/install-info ]] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [[ -x usr/bin/install-info ]]