[arch-commits] Commit in hevea/repos (8 files)

2017-09-10 Thread Sergej Pupykin
Date: Sunday, September 10, 2017 @ 14:55:35
  Author: spupykin
Revision: 256769

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

Added:
  hevea/repos/community-i686/PKGBUILD
(from rev 256768, hevea/trunk/PKGBUILD)
  hevea/repos/community-i686/hevea.install
(from rev 256768, hevea/trunk/hevea.install)
  hevea/repos/community-x86_64/PKGBUILD
(from rev 256768, hevea/trunk/PKGBUILD)
  hevea/repos/community-x86_64/hevea.install
(from rev 256768, hevea/trunk/hevea.install)
Deleted:
  hevea/repos/community-i686/PKGBUILD
  hevea/repos/community-i686/hevea.install
  hevea/repos/community-x86_64/PKGBUILD
  hevea/repos/community-x86_64/hevea.install

+
 /PKGBUILD  |   62 +++
 /hevea.install |   24 +++
 community-i686/PKGBUILD|   31 ---
 community-i686/hevea.install   |   12 ---
 community-x86_64/PKGBUILD  |   31 ---
 community-x86_64/hevea.install |   12 ---
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-10 14:55:17 UTC (rev 256768)
+++ community-i686/PKGBUILD 2017-09-10 14:55:35 UTC (rev 256769)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Brian Nguyen 
-# Original Packager: Tom K 
-
-pkgname=hevea
-pkgver=2.29
-pkgrel=2
-pkgdesc="A quite complete and fast LATEX to HTML translator"
-arch=(i686 x86_64)
-depends=('texlive-bin')
-makedepends=('ocaml')
-license=('GPL')
-url="http://pauillac.inria.fr/~maranget/hevea/;
-install=hevea.install
-source=(http://pauillac.inria.fr/~maranget/$pkgname/distri/$pkgname-$pkgver.tar.gz)
-md5sums=('20a73c7f8afa3f3edd63ce4e25dbf7d9')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's:usr/local:usr:' Makefile
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's:/usr:$PREFIX:' config.sh
-  make install PREFIX=$pkgdir/usr
-  mkdir -p $pkgdir/usr/share/texmf/tex/latex
-  ln -s /usr/lib/hevea/hevea.sty $pkgdir/usr/share/texmf/tex/latex/hevea.sty
-}

