[arch-commits] Commit in coin-or-coinutils/repos (4 files)

Antonio Rojas arojas at archlinux.org
Tue Jun 13 20:30:57 UTC 2017


    Date: Tuesday, June 13, 2017 @ 20:30:56
  Author: arojas
Revision: 236685

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

Added:
  coin-or-coinutils/repos/community-i686/PKGBUILD
    (from rev 236684, coin-or-coinutils/trunk/PKGBUILD)
  coin-or-coinutils/repos/community-x86_64/PKGBUILD
    (from rev 236684, coin-or-coinutils/trunk/PKGBUILD)
Deleted:
  coin-or-coinutils/repos/community-i686/PKGBUILD
  coin-or-coinutils/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-06-13 20:30:12 UTC (rev 236684)
+++ community-i686/PKGBUILD	2017-06-13 20:30:56 UTC (rev 236685)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: tikysal <tikysal at gmail.com>
-# Derived from Daniel Ehlers'
-
-pkgname=coin-or-coinutils
-pkgver=2.10.13
-pkgrel=4
-pkgdesc="COIN-OR collection of utility classes"
-arch=(i686 x86_64)
-url="https://projects.coin-or.org/CoinUtils"
-license=(EPL)
-depends=(zlib bzip2 glpk lapack)
-makedepends=(gcc-fortran doxygen)
-groups=(coin-or)
-source=("http://www.coin-or.org/download/source/CoinUtils/CoinUtils-$pkgver.tgz")
-sha1sums=('3440708a8c67b026ae63726a7d02a2d78a3b6eb4')
-
-build() {
-  cd CoinUtils-$pkgver
-
-  ./configure --prefix=/usr --with-blas-lib='-lblas' --with-lapack-lib='-llapack' --with-glpk-lib='-lglpk' --enable-dependency-linking
-  make
-}
-
-check() {
-  cd CoinUtils-$pkgver
-  make test
-}
-
-package() {
-  cd CoinUtils-$pkgver
-  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
-  make DESTDIR="$pkgdir" install
-}

Copied: coin-or-coinutils/repos/community-i686/PKGBUILD (from rev 236684, coin-or-coinutils/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-06-13 20:30:56 UTC (rev 236685)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: tikysal <tikysal at gmail.com>
+# Derived from Daniel Ehlers'
+
+pkgname=coin-or-coinutils
+pkgver=2.10.14
+pkgrel=1
+pkgdesc="COIN-OR collection of utility classes"
+arch=(i686 x86_64)
+url="https://projects.coin-or.org/CoinUtils"
+license=(EPL)
+depends=(zlib bzip2 glpk lapack)
+makedepends=(gcc-fortran doxygen)
+groups=(coin-or)
+source=("http://www.coin-or.org/download/source/CoinUtils/CoinUtils-$pkgver.tgz")
+sha256sums=('85a99b70b0271c0409c2b10299529ffa1623b176ee0ba1567c46d7fc17371628')
+
+build() {
+  cd CoinUtils-$pkgver
+
+  ./configure --prefix=/usr --with-blas-lib='-lblas' --with-lapack-lib='-llapack' --with-glpk-lib='-lglpk' --enable-dependency-linking
+  make
+}
+
+check() {
+  cd CoinUtils-$pkgver
+  make test
+}
+
+package() {
+  cd CoinUtils-$pkgver
+  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-06-13 20:30:12 UTC (rev 236684)
+++ community-x86_64/PKGBUILD	2017-06-13 20:30:56 UTC (rev 236685)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: tikysal <tikysal at gmail.com>
-# Derived from Daniel Ehlers'
-
-pkgname=coin-or-coinutils
-pkgver=2.10.13
-pkgrel=4
-pkgdesc="COIN-OR collection of utility classes"
-arch=(i686 x86_64)
-url="https://projects.coin-or.org/CoinUtils"
-license=(EPL)
-depends=(zlib bzip2 glpk lapack)
-makedepends=(gcc-fortran doxygen)
-groups=(coin-or)
-source=("http://www.coin-or.org/download/source/CoinUtils/CoinUtils-$pkgver.tgz")
-sha1sums=('3440708a8c67b026ae63726a7d02a2d78a3b6eb4')
-
-build() {
-  cd CoinUtils-$pkgver
-
-  ./configure --prefix=/usr --with-blas-lib='-lblas' --with-lapack-lib='-llapack' --with-glpk-lib='-lglpk' --enable-dependency-linking
-  make
-}
-
-check() {
-  cd CoinUtils-$pkgver
-  make test
-}
-
-package() {
-  cd CoinUtils-$pkgver
-  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
-  make DESTDIR="$pkgdir" install
-}

Copied: coin-or-coinutils/repos/community-x86_64/PKGBUILD (from rev 236684, coin-or-coinutils/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-06-13 20:30:56 UTC (rev 236685)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: tikysal <tikysal at gmail.com>
+# Derived from Daniel Ehlers'
+
+pkgname=coin-or-coinutils
+pkgver=2.10.14
+pkgrel=1
+pkgdesc="COIN-OR collection of utility classes"
+arch=(i686 x86_64)
+url="https://projects.coin-or.org/CoinUtils"
+license=(EPL)
+depends=(zlib bzip2 glpk lapack)
+makedepends=(gcc-fortran doxygen)
+groups=(coin-or)
+source=("http://www.coin-or.org/download/source/CoinUtils/CoinUtils-$pkgver.tgz")
+sha256sums=('85a99b70b0271c0409c2b10299529ffa1623b176ee0ba1567c46d7fc17371628')
+
+build() {
+  cd CoinUtils-$pkgver
+
+  ./configure --prefix=/usr --with-blas-lib='-lblas' --with-lapack-lib='-llapack' --with-glpk-lib='-lglpk' --enable-dependency-linking
+  make
+}
+
+check() {
+  cd CoinUtils-$pkgver
+  make test
+}
+
+package() {
+  cd CoinUtils-$pkgver
+  PKG_CONFIG_LIBDIR="$pkgdir"/usr/lib/pkgconfig/ \
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list