[arch-commits] Commit in singular/repos (6 files)

Antonio Rojas arojas at archlinux.org
Wed Nov 2 19:40:53 UTC 2016


    Date: Wednesday, November 2, 2016 @ 19:40:53
  Author: arojas
Revision: 194543

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

Added:
  singular/repos/community-i686/PKGBUILD
    (from rev 194542, singular/trunk/PKGBUILD)
  singular/repos/community-x86_64/PKGBUILD
    (from rev 194542, singular/trunk/PKGBUILD)
Deleted:
  singular/repos/community-i686/PKGBUILD
  singular/repos/community-i686/revert-86ce458e.patch
  singular/repos/community-x86_64/PKGBUILD
  singular/repos/community-x86_64/revert-86ce458e.patch

----------------------------------------+
 /PKGBUILD                              |   74 +++++++++++++++++++++++++++++++
 community-i686/PKGBUILD                |   37 ---------------
 community-i686/revert-86ce458e.patch   |   71 -----------------------------
 community-x86_64/PKGBUILD              |   37 ---------------
 community-x86_64/revert-86ce458e.patch |   71 -----------------------------
 5 files changed, 74 insertions(+), 216 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-11-02 19:40:20 UTC (rev 194542)
+++ community-i686/PKGBUILD	2016-11-02 19:40:53 UTC (rev 194543)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
-
-pkgname=singular
-_majver=4-0-3
-_patchver=5
-pkgver=${_majver//-/.}.p${_patchver}
-pkgrel=1
-pkgdesc="Computer Algebra System for polynomial computations"
-arch=(i686 x86_64)
-url="http://www.singular.uni-kl.de/"
-license=(GPL)
-depends=(flint cddlib) # polymake
-makedepends=(doxygen python2)
-optdepends=('python2: Python interface')
-source=("http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}p${_patchver}.tar.gz")
-md5sums=('3fe62e48076dff1a6137baa287501364')
-
-build() {
-  cd singular-${_majver//-/.}
-  ./configure --prefix=/usr --libexecdir=/usr/lib
-  make
-}
-
-package() {
-  cd singular-${_majver//-/.}
-  make DESTDIR="$pkgdir" install
-
-# fix permissions
-  chown -R root:root "$pkgdir"/usr/share
-  chmod 755 "$pkgdir"/usr/share/singular/html
-  chmod 644 "$pkgdir"/usr/share/singular/html/*
-  chmod 644 "$pkgdir"/usr/share/info/singular.hlp
-# move singular.hlp to the path expected by SageMath
-  install -Dm644 "$pkgdir"/usr/share/{info,singular}/singular.hlp
-}

Copied: singular/repos/community-i686/PKGBUILD (from rev 194542, singular/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-11-02 19:40:53 UTC (rev 194543)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
+
+pkgname=singular
+_majver=4-0-3
+_patchver=5
+pkgver=${_majver//-/.}.p${_patchver}
+pkgrel=1
+pkgdesc="Computer Algebra System for polynomial computations"
+arch=(i686 x86_64)
+url="http://www.singular.uni-kl.de/"
+license=(GPL)
+depends=(flint cddlib) # polymake
+makedepends=(doxygen python2)
+optdepends=('python2: Python interface')
+source=("http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}p${_patchver}.tar.gz")
+md5sums=('3fe62e48076dff1a6137baa287501364')
+
+build() {
+  cd singular-${_majver//-/.}
+  ./configure --prefix=/usr --libexecdir=/usr/lib
+  make
+}
+
+package() {
+  cd singular-${_majver//-/.}
+  make DESTDIR="$pkgdir" install
+
+# fix permissions
+  chown -R root:root "$pkgdir"/usr/share
+  chmod 755 "$pkgdir"/usr/share/singular/html
+  chmod 644 "$pkgdir"/usr/share/singular/html/*
+  chmod 644 "$pkgdir"/usr/share/info/singular.hlp
+# move singular.hlp to the path expected by SageMath
+  install -Dm644 "$pkgdir"/usr/share/{info,singular}/singular.hlp
+}

Deleted: community-i686/revert-86ce458e.patch
===================================================================
--- community-i686/revert-86ce458e.patch	2016-11-02 19:40:20 UTC (rev 194542)
+++ community-i686/revert-86ce458e.patch	2016-11-02 19:40:53 UTC (rev 194543)
@@ -1,71 +0,0 @@
-From 86ce458e1269a1d57e682c12b9154dd1f1459354 Mon Sep 17 00:00:00 2001
-From: Hans Schoenemann <hannes at mathematik.uni-kl.de>
-Date: Mon, 5 Sep 2016 19:19:40 +0200
-Subject: [PATCH] change: iiExprArith*Intern do not clean args (iiExprArith*
- does iti for them)
-
----
- Singular/iparith.cc | 15 ---------------
- 1 file changed, 15 deletions(-)
-
-diff --git a/Singular/iparith.cc b/Singular/iparith.cc
-index 3d43296..5919313 100644
---- a/Singular/iparith.cc
-+++ b/Singular/iparith.cc
-@@ -7959,8 +7959,6 @@ static BOOLEAN iiExprArith2TabIntern(leftv res, leftv a, int op, leftv b,
-         {
-           break;// leave loop, goto error handling
-         }
--        a->CleanUp();
--        b->CleanUp();
-         //Print("op: %d,result typ:%d\n",op,res->rtyp);
-         return FALSE;
-       }
-@@ -8016,8 +8014,6 @@ static BOOLEAN iiExprArith2TabIntern(leftv res, leftv a, int op, leftv b,
-               bn->CleanUp();
-               omFreeBin((ADDRESS)an, sleftv_bin);
-               omFreeBin((ADDRESS)bn, sleftv_bin);
--              a->CleanUp();
--              b->CleanUp();
-               return FALSE;
-             }
-           }
-@@ -8078,8 +8074,6 @@ static BOOLEAN iiExprArith2TabIntern(leftv res, leftv a, int op, leftv b,
-     }
-     res->rtyp = UNKNOWN;
-   }
--  a->CleanUp();
--  b->CleanUp();
-   return TRUE;
- }
- BOOLEAN iiExprArith2Tab(leftv res, leftv a, int op,
-@@ -8374,9 +8368,6 @@ static BOOLEAN iiExprArith3TabIntern(leftv res, int op, leftv a, leftv b, leftv
-         {
-           break;// leave loop, goto error handling
-         }
--        a->CleanUp();
--        b->CleanUp();
--        c->CleanUp();
-         return FALSE;
-       }
-       i++;
-@@ -8429,9 +8420,6 @@ static BOOLEAN iiExprArith3TabIntern(leftv res, int op, leftv a, leftv b, leftv
-                 omFreeBin((ADDRESS)an, sleftv_bin);
-                 omFreeBin((ADDRESS)bn, sleftv_bin);
-                 omFreeBin((ADDRESS)cn, sleftv_bin);
--                a->CleanUp();
--                b->CleanUp();
--                c->CleanUp();
-                 //Print("op: %d,result typ:%d\n",op,res->rtyp);
-                 return FALSE;
-               }
-@@ -8491,9 +8479,6 @@ static BOOLEAN iiExprArith3TabIntern(leftv res, int op, leftv a, leftv b, leftv
-     }
-     res->rtyp = UNKNOWN;
-   }
--  a->CleanUp();
--  b->CleanUp();
--  c->CleanUp();
-         //Print("op: %d,result typ:%d\n",op,res->rtyp);
-   return TRUE;
- }

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-11-02 19:40:20 UTC (rev 194542)
+++ community-x86_64/PKGBUILD	2016-11-02 19:40:53 UTC (rev 194543)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
-
-pkgname=singular
-_majver=4-0-3
-_patchver=5
-pkgver=${_majver//-/.}.p${_patchver}
-pkgrel=1
-pkgdesc="Computer Algebra System for polynomial computations"
-arch=(i686 x86_64)
-url="http://www.singular.uni-kl.de/"
-license=(GPL)
-depends=(flint cddlib) # polymake
-makedepends=(doxygen python2)
-optdepends=('python2: Python interface')
-source=("http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}p${_patchver}.tar.gz")
-md5sums=('3fe62e48076dff1a6137baa287501364')
-
-build() {
-  cd singular-${_majver//-/.}
-  ./configure --prefix=/usr --libexecdir=/usr/lib
-  make
-}
-
-package() {
-  cd singular-${_majver//-/.}
-  make DESTDIR="$pkgdir" install
-
-# fix permissions
-  chown -R root:root "$pkgdir"/usr/share
-  chmod 755 "$pkgdir"/usr/share/singular/html
-  chmod 644 "$pkgdir"/usr/share/singular/html/*
-  chmod 644 "$pkgdir"/usr/share/info/singular.hlp
-# move singular.hlp to the path expected by SageMath
-  install -Dm644 "$pkgdir"/usr/share/{info,singular}/singular.hlp
-}

Copied: singular/repos/community-x86_64/PKGBUILD (from rev 194542, singular/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-11-02 19:40:53 UTC (rev 194543)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
+
+pkgname=singular
+_majver=4-0-3
+_patchver=5
+pkgver=${_majver//-/.}.p${_patchver}
+pkgrel=1
+pkgdesc="Computer Algebra System for polynomial computations"
+arch=(i686 x86_64)
+url="http://www.singular.uni-kl.de/"
+license=(GPL)
+depends=(flint cddlib) # polymake
+makedepends=(doxygen python2)
+optdepends=('python2: Python interface')
+source=("http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}p${_patchver}.tar.gz")
+md5sums=('3fe62e48076dff1a6137baa287501364')
+
+build() {
+  cd singular-${_majver//-/.}
+  ./configure --prefix=/usr --libexecdir=/usr/lib
+  make
+}
+
+package() {
+  cd singular-${_majver//-/.}
+  make DESTDIR="$pkgdir" install
+
+# fix permissions
+  chown -R root:root "$pkgdir"/usr/share
+  chmod 755 "$pkgdir"/usr/share/singular/html
+  chmod 644 "$pkgdir"/usr/share/singular/html/*
+  chmod 644 "$pkgdir"/usr/share/info/singular.hlp
+# move singular.hlp to the path expected by SageMath
+  install -Dm644 "$pkgdir"/usr/share/{info,singular}/singular.hlp
+}

Deleted: community-x86_64/revert-86ce458e.patch
===================================================================
--- community-x86_64/revert-86ce458e.patch	2016-11-02 19:40:20 UTC (rev 194542)
+++ community-x86_64/revert-86ce458e.patch	2016-11-02 19:40:53 UTC (rev 194543)
@@ -1,71 +0,0 @@
-From 86ce458e1269a1d57e682c12b9154dd1f1459354 Mon Sep 17 00:00:00 2001
-From: Hans Schoenemann <hannes at mathematik.uni-kl.de>
-Date: Mon, 5 Sep 2016 19:19:40 +0200
-Subject: [PATCH] change: iiExprArith*Intern do not clean args (iiExprArith*
- does iti for them)
-
----
- Singular/iparith.cc | 15 ---------------
- 1 file changed, 15 deletions(-)
-
-diff --git a/Singular/iparith.cc b/Singular/iparith.cc
-index 3d43296..5919313 100644
---- a/Singular/iparith.cc
-+++ b/Singular/iparith.cc
-@@ -7959,8 +7959,6 @@ static BOOLEAN iiExprArith2TabIntern(leftv res, leftv a, int op, leftv b,
-         {
-           break;// leave loop, goto error handling
-         }
--        a->CleanUp();
--        b->CleanUp();
-         //Print("op: %d,result typ:%d\n",op,res->rtyp);
-         return FALSE;
-       }
-@@ -8016,8 +8014,6 @@ static BOOLEAN iiExprArith2TabIntern(leftv res, leftv a, int op, leftv b,
-               bn->CleanUp();
-               omFreeBin((ADDRESS)an, sleftv_bin);
-               omFreeBin((ADDRESS)bn, sleftv_bin);
--              a->CleanUp();
--              b->CleanUp();
-               return FALSE;
-             }
-           }
-@@ -8078,8 +8074,6 @@ static BOOLEAN iiExprArith2TabIntern(leftv res, leftv a, int op, leftv b,
-     }
-     res->rtyp = UNKNOWN;
-   }
--  a->CleanUp();
--  b->CleanUp();
-   return TRUE;
- }
- BOOLEAN iiExprArith2Tab(leftv res, leftv a, int op,
-@@ -8374,9 +8368,6 @@ static BOOLEAN iiExprArith3TabIntern(leftv res, int op, leftv a, leftv b, leftv
-         {
-           break;// leave loop, goto error handling
-         }
--        a->CleanUp();
--        b->CleanUp();
--        c->CleanUp();
-         return FALSE;
-       }
-       i++;
-@@ -8429,9 +8420,6 @@ static BOOLEAN iiExprArith3TabIntern(leftv res, int op, leftv a, leftv b, leftv
-                 omFreeBin((ADDRESS)an, sleftv_bin);
-                 omFreeBin((ADDRESS)bn, sleftv_bin);
-                 omFreeBin((ADDRESS)cn, sleftv_bin);
--                a->CleanUp();
--                b->CleanUp();
--                c->CleanUp();
-                 //Print("op: %d,result typ:%d\n",op,res->rtyp);
-                 return FALSE;
-               }
-@@ -8491,9 +8479,6 @@ static BOOLEAN iiExprArith3TabIntern(leftv res, int op, leftv a, leftv b, leftv
-     }
-     res->rtyp = UNKNOWN;
-   }
--  a->CleanUp();
--  b->CleanUp();
--  c->CleanUp();
-         //Print("op: %d,result typ:%d\n",op,res->rtyp);
-   return TRUE;
- }



More information about the arch-commits mailing list