Date: Friday, March 25, 2016 @ 20:19:52
  Author: arojas
Revision: 168364

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

Added:
  igraph/repos/community-staging-i686/
  igraph/repos/community-staging-i686/PKGBUILD
    (from rev 168363, igraph/trunk/PKGBUILD)
  igraph/repos/community-staging-x86_64/
  igraph/repos/community-staging-x86_64/PKGBUILD
    (from rev 168363, igraph/trunk/PKGBUILD)
Deleted:
  igraph/repos/community-staging-i686/PKGBUILD
  igraph/repos/community-staging-x86_64/PKGBUILD

-----------------------------------+
 /PKGBUILD                         |   54 ++++++++++++++++++++++++++++++++++++
 community-staging-i686/PKGBUILD   |   27 ------------------
 community-staging-x86_64/PKGBUILD |   27 ------------------
 3 files changed, 54 insertions(+), 54 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===================================================================
--- community-staging-i686/PKGBUILD     2016-03-06 11:11:22 UTC (rev 165344)
+++ community-staging-i686/PKGBUILD     2016-03-25 19:19:52 UTC (rev 168364)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Fazlul Shahriar <[email protected]>
-# Contributor: Denis Zawada <[email protected]>
-
-pkgname=igraph
-pkgver=0.7.1
-pkgrel=3
-pkgdesc="A library for creating and manipulating (un)directed graphs."
-arch=(i686 x86_64)
-url="http://igraph.org/c/";
-license=(GPL2)
-depends=(glpk arpack)
-source=("http://igraph.org/nightly/get/c/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('4f6e7c16b45fce8ed423516a9786e4e8')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-external-blas --with-external-lapack 
--with-external-arpack --with-external-glpk --disable-tls
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-

Copied: igraph/repos/community-staging-i686/PKGBUILD (from rev 168363, 
igraph/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2016-03-25 19:19:52 UTC (rev 168364)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Fazlul Shahriar <[email protected]>
+# Contributor: Denis Zawada <[email protected]>
+
+pkgname=igraph
+pkgver=0.7.1
+pkgrel=4
+pkgdesc="A library for creating and manipulating (un)directed graphs."
+arch=(i686 x86_64)
+url="http://igraph.org/c/";
+license=(GPL2)
+depends=(glpk arpack)
+source=("http://igraph.org/nightly/get/c/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('4f6e7c16b45fce8ed423516a9786e4e8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-external-blas --with-external-lapack 
--with-external-arpack --with-external-glpk --disable-tls
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: community-staging-x86_64/PKGBUILD
===================================================================
--- community-staging-x86_64/PKGBUILD   2016-03-06 11:11:22 UTC (rev 165344)
+++ community-staging-x86_64/PKGBUILD   2016-03-25 19:19:52 UTC (rev 168364)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Fazlul Shahriar <[email protected]>
-# Contributor: Denis Zawada <[email protected]>
-
-pkgname=igraph
-pkgver=0.7.1
-pkgrel=3
-pkgdesc="A library for creating and manipulating (un)directed graphs."
-arch=(i686 x86_64)
-url="http://igraph.org/c/";
-license=(GPL2)
-depends=(glpk arpack)
-source=("http://igraph.org/nightly/get/c/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('4f6e7c16b45fce8ed423516a9786e4e8')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-external-blas --with-external-lapack 
--with-external-arpack --with-external-glpk --disable-tls
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-

Copied: igraph/repos/community-staging-x86_64/PKGBUILD (from rev 168363, 
igraph/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-25 19:19:52 UTC (rev 168364)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Fazlul Shahriar <[email protected]>
+# Contributor: Denis Zawada <[email protected]>
+
+pkgname=igraph
+pkgver=0.7.1
+pkgrel=4
+pkgdesc="A library for creating and manipulating (un)directed graphs."
+arch=(i686 x86_64)
+url="http://igraph.org/c/";
+license=(GPL2)
+depends=(glpk arpack)
+source=("http://igraph.org/nightly/get/c/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('4f6e7c16b45fce8ed423516a9786e4e8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-external-blas --with-external-lapack 
--with-external-arpack --with-external-glpk --disable-tls
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+

Reply via email to