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

Antonio Rojas arojas at archlinux.org
Fri Aug 5 14:14:45 UTC 2016


    Date: Friday, August 5, 2016 @ 14:14:44
  Author: arojas
Revision: 185323

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

Added:
  brial/repos/community-testing-i686/PKGBUILD
    (from rev 185322, brial/trunk/PKGBUILD)
  brial/repos/community-testing-x86_64/PKGBUILD
    (from rev 185322, brial/trunk/PKGBUILD)
Deleted:
  brial/repos/community-testing-i686/PKGBUILD
  brial/repos/community-testing-x86_64/PKGBUILD

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

Deleted: community-testing-i686/PKGBUILD
===================================================================
--- community-testing-i686/PKGBUILD	2016-08-05 14:14:03 UTC (rev 185322)
+++ community-testing-i686/PKGBUILD	2016-08-05 14:14:44 UTC (rev 185323)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=brial
-pkgver=0.8.5
-pkgrel=1
-pkgdesc="Library for polynomials over boolean rings"
-arch=(i686 x86_64)
-url="https://github.com/BRiAl/BRiAl"
-license=(GPL)
-depends=(python2 m4ri)
-makedepends=(boost)
-conflicts=(polybori)
-replaces=(polybori)
-source=("https://github.com/BRiAl/BRiAl/releases/download/$pkgver/$pkgname-$pkgver.tar.bz2")
-md5sums=('f332eaa0378e9b630f958e4dcd4ea6e8')
-
-build() {
-  cd $pkgname-$pkgver 
-
-  export PYTHON=python2
-  ./configure --prefix=/usr --enable-shared
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: brial/repos/community-testing-i686/PKGBUILD (from rev 185322, brial/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2016-08-05 14:14:44 UTC (rev 185323)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=brial
+pkgver=0.8.5
+pkgrel=2
+pkgdesc="Library for polynomials over boolean rings"
+arch=(i686 x86_64)
+url="https://github.com/BRiAl/BRiAl"
+license=(GPL)
+depends=(python2 m4ri)
+makedepends=(boost)
+conflicts=(polybori)
+replaces=(polybori)
+source=("https://github.com/BRiAl/BRiAl/releases/download/$pkgver/$pkgname-$pkgver.tar.bz2")
+md5sums=('f332eaa0378e9b630f958e4dcd4ea6e8')
+
+build() {
+  cd $pkgname-$pkgver 
+
+  export PYTHON=python2
+  export CXXFLAGS="$CXXFLAGS -std=c++98"
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-testing-x86_64/PKGBUILD
===================================================================
--- community-testing-x86_64/PKGBUILD	2016-08-05 14:14:03 UTC (rev 185322)
+++ community-testing-x86_64/PKGBUILD	2016-08-05 14:14:44 UTC (rev 185323)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=brial
-pkgver=0.8.5
-pkgrel=1
-pkgdesc="Library for polynomials over boolean rings"
-arch=(i686 x86_64)
-url="https://github.com/BRiAl/BRiAl"
-license=(GPL)
-depends=(python2 m4ri)
-makedepends=(boost)
-conflicts=(polybori)
-replaces=(polybori)
-source=("https://github.com/BRiAl/BRiAl/releases/download/$pkgver/$pkgname-$pkgver.tar.bz2")
-md5sums=('f332eaa0378e9b630f958e4dcd4ea6e8')
-
-build() {
-  cd $pkgname-$pkgver 
-
-  export PYTHON=python2
-  ./configure --prefix=/usr --enable-shared
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: brial/repos/community-testing-x86_64/PKGBUILD (from rev 185322, brial/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2016-08-05 14:14:44 UTC (rev 185323)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=brial
+pkgver=0.8.5
+pkgrel=2
+pkgdesc="Library for polynomials over boolean rings"
+arch=(i686 x86_64)
+url="https://github.com/BRiAl/BRiAl"
+license=(GPL)
+depends=(python2 m4ri)
+makedepends=(boost)
+conflicts=(polybori)
+replaces=(polybori)
+source=("https://github.com/BRiAl/BRiAl/releases/download/$pkgver/$pkgname-$pkgver.tar.bz2")
+md5sums=('f332eaa0378e9b630f958e4dcd4ea6e8')
+
+build() {
+  cd $pkgname-$pkgver 
+
+  export PYTHON=python2
+  export CXXFLAGS="$CXXFLAGS -std=c++98"
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list