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

2016-06-03 Thread Rémy Oudompheng
Date: Friday, June 3, 2016 @ 09:01:42
  Author: remy
Revision: 268861

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

Added:
  asymptote/repos/extra-i686/PKGBUILD
(from rev 268860, asymptote/trunk/PKGBUILD)
  asymptote/repos/extra-i686/fix-ghostscript-9.15.diff
(from rev 268860, asymptote/trunk/fix-ghostscript-9.15.diff)
  asymptote/repos/extra-i686/texlive.install
(from rev 268860, asymptote/trunk/texlive.install)
  asymptote/repos/extra-x86_64/PKGBUILD
(from rev 268860, asymptote/trunk/PKGBUILD)
  asymptote/repos/extra-x86_64/fix-ghostscript-9.15.diff
(from rev 268860, asymptote/trunk/fix-ghostscript-9.15.diff)
  asymptote/repos/extra-x86_64/texlive.install
(from rev 268860, asymptote/trunk/texlive.install)
Deleted:
  asymptote/repos/extra-i686/PKGBUILD
  asymptote/repos/extra-i686/fix-ghostscript-9.15.diff
  asymptote/repos/extra-i686/texlive.install
  asymptote/repos/extra-x86_64/PKGBUILD
  asymptote/repos/extra-x86_64/fix-ghostscript-9.15.diff
  asymptote/repos/extra-x86_64/texlive.install

+
 /PKGBUILD  |   92 +++
 /fix-ghostscript-9.15.diff |   62 
 /texlive.install   |   26 
 extra-i686/PKGBUILD|   46 ---
 extra-i686/fix-ghostscript-9.15.diff   |   31 --
 extra-i686/texlive.install |   13 
 extra-x86_64/PKGBUILD  |   46 ---
 extra-x86_64/fix-ghostscript-9.15.diff |   31 --
 extra-x86_64/texlive.install   |   13 
 9 files changed, 180 insertions(+), 180 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-03 06:44:21 UTC (rev 268860)
