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

Antonio Rojas arojas at archlinux.org
Mon Jul 10 21:10:24 UTC 2017


    Date: Monday, July 10, 2017 @ 21:10:24
  Author: arojas
Revision: 243795

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-07-10 21:09:47 UTC (rev 243794)
+++ community-i686/PKGBUILD	2017-07-10 21:10:24 UTC (rev 243795)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=meataxe
-pkgver=2.4.24
-pkgrel=4
-pkgdesc="A set of programs for working with matrix representations over finite fields"
-arch=(i686 x86_64)
-url="http://www.math.rwth-aachen.de/~MTX/"
-license=(GPL)
-depends=(glibc)
-#source=("http://www.math.rwth-aachen.de/~MTX/$pkgname-$pkgver.tar.gz")
-source=("https://trac.sagemath.org/raw-attachment/ticket/12103/meataxe-$pkgver.tar.gz"
-	"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/IO_fixes.patch"
-	"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/StrassenWinogradImplementation.patch"
-	"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/StrassenWinogradUsage.patch"
-	"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/TweakEchelon.patch"
-	"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/UseErrorPropagation.patch")
-md5sums=('e0f384e37a69671c73c2904e4e69dc01'
-         '5fbe031993c9aa0c41e6d9138748d902'
-         'b2ca48d166c538daa80ef7e6646dbb97'
-         '6683ff2a272a3ea0e3851a3826684caf'
-         '2eeae8b89e018e86205140d316712a66'
-         'a3831f351ca465d8dc57a922e4c52b62')
-
-prepare() {
-  cd $pkgname-$pkgver
-  for _patch in IO_fixes StrassenWinogradImplementation StrassenWinogradUsage TweakEchelon UseErrorPropagation; do
-   patch -p1 -i ../$_patch.patch
-  done
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  export CFLAGS1="$CFLAGS -std=gnu99 -O -Wall -fPIC"
-  export ZZZ=0
-  export MTXLIB="$HOME/.local/share/meataxe"
-  export MTXBIN=/usr/bin
-  touch Makefile.conf
-  make
-#  make tmp/libmtx.a
-}
-
-package() {
-  cd $pkgname-$pkgver
-  
-  mkdir -p "$pkgdir"/usr/{include,bin,lib,share/doc/meataxe}
-  install -m755 bin/* "$pkgdir"/usr/bin
-  install -m644 tmp/libmtx.a "$pkgdir"/usr/lib
-  install -m644 src/meataxe.h "$pkgdir"/usr/include
-  install -m644 doc/* "$pkgdir"/usr/share/doc/meataxe
-}

Copied: meataxe/repos/community-i686/PKGBUILD (from rev 243794, meataxe/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-07-10 21:10:24 UTC (rev 243795)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=meataxe
+pkgver=2.4.24
+pkgrel=5
+pkgdesc="A set of programs for working with matrix representations over finite fields"
+arch=(i686 x86_64)
+url="http://www.math.rwth-aachen.de/~MTX/"
+license=(GPL)
+depends=(glibc)
+#source=("http://www.math.rwth-aachen.de/~MTX/$pkgname-$pkgver.tar.gz")
+source=("https://trac.sagemath.org/raw-attachment/ticket/12103/meataxe-$pkgver.tar.gz"
+	"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/IO_fixes.patch"
+	"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/StrassenWinogradImplementation.patch"
+	"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/StrassenWinogradUsage.patch"
+	"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/TweakEchelon.patch"
+	"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/UseErrorPropagation.patch")
+sha256sums=('c3b131218d293c6a68620cafe5da589241f157cd07887e491e7720ba4b469dd1'
+            'a0c2141d7741326a304c15a15d621215ec7275d84954cde53e34eac873e56eaa'
+            'b49c32eb1836f13a3c348cf56bff790f78a73e349e70e2172f60a949f17c28df'
+            '4c7538a55bb0f29b7d95601f6fae408b1742db5aa9954cab22cdd01d8042a272'
+            'a36b4e966fcbe6ac63216538038ef45391d44029894f386803d858f8fe32a39c'
+            '4c4d2cbec389ed561af10a5558eea87b6f301f8db96e44c06a8ca54a7709f6fd')
+
+prepare() {
+  cd $pkgname-$pkgver
+  for _patch in IO_fixes StrassenWinogradImplementation StrassenWinogradUsage TweakEchelon UseErrorPropagation; do
+   patch -p1 -i ../$_patch.patch
+  done
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  export CFLAGS1="$CFLAGS -std=gnu99 -O -Wall -fPIC"
+  export ZZZ=0
+  export MTXLIB="$HOME/.local/share/meataxe"
+  export MTXBIN=/usr/bin
+  touch Makefile.conf
+  make
+#  make tmp/libmtx.a
+}
+
+package() {
+  cd $pkgname-$pkgver
+  
+  mkdir -p "$pkgdir"/usr/{include,bin,lib,share/doc/meataxe}
+  install -m755 bin/* "$pkgdir"/usr/bin
+  install -m644 tmp/libmtx.a "$pkgdir"/usr/lib
+  install -m644 src/meataxe.h "$pkgdir"/usr/include
+  install -m644 doc/* "$pkgdir"/usr/share/doc/meataxe
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-07-10 21:09:47 UTC (rev 243794)
+++ community-x86_64/PKGBUILD	2017-07-10 21:10:24 UTC (rev 243795)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=meataxe
-pkgver=2.4.24
-pkgrel=4
-pkgdesc="A set of programs for working with matrix representations over finite fields"
-arch=(i686 x86_64)
-url="http://www.math.rwth-aachen.de/~MTX/"
-license=(GPL)
-depends=(glibc)
-#source=("http://www.math.rwth-aachen.de/~MTX/$pkgname-$pkgver.tar.gz")
-source=("https://trac.sagemath.org/raw-attachment/ticket/12103/meataxe-$pkgver.tar.gz"
-	"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/IO_fixes.patch"
-	"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/StrassenWinogradImplementation.patch"
-	"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/StrassenWinogradUsage.patch"
-	"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/TweakEchelon.patch"
-	"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/UseErrorPropagation.patch")
-md5sums=('e0f384e37a69671c73c2904e4e69dc01'
-         '5fbe031993c9aa0c41e6d9138748d902'
-         'b2ca48d166c538daa80ef7e6646dbb97'
-         '6683ff2a272a3ea0e3851a3826684caf'
-         '2eeae8b89e018e86205140d316712a66'
-         'a3831f351ca465d8dc57a922e4c52b62')
-
-prepare() {
-  cd $pkgname-$pkgver
-  for _patch in IO_fixes StrassenWinogradImplementation StrassenWinogradUsage TweakEchelon UseErrorPropagation; do
-   patch -p1 -i ../$_patch.patch
-  done
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  export CFLAGS1="$CFLAGS -std=gnu99 -O -Wall -fPIC"
-  export ZZZ=0
-  export MTXLIB="$HOME/.local/share/meataxe"
-  export MTXBIN=/usr/bin
-  touch Makefile.conf
-  make
-#  make tmp/libmtx.a
-}
-
-package() {
-  cd $pkgname-$pkgver
-  
-  mkdir -p "$pkgdir"/usr/{include,bin,lib,share/doc/meataxe}
-  install -m755 bin/* "$pkgdir"/usr/bin
-  install -m644 tmp/libmtx.a "$pkgdir"/usr/lib
-  install -m644 src/meataxe.h "$pkgdir"/usr/include
-  install -m644 doc/* "$pkgdir"/usr/share/doc/meataxe
-}

Copied: meataxe/repos/community-x86_64/PKGBUILD (from rev 243794, meataxe/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-07-10 21:10:24 UTC (rev 243795)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=meataxe
+pkgver=2.4.24
+pkgrel=5
+pkgdesc="A set of programs for working with matrix representations over finite fields"
+arch=(i686 x86_64)
+url="http://www.math.rwth-aachen.de/~MTX/"
+license=(GPL)
+depends=(glibc)
+#source=("http://www.math.rwth-aachen.de/~MTX/$pkgname-$pkgver.tar.gz")
+source=("https://trac.sagemath.org/raw-attachment/ticket/12103/meataxe-$pkgver.tar.gz"
+	"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/IO_fixes.patch"
+	"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/StrassenWinogradImplementation.patch"
+	"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/StrassenWinogradUsage.patch"
+	"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/TweakEchelon.patch"
+	"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/UseErrorPropagation.patch")
+sha256sums=('c3b131218d293c6a68620cafe5da589241f157cd07887e491e7720ba4b469dd1'
+            'a0c2141d7741326a304c15a15d621215ec7275d84954cde53e34eac873e56eaa'
+            'b49c32eb1836f13a3c348cf56bff790f78a73e349e70e2172f60a949f17c28df'
+            '4c7538a55bb0f29b7d95601f6fae408b1742db5aa9954cab22cdd01d8042a272'
+            'a36b4e966fcbe6ac63216538038ef45391d44029894f386803d858f8fe32a39c'
+            '4c4d2cbec389ed561af10a5558eea87b6f301f8db96e44c06a8ca54a7709f6fd')
+
+prepare() {
+  cd $pkgname-$pkgver
+  for _patch in IO_fixes StrassenWinogradImplementation StrassenWinogradUsage TweakEchelon UseErrorPropagation; do
+   patch -p1 -i ../$_patch.patch
+  done
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  export CFLAGS1="$CFLAGS -std=gnu99 -O -Wall -fPIC"
+  export ZZZ=0
+  export MTXLIB="$HOME/.local/share/meataxe"
+  export MTXBIN=/usr/bin
+  touch Makefile.conf
+  make
+#  make tmp/libmtx.a
+}
+
+package() {
+  cd $pkgname-$pkgver
+  
+  mkdir -p "$pkgdir"/usr/{include,bin,lib,share/doc/meataxe}
+  install -m755 bin/* "$pkgdir"/usr/bin
+  install -m644 tmp/libmtx.a "$pkgdir"/usr/lib
+  install -m644 src/meataxe.h "$pkgdir"/usr/include
+  install -m644 doc/* "$pkgdir"/usr/share/doc/meataxe
+}



More information about the arch-commits mailing list