Copied: hevea/repos/community-i686/PKGBUILD (from rev 256768, 
hevea/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-10 14:55:35 UTC (rev 256769)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Brian Nguyen 
+# Original Packager: Tom K 
+
+pkgname=hevea
+pkgver=2.30
+pkgrel=1
+pkgdesc="A quite complete and fast LATEX to HTML translator"
+arch=(i686 x86_64)
+depends=('texlive-bin')
+makedepends=('ocaml' 'ocamlbuild')
+license=('GPL')
+url="http://pauillac.inria.fr/~maranget/hevea/;
+install=hevea.install
+source=(http://pauillac.inria.fr/~maranget/$pkgname/distri/$pkgname-$pkgver.tar.gz)
+sha256sums=('9e93deac8d2cc62a8d9eae2817094cdba81cabef264d009f3d434d85ab9a249c')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  sed -i 's:usr/local:usr:' Makefile
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  sed -i 's:/usr:$PREFIX:' config.sh
+  make install PREFIX="$pkgdir"/usr
+  mkdir -p "$pkgdir"/usr/share/texmf/tex/latex
+  ln -s /usr/lib/hevea/hevea.sty "$pkgdir"/usr/share/texmf/tex/latex/hevea.sty
+}

Deleted: community-i686/hevea.install
===
--- community-i686/hevea.install2017-09-10 14:55:17 UTC (rev 256768)
+++ community-i686/hevea.install2017-09-10 14:55:35 UTC (rev 256769)
@@ -1,12 +0,0 @@
-post_install() {
-  echo "HEVEA is fully functional when other software are installed:"
-  echo "* A modern LaTeX installation including dvips."
-  echo "* The ghostscript PostScript interpreter."
-  echo "* The netpbm image processing package."
-  echo "However, these are optional and hevea runs without them."
-}
-
-post_upgrade() {
-  post_install $1
-}
-

Copied: hevea/repos/community-i686/hevea.install (from rev 256768, 
hevea/trunk/hevea.install)
===
--- community-i686/hevea.install(rev 0)
+++ community-i686/hevea.install2017-09-10 14:55:35 UTC (rev 256769)
@@ -0,0 +1,12 @@
+post_install() {
+  echo "HEVEA is fully functional when other software are installed:"
+  echo "* A modern LaTeX installation including dvips."
+  echo "* The ghostscript PostScript interpreter."
+  echo "* The netpbm image processing package."
+  echo "However, these are optional and hevea runs without them."
+}
+
+post_upgrade() {
+  post_install $1
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-10 14:55:17 

[arch-commits] Commit in hevea/repos (8 files)

2016-09-07 Thread Sergej Pupykin
Date: Wednesday, September 7, 2016 @ 08:50:40
  Author: spupykin
Revision: 188919

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

Added:
  hevea/repos/community-i686/PKGBUILD
(from rev 188918, hevea/trunk/PKGBUILD)
  hevea/repos/community-i686/hevea.install
(from rev 188918, hevea/trunk/hevea.install)
  hevea/repos/community-x86_64/PKGBUILD
(from rev 188918, hevea/trunk/PKGBUILD)
  hevea/repos/community-x86_64/hevea.install
(from rev 188918, hevea/trunk/hevea.install)
Deleted:
  hevea/repos/community-i686/PKGBUILD
  hevea/repos/community-i686/hevea.install
  hevea/repos/community-x86_64/PKGBUILD
  hevea/repos/community-x86_64/hevea.install

+
 /PKGBUILD  |   62 +++
 /hevea.install |   24 +++
 community-i686/PKGBUILD|   30 --
 community-i686/hevea.install   |   13 
 community-x86_64/PKGBUILD  |   30 --
 community-x86_64/hevea.install |   13 
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-07 08:50:24 UTC (rev 188918)
+++ community-i686/PKGBUILD 2016-09-07 08:50:40 UTC (rev 188919)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Brian Nguyen 
-# Original Packager: Tom K 
-
-pkgname=hevea
-pkgver=2.29
-pkgrel=1
-pkgdesc="A quite complete and fast LATEX to HTML translator"
-arch=(i686 x86_64)
-depends=('ocaml' 'texlive-bin')
-license=('GPL')
-url="http://pauillac.inria.fr/~maranget/hevea/;
-install=hevea.install
-source=(http://pauillac.inria.fr/~maranget/$pkgname/distri/$pkgname-$pkgver.tar.gz)
-md5sums=('20a73c7f8afa3f3edd63ce4e25dbf7d9')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's:usr/local:usr:' Makefile
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's:/usr:$PREFIX:' config.sh
-  make install PREFIX=$pkgdir/usr
-  mkdir -p $pkgdir/usr/share/texmf/tex/latex
-  ln -s /usr/lib/hevea/hevea.sty $pkgdir/usr/share/texmf/tex/latex/hevea.sty
-}

Copied: hevea/repos/community-i686/PKGBUILD (from rev 188918, 
hevea/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-07 08:50:40 UTC (rev 188919)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Brian Nguyen 
+# Original Packager: Tom K 
+
+pkgname=hevea
+pkgver=2.29
+pkgrel=2
+pkgdesc="A quite complete and fast LATEX to HTML translator"
+arch=(i686 x86_64)
+depends=('texlive-bin')
+makedepends=('ocaml')
+license=('GPL')
+url="http://pauillac.inria.fr/~maranget/hevea/;
+install=hevea.install
+source=(http://pauillac.inria.fr/~maranget/$pkgname/distri/$pkgname-$pkgver.tar.gz)
+md5sums=('20a73c7f8afa3f3edd63ce4e25dbf7d9')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's:usr/local:usr:' Makefile
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's:/usr:$PREFIX:' config.sh
+  make install PREFIX=$pkgdir/usr
+  mkdir -p $pkgdir/usr/share/texmf/tex/latex
+  ln -s /usr/lib/hevea/hevea.sty $pkgdir/usr/share/texmf/tex/latex/hevea.sty
+}

Deleted: community-i686/hevea.install
===
--- community-i686/hevea.install2016-09-07 08:50:24 UTC (rev 188918)
+++ community-i686/hevea.install2016-09-07 08:50:40 UTC (rev 188919)
@@ -1,13 +0,0 @@
-post_install() {
-  echo "HEVEA is fully functional when other software are installed:"
-  echo "* A modern LaTeX installation including dvips."
-  echo "* The ghostscript PostScript interpreter."
-  echo "* The netpbm image processing package."
-  echo "However, these are optional and hevea runs without them."
-  texhash
-}
-
-post_upgrade() {
-  post_install $1
-}
-

Copied: hevea/repos/community-i686/hevea.install (from rev 188918, 
hevea/trunk/hevea.install)
===
--- community-i686/hevea.install(rev 0)
+++ community-i686/hevea.install2016-09-07 08:50:40 UTC (rev 188919)
@@ -0,0 +1,12 @@
+post_install() {
+  echo "HEVEA is fully functional when other software are installed:"
+  echo "* A modern LaTeX installation including dvips."
+  echo "* The ghostscript PostScript interpreter."
+  echo "* The netpbm image processing package."
+  echo "However, these are optional and hevea runs without them."
+}
+
+post_upgrade() {
+  post_install $1
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-09-07 08:50:24 UTC (rev 188918)
+++ community-x86_64/PKGBUILD   2016-09-07 

[arch-commits] Commit in hevea/repos (8 files)

2016-08-08 Thread Sergej Pupykin
Date: Monday, August 8, 2016 @ 17:43:17
  Author: spupykin
Revision: 186079

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

Added:
  hevea/repos/community-i686/PKGBUILD
(from rev 186078, hevea/trunk/PKGBUILD)
  hevea/repos/community-i686/hevea.install
(from rev 186078, hevea/trunk/hevea.install)
  hevea/repos/community-x86_64/PKGBUILD
(from rev 186078, hevea/trunk/PKGBUILD)
  hevea/repos/community-x86_64/hevea.install
(from rev 186078, hevea/trunk/hevea.install)
Deleted:
  hevea/repos/community-i686/PKGBUILD
  hevea/repos/community-i686/hevea.install
  hevea/repos/community-x86_64/PKGBUILD
  hevea/repos/community-x86_64/hevea.install

+
 /PKGBUILD  |   60 +++
 /hevea.install |   26 
 community-i686/PKGBUILD|   30 ---
 community-i686/hevea.install   |   13 
 community-x86_64/PKGBUILD  |   30 ---
 community-x86_64/hevea.install |   13 
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-08 17:42:51 UTC (rev 186078)
+++ community-i686/PKGBUILD 2016-08-08 17:43:17 UTC (rev 186079)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Brian Nguyen 
-# Original Packager: Tom K 
-
-pkgname=hevea
-pkgver=2.28
-pkgrel=1
-pkgdesc="A quite complete and fast LATEX to HTML translator"
-arch=(i686 x86_64)
-depends=('ocaml' 'texlive-bin')
-license=('GPL')
-url="http://pauillac.inria.fr/~maranget/hevea/;
-install=hevea.install
-source=(http://pauillac.inria.fr/~maranget/$pkgname/distri/$pkgname-$pkgver.tar.gz)
-md5sums=('7164a099279739cdef9037612d4a134c')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's:usr/local:usr:' Makefile
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's:/usr:$PREFIX:' config.sh
-  make install PREFIX=$pkgdir/usr
-  mkdir -p $pkgdir/usr/share/texmf/tex/latex
-  ln -s /usr/lib/hevea/hevea.sty $pkgdir/usr/share/texmf/tex/latex/hevea.sty
-}

Copied: hevea/repos/community-i686/PKGBUILD (from rev 186078, 
hevea/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-08 17:43:17 UTC (rev 186079)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Brian Nguyen 
+# Original Packager: Tom K 
+
+pkgname=hevea
+pkgver=2.29
+pkgrel=1
+pkgdesc="A quite complete and fast LATEX to HTML translator"
+arch=(i686 x86_64)
+depends=('ocaml' 'texlive-bin')
+license=('GPL')
+url="http://pauillac.inria.fr/~maranget/hevea/;
+install=hevea.install
+source=(http://pauillac.inria.fr/~maranget/$pkgname/distri/$pkgname-$pkgver.tar.gz)
+md5sums=('20a73c7f8afa3f3edd63ce4e25dbf7d9')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's:usr/local:usr:' Makefile
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's:/usr:$PREFIX:' config.sh
+  make install PREFIX=$pkgdir/usr
+  mkdir -p $pkgdir/usr/share/texmf/tex/latex
+  ln -s /usr/lib/hevea/hevea.sty $pkgdir/usr/share/texmf/tex/latex/hevea.sty
+}

Deleted: community-i686/hevea.install
===
--- community-i686/hevea.install2016-08-08 17:42:51 UTC (rev 186078)
+++ community-i686/hevea.install2016-08-08 17:43:17 UTC (rev 186079)
@@ -1,13 +0,0 @@
-post_install() {
-  echo "HEVEA is fully functional when other software are installed:"
-  echo "* A modern LaTeX installation including dvips."
-  echo "* The ghostscript PostScript interpreter."
-  echo "* The netpbm image processing package."
-  echo "However, these are optional and hevea runs without them."
-  texhash
-}
-
-post_upgrade() {
-  post_install $1
-}
-

Copied: hevea/repos/community-i686/hevea.install (from rev 186078, 
hevea/trunk/hevea.install)
===
--- community-i686/hevea.install(rev 0)
+++ community-i686/hevea.install2016-08-08 17:43:17 UTC (rev 186079)
@@ -0,0 +1,13 @@
+post_install() {
+  echo "HEVEA is fully functional when other software are installed:"
+  echo "* A modern LaTeX installation including dvips."
+  echo "* The ghostscript PostScript interpreter."
+  echo "* The netpbm image processing package."
+  echo "However, these are optional and hevea runs without them."
+  texhash
+}
+
+post_upgrade() {
+  post_install $1
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-08 17:42:51 UTC (rev 186078)
+++ community-x86_64/PKGBUILD   2016-08-08 

[arch-commits] Commit in hevea/repos (8 files)

2016-06-23 Thread Sergej Pupykin
Date: Thursday, June 23, 2016 @ 11:17:10
  Author: spupykin
Revision: 180805

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

Added:
  hevea/repos/community-i686/PKGBUILD
(from rev 180804, hevea/trunk/PKGBUILD)
  hevea/repos/community-i686/hevea.install
(from rev 180804, hevea/trunk/hevea.install)
  hevea/repos/community-x86_64/PKGBUILD
(from rev 180804, hevea/trunk/PKGBUILD)
  hevea/repos/community-x86_64/hevea.install
(from rev 180804, hevea/trunk/hevea.install)
Deleted:
  hevea/repos/community-i686/PKGBUILD
  hevea/repos/community-i686/hevea.install
  hevea/repos/community-x86_64/PKGBUILD
  hevea/repos/community-x86_64/hevea.install

+
 /PKGBUILD  |   60 +++
 /hevea.install |   26 
 community-i686/PKGBUILD|   30 ---
 community-i686/hevea.install   |   13 
 community-x86_64/PKGBUILD  |   30 ---
 community-x86_64/hevea.install |   13 
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-23 11:16:54 UTC (rev 180804)
+++ community-i686/PKGBUILD 2016-06-23 11:17:10 UTC (rev 180805)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Brian Nguyen 
-# Original Packager: Tom K 
-
-pkgname=hevea
-pkgver=2.26
-pkgrel=1
-pkgdesc="A quite complete and fast LATEX to HTML translator"
-arch=(i686 x86_64)
-depends=('ocaml')
-license=('GPL')
-url="http://pauillac.inria.fr/~maranget/hevea/;
-install=hevea.install
-source=(http://pauillac.inria.fr/~maranget/$pkgname/distri/$pkgname-$pkgver.tar.gz)
-md5sums=('c172fa4711472d460cb12468ecf2a549')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's:usr/local:usr:' Makefile
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's:/usr:$PREFIX:' config.sh
-  make install PREFIX=$pkgdir/usr
-  mkdir -p $pkgdir/usr/share/texmf/tex/latex
-  ln -s /usr/lib/hevea/hevea.sty $pkgdir/usr/share/texmf/tex/latex/hevea.sty
-}

Copied: hevea/repos/community-i686/PKGBUILD (from rev 180804, 
hevea/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-23 11:17:10 UTC (rev 180805)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Brian Nguyen 
+# Original Packager: Tom K 
+
+pkgname=hevea
+pkgver=2.28
+pkgrel=1
+pkgdesc="A quite complete and fast LATEX to HTML translator"
+arch=(i686 x86_64)
+depends=('ocaml' 'texlive-bin')
+license=('GPL')
+url="http://pauillac.inria.fr/~maranget/hevea/;
+install=hevea.install
+source=(http://pauillac.inria.fr/~maranget/$pkgname/distri/$pkgname-$pkgver.tar.gz)
+md5sums=('7164a099279739cdef9037612d4a134c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's:usr/local:usr:' Makefile
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's:/usr:$PREFIX:' config.sh
+  make install PREFIX=$pkgdir/usr
+  mkdir -p $pkgdir/usr/share/texmf/tex/latex
+  ln -s /usr/lib/hevea/hevea.sty $pkgdir/usr/share/texmf/tex/latex/hevea.sty
+}

Deleted: community-i686/hevea.install
===
--- community-i686/hevea.install2016-06-23 11:16:54 UTC (rev 180804)
+++ community-i686/hevea.install2016-06-23 11:17:10 UTC (rev 180805)
@@ -1,13 +0,0 @@
-post_install() {
-  echo "HEVEA is fully functional when other software are installed:"
-  echo "* A modern LaTeX installation including dvips."
-  echo "* The ghostscript PostScript interpreter."
-  echo "* The netpbm image processing package."
-  echo "However, these are optional and hevea runs without them."
-  texhash
-}
-
-post_upgrade() {
-  post_install $1
-}
-

Copied: hevea/repos/community-i686/hevea.install (from rev 180804, 
hevea/trunk/hevea.install)
===
--- community-i686/hevea.install(rev 0)
+++ community-i686/hevea.install2016-06-23 11:17:10 UTC (rev 180805)
@@ -0,0 +1,13 @@
+post_install() {
+  echo "HEVEA is fully functional when other software are installed:"
+  echo "* A modern LaTeX installation including dvips."
+  echo "* The ghostscript PostScript interpreter."
+  echo "* The netpbm image processing package."
+  echo "However, these are optional and hevea runs without them."
+  texhash
+}
+
+post_upgrade() {
+  post_install $1
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-06-23 11:16:54 UTC (rev 180804)
+++ community-x86_64/PKGBUILD   2016-06-23 11:17:10 UTC (rev 

[arch-commits] Commit in hevea/repos (8 files)

2015-12-21 Thread Sergej Pupykin
Date: Monday, December 21, 2015 @ 18:26:08
  Author: spupykin
Revision: 153956

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

Added:
  hevea/repos/community-i686/PKGBUILD
(from rev 153955, hevea/trunk/PKGBUILD)
  hevea/repos/community-i686/hevea.install
(from rev 153955, hevea/trunk/hevea.install)
  hevea/repos/community-x86_64/PKGBUILD
(from rev 153955, hevea/trunk/PKGBUILD)
  hevea/repos/community-x86_64/hevea.install
(from rev 153955, hevea/trunk/hevea.install)
Deleted:
  hevea/repos/community-i686/PKGBUILD
  hevea/repos/community-i686/hevea.install
  hevea/repos/community-x86_64/PKGBUILD
  hevea/repos/community-x86_64/hevea.install

+
 /PKGBUILD  |   60 +++
 /hevea.install |   26 
 community-i686/PKGBUILD|   30 ---
 community-i686/hevea.install   |   13 
 community-x86_64/PKGBUILD  |   30 ---
 community-x86_64/hevea.install |   13 
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-21 17:25:54 UTC (rev 153955)
+++ community-i686/PKGBUILD 2015-12-21 17:26:08 UTC (rev 153956)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Brian Nguyen 
-# Original Packager: Tom K 
-
-pkgname=hevea
-pkgver=2.23
-pkgrel=1
-pkgdesc="A quite complete and fast LATEX to HTML translator"
-arch=(i686 x86_64)
-depends=('ocaml')
-license=('GPL')
-url="http://pauillac.inria.fr/~maranget/hevea/;
-install=hevea.install
-source=(http://pauillac.inria.fr/~maranget/$pkgname/distri/$pkgname-$pkgver.tar.gz)
-md5sums=('38b157e78e8171dc6a47f9ea10d2bd60')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's:usr/local:usr:' Makefile
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's:/usr:$PREFIX:' config.sh
-  make install PREFIX=$pkgdir/usr
-  mkdir -p $pkgdir/usr/share/texmf/tex/latex
-  ln -s /usr/lib/hevea/hevea.sty $pkgdir/usr/share/texmf/tex/latex/hevea.sty
-}

Copied: hevea/repos/community-i686/PKGBUILD (from rev 153955, 
hevea/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-21 17:26:08 UTC (rev 153956)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Brian Nguyen 
+# Original Packager: Tom K 
+
+pkgname=hevea
+pkgver=2.26
+pkgrel=1
+pkgdesc="A quite complete and fast LATEX to HTML translator"
+arch=(i686 x86_64)
+depends=('ocaml')
+license=('GPL')
+url="http://pauillac.inria.fr/~maranget/hevea/;
+install=hevea.install
+source=(http://pauillac.inria.fr/~maranget/$pkgname/distri/$pkgname-$pkgver.tar.gz)
+md5sums=('c172fa4711472d460cb12468ecf2a549')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's:usr/local:usr:' Makefile
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's:/usr:$PREFIX:' config.sh
+  make install PREFIX=$pkgdir/usr
+  mkdir -p $pkgdir/usr/share/texmf/tex/latex
+  ln -s /usr/lib/hevea/hevea.sty $pkgdir/usr/share/texmf/tex/latex/hevea.sty
+}

Deleted: community-i686/hevea.install
===
--- community-i686/hevea.install2015-12-21 17:25:54 UTC (rev 153955)
+++ community-i686/hevea.install2015-12-21 17:26:08 UTC (rev 153956)
@@ -1,13 +0,0 @@
-post_install() {
-  echo "HEVEA is fully functional when other software are installed:"
-  echo "* A modern LaTeX installation including dvips."
-  echo "* The ghostscript PostScript interpreter."
-  echo "* The netpbm image processing package."
-  echo "However, these are optional and hevea runs without them."
-  texhash
-}
-
-post_upgrade() {
-  post_install $1
-}
-

Copied: hevea/repos/community-i686/hevea.install (from rev 153955, 
hevea/trunk/hevea.install)
===
--- community-i686/hevea.install(rev 0)
+++ community-i686/hevea.install2015-12-21 17:26:08 UTC (rev 153956)
@@ -0,0 +1,13 @@
+post_install() {
+  echo "HEVEA is fully functional when other software are installed:"
+  echo "* A modern LaTeX installation including dvips."
+  echo "* The ghostscript PostScript interpreter."
+  echo "* The netpbm image processing package."
+  echo "However, these are optional and hevea runs without them."
+  texhash
+}
+
+post_upgrade() {
+  post_install $1
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-21 17:25:54 UTC (rev 153955)
+++ community-x86_64/PKGBUILD   2015-12-21 17:26:08 UTC (rev 153956)
@@ 

[arch-commits] Commit in hevea/repos (8 files)

2015-03-23 Thread Sergej Pupykin
Date: Monday, March 23, 2015 @ 11:26:17
  Author: spupykin
Revision: 129795

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

Added:
  hevea/repos/community-i686/PKGBUILD
(from rev 129794, hevea/trunk/PKGBUILD)
  hevea/repos/community-i686/hevea.install
(from rev 129794, hevea/trunk/hevea.install)
  hevea/repos/community-x86_64/PKGBUILD
(from rev 129794, hevea/trunk/PKGBUILD)
  hevea/repos/community-x86_64/hevea.install
(from rev 129794, hevea/trunk/hevea.install)
Deleted:
  hevea/repos/community-i686/PKGBUILD
  hevea/repos/community-i686/hevea.install
  hevea/repos/community-x86_64/PKGBUILD
  hevea/repos/community-x86_64/hevea.install

+
 /PKGBUILD  |   60 +++
 /hevea.install |   26 
 community-i686/PKGBUILD|   30 ---
 community-i686/hevea.install   |   13 
 community-x86_64/PKGBUILD  |   30 ---
 community-x86_64/hevea.install |   13 
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-23 10:26:04 UTC (rev 129794)
+++ community-i686/PKGBUILD 2015-03-23 10:26:17 UTC (rev 129795)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Brian Nguyen bhngu...@gmail.com
-# Original Packager: Tom K t...@runbox.com
-
-pkgname=hevea
-pkgver=2.14
-pkgrel=1
-pkgdesc=A quite complete and fast LATEX to HTML translator
-arch=(i686 x86_64)
-depends=('ocaml')
-license=('GPL')
-url=http://pauillac.inria.fr/~maranget/hevea/;
-install=hevea.install
-source=(http://pauillac.inria.fr/~maranget/$pkgname/distri/$pkgname-$pkgver.tar.gz)
-md5sums=('3ef6bf87f1a00187bf043e9320f22be2')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's:usr/local:usr:' Makefile
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's:/usr:$PREFIX:' config.sh
-  make install PREFIX=$pkgdir/usr
-  mkdir -p $pkgdir/usr/share/texmf/tex/latex
-  ln -s /usr/lib/hevea/hevea.sty $pkgdir/usr/share/texmf/tex/latex/hevea.sty
-}

Copied: hevea/repos/community-i686/PKGBUILD (from rev 129794, 
hevea/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-23 10:26:17 UTC (rev 129795)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Brian Nguyen bhngu...@gmail.com
+# Original Packager: Tom K t...@runbox.com
+
+pkgname=hevea
+pkgver=2.23
+pkgrel=1
+pkgdesc=A quite complete and fast LATEX to HTML translator
+arch=(i686 x86_64)
+depends=('ocaml')
+license=('GPL')
+url=http://pauillac.inria.fr/~maranget/hevea/;
+install=hevea.install
+source=(http://pauillac.inria.fr/~maranget/$pkgname/distri/$pkgname-$pkgver.tar.gz)
+md5sums=('38b157e78e8171dc6a47f9ea10d2bd60')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's:usr/local:usr:' Makefile
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's:/usr:$PREFIX:' config.sh
+  make install PREFIX=$pkgdir/usr
+  mkdir -p $pkgdir/usr/share/texmf/tex/latex
+  ln -s /usr/lib/hevea/hevea.sty $pkgdir/usr/share/texmf/tex/latex/hevea.sty
+}

Deleted: community-i686/hevea.install
===
--- community-i686/hevea.install2015-03-23 10:26:04 UTC (rev 129794)
+++ community-i686/hevea.install2015-03-23 10:26:17 UTC (rev 129795)
@@ -1,13 +0,0 @@
-post_install() {
-  echo HEVEA is fully functional when other software are installed:
-  echo * A modern LaTeX installation including dvips.
-  echo * The ghostscript PostScript interpreter.
-  echo * The netpbm image processing package.
-  echo However, these are optional and hevea runs without them.
-  texhash
-}
-
-post_upgrade() {
-  post_install $1
-}
-

Copied: hevea/repos/community-i686/hevea.install (from rev 129794, 
hevea/trunk/hevea.install)
===
--- community-i686/hevea.install(rev 0)
+++ community-i686/hevea.install2015-03-23 10:26:17 UTC (rev 129795)
@@ -0,0 +1,13 @@
+post_install() {
+  echo HEVEA is fully functional when other software are installed:
+  echo * A modern LaTeX installation including dvips.
+  echo * The ghostscript PostScript interpreter.
+  echo * The netpbm image processing package.
+  echo However, these are optional and hevea runs without them.
+  texhash
+}
+
+post_upgrade() {
+  post_install $1
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-23 10:26:04 UTC (rev 129794)
+++ community-x86_64/PKGBUILD   2015-03-23 10:26:17 UTC (rev 129795)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej 

[arch-commits] Commit in hevea/repos (8 files)

2014-04-24 Thread Sergej Pupykin
Date: Thursday, April 24, 2014 @ 19:49:48
  Author: spupykin
Revision: 110137

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

Added:
  hevea/repos/community-i686/PKGBUILD
(from rev 110136, hevea/trunk/PKGBUILD)
  hevea/repos/community-i686/hevea.install
(from rev 110136, hevea/trunk/hevea.install)
  hevea/repos/community-x86_64/PKGBUILD
(from rev 110136, hevea/trunk/PKGBUILD)
  hevea/repos/community-x86_64/hevea.install
(from rev 110136, hevea/trunk/hevea.install)
Deleted:
  hevea/repos/community-i686/PKGBUILD
  hevea/repos/community-i686/hevea.install
  hevea/repos/community-x86_64/PKGBUILD
  hevea/repos/community-x86_64/hevea.install

+
 /PKGBUILD  |   60 +++
 /hevea.install |   26 
 community-i686/PKGBUILD|   30 ---
 community-i686/hevea.install   |   13 
 community-x86_64/PKGBUILD  |   30 ---
 community-x86_64/hevea.install |   13 
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-24 17:49:32 UTC (rev 110136)
+++ community-i686/PKGBUILD 2014-04-24 17:49:48 UTC (rev 110137)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Brian Nguyen bhngu...@gmail.com
-# Original Packager: Tom K t...@runbox.com
-
-pkgname=hevea
-pkgver=2.12
-pkgrel=1
-pkgdesc=A quite complete and fast LATEX to HTML translator
-arch=(i686 x86_64)
-depends=('ocaml')
-license=('GPL')
-url=http://pauillac.inria.fr/~maranget/hevea/;
-install=hevea.install
-source=(http://pauillac.inria.fr/~maranget/$pkgname/distri/$pkgname-$pkgver.tar.gz)
-md5sums=('8330f7c1c1615242b13a894737ca5992')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's:usr/local:usr:' Makefile
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's:/usr:$PREFIX:' config.sh
-  make install PREFIX=$pkgdir/usr
-  mkdir -p $pkgdir/usr/share/texmf/tex/latex
-  ln -s /usr/lib/hevea/hevea.sty $pkgdir/usr/share/texmf/tex/latex/hevea.sty
-}

Copied: hevea/repos/community-i686/PKGBUILD (from rev 110136, 
hevea/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-24 17:49:48 UTC (rev 110137)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Brian Nguyen bhngu...@gmail.com
+# Original Packager: Tom K t...@runbox.com
+
+pkgname=hevea
+pkgver=2.14
+pkgrel=1
+pkgdesc=A quite complete and fast LATEX to HTML translator
+arch=(i686 x86_64)
+depends=('ocaml')
+license=('GPL')
+url=http://pauillac.inria.fr/~maranget/hevea/;
+install=hevea.install
+source=(http://pauillac.inria.fr/~maranget/$pkgname/distri/$pkgname-$pkgver.tar.gz)
+md5sums=('3ef6bf87f1a00187bf043e9320f22be2')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's:usr/local:usr:' Makefile
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's:/usr:$PREFIX:' config.sh
+  make install PREFIX=$pkgdir/usr
+  mkdir -p $pkgdir/usr/share/texmf/tex/latex
+  ln -s /usr/lib/hevea/hevea.sty $pkgdir/usr/share/texmf/tex/latex/hevea.sty
+}

Deleted: community-i686/hevea.install
===
--- community-i686/hevea.install2014-04-24 17:49:32 UTC (rev 110136)
+++ community-i686/hevea.install2014-04-24 17:49:48 UTC (rev 110137)
@@ -1,13 +0,0 @@
-post_install() {
-  echo HEVEA is fully functional when other software are installed:
-  echo * A modern LaTeX installation including dvips.
-  echo * The ghostscript PostScript interpreter.
-  echo * The netpbm image processing package.
-  echo However, these are optional and hevea runs without them.
-  texhash
-}
-
-post_upgrade() {
-  post_install $1
-}
-

Copied: hevea/repos/community-i686/hevea.install (from rev 110136, 
hevea/trunk/hevea.install)
===
--- community-i686/hevea.install(rev 0)
+++ community-i686/hevea.install2014-04-24 17:49:48 UTC (rev 110137)
@@ -0,0 +1,13 @@
+post_install() {
+  echo HEVEA is fully functional when other software are installed:
+  echo * A modern LaTeX installation including dvips.
+  echo * The ghostscript PostScript interpreter.
+  echo * The netpbm image processing package.
+  echo However, these are optional and hevea runs without them.
+  texhash
+}
+
+post_upgrade() {
+  post_install $1
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-04-24 17:49:32 UTC (rev 110136)
+++ community-x86_64/PKGBUILD   2014-04-24 17:49:48 UTC (rev 110137)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: 

[arch-commits] Commit in hevea/repos (8 files)

2014-03-11 Thread Sergej Pupykin
Date: Tuesday, March 11, 2014 @ 11:05:09
  Author: spupykin
Revision: 106984

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

Added:
  hevea/repos/community-i686/PKGBUILD
(from rev 106983, hevea/trunk/PKGBUILD)
  hevea/repos/community-i686/hevea.install
(from rev 106983, hevea/trunk/hevea.install)
  hevea/repos/community-x86_64/PKGBUILD
(from rev 106983, hevea/trunk/PKGBUILD)
  hevea/repos/community-x86_64/hevea.install
(from rev 106983, hevea/trunk/hevea.install)
Deleted:
  hevea/repos/community-i686/PKGBUILD
  hevea/repos/community-i686/hevea.install
  hevea/repos/community-x86_64/PKGBUILD
  hevea/repos/community-x86_64/hevea.install

+
 /PKGBUILD  |   60 +++
 /hevea.install |   26 
 community-i686/PKGBUILD|   30 ---
 community-i686/hevea.install   |   13 
 community-x86_64/PKGBUILD  |   30 ---
 community-x86_64/hevea.install |   13 
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-11 10:04:51 UTC (rev 106983)
+++ community-i686/PKGBUILD 2014-03-11 10:05:09 UTC (rev 106984)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Brian Nguyen bhngu...@gmail.com
-# Original Packager: Tom K t...@runbox.com
-
-pkgname=hevea
-pkgver=2.02
-pkgrel=1
-pkgdesc=A quite complete and fast LATEX to HTML translator
-arch=(i686 x86_64)
-depends=('ocaml')
-license=('GPL')
-url=http://pauillac.inria.fr/~maranget/hevea/;
-install=hevea.install
-source=(http://pauillac.inria.fr/~maranget/$pkgname/distri/$pkgname-$pkgver.tar.gz)
-md5sums=('b0331fdf123c21ce02f15c890d268306')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's:usr/local:usr:' Makefile
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's:/usr:$PREFIX:' config.sh
-  make install PREFIX=$pkgdir/usr
-  mkdir -p $pkgdir/usr/share/texmf/tex/latex
-  ln -s /usr/lib/hevea/hevea.sty $pkgdir/usr/share/texmf/tex/latex/hevea.sty
-}

Copied: hevea/repos/community-i686/PKGBUILD (from rev 106983, 
hevea/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-11 10:05:09 UTC (rev 106984)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Brian Nguyen bhngu...@gmail.com
+# Original Packager: Tom K t...@runbox.com
+
+pkgname=hevea
+pkgver=2.12
+pkgrel=1
+pkgdesc=A quite complete and fast LATEX to HTML translator
+arch=(i686 x86_64)
+depends=('ocaml')
+license=('GPL')
+url=http://pauillac.inria.fr/~maranget/hevea/;
+install=hevea.install
+source=(http://pauillac.inria.fr/~maranget/$pkgname/distri/$pkgname-$pkgver.tar.gz)
+md5sums=('8330f7c1c1615242b13a894737ca5992')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's:usr/local:usr:' Makefile
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's:/usr:$PREFIX:' config.sh
+  make install PREFIX=$pkgdir/usr
+  mkdir -p $pkgdir/usr/share/texmf/tex/latex
+  ln -s /usr/lib/hevea/hevea.sty $pkgdir/usr/share/texmf/tex/latex/hevea.sty
+}

Deleted: community-i686/hevea.install
===
--- community-i686/hevea.install2014-03-11 10:04:51 UTC (rev 106983)
+++ community-i686/hevea.install2014-03-11 10:05:09 UTC (rev 106984)
@@ -1,13 +0,0 @@
-post_install() {
-  echo HEVEA is fully functional when other software are installed:
-  echo * A modern LaTeX installation including dvips.
-  echo * The ghostscript PostScript interpreter.
-  echo * The netpbm image processing package.
-  echo However, these are optional and hevea runs without them.
-  texhash
-}
-
-post_upgrade() {
-  post_install $1
-}
-

Copied: hevea/repos/community-i686/hevea.install (from rev 106983, 
hevea/trunk/hevea.install)
===
--- community-i686/hevea.install(rev 0)
+++ community-i686/hevea.install2014-03-11 10:05:09 UTC (rev 106984)
@@ -0,0 +1,13 @@
+post_install() {
+  echo HEVEA is fully functional when other software are installed:
+  echo * A modern LaTeX installation including dvips.
+  echo * The ghostscript PostScript interpreter.
+  echo * The netpbm image processing package.
+  echo However, these are optional and hevea runs without them.
+  texhash
+}
+
+post_upgrade() {
+  post_install $1
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-03-11 10:04:51 UTC (rev 106983)
+++ community-x86_64/PKGBUILD   2014-03-11 10:05:09 UTC (rev 106984)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej 

[arch-commits] Commit in hevea/repos (8 files)

2013-01-28 Thread Sergej Pupykin
Date: Monday, January 28, 2013 @ 15:16:05
  Author: spupykin
Revision: 83233

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

Added:
  hevea/repos/community-i686/PKGBUILD
(from rev 83232, hevea/trunk/PKGBUILD)
  hevea/repos/community-i686/hevea.install
(from rev 83232, hevea/trunk/hevea.install)
  hevea/repos/community-x86_64/PKGBUILD
(from rev 83232, hevea/trunk/PKGBUILD)
  hevea/repos/community-x86_64/hevea.install
(from rev 83232, hevea/trunk/hevea.install)
Deleted:
  hevea/repos/community-i686/PKGBUILD
  hevea/repos/community-i686/hevea.install
  hevea/repos/community-x86_64/PKGBUILD
  hevea/repos/community-x86_64/hevea.install

+
 community-i686/PKGBUILD|   60 +++
 community-i686/hevea.install   |   26 
 community-x86_64/PKGBUILD  |   60 +++
 community-x86_64/hevea.install |   26 
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-28 14:15:44 UTC (rev 83232)
+++ community-i686/PKGBUILD 2013-01-28 14:16:05 UTC (rev 83233)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Brian Nguyen bhngu...@gmail.com
-# Original Packager: Tom K t...@runbox.com
-
-pkgname=hevea
-pkgver=2.01
-pkgrel=1
-pkgdesc=A quite complete and fast LATEX to HTML translator
-arch=(i686 x86_64)
-depends=('ocaml')
-license=('GPL')
-url=http://pauillac.inria.fr/~maranget/hevea/;
-install=hevea.install
-source=(http://pauillac.inria.fr/~maranget/$pkgname/distri/$pkgname-$pkgver.tar.gz)
-md5sums=('81f6fba8918ccc319e508983eff374fb')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's:usr/local:usr:' Makefile
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's:/usr:$PREFIX:' config.sh
-  make install PREFIX=$pkgdir/usr
-  mkdir -p $pkgdir/usr/share/texmf/tex/latex
-  ln -s /usr/lib/hevea/hevea.sty $pkgdir/usr/share/texmf/tex/latex/hevea.sty
-}

Copied: hevea/repos/community-i686/PKGBUILD (from rev 83232, 
hevea/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-28 14:16:05 UTC (rev 83233)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Brian Nguyen bhngu...@gmail.com
+# Original Packager: Tom K t...@runbox.com
+
+pkgname=hevea
+pkgver=2.02
+pkgrel=1
+pkgdesc=A quite complete and fast LATEX to HTML translator
+arch=(i686 x86_64)
+depends=('ocaml')
+license=('GPL')
+url=http://pauillac.inria.fr/~maranget/hevea/;
+install=hevea.install
+source=(http://pauillac.inria.fr/~maranget/$pkgname/distri/$pkgname-$pkgver.tar.gz)
+md5sums=('b0331fdf123c21ce02f15c890d268306')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's:usr/local:usr:' Makefile
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's:/usr:$PREFIX:' config.sh
+  make install PREFIX=$pkgdir/usr
+  mkdir -p $pkgdir/usr/share/texmf/tex/latex
+  ln -s /usr/lib/hevea/hevea.sty $pkgdir/usr/share/texmf/tex/latex/hevea.sty
+}

Deleted: community-i686/hevea.install
===
--- community-i686/hevea.install2013-01-28 14:15:44 UTC (rev 83232)
+++ community-i686/hevea.install2013-01-28 14:16:05 UTC (rev 83233)
@@ -1,13 +0,0 @@
-post_install() {
-  echo HEVEA is fully functional when other software are installed:
-  echo * A modern LaTeX installation including dvips.
-  echo * The ghostscript PostScript interpreter.
-  echo * The netpbm image processing package.
-  echo However, these are optional and hevea runs without them.
-  texhash
-}
-
-post_upgrade() {
-  post_install $1
-}
-

Copied: hevea/repos/community-i686/hevea.install (from rev 83232, 
hevea/trunk/hevea.install)
===
--- community-i686/hevea.install(rev 0)
+++ community-i686/hevea.install2013-01-28 14:16:05 UTC (rev 83233)
@@ -0,0 +1,13 @@
+post_install() {
+  echo HEVEA is fully functional when other software are installed:
+  echo * A modern LaTeX installation including dvips.
+  echo * The ghostscript PostScript interpreter.
+  echo * The netpbm image processing package.
+  echo However, these are optional and hevea runs without them.
+  texhash
+}
+
+post_upgrade() {
+  post_install $1
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-01-28 14:15:44 UTC (rev 83232)
+++ community-x86_64/PKGBUILD   2013-01-28 14:16:05 UTC (rev 83233)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Brian Nguyen bhngu...@gmail.com
-# Original 

[arch-commits] Commit in hevea/repos (8 files)

2013-01-23 Thread spupykin
Date: Wednesday, January 23, 2013 @ 16:18:44
  Author: spupykin
Revision: 82724

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

Added:
  hevea/repos/community-i686/PKGBUILD
(from rev 82723, hevea/trunk/PKGBUILD)
  hevea/repos/community-i686/hevea.install
(from rev 82723, hevea/trunk/hevea.install)
  hevea/repos/community-x86_64/PKGBUILD
(from rev 82723, hevea/trunk/PKGBUILD)
  hevea/repos/community-x86_64/hevea.install
(from rev 82723, hevea/trunk/hevea.install)
Deleted:
  hevea/repos/community-i686/PKGBUILD
  hevea/repos/community-i686/hevea.install
  hevea/repos/community-x86_64/PKGBUILD
  hevea/repos/community-x86_64/hevea.install

+
 community-i686/PKGBUILD|   60 +++
 community-i686/hevea.install   |   26 
 community-x86_64/PKGBUILD  |   60 +++
 community-x86_64/hevea.install |   26 
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-23 15:18:27 UTC (rev 82723)
+++ community-i686/PKGBUILD 2013-01-23 15:18:44 UTC (rev 82724)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Brian Nguyen bhngu...@gmail.com
-# Original Packager: Tom K t...@runbox.com
-
-pkgname=hevea
-pkgver=2.00
-pkgrel=1
-pkgdesc=A quite complete and fast LATEX to HTML translator
-arch=(i686 x86_64)
-depends=('ocaml')
-license=('GPL')
-url=http://pauillac.inria.fr/~maranget/hevea/;
-install=hevea.install
-source=(http://pauillac.inria.fr/~maranget/$pkgname/distri/$pkgname-$pkgver.tar.gz)
-md5sums=('5cf0070c7cf5c7c020a657c513eaa0b5')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's:usr/local:usr:' Makefile
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's:/usr:$PREFIX:' config.sh
-  make install PREFIX=$pkgdir/usr
-  mkdir -p $pkgdir/usr/share/texmf/tex/latex
-  ln -s /usr/lib/hevea/hevea.sty $pkgdir/usr/share/texmf/tex/latex/hevea.sty
-}

Copied: hevea/repos/community-i686/PKGBUILD (from rev 82723, 
hevea/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-23 15:18:44 UTC (rev 82724)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Brian Nguyen bhngu...@gmail.com
+# Original Packager: Tom K t...@runbox.com
+
+pkgname=hevea
+pkgver=2.01
+pkgrel=1
+pkgdesc=A quite complete and fast LATEX to HTML translator
+arch=(i686 x86_64)
+depends=('ocaml')
+license=('GPL')
+url=http://pauillac.inria.fr/~maranget/hevea/;
+install=hevea.install
+source=(http://pauillac.inria.fr/~maranget/$pkgname/distri/$pkgname-$pkgver.tar.gz)
+md5sums=('81f6fba8918ccc319e508983eff374fb')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's:usr/local:usr:' Makefile
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's:/usr:$PREFIX:' config.sh
+  make install PREFIX=$pkgdir/usr
+  mkdir -p $pkgdir/usr/share/texmf/tex/latex
+  ln -s /usr/lib/hevea/hevea.sty $pkgdir/usr/share/texmf/tex/latex/hevea.sty
+}

Deleted: community-i686/hevea.install
===
--- community-i686/hevea.install2013-01-23 15:18:27 UTC (rev 82723)
+++ community-i686/hevea.install2013-01-23 15:18:44 UTC (rev 82724)
@@ -1,13 +0,0 @@
-post_install() {
-  echo HEVEA is fully functional when other software are installed:
-  echo * A modern LaTeX installation including dvips.
-  echo * The ghostscript PostScript interpreter.
-  echo * The netpbm image processing package.
-  echo However, these are optional and hevea runs without them.
-  texhash
-}
-
-post_upgrade() {
-  post_install $1
-}
-

Copied: hevea/repos/community-i686/hevea.install (from rev 82723, 
hevea/trunk/hevea.install)
===
--- community-i686/hevea.install(rev 0)
+++ community-i686/hevea.install2013-01-23 15:18:44 UTC (rev 82724)
@@ -0,0 +1,13 @@
+post_install() {
+  echo HEVEA is fully functional when other software are installed:
+  echo * A modern LaTeX installation including dvips.
+  echo * The ghostscript PostScript interpreter.
+  echo * The netpbm image processing package.
+  echo However, these are optional and hevea runs without them.
+  texhash
+}
+
+post_upgrade() {
+  post_install $1
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-01-23 15:18:27 UTC (rev 82723)
+++ community-x86_64/PKGBUILD   2013-01-23 15:18:44 UTC (rev 82724)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Brian Nguyen bhngu...@gmail.com
-#