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

spupykin at nymeria.archlinux.org spupykin at nymeria.archlinux.org
Wed Jan 23 15:18:44 UTC 2013


    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+arch at gmail.com>
-# Contributor: Brian Nguyen <bhnguyen at gmail.com>
-# Original Packager: Tom K <tomk at 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+arch at gmail.com>
+# Contributor: Brian Nguyen <bhnguyen at gmail.com>
+# Original Packager: Tom K <tomk at 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.install	2013-01-23 15:18:27 UTC (rev 82723)
+++ community-i686/hevea.install	2013-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.install	2013-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+arch at gmail.com>
-# Contributor: Brian Nguyen <bhnguyen at gmail.com>
-# Original Packager: Tom K <tomk at 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-x86_64/PKGBUILD (from rev 82723, hevea/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-01-23 15:18:44 UTC (rev 82724)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Brian Nguyen <bhnguyen at gmail.com>
+# Original Packager: Tom K <tomk at 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-x86_64/hevea.install
===================================================================
--- community-x86_64/hevea.install	2013-01-23 15:18:27 UTC (rev 82723)
+++ community-x86_64/hevea.install	2013-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-x86_64/hevea.install (from rev 82723, hevea/trunk/hevea.install)
===================================================================
--- community-x86_64/hevea.install	                        (rev 0)
+++ community-x86_64/hevea.install	2013-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
+}
+




More information about the arch-commits mailing list