+++ extra-i686/PKGBUILD 2016-06-03 07:01:42 UTC (rev 268861)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng 
-# Contributor: Firmicus 
-# Contributor: bender02 at gmx dot com
-
-pkgname=asymptote
-pkgver=2.37
-pkgrel=1
-pkgdesc="A vector graphics language (like metapost)"
-arch=('i686' 'x86_64')
-url="http://asymptote.sourceforge.net/";
-license=("GPL3")
-depends=('texlive-core' 'gc' 'freeglut' 'glu' 'gsl' 'fftw' 'libsigsegv')
-makedepends=('ghostscript' 'imagemagick'
- 'mesa'   # For OpenGL headers
- 'texlive-plainextra' # For texinfo
-)
-optdepends=('python2:   for the xasy GUI'
-'python2-pillow:for the xasy GUI'
-'tix:   for the xasy GUI')
-source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.src.tgz";)
-sha1sums=('758f56247604f0066d038b467451df970e6bc94b')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --enable-gc=/usr \
-  --prefix=/usr \
-  --with-latex=/usr/share/texmf/tex/latex \
-  --with-context=/usr/share/texmf/tex/context \
-  --enable-offscreen
-  make all
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make check-all
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make -j1 DESTDIR="${pkgdir}" install-all
-  sed -i -e 's@env python@env python2@' ${pkgdir}/usr/share/asymptote/GUI/*.py
-  # this dir contains png files that are already embedded in the pdf 
documentation:
-  rm -rf ${pkgdir}/usr/share/info/asymptote
-}

Copied: asymptote/repos/extra-i686/PKGBUILD (from rev 268860, 
asymptote/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-03 07:01:42 UTC (rev 268861)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+# Contributor: Firmicus 
+# Contributor: bender02 at gmx dot com
+
+pkgname=asymptote
+pkgver=2.38
+pkgrel=1
+pkgdesc="A vector graphics language (like metapost)"
+arch=('i686' 'x86_64')
+url="http://asymptote.sourceforge.net/";
+license=("GPL3")
+depends=('texlive-core' 'gc' 'freeglut' 'glu' 'gsl' 'fftw' 'libsigsegv')
+makedepends=('ghostscript' 'imagemagick'
+ 'mesa'   # For OpenGL headers
+ 'texlive-plainextra' # For texinfo
+)
+optdepends=('python2:   for the xasy GUI'
+'python2-pillow:for the xasy GUI'
+'tix:   for the xasy GUI')
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.src.tgz";)
+sha1sums=('911dc852a788f19300ae44162dbc12539de9e0b3')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --enable-gc=/usr \
+  --prefix=/usr \
+  --with-latex=/usr/share/texmf/tex/latex \
+  --with-context=/usr/share/texmf/tex/context \
+  --enable-offscreen
+  make all
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check-all
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make -j1 DESTDIR="${pkgdir}" in

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

2016-05-05 Thread Antonio Rojas
Date: Thursday, May 5, 2016 @ 09:14:30
  Author: arojas
Revision: 266916

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

Added:
  asymptote/repos/extra-i686/PKGBUILD
(from rev 266915, asymptote/trunk/PKGBUILD)
  asymptote/repos/extra-i686/fix-ghostscript-9.15.diff
(from rev 266915, asymptote/trunk/fix-ghostscript-9.15.diff)
  asymptote/repos/extra-i686/texlive.install
(from rev 266915, asymptote/trunk/texlive.install)
  asymptote/repos/extra-x86_64/PKGBUILD
(from rev 266915, asymptote/trunk/PKGBUILD)
  asymptote/repos/extra-x86_64/fix-ghostscript-9.15.diff
(from rev 266915, asymptote/trunk/fix-ghostscript-9.15.diff)
  asymptote/repos/extra-x86_64/texlive.install
(from rev 266915, asymptote/trunk/texlive.install)
Deleted:
  asymptote/repos/extra-i686/PKGBUILD
  asymptote/repos/extra-i686/fix-ghostscript-9.15.diff
  asymptote/repos/extra-i686/texlive.install
  asymptote/repos/extra-x86_64/PKGBUILD
  asymptote/repos/extra-x86_64/fix-ghostscript-9.15.diff
  asymptote/repos/extra-x86_64/texlive.install

+
 /PKGBUILD  |   92 +++
 /fix-ghostscript-9.15.diff |   62 
 /texlive.install   |   26 
 extra-i686/PKGBUILD|   47 ---
 extra-i686/fix-ghostscript-9.15.diff   |   31 --
 extra-i686/texlive.install |   20 --
 extra-x86_64/PKGBUILD  |   47 ---
 extra-x86_64/fix-ghostscript-9.15.diff |   31 --
 extra-x86_64/texlive.install   |   20 --
 9 files changed, 180 insertions(+), 196 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-05 07:14:00 UTC (rev 266915)
+++ extra-i686/PKGBUILD 2016-05-05 07:14:30 UTC (rev 266916)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng 
-# Contributor: Firmicus 
-# Contributor: bender02 at gmx dot com
-
-pkgname=asymptote
-pkgver=2.36
-pkgrel=1
-pkgdesc="A vector graphics language (like metapost)"
-arch=('i686' 'x86_64')
-url="http://asymptote.sourceforge.net/";
-license=("GPL3")
-depends=('texlive-core' 'gc' 'freeglut' 'glu' 'gsl' 'fftw' 'libsigsegv')
-makedepends=('ghostscript' 'imagemagick'
- 'mesa'   # For OpenGL headers
- 'texlive-plainextra' # For texinfo
-)
-optdepends=('python2:   for the xasy GUI'
-'python2-pillow:for the xasy GUI'
-'tix:   for the xasy GUI')
-source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.src.tgz";)
-install=texlive.install
-sha1sums=('6f76dfeff9bfb5d15a84935465be1ae563988169')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --enable-gc=/usr \
-  --prefix=/usr \
-  --with-latex=/usr/share/texmf/tex/latex \
-  --with-context=/usr/share/texmf/tex/context \
-  --enable-offscreen
-  make all
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make check-all
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make -j1 DESTDIR="${pkgdir}" install-all
-  sed -i -e 's@env python@env python2@' ${pkgdir}/usr/share/asymptote/GUI/*.py
-  # this dir contains png files that are already embedded in the pdf 
documentation:
-  rm -rf ${pkgdir}/usr/share/info/asymptote
-}

Copied: asymptote/repos/extra-i686/PKGBUILD (from rev 266915, 
asymptote/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-05 07:14:30 UTC (rev 266916)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+# Contributor: Firmicus 
+# Contributor: bender02 at gmx dot com
+
+pkgname=asymptote
+pkgver=2.37
+pkgrel=1
+pkgdesc="A vector graphics language (like metapost)"
+arch=('i686' 'x86_64')
+url="http://asymptote.sourceforge.net/";
+license=("GPL3")
+depends=('texlive-core' 'gc' 'freeglut' 'glu' 'gsl' 'fftw' 'libsigsegv')
+makedepends=('ghostscript' 'imagemagick'
+ 'mesa'   # For OpenGL headers
+ 'texlive-plainextra' # For texinfo
+)
+optdepends=('python2:   for the xasy GUI'
+'python2-pillow:for the xasy GUI'
+'tix:   for the xasy GUI')
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.src.tgz";)
+sha1sums=('758f56247604f0066d038b467451df970e6bc94b')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --enable-gc=/usr \
+  --prefix=/usr \
+  --with-latex=/usr/share/texmf/tex/latex \
+  --with-context=/usr/share/texmf/tex/context \
+  --enable-offscreen
+  make all
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check-all
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+ 

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

2015-10-07 Thread Rémy Oudompheng
Date: Thursday, October 8, 2015 @ 08:37:56
  Author: remy
Revision: 248492

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

Added:
  asymptote/repos/extra-i686/PKGBUILD
(from rev 248491, asymptote/trunk/PKGBUILD)
  asymptote/repos/extra-i686/fix-ghostscript-9.15.diff
(from rev 248491, asymptote/trunk/fix-ghostscript-9.15.diff)
  asymptote/repos/extra-i686/texlive.install
(from rev 248491, asymptote/trunk/texlive.install)
  asymptote/repos/extra-x86_64/PKGBUILD
(from rev 248491, asymptote/trunk/PKGBUILD)
  asymptote/repos/extra-x86_64/fix-ghostscript-9.15.diff
(from rev 248491, asymptote/trunk/fix-ghostscript-9.15.diff)
  asymptote/repos/extra-x86_64/texlive.install
(from rev 248491, asymptote/trunk/texlive.install)
Deleted:
  asymptote/repos/extra-i686/PKGBUILD
  asymptote/repos/extra-i686/fix-ghostscript-9.15.diff
  asymptote/repos/extra-i686/texlive.install
  asymptote/repos/extra-x86_64/PKGBUILD
  asymptote/repos/extra-x86_64/fix-ghostscript-9.15.diff
  asymptote/repos/extra-x86_64/texlive.install

+
 /PKGBUILD  |   94 +++
 /fix-ghostscript-9.15.diff |   62 
 /texlive.install   |   40 +
 extra-i686/PKGBUILD|   55 --
 extra-i686/fix-ghostscript-9.15.diff   |   31 --
 extra-i686/texlive.install |   20 --
 extra-x86_64/PKGBUILD  |   55 --
 extra-x86_64/fix-ghostscript-9.15.diff |   31 --
 extra-x86_64/texlive.install   |   20 --
 9 files changed, 196 insertions(+), 212 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-08 06:37:29 UTC (rev 248491)
+++ extra-i686/PKGBUILD 2015-10-08 06:37:56 UTC (rev 248492)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng 
-# Contributor: Firmicus 
-# Contributor: bender02 at gmx dot com
-
-pkgname=asymptote
-pkgver=2.32
-pkgrel=2
-pkgdesc="A vector graphics language (like metapost)"
-arch=('i686' 'x86_64')
-url="http://asymptote.sourceforge.net/";
-license=("GPL3")
-depends=('texlive-core' 'gc' 'freeglut' 'glu' 'gsl' 'fftw' 'libsigsegv')
-makedepends=('ghostscript' 'imagemagick'
- 'mesa'   # For OpenGL headers
- 'texlive-plainextra' # For texinfo
-)
-optdepends=('python2:   for the xasy GUI'
-'python2-pillow:for the xasy GUI'
-'tix:   for the xasy GUI')
-source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.src.tgz";
-"fix-ghostscript-9.15.diff")
-install=texlive.install
-sha1sums=('18a4c22a89014ce18caf958a152b971ea39a77f0'
-  '7060daca4180659a9a13844110f15b89c3c24bf6')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  patch -Np0 -i "${srcdir}/fix-ghostscript-9.15.diff"
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --enable-gc=/usr \
-  --prefix=/usr \
-  --with-latex=/usr/share/texmf/tex/latex \
-  --with-context=/usr/share/texmf/tex/context \
-  --enable-offscreen
-  make all
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make check-all
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make -j1 DESTDIR="${pkgdir}" install-all
-  sed -i -e 's@env python@env python2@' ${pkgdir}/usr/share/asymptote/GUI/*.py
-  # this dir contains png files that are already embedded in the pdf 
documentation:
-  rm -rf ${pkgdir}/usr/share/info/asymptote
-}

Copied: asymptote/repos/extra-i686/PKGBUILD (from rev 248491, 
asymptote/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-08 06:37:56 UTC (rev 248492)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+# Contributor: Firmicus 
+# Contributor: bender02 at gmx dot com
+
+pkgname=asymptote
+pkgver=2.35
+pkgrel=1
+pkgdesc="A vector graphics language (like metapost)"
+arch=('i686' 'x86_64')
+url="http://asymptote.sourceforge.net/";
+license=("GPL3")
+depends=('texlive-core' 'gc' 'freeglut' 'glu' 'gsl' 'fftw' 'libsigsegv')
+makedepends=('ghostscript' 'imagemagick'
+ 'mesa'   # For OpenGL headers
+ 'texlive-plainextra' # For texinfo
+)
+optdepends=('python2:   for the xasy GUI'
+'python2-pillow:for the xasy GUI'
+'tix:   for the xasy GUI')
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.src.tgz";)
+install=texlive.install
+sha1sums=('32c85307042a337b2e426f6f2c6a489b21a4fbfb')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --enable-gc=/usr \
+  --prefix=/usr \
+  --with-latex=/usr/share/texmf/tex/late