Date: Saturday, January 2, 2016 @ 22:01:03
  Author: arojas
Revision: 155196

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2016-01-02 21:00:30 UTC (rev 155195)
+++ community-i686/PKGBUILD     2016-01-02 21:01:03 UTC (rev 155196)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Rémy Oudompheng <[email protected]>
-
-pkgname=iml
-pkgver=1.0.4
-pkgrel=2
-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=('cfe3ebc69748c4ac240d6e200b6937ca')
-
-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 155195, iml/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2016-01-02 21:01:03 UTC (rev 155196)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Rémy Oudompheng <[email protected]>
+
+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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2016-01-02 21:00:30 UTC (rev 155195)
+++ community-x86_64/PKGBUILD   2016-01-02 21:01:03 UTC (rev 155196)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Rémy Oudompheng <[email protected]>
-
-pkgname=iml
-pkgver=1.0.4
-pkgrel=2
-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=('cfe3ebc69748c4ac240d6e200b6937ca')
-
-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 155195, 
iml/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2016-01-02 21:01:03 UTC (rev 155196)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Rémy Oudompheng <[email protected]>
+
+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
+}

Reply via email to