[arch-commits] Commit in mathomatic/repos (4 files)

Felix Yan fyan at nymeria.archlinux.org
Sat Jul 5 06:08:03 UTC 2014


    Date: Saturday, July 5, 2014 @ 08:08:03
  Author: fyan
Revision: 115050

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

Added:
  mathomatic/repos/community-i686/PKGBUILD
    (from rev 115049, mathomatic/trunk/PKGBUILD)
  mathomatic/repos/community-x86_64/PKGBUILD
    (from rev 115049, mathomatic/trunk/PKGBUILD)
Deleted:
  mathomatic/repos/community-i686/PKGBUILD
  mathomatic/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   96 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   48 ----------------------
 community-x86_64/PKGBUILD |   48 ----------------------
 3 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-07-05 06:07:32 UTC (rev 115049)
+++ community-i686/PKGBUILD	2014-07-05 06:08:03 UTC (rev 115050)
@@ -1,48 +0,0 @@
-# $Id$
-# Contributor: G_Syme <demichan(at)mail(dot)upb(dot)de>
-# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
-# Maintainer:  Thorsten Töpper <atsutane-tu at freethoughts.de>
-
-pkgname=mathomatic
-pkgver=16.0.5
-pkgrel=1
-pkgdesc='General purpose Computer Algebra System written in C'
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://mathomatic.orgserve.de/math/"
-depends=('readline')
-makedepends=('time')
-optdepends=('python2: for running /usr/share/doc/mathomatic/factorial/factorial'
-            'bash: for running a test script'
-            'm4: for complex operations using the matho script'
-            'rlwrap: for readline editing'
-            'gnuplot: for plotting')
-source=(http://mathomatic.org/$pkgname-$pkgver.tar.bz2)
-md5sums=('dd04913a98a5073b56f3bc78a01820f3')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  # python2 fix
-  for file in primes/{primorial,matho-sum,matho-mult} examples/factorial; do
-    sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-    sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  make READLINE=1
-  make test
-  cd "$srcdir"/$pkgname-$pkgver/primes
-  make
-  make test
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make prefix="$pkgdir"/usr m4install
-  sed -i 's+/build/pkg++' "$pkgdir"/usr/bin/matho
-
-  cd "$srcdir"/$pkgname-$pkgver/primes
-  make prefix="$pkgdir"/usr install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mathomatic/repos/community-i686/PKGBUILD (from rev 115049, mathomatic/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-07-05 06:08:03 UTC (rev 115050)
@@ -0,0 +1,48 @@
+# $Id$
+# Contributor: G_Syme <demichan(at)mail(dot)upb(dot)de>
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+# Maintainer:  Thorsten Töpper <atsutane-tu at freethoughts.de>
+
+pkgname=mathomatic
+pkgver=16.0.5
+pkgrel=2
+pkgdesc='General purpose Computer Algebra System written in C'
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://mathomatic.orgserve.de/math/"
+depends=('readline')
+makedepends=('time')
+optdepends=('python2: for running /usr/share/doc/mathomatic/factorial/factorial'
+            'bash: for running a test script'
+            'm4: for complex operations using the matho script'
+            'rlwrap: for readline editing'
+            'gnuplot: for plotting')
+source=(http://mathomatic.orgserve.de/$pkgname-$pkgver.tar.bz2)
+md5sums=('dd04913a98a5073b56f3bc78a01820f3')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  # python2 fix
+  for file in primes/{primorial,matho-sum,matho-mult} examples/factorial; do
+    sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+    sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+
+  make READLINE=1
+  make test
+  cd "$srcdir"/$pkgname-$pkgver/primes
+  make
+  make test
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make prefix="$pkgdir"/usr m4install
+  sed -i 's+/build/pkg++' "$pkgdir"/usr/bin/matho
+
+  cd "$srcdir"/$pkgname-$pkgver/primes
+  make prefix="$pkgdir"/usr install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-07-05 06:07:32 UTC (rev 115049)
+++ community-x86_64/PKGBUILD	2014-07-05 06:08:03 UTC (rev 115050)
@@ -1,48 +0,0 @@
-# $Id$
-# Contributor: G_Syme <demichan(at)mail(dot)upb(dot)de>
-# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
-# Maintainer:  Thorsten Töpper <atsutane-tu at freethoughts.de>
-
-pkgname=mathomatic
-pkgver=16.0.5
-pkgrel=1
-pkgdesc='General purpose Computer Algebra System written in C'
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://mathomatic.orgserve.de/math/"
-depends=('readline')
-makedepends=('time')
-optdepends=('python2: for running /usr/share/doc/mathomatic/factorial/factorial'
-            'bash: for running a test script'
-            'm4: for complex operations using the matho script'
-            'rlwrap: for readline editing'
-            'gnuplot: for plotting')
-source=(http://mathomatic.org/$pkgname-$pkgver.tar.bz2)
-md5sums=('dd04913a98a5073b56f3bc78a01820f3')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  # python2 fix
-  for file in primes/{primorial,matho-sum,matho-mult} examples/factorial; do
-    sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-    sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  make READLINE=1
-  make test
-  cd "$srcdir"/$pkgname-$pkgver/primes
-  make
-  make test
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make prefix="$pkgdir"/usr m4install
-  sed -i 's+/build/pkg++' "$pkgdir"/usr/bin/matho
-
-  cd "$srcdir"/$pkgname-$pkgver/primes
-  make prefix="$pkgdir"/usr install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mathomatic/repos/community-x86_64/PKGBUILD (from rev 115049, mathomatic/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-05 06:08:03 UTC (rev 115050)
@@ -0,0 +1,48 @@
+# $Id$
+# Contributor: G_Syme <demichan(at)mail(dot)upb(dot)de>
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+# Maintainer:  Thorsten Töpper <atsutane-tu at freethoughts.de>
+
+pkgname=mathomatic
+pkgver=16.0.5
+pkgrel=2
+pkgdesc='General purpose Computer Algebra System written in C'
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://mathomatic.orgserve.de/math/"
+depends=('readline')
+makedepends=('time')
+optdepends=('python2: for running /usr/share/doc/mathomatic/factorial/factorial'
+            'bash: for running a test script'
+            'm4: for complex operations using the matho script'
+            'rlwrap: for readline editing'
+            'gnuplot: for plotting')
+source=(http://mathomatic.orgserve.de/$pkgname-$pkgver.tar.bz2)
+md5sums=('dd04913a98a5073b56f3bc78a01820f3')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  # python2 fix
+  for file in primes/{primorial,matho-sum,matho-mult} examples/factorial; do
+    sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+    sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+
+  make READLINE=1
+  make test
+  cd "$srcdir"/$pkgname-$pkgver/primes
+  make
+  make test
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make prefix="$pkgdir"/usr m4install
+  sed -i 's+/build/pkg++' "$pkgdir"/usr/bin/matho
+
+  cd "$srcdir"/$pkgname-$pkgver/primes
+  make prefix="$pkgdir"/usr install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list