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

Antonio Rojas arojas at archlinux.org
Fri Jan 30 20:50:57 UTC 2015


    Date: Friday, January 30, 2015 @ 21:50:57
  Author: arojas
Revision: 126832

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-01-30 20:50:31 UTC (rev 126831)
+++ community-i686/PKGBUILD	2015-01-30 20:50:57 UTC (rev 126832)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=lrs
-pkgver=050a
-pkgrel=1
-pkgdesc="C implementation of the reverse search algorithm for vertex enumeration/convex hull problems"
-arch=('i686' 'x86_64')
-url="http://cgm.cs.mcgill.ca/~avis/C/lrs.html"
-license=('GPL')
-depends=('gmp')
-source=("http://cgm.cs.mcgill.ca/~avis/C/lrslib/lrslib-$pkgver.tar")
-md5sums=('13aa52fe0545d1d1dc0755d2e80be7d1')
-
-build() {
-  cd lrslib-050
-  make
-}
-
-package() {
-  cd lrslib-050
-
-  mkdir -p "$pkgdir"/usr/bin
-  cp lrs "$pkgdir"/usr/bin/
-}
-

Copied: lrs/repos/community-i686/PKGBUILD (from rev 126831, lrs/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-01-30 20:50:57 UTC (rev 126832)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=lrs
+pkgver=051
+pkgrel=1
+pkgdesc="C implementation of the reverse search algorithm for vertex enumeration/convex hull problems"
+arch=('i686' 'x86_64')
+url="http://cgm.cs.mcgill.ca/~avis/C/lrs.html"
+license=('GPL')
+depends=('gmp')
+source=("http://cgm.cs.mcgill.ca/~avis/C/lrslib/lrslib-$pkgver.tar.gz")
+md5sums=('cca323eee8bf76f598a13d7bf67cc13d')
+
+build() {
+  cd lrslib-$pkgver
+  make
+}
+
+package() {
+  cd lrslib-$pkgver
+
+  mkdir -p "$pkgdir"/usr/bin
+  cp lrs "$pkgdir"/usr/bin/
+}
+

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-01-30 20:50:31 UTC (rev 126831)
+++ community-x86_64/PKGBUILD	2015-01-30 20:50:57 UTC (rev 126832)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=lrs
-pkgver=050a
-pkgrel=1
-pkgdesc="C implementation of the reverse search algorithm for vertex enumeration/convex hull problems"
-arch=('i686' 'x86_64')
-url="http://cgm.cs.mcgill.ca/~avis/C/lrs.html"
-license=('GPL')
-depends=('gmp')
-source=("http://cgm.cs.mcgill.ca/~avis/C/lrslib/lrslib-$pkgver.tar")
-md5sums=('13aa52fe0545d1d1dc0755d2e80be7d1')
-
-build() {
-  cd lrslib-050
-  make
-}
-
-package() {
-  cd lrslib-050
-
-  mkdir -p "$pkgdir"/usr/bin
-  cp lrs "$pkgdir"/usr/bin/
-}
-

Copied: lrs/repos/community-x86_64/PKGBUILD (from rev 126831, lrs/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-01-30 20:50:57 UTC (rev 126832)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=lrs
+pkgver=051
+pkgrel=1
+pkgdesc="C implementation of the reverse search algorithm for vertex enumeration/convex hull problems"
+arch=('i686' 'x86_64')
+url="http://cgm.cs.mcgill.ca/~avis/C/lrs.html"
+license=('GPL')
+depends=('gmp')
+source=("http://cgm.cs.mcgill.ca/~avis/C/lrslib/lrslib-$pkgver.tar.gz")
+md5sums=('cca323eee8bf76f598a13d7bf67cc13d')
+
+build() {
+  cd lrslib-$pkgver
+  make
+}
+
+package() {
+  cd lrslib-$pkgver
+
+  mkdir -p "$pkgdir"/usr/bin
+  cp lrs "$pkgdir"/usr/bin/
+}
+



More information about the arch-commits mailing list