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 <pupykin.s+a...@gmail.com>
-# Contributor: Brian Nguyen <bhngu...@gmail.com>
-# Original Packager: Tom K <t...@runbox.com>
-
-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 <pupykin.s+a...@gmail.com>
+# Contributor: Brian Nguyen <bhngu...@gmail.com>
+# Original Packager: Tom K <t...@runbox.com>
+
+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.install        2017-09-10 14:55:17 UTC (rev 256768)
+++ community-i686/hevea.install        2017-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.install        2017-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 UTC (rev 256768)
+++ community-x86_64/PKGBUILD   2017-09-10 14:55:35 UTC (rev 256769)
@@ -1,31 +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.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-x86_64/PKGBUILD (from rev 256768, 
hevea/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2017-09-10 14:55:35 UTC (rev 256769)
@@ -0,0 +1,31 @@
+# $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.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-x86_64/hevea.install
===================================================================
--- community-x86_64/hevea.install      2017-09-10 14:55:17 UTC (rev 256768)
+++ community-x86_64/hevea.install      2017-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-x86_64/hevea.install (from rev 256768, 
hevea/trunk/hevea.install)
===================================================================
--- community-x86_64/hevea.install                              (rev 0)
+++ community-x86_64/hevea.install      2017-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
+}
+

Reply via email to