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

Antonio Rojas arojas at archlinux.org
Fri Sep 11 20:56:30 UTC 2015


    Date: Friday, September 11, 2015 @ 22:56:30
  Author: arojas
Revision: 139936

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

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

---------------------------+
 /PKGBUILD                 |   62 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   30 ---------------------
 community-x86_64/PKGBUILD |   30 ---------------------
 3 files changed, 62 insertions(+), 60 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-09-11 20:55:36 UTC (rev 139935)
+++ community-i686/PKGBUILD	2015-09-11 20:56:30 UTC (rev 139936)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
-
-pkgname=m4rie
-pkgver=20140914
-pkgrel=1
-pkgdesc="Algorithms for linear algebra over F_2^e"
-arch=('i686' 'x86_64')
-url="http://m4ri.sagemath.org/"
-license=('GPL')
-depends=('m4ri')
-source=(http://m4ri.sagemath.org/downloads/m4rie/$pkgname-$pkgver.tar.gz)
-md5sums=('10e9fd98efb72568ee64c6510f4cc0de')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make install DESTDIR="$pkgdir"
-}
-

Copied: m4rie/repos/community-i686/PKGBUILD (from rev 139935, m4rie/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-09-11 20:56:30 UTC (rev 139936)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
+
+pkgname=m4rie
+pkgver=20150908
+pkgrel=1
+pkgdesc="Algorithms for linear algebra over F_2^e"
+arch=(i686 x86_64)
+url="https://bitbucket.org/malb/m4rie"
+license=(GPL)
+depends=(m4ri)
+source=(https://bitbucket.org/malb/m4rie/downloads/$pkgname-$pkgver.tar.gz)
+md5sums=('c2c04cbfcc5d56ffdeb5133109272b8c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}
+

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-09-11 20:55:36 UTC (rev 139935)
+++ community-x86_64/PKGBUILD	2015-09-11 20:56:30 UTC (rev 139936)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
-
-pkgname=m4rie
-pkgver=20140914
-pkgrel=1
-pkgdesc="Algorithms for linear algebra over F_2^e"
-arch=('i686' 'x86_64')
-url="http://m4ri.sagemath.org/"
-license=('GPL')
-depends=('m4ri')
-source=(http://m4ri.sagemath.org/downloads/m4rie/$pkgname-$pkgver.tar.gz)
-md5sums=('10e9fd98efb72568ee64c6510f4cc0de')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make install DESTDIR="$pkgdir"
-}
-

Copied: m4rie/repos/community-x86_64/PKGBUILD (from rev 139935, m4rie/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-09-11 20:56:30 UTC (rev 139936)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
+
+pkgname=m4rie
+pkgver=20150908
+pkgrel=1
+pkgdesc="Algorithms for linear algebra over F_2^e"
+arch=(i686 x86_64)
+url="https://bitbucket.org/malb/m4rie"
+license=(GPL)
+depends=(m4ri)
+source=(https://bitbucket.org/malb/m4rie/downloads/$pkgname-$pkgver.tar.gz)
+md5sums=('c2c04cbfcc5d56ffdeb5133109272b8c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}
+



More information about the arch-commits mailing list