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

Antonio Rojas arojas at archlinux.org
Tue Nov 1 20:40:37 UTC 2016


    Date: Tuesday, November 1, 2016 @ 20:40:36
  Author: arojas
Revision: 194258

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-11-01 20:40:27 UTC (rev 194257)
+++ community-i686/PKGBUILD	2016-11-01 20:40:36 UTC (rev 194258)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
-
-pkgname=iml
-pkgver=1.0.5
-pkgrel=1
-pkgdesc="C Library of integer matrix algorithms"
-arch=(i686 x86_64)
-url="https://cs.uwaterloo.ca/~astorjoh/iml.html"
-license=(GPL)
-depends=(gmp cblas)
-source=("http://www.cs.uwaterloo.ca/~astorjoh/$pkgname-$pkgver.tar.bz2")
-md5sums=('3157d011a3a79d574544ac392fb31e7d')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --enable-shared --with-cblas=-lcblas
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: iml/repos/community-i686/PKGBUILD (from rev 194257, iml/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-11-01 20:40:36 UTC (rev 194258)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
+
+pkgname=iml
+pkgver=1.0.5
+pkgrel=1
+pkgdesc="C Library of integer matrix algorithms"
+arch=(i686 x86_64)
+url="https://cs.uwaterloo.ca/~astorjoh/iml.html"
+license=(GPL)
+depends=(gmp cblas)
+source=("https://www.cs.uwaterloo.ca/~astorjoh/$pkgname-$pkgver.tar.bz2")
+md5sums=('3157d011a3a79d574544ac392fb31e7d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-shared --with-cblas=-lcblas
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-11-01 20:40:27 UTC (rev 194257)
+++ community-x86_64/PKGBUILD	2016-11-01 20:40:36 UTC (rev 194258)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
-
-pkgname=iml
-pkgver=1.0.5
-pkgrel=1
-pkgdesc="C Library of integer matrix algorithms"
-arch=(i686 x86_64)
-url="https://cs.uwaterloo.ca/~astorjoh/iml.html"
-license=(GPL)
-depends=(gmp cblas)
-source=("http://www.cs.uwaterloo.ca/~astorjoh/$pkgname-$pkgver.tar.bz2")
-md5sums=('3157d011a3a79d574544ac392fb31e7d')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --enable-shared --with-cblas=-lcblas
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: iml/repos/community-x86_64/PKGBUILD (from rev 194257, iml/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-11-01 20:40:36 UTC (rev 194258)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
+
+pkgname=iml
+pkgver=1.0.5
+pkgrel=1
+pkgdesc="C Library of integer matrix algorithms"
+arch=(i686 x86_64)
+url="https://cs.uwaterloo.ca/~astorjoh/iml.html"
+license=(GPL)
+depends=(gmp cblas)
+source=("https://www.cs.uwaterloo.ca/~astorjoh/$pkgname-$pkgver.tar.bz2")
+md5sums=('3157d011a3a79d574544ac392fb31e7d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-shared --with-cblas=-lcblas
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list