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

Sergej Pupykin spupykin at archlinux.org
Mon Dec 21 17:26:08 UTC 2015


    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 <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.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 <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.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.install	2015-12-21 17:25:54 UTC (rev 153955)
+++ community-i686/hevea.install	2015-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.install	2015-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)
@@ -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.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-x86_64/PKGBUILD (from rev 153955, hevea/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-12-21 17:26:08 UTC (rev 153956)
@@ -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.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-x86_64/hevea.install
===================================================================
--- community-x86_64/hevea.install	2015-12-21 17:25:54 UTC (rev 153955)
+++ community-x86_64/hevea.install	2015-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-x86_64/hevea.install (from rev 153955, hevea/trunk/hevea.install)
===================================================================
--- community-x86_64/hevea.install	                        (rev 0)
+++ community-x86_64/hevea.install	2015-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
+}
+



More information about the arch-commits mailing list