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

2017-10-06 Thread Kyle Keen
Date: Friday, October 6, 2017 @ 11:36:01
  Author: kkeen
Revision: 261889

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-06 11:35:35 UTC (rev 261888)
+++ community-i686/PKGBUILD 2017-10-06 11:36:01 UTC (rev 261889)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dmitriy Morozov 
-
-pkgname=cgal
-pkgver=4.10
-pkgrel=1
-pkgdesc="Computational Geometry Algorithms Library"
-arch=('i686' 'x86_64')
-url="http://www.cgal.org;
-license=('GPL' 'LGPL')
-source=("https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-$pkgver/CGAL-$pkgver.tar.xz;)
-depends=('mpfr' 'gmp' 'mesa' 'glu' 'boost-libs')
-optdepends=('qt5-svg: for CGAL_Qt5'
-'eigen: for some packages, see the CGAL manual')
-makedepends=('cmake' 'qt5-svg' 'eigen' 'boost')
-md5sums=('0a60a756b6885580945122ee178dd8db')
-
-# consider building with swig for python stuff
-# https://gforge.inria.fr/frs/?group_id=52  for _pkgid
-
-# 4.8 supposedly does not depend on boost?  good luck...
-
-build() {
-  cd "$srcdir/CGAL-$pkgver"
-  mkdir -p build
-  cd build
-  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd "$srcdir/CGAL-$pkgver/build"
-  make install DESTDIR="$pkgdir"
-
-  # The tarball still has all these licenses included
-  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
-install -D -m644 "$srcdir/CGAL-$pkgver/$_license" 
"$pkgdir/usr/share/licenses/$pkgname/$_license"
-  done
-}
-

Copied: cgal/repos/community-i686/PKGBUILD (from rev 261888, 
cgal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-06 11:36:01 UTC (rev 261889)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dmitriy Morozov 
+
+pkgname=cgal
+pkgver=4.11
+pkgrel=1
+pkgdesc="Computational Geometry Algorithms Library"
+arch=('i686' 'x86_64')
+url="http://www.cgal.org;
+license=('GPL' 'LGPL')
+source=("https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-$pkgver/CGAL-$pkgver.tar.xz;)
+depends=('mpfr' 'gmp' 'mesa' 'glu' 'boost-libs')
+optdepends=('qt5-svg: for CGAL_Qt5'
+'eigen: for some packages, see the CGAL manual')
+makedepends=('cmake' 'qt5-svg' 'eigen' 'boost')
+md5sums=('0e9566046e402f8dc514caef11155864')
+
+# consider building with swig for python stuff
+# https://gforge.inria.fr/frs/?group_id=52  for _pkgid
+
+# 4.8 supposedly does not depend on boost?  good luck...
+
+build() {
+  cd "$srcdir/CGAL-$pkgver"
+  mkdir -p build
+  cd build
+  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd "$srcdir/CGAL-$pkgver/build"
+  make install DESTDIR="$pkgdir"
+
+  # The tarball still has all these licenses included
+  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
+install -D -m644 "$srcdir/CGAL-$pkgver/$_license" 
"$pkgdir/usr/share/licenses/$pkgname/$_license"
+  done
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-06 11:35:35 UTC (rev 261888)
+++ community-x86_64/PKGBUILD   2017-10-06 11:36:01 UTC (rev 261889)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dmitriy Morozov 
-
-pkgname=cgal
-pkgver=4.10
-pkgrel=1
-pkgdesc="Computational Geometry Algorithms Library"
-arch=('i686' 'x86_64')
-url="http://www.cgal.org;
-license=('GPL' 'LGPL')
-source=("https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-$pkgver/CGAL-$pkgver.tar.xz;)
-depends=('mpfr' 'gmp' 'mesa' 'glu' 'boost-libs')
-optdepends=('qt5-svg: for CGAL_Qt5'
-'eigen: for some packages, see the CGAL manual')
-makedepends=('cmake' 'qt5-svg' 'eigen' 'boost')
-md5sums=('0a60a756b6885580945122ee178dd8db')
-
-# consider building with swig for python stuff
-# https://gforge.inria.fr/frs/?group_id=52  for _pkgid
-
-# 4.8 supposedly does not depend on boost?  good luck...
-
-build() {
-  cd "$srcdir/CGAL-$pkgver"
-  mkdir -p build
-  cd build
-  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd "$srcdir/CGAL-$pkgver/build"
-  

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

2017-05-30 Thread Kyle Keen
Date: Tuesday, May 30, 2017 @ 23:37:46
  Author: kkeen
Revision: 231421

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

Added:
  cgal/repos/community-staging-i686/
  cgal/repos/community-staging-i686/PKGBUILD
(from rev 231420, cgal/trunk/PKGBUILD)
  cgal/repos/community-staging-x86_64/
  cgal/repos/community-staging-x86_64/PKGBUILD
(from rev 231420, cgal/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   41 
 community-staging-x86_64/PKGBUILD |   41 
 2 files changed, 82 insertions(+)

Copied: cgal/repos/community-staging-i686/PKGBUILD (from rev 231420, 
cgal/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-30 23:37:46 UTC (rev 231421)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dmitriy Morozov 
+
+pkgname=cgal
+pkgver=4.10
+pkgrel=1
+pkgdesc="Computational Geometry Algorithms Library"
+arch=('i686' 'x86_64')
+url="http://www.cgal.org;
+license=('GPL' 'LGPL')
+source=("https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-$pkgver/CGAL-$pkgver.tar.xz;)
+depends=('mpfr' 'gmp' 'mesa' 'glu' 'boost-libs')
+optdepends=('qt5-svg: for CGAL_Qt5'
+'eigen: for some packages, see the CGAL manual')
+makedepends=('cmake' 'qt5-svg' 'eigen' 'boost')
+md5sums=('0a60a756b6885580945122ee178dd8db')
+
+# consider building with swig for python stuff
+# https://gforge.inria.fr/frs/?group_id=52  for _pkgid
+
+# 4.8 supposedly does not depend on boost?  good luck...
+
+build() {
+  cd "$srcdir/CGAL-$pkgver"
+  mkdir -p build
+  cd build
+  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd "$srcdir/CGAL-$pkgver/build"
+  make install DESTDIR="$pkgdir"
+
+  # The tarball still has all these licenses included
+  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
+install -D -m644 "$srcdir/CGAL-$pkgver/$_license" 
"$pkgdir/usr/share/licenses/$pkgname/$_license"
+  done
+}
+

Copied: cgal/repos/community-staging-x86_64/PKGBUILD (from rev 231420, 
cgal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-30 23:37:46 UTC (rev 231421)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dmitriy Morozov 
+
+pkgname=cgal
+pkgver=4.10
+pkgrel=1
+pkgdesc="Computational Geometry Algorithms Library"
+arch=('i686' 'x86_64')
+url="http://www.cgal.org;
+license=('GPL' 'LGPL')
+source=("https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-$pkgver/CGAL-$pkgver.tar.xz;)
+depends=('mpfr' 'gmp' 'mesa' 'glu' 'boost-libs')
+optdepends=('qt5-svg: for CGAL_Qt5'
+'eigen: for some packages, see the CGAL manual')
+makedepends=('cmake' 'qt5-svg' 'eigen' 'boost')
+md5sums=('0a60a756b6885580945122ee178dd8db')
+
+# consider building with swig for python stuff
+# https://gforge.inria.fr/frs/?group_id=52  for _pkgid
+
+# 4.8 supposedly does not depend on boost?  good luck...
+
+build() {
+  cd "$srcdir/CGAL-$pkgver"
+  mkdir -p build
+  cd build
+  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd "$srcdir/CGAL-$pkgver/build"
+  make install DESTDIR="$pkgdir"
+
+  # The tarball still has all these licenses included
+  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
+install -D -m644 "$srcdir/CGAL-$pkgver/$_license" 
"$pkgdir/usr/share/licenses/$pkgname/$_license"
+  done
+}
+


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

2017-05-23 Thread Kyle Keen
Date: Tuesday, May 23, 2017 @ 20:34:36
  Author: kkeen
Revision: 229840

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-23 20:34:09 UTC (rev 229839)
+++ community-i686/PKGBUILD 2017-05-23 20:34:36 UTC (rev 229840)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dmitriy Morozov 
-
-pkgname=cgal
-pkgver=4.9.1
-pkgrel=1
-pkgdesc="Computational Geometry Algorithms Library"
-arch=('i686' 'x86_64')
-url="http://www.cgal.org;
-license=('GPL' 'LGPL')
-source=("https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-$pkgver/CGAL-$pkgver.tar.xz;)
-depends=('mpfr' 'gmp' 'mesa' 'glu' 'boost-libs')
-optdepends=('qt5-svg: for CGAL_Qt5'
-'eigen: for some packages, see the CGAL manual')
-makedepends=('cmake' 'qt5-svg' 'eigen' 'boost')
-md5sums=('820ef17ffa7ed87af6cc9918a961d966')
-
-# consider building with swig for python stuff
-# https://gforge.inria.fr/frs/?group_id=52  for _pkgid
-
-# 4.8 supposedly does not depend on boost?  good luck...
-
-build() {
-  cd "$srcdir/CGAL-$pkgver"
-  mkdir -p build
-  cd build
-  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_INSTALL_LIBDIR=/usr/lib
-  make
-}
-
-package() {
-  cd "$srcdir/CGAL-$pkgver/build"
-  make install DESTDIR="$pkgdir"
-
-  # The tarball still has all these licenses included
-  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
-install -D -m644 "$srcdir/CGAL-$pkgver/$_license" 
"$pkgdir/usr/share/licenses/$pkgname/$_license"
-  done
-}
-

Copied: cgal/repos/community-i686/PKGBUILD (from rev 229839, 
cgal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-23 20:34:36 UTC (rev 229840)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dmitriy Morozov 
+
+pkgname=cgal
+pkgver=4.9.1
+pkgrel=2
+pkgdesc="Computational Geometry Algorithms Library"
+arch=('i686' 'x86_64')
+url="http://www.cgal.org;
+license=('GPL' 'LGPL')
+source=("https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-$pkgver/CGAL-$pkgver.tar.xz;)
+depends=('mpfr' 'gmp' 'mesa' 'glu' 'boost-libs')
+optdepends=('qt5-svg: for CGAL_Qt5'
+'eigen: for some packages, see the CGAL manual')
+makedepends=('cmake' 'qt5-svg' 'eigen' 'boost')
+md5sums=('820ef17ffa7ed87af6cc9918a961d966')
+
+# consider building with swig for python stuff
+# https://gforge.inria.fr/frs/?group_id=52  for _pkgid
+
+# 4.8 supposedly does not depend on boost?  good luck...
+
+build() {
+  cd "$srcdir/CGAL-$pkgver"
+  mkdir -p build
+  cd build
+  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd "$srcdir/CGAL-$pkgver/build"
+  make install DESTDIR="$pkgdir"
+
+  # The tarball still has all these licenses included
+  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
+install -D -m644 "$srcdir/CGAL-$pkgver/$_license" 
"$pkgdir/usr/share/licenses/$pkgname/$_license"
+  done
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-05-23 20:34:09 UTC (rev 229839)
+++ community-x86_64/PKGBUILD   2017-05-23 20:34:36 UTC (rev 229840)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dmitriy Morozov 
-
-pkgname=cgal
-pkgver=4.9.1
-pkgrel=1
-pkgdesc="Computational Geometry Algorithms Library"
-arch=('i686' 'x86_64')
-url="http://www.cgal.org;
-license=('GPL' 'LGPL')
-source=("https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-$pkgver/CGAL-$pkgver.tar.xz;)
-depends=('mpfr' 'gmp' 'mesa' 'glu' 'boost-libs')
-optdepends=('qt5-svg: for CGAL_Qt5'
-'eigen: for some packages, see the CGAL manual')
-makedepends=('cmake' 'qt5-svg' 'eigen' 'boost')
-md5sums=('820ef17ffa7ed87af6cc9918a961d966')
-
-# consider building with swig for python stuff
-# https://gforge.inria.fr/frs/?group_id=52  for _pkgid
-
-# 4.8 supposedly does not depend on boost?  good luck...
-
-build() {
-  cd "$srcdir/CGAL-$pkgver"
-  mkdir -p build
-  cd build
-  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_INSTALL_LIBDIR=/usr/lib
-  make
-}
-
-package() {
-  cd 

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

2017-04-25 Thread Kyle Keen
Date: Wednesday, April 26, 2017 @ 04:06:11
  Author: kkeen
Revision: 225388

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-26 04:05:48 UTC (rev 225387)
+++ community-i686/PKGBUILD 2017-04-26 04:06:11 UTC (rev 225388)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dmitriy Morozov 
-
-pkgname=cgal
-pkgver=4.9
-pkgrel=1
-pkgdesc="Computational Geometry Algorithms Library"
-arch=('i686' 'x86_64')
-url="http://www.cgal.org;
-license=('GPL' 'LGPL')
-source=("https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-$pkgver/CGAL-$pkgver.tar.xz;)
-depends=('mpfr' 'gmp' 'mesa' 'glu' 'boost-libs')
-optdepends=('qt5-svg: for CGAL_Qt5'
-'eigen: for some packages, see the CGAL manual')
-makedepends=('cmake' 'qt5-svg' 'eigen' 'boost')
-md5sums=('ee31343dbc4bf7b5b7501ec1650e9233')
-
-# consider building with swig for python stuff
-# https://gforge.inria.fr/frs/?group_id=52  for _pkgid
-
-# 4.8 supposedly does not depend on boost?  good luck...
-
-build() {
-  cd "$srcdir/CGAL-$pkgver"
-  mkdir -p build
-  cd build
-  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/CGAL-$pkgver/build"
-  make install DESTDIR="$pkgdir"
-
-  # The tarball still has all these licenses included
-  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
-install -D -m644 "$srcdir/CGAL-$pkgver/$_license" 
"$pkgdir/usr/share/licenses/$pkgname/$_license"
-  done
-}
-

Copied: cgal/repos/community-i686/PKGBUILD (from rev 225387, 
cgal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-26 04:06:11 UTC (rev 225388)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dmitriy Morozov 
+
+pkgname=cgal
+pkgver=4.9.1
+pkgrel=1
+pkgdesc="Computational Geometry Algorithms Library"
+arch=('i686' 'x86_64')
+url="http://www.cgal.org;
+license=('GPL' 'LGPL')
+source=("https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-$pkgver/CGAL-$pkgver.tar.xz;)
+depends=('mpfr' 'gmp' 'mesa' 'glu' 'boost-libs')
+optdepends=('qt5-svg: for CGAL_Qt5'
+'eigen: for some packages, see the CGAL manual')
+makedepends=('cmake' 'qt5-svg' 'eigen' 'boost')
+md5sums=('820ef17ffa7ed87af6cc9918a961d966')
+
+# consider building with swig for python stuff
+# https://gforge.inria.fr/frs/?group_id=52  for _pkgid
+
+# 4.8 supposedly does not depend on boost?  good luck...
+
+build() {
+  cd "$srcdir/CGAL-$pkgver"
+  mkdir -p build
+  cd build
+  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_INSTALL_LIBDIR=/usr/lib
+  make
+}
+
+package() {
+  cd "$srcdir/CGAL-$pkgver/build"
+  make install DESTDIR="$pkgdir"
+
+  # The tarball still has all these licenses included
+  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
+install -D -m644 "$srcdir/CGAL-$pkgver/$_license" 
"$pkgdir/usr/share/licenses/$pkgname/$_license"
+  done
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-26 04:05:48 UTC (rev 225387)
+++ community-x86_64/PKGBUILD   2017-04-26 04:06:11 UTC (rev 225388)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dmitriy Morozov 
-
-pkgname=cgal
-pkgver=4.9
-pkgrel=1
-pkgdesc="Computational Geometry Algorithms Library"
-arch=('i686' 'x86_64')
-url="http://www.cgal.org;
-license=('GPL' 'LGPL')
-source=("https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-$pkgver/CGAL-$pkgver.tar.xz;)
-depends=('mpfr' 'gmp' 'mesa' 'glu' 'boost-libs')
-optdepends=('qt5-svg: for CGAL_Qt5'
-'eigen: for some packages, see the CGAL manual')
-makedepends=('cmake' 'qt5-svg' 'eigen' 'boost')
-md5sums=('ee31343dbc4bf7b5b7501ec1650e9233')
-
-# consider building with swig for python stuff
-# https://gforge.inria.fr/frs/?group_id=52  for _pkgid
-
-# 4.8 supposedly does not depend on boost?  good luck...
-
-build() {
-  cd "$srcdir/CGAL-$pkgver"
-  mkdir -p build
-  cd build
-  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/CGAL-$pkgver/build"
-  make install DESTDIR="$pkgdir"
-
-  # The tarball 

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

2016-09-20 Thread Kyle Keen
Date: Tuesday, September 20, 2016 @ 11:18:48
  Author: kkeen
Revision: 190046

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

Added:
  cgal/repos/community-staging-i686/
  cgal/repos/community-staging-i686/PKGBUILD
(from rev 190045, cgal/trunk/PKGBUILD)
  cgal/repos/community-staging-x86_64/
  cgal/repos/community-staging-x86_64/PKGBUILD
(from rev 190045, cgal/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   41 
 community-staging-x86_64/PKGBUILD |   41 
 2 files changed, 82 insertions(+)

Copied: cgal/repos/community-staging-i686/PKGBUILD (from rev 190045, 
cgal/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-20 11:18:48 UTC (rev 190046)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dmitriy Morozov 
+
+pkgname=cgal
+pkgver=4.9
+pkgrel=1
+pkgdesc="Computational Geometry Algorithms Library"
+arch=('i686' 'x86_64')
+url="http://www.cgal.org;
+license=('GPL' 'LGPL')
+source=("https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-$pkgver/CGAL-$pkgver.tar.xz;)
+depends=('mpfr' 'gmp' 'mesa' 'glu' 'boost-libs')
+optdepends=('qt5-svg: for CGAL_Qt5'
+'eigen: for some packages, see the CGAL manual')
+makedepends=('cmake' 'qt5-svg' 'eigen' 'boost')
+md5sums=('ee31343dbc4bf7b5b7501ec1650e9233')
+
+# consider building with swig for python stuff
+# https://gforge.inria.fr/frs/?group_id=52  for _pkgid
+
+# 4.8 supposedly does not depend on boost?  good luck...
+
+build() {
+  cd "$srcdir/CGAL-$pkgver"
+  mkdir -p build
+  cd build
+  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/CGAL-$pkgver/build"
+  make install DESTDIR="$pkgdir"
+
+  # The tarball still has all these licenses included
+  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
+install -D -m644 "$srcdir/CGAL-$pkgver/$_license" 
"$pkgdir/usr/share/licenses/$pkgname/$_license"
+  done
+}
+

Copied: cgal/repos/community-staging-x86_64/PKGBUILD (from rev 190045, 
cgal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-20 11:18:48 UTC (rev 190046)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dmitriy Morozov 
+
+pkgname=cgal
+pkgver=4.9
+pkgrel=1
+pkgdesc="Computational Geometry Algorithms Library"
+arch=('i686' 'x86_64')
+url="http://www.cgal.org;
+license=('GPL' 'LGPL')
+source=("https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-$pkgver/CGAL-$pkgver.tar.xz;)
+depends=('mpfr' 'gmp' 'mesa' 'glu' 'boost-libs')
+optdepends=('qt5-svg: for CGAL_Qt5'
+'eigen: for some packages, see the CGAL manual')
+makedepends=('cmake' 'qt5-svg' 'eigen' 'boost')
+md5sums=('ee31343dbc4bf7b5b7501ec1650e9233')
+
+# consider building with swig for python stuff
+# https://gforge.inria.fr/frs/?group_id=52  for _pkgid
+
+# 4.8 supposedly does not depend on boost?  good luck...
+
+build() {
+  cd "$srcdir/CGAL-$pkgver"
+  mkdir -p build
+  cd build
+  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/CGAL-$pkgver/build"
+  make install DESTDIR="$pkgdir"
+
+  # The tarball still has all these licenses included
+  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
+install -D -m644 "$srcdir/CGAL-$pkgver/$_license" 
"$pkgdir/usr/share/licenses/$pkgname/$_license"
+  done
+}
+


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

2016-07-15 Thread Kyle Keen
Date: Saturday, July 16, 2016 @ 01:08:31
  Author: kkeen
Revision: 182972

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-16 01:08:03 UTC (rev 182971)
+++ community-i686/PKGBUILD 2016-07-16 01:08:31 UTC (rev 182972)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dmitriy Morozov 
-
-pkgname=cgal
-pkgver=4.8
-pkgrel=1
-pkgdesc="Computational Geometry Algorithms Library"
-arch=('i686' 'x86_64')
-url="http://www.cgal.org;
-license=('GPL' 'LGPL')
-source=("https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-$pkgver/CGAL-$pkgver.tar.xz;)
-depends=('mpfr' 'gmp' 'mesa' 'glu' 'boost-libs')
-optdepends=('qt5-svg: for CGAL_Qt5'
-'eigen: for some packages, see the CGAL manual')
-makedepends=('cmake' 'qt5-svg' 'eigen' 'boost')
-md5sums=('e31e7039b5cdc74ac7b106db8ba644f3')
-
-# consider building with swig for python stuff
-# https://gforge.inria.fr/frs/?group_id=52  for _pkgid
-
-# 4.8 supposedly does not depend on boost?  good luck...
-
-build() {
-  cd "$srcdir/CGAL-$pkgver"
-  mkdir build
-  cd build
-  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/CGAL-$pkgver/build"
-  make install DESTDIR="$pkgdir"
-
-  # The tarball still has all these licenses included
-  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
-install -D -m644 "$srcdir/CGAL-$pkgver/$_license" 
"$pkgdir/usr/share/licenses/$pkgname/$_license"
-  done
-}
-

Copied: cgal/repos/community-i686/PKGBUILD (from rev 182971, 
cgal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-16 01:08:31 UTC (rev 182972)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dmitriy Morozov 
+
+pkgname=cgal
+pkgver=4.8.1
+pkgrel=1
+pkgdesc="Computational Geometry Algorithms Library"
+arch=('i686' 'x86_64')
+url="http://www.cgal.org;
+license=('GPL' 'LGPL')
+source=("https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-$pkgver/CGAL-$pkgver.tar.xz;)
+depends=('mpfr' 'gmp' 'mesa' 'glu' 'boost-libs')
+optdepends=('qt5-svg: for CGAL_Qt5'
+'eigen: for some packages, see the CGAL manual')
+makedepends=('cmake' 'qt5-svg' 'eigen' 'boost')
+md5sums=('1cbcb3f251822766ed3d744f923c782d')
+
+# consider building with swig for python stuff
+# https://gforge.inria.fr/frs/?group_id=52  for _pkgid
+
+# 4.8 supposedly does not depend on boost?  good luck...
+
+build() {
+  cd "$srcdir/CGAL-$pkgver"
+  mkdir build
+  cd build
+  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/CGAL-$pkgver/build"
+  make install DESTDIR="$pkgdir"
+
+  # The tarball still has all these licenses included
+  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
+install -D -m644 "$srcdir/CGAL-$pkgver/$_license" 
"$pkgdir/usr/share/licenses/$pkgname/$_license"
+  done
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-07-16 01:08:03 UTC (rev 182971)
+++ community-x86_64/PKGBUILD   2016-07-16 01:08:31 UTC (rev 182972)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dmitriy Morozov 
-
-pkgname=cgal
-pkgver=4.8
-pkgrel=1
-pkgdesc="Computational Geometry Algorithms Library"
-arch=('i686' 'x86_64')
-url="http://www.cgal.org;
-license=('GPL' 'LGPL')
-source=("https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-$pkgver/CGAL-$pkgver.tar.xz;)
-depends=('mpfr' 'gmp' 'mesa' 'glu' 'boost-libs')
-optdepends=('qt5-svg: for CGAL_Qt5'
-'eigen: for some packages, see the CGAL manual')
-makedepends=('cmake' 'qt5-svg' 'eigen' 'boost')
-md5sums=('e31e7039b5cdc74ac7b106db8ba644f3')
-
-# consider building with swig for python stuff
-# https://gforge.inria.fr/frs/?group_id=52  for _pkgid
-
-# 4.8 supposedly does not depend on boost?  good luck...
-
-build() {
-  cd "$srcdir/CGAL-$pkgver"
-  mkdir build
-  cd build
-  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/CGAL-$pkgver/build"
-  make install DESTDIR="$pkgdir"
-
-  # The tarball still has all these licenses included
-  

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

2016-04-18 Thread Kyle Keen
Date: Monday, April 18, 2016 @ 14:03:32
  Author: kkeen
Revision: 171341

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

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

---+
 /PKGBUILD |   82 
 community-i686/PKGBUILD   |   39 
 community-x86_64/PKGBUILD |   39 
 3 files changed, 82 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-18 11:44:10 UTC (rev 171340)
+++ community-i686/PKGBUILD 2016-04-18 12:03:32 UTC (rev 171341)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dmitriy Morozov 
-
-pkgname=cgal
-pkgver=4.7
-pkgrel=3
-pkgdesc="Computational Geometry Algorithms Library"
-arch=('i686' 'x86_64')
-url="http://www.cgal.org;
-license=('GPL' 'LGPL')
-source=(https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-4.7/CGAL-$pkgver.tar.xz)
-depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
-optdepends=('qt5-svg: for CGAL_Qt5'
-'eigen: for some packages, see the CGAL manual')
-makedepends=('cmake' 'qt5-svg' 'eigen' 'boost')
-md5sums=('623d91fb2ab0a35049dc6098a0f235cc')
-
-# consider building with swig for python stuff
-# https://gforge.inria.fr/frs/?group_id=52  for _pkgid
-
-build() {
-  cd "$srcdir/CGAL-$pkgver"
-  mkdir build
-  cd build
-  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/CGAL-$pkgver/build"
-  make install DESTDIR="$pkgdir"
-
-  # The tarball still has all these licenses included
-  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
-install -D -m644 "$srcdir/CGAL-$pkgver/$_license" 
"$pkgdir/usr/share/licenses/$pkgname/$_license"
-  done
-}
-

Copied: cgal/repos/community-i686/PKGBUILD (from rev 171340, 
cgal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-18 12:03:32 UTC (rev 171341)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dmitriy Morozov 
+
+pkgname=cgal
+pkgver=4.8
+pkgrel=1
+pkgdesc="Computational Geometry Algorithms Library"
+arch=('i686' 'x86_64')
+url="http://www.cgal.org;
+license=('GPL' 'LGPL')
+source=("https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-$pkgver/CGAL-$pkgver.tar.xz;)
+depends=('mpfr' 'gmp' 'mesa' 'glu' 'boost-libs')
+optdepends=('qt5-svg: for CGAL_Qt5'
+'eigen: for some packages, see the CGAL manual')
+makedepends=('cmake' 'qt5-svg' 'eigen' 'boost')
+md5sums=('e31e7039b5cdc74ac7b106db8ba644f3')
+
+# consider building with swig for python stuff
+# https://gforge.inria.fr/frs/?group_id=52  for _pkgid
+
+# 4.8 supposedly does not depend on boost?  good luck...
+
+build() {
+  cd "$srcdir/CGAL-$pkgver"
+  mkdir build
+  cd build
+  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/CGAL-$pkgver/build"
+  make install DESTDIR="$pkgdir"
+
+  # The tarball still has all these licenses included
+  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
+install -D -m644 "$srcdir/CGAL-$pkgver/$_license" 
"$pkgdir/usr/share/licenses/$pkgname/$_license"
+  done
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-18 11:44:10 UTC (rev 171340)
+++ community-x86_64/PKGBUILD   2016-04-18 12:03:32 UTC (rev 171341)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dmitriy Morozov 
-
-pkgname=cgal
-pkgver=4.7
-pkgrel=3
-pkgdesc="Computational Geometry Algorithms Library"
-arch=('i686' 'x86_64')
-url="http://www.cgal.org;
-license=('GPL' 'LGPL')
-source=(https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-4.7/CGAL-$pkgver.tar.xz)
-depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
-optdepends=('qt5-svg: for CGAL_Qt5'
-'eigen: for some packages, see the CGAL manual')
-makedepends=('cmake' 'qt5-svg' 'eigen' 'boost')
-md5sums=('623d91fb2ab0a35049dc6098a0f235cc')
-
-# consider building with swig for python stuff
-# https://gforge.inria.fr/frs/?group_id=52  for _pkgid
-
-build() {
-  cd "$srcdir/CGAL-$pkgver"
-  mkdir build
-  cd build
-  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/CGAL-$pkgver/build"
-  make install DESTDIR="$pkgdir"
-
-  # The tarball still has all these licenses included
-  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
-install -D -m644 "$srcdir/CGAL-$pkgver/$_license" 

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

2015-12-21 Thread Felix Yan
Date: Monday, December 21, 2015 @ 19:44:34
  Author: fyan
Revision: 154025

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

Added:
  cgal/repos/community-staging-i686/
  cgal/repos/community-staging-i686/PKGBUILD
(from rev 154024, cgal/trunk/PKGBUILD)
  cgal/repos/community-staging-x86_64/
  cgal/repos/community-staging-x86_64/PKGBUILD
(from rev 154024, cgal/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   39 
 community-staging-x86_64/PKGBUILD |   39 
 2 files changed, 78 insertions(+)

Copied: cgal/repos/community-staging-i686/PKGBUILD (from rev 154024, 
cgal/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-21 18:44:34 UTC (rev 154025)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dmitriy Morozov 
+
+pkgname=cgal
+pkgver=4.7
+pkgrel=3
+pkgdesc="Computational Geometry Algorithms Library"
+arch=('i686' 'x86_64')
+url="http://www.cgal.org;
+license=('GPL' 'LGPL')
+source=(https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-4.7/CGAL-$pkgver.tar.xz)
+depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
+optdepends=('qt5-svg: for CGAL_Qt5'
+'eigen: for some packages, see the CGAL manual')
+makedepends=('cmake' 'qt5-svg' 'eigen' 'boost')
+md5sums=('623d91fb2ab0a35049dc6098a0f235cc')
+
+# consider building with swig for python stuff
+# https://gforge.inria.fr/frs/?group_id=52  for _pkgid
+
+build() {
+  cd "$srcdir/CGAL-$pkgver"
+  mkdir build
+  cd build
+  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/CGAL-$pkgver/build"
+  make install DESTDIR="$pkgdir"
+
+  # The tarball still has all these licenses included
+  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
+install -D -m644 "$srcdir/CGAL-$pkgver/$_license" 
"$pkgdir/usr/share/licenses/$pkgname/$_license"
+  done
+}
+

Copied: cgal/repos/community-staging-x86_64/PKGBUILD (from rev 154024, 
cgal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-21 18:44:34 UTC (rev 154025)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dmitriy Morozov 
+
+pkgname=cgal
+pkgver=4.7
+pkgrel=3
+pkgdesc="Computational Geometry Algorithms Library"
+arch=('i686' 'x86_64')
+url="http://www.cgal.org;
+license=('GPL' 'LGPL')
+source=(https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-4.7/CGAL-$pkgver.tar.xz)
+depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
+optdepends=('qt5-svg: for CGAL_Qt5'
+'eigen: for some packages, see the CGAL manual')
+makedepends=('cmake' 'qt5-svg' 'eigen' 'boost')
+md5sums=('623d91fb2ab0a35049dc6098a0f235cc')
+
+# consider building with swig for python stuff
+# https://gforge.inria.fr/frs/?group_id=52  for _pkgid
+
+build() {
+  cd "$srcdir/CGAL-$pkgver"
+  mkdir build
+  cd build
+  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/CGAL-$pkgver/build"
+  make install DESTDIR="$pkgdir"
+
+  # The tarball still has all these licenses included
+  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
+install -D -m644 "$srcdir/CGAL-$pkgver/$_license" 
"$pkgdir/usr/share/licenses/$pkgname/$_license"
+  done
+}
+


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

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 17:50:48
  Author: foutrelis
Revision: 148907

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

Added:
  cgal/repos/community-staging-i686/
  cgal/repos/community-staging-i686/PKGBUILD
(from rev 148905, cgal/trunk/PKGBUILD)
  cgal/repos/community-staging-x86_64/
  cgal/repos/community-staging-x86_64/PKGBUILD
(from rev 148906, cgal/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   39 
 community-staging-x86_64/PKGBUILD |   39 
 2 files changed, 78 insertions(+)

Copied: cgal/repos/community-staging-i686/PKGBUILD (from rev 148905, 
cgal/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-06 16:50:48 UTC (rev 148907)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dmitriy Morozov 
+
+pkgname=cgal
+pkgver=4.7
+pkgrel=2
+pkgdesc="Computational Geometry Algorithms Library"
+arch=('i686' 'x86_64')
+url="http://www.cgal.org;
+license=('GPL' 'LGPL')
+source=(https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-4.7/CGAL-$pkgver.tar.xz)
+depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
+optdepends=('qt5-svg: for CGAL_Qt5'
+'eigen: for some packages, see the CGAL manual')
+makedepends=('cmake' 'qt5-svg' 'eigen' 'boost')
+md5sums=('623d91fb2ab0a35049dc6098a0f235cc')
+
+# consider building with swig for python stuff
+# https://gforge.inria.fr/frs/?group_id=52  for _pkgid
+
+build() {
+  cd "$srcdir/CGAL-$pkgver"
+  mkdir build
+  cd build
+  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/CGAL-$pkgver/build"
+  make install DESTDIR="$pkgdir"
+
+  # The tarball still has all these licenses included
+  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
+install -D -m644 "$srcdir/CGAL-$pkgver/$_license" 
"$pkgdir/usr/share/licenses/$pkgname/$_license"
+  done
+}
+

Copied: cgal/repos/community-staging-x86_64/PKGBUILD (from rev 148906, 
cgal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-06 16:50:48 UTC (rev 148907)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dmitriy Morozov 
+
+pkgname=cgal
+pkgver=4.7
+pkgrel=2
+pkgdesc="Computational Geometry Algorithms Library"
+arch=('i686' 'x86_64')
+url="http://www.cgal.org;
+license=('GPL' 'LGPL')
+source=(https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-4.7/CGAL-$pkgver.tar.xz)
+depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
+optdepends=('qt5-svg: for CGAL_Qt5'
+'eigen: for some packages, see the CGAL manual')
+makedepends=('cmake' 'qt5-svg' 'eigen' 'boost')
+md5sums=('623d91fb2ab0a35049dc6098a0f235cc')
+
+# consider building with swig for python stuff
+# https://gforge.inria.fr/frs/?group_id=52  for _pkgid
+
+build() {
+  cd "$srcdir/CGAL-$pkgver"
+  mkdir build
+  cd build
+  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/CGAL-$pkgver/build"
+  make install DESTDIR="$pkgdir"
+
+  # The tarball still has all these licenses included
+  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
+install -D -m644 "$srcdir/CGAL-$pkgver/$_license" 
"$pkgdir/usr/share/licenses/$pkgname/$_license"
+  done
+}
+


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

2015-10-19 Thread Kyle Keen
Date: Monday, October 19, 2015 @ 18:54:52
  Author: kkeen
Revision: 144379

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

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

---+
 /PKGBUILD |   78 
 community-staging-i686/PKGBUILD   |   40 --
 community-staging-x86_64/PKGBUILD |   40 --
 3 files changed, 78 insertions(+), 80 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2015-10-19 16:54:33 UTC (rev 144378)
+++ community-staging-i686/PKGBUILD 2015-10-19 16:54:52 UTC (rev 144379)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dmitriy Morozov 
-
-pkgname=cgal
-pkgver=4.6.3
-pkgrel=2
-_pkgid=35139
-pkgdesc="Computational Geometry Algorithms Library"
-arch=('i686' 'x86_64')
-url="http://www.cgal.org;
-license=('GPL' 'LGPL')
-source=(http://gforge.inria.fr/frs/download.php/$_pkgid/CGAL-$pkgver.tar.xz)
-depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
-optdepends=('qt4: for CGAL_Qt4'
-'eigen: for some packages, see the CGAL manual')
-makedepends=('cmake' 'qt4' 'eigen' 'boost')
-md5sums=('6953897544d41ffcc63ffe58b32a688f')
-
-# consider building with swig for python stuff
-# https://gforge.inria.fr/frs/?group_id=52  for _pkgid
-
-build() {
-  cd "$srcdir/CGAL-$pkgver"
-  mkdir build
-  cd build
-  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/CGAL-$pkgver/build"
-  make install DESTDIR="$pkgdir"
-
-  # The tarball still has all these licenses included
-  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
-install -D -m644 "$srcdir/CGAL-$pkgver/$_license" 
"$pkgdir/usr/share/licenses/$pkgname/$_license"
-  done
-}
-

Copied: cgal/repos/community-staging-i686/PKGBUILD (from rev 144378, 
cgal/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-10-19 16:54:52 UTC (rev 144379)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dmitriy Morozov 
+
+pkgname=cgal
+pkgver=4.7
+pkgrel=1
+pkgdesc="Computational Geometry Algorithms Library"
+arch=('i686' 'x86_64')
+url="http://www.cgal.org;
+license=('GPL' 'LGPL')
+source=(https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-4.7/CGAL-$pkgver.tar.xz)
+depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
+optdepends=('qt5-svg: for CGAL_Qt5'
+'eigen: for some packages, see the CGAL manual')
+makedepends=('cmake' 'qt5-svg' 'eigen' 'boost')
+md5sums=('623d91fb2ab0a35049dc6098a0f235cc')
+
+# consider building with swig for python stuff
+# https://gforge.inria.fr/frs/?group_id=52  for _pkgid
+
+build() {
+  cd "$srcdir/CGAL-$pkgver"
+  mkdir build
+  cd build
+  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/CGAL-$pkgver/build"
+  make install DESTDIR="$pkgdir"
+
+  # The tarball still has all these licenses included
+  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
+install -D -m644 "$srcdir/CGAL-$pkgver/$_license" 
"$pkgdir/usr/share/licenses/$pkgname/$_license"
+  done
+}
+

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2015-10-19 16:54:33 UTC (rev 144378)
+++ community-staging-x86_64/PKGBUILD   2015-10-19 16:54:52 UTC (rev 144379)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dmitriy Morozov 
-
-pkgname=cgal
-pkgver=4.6.3
-pkgrel=2
-_pkgid=35139
-pkgdesc="Computational Geometry Algorithms Library"
-arch=('i686' 'x86_64')
-url="http://www.cgal.org;
-license=('GPL' 'LGPL')
-source=(http://gforge.inria.fr/frs/download.php/$_pkgid/CGAL-$pkgver.tar.xz)
-depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
-optdepends=('qt4: for CGAL_Qt4'
-'eigen: for some packages, see the CGAL manual')
-makedepends=('cmake' 'qt4' 'eigen' 'boost')
-md5sums=('6953897544d41ffcc63ffe58b32a688f')
-
-# consider building with swig for python stuff
-# https://gforge.inria.fr/frs/?group_id=52  for _pkgid
-
-build() {
-  cd "$srcdir/CGAL-$pkgver"
-  mkdir build
-  cd build
-  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/CGAL-$pkgver/build"
-  make install DESTDIR="$pkgdir"
-
-  # The tarball still has all these licenses included
-  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
-install -D -m644 

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

2015-10-15 Thread Evangelos Foutras
Date: Thursday, October 15, 2015 @ 14:41:50
  Author: foutrelis
Revision: 144155

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

Added:
  cgal/repos/community-staging-i686/
  cgal/repos/community-staging-i686/PKGBUILD
(from rev 144154, cgal/trunk/PKGBUILD)
  cgal/repos/community-staging-x86_64/
  cgal/repos/community-staging-x86_64/PKGBUILD
(from rev 144154, cgal/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   40 
 community-staging-x86_64/PKGBUILD |   40 
 2 files changed, 80 insertions(+)

Copied: cgal/repos/community-staging-i686/PKGBUILD (from rev 144154, 
cgal/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-10-15 12:41:50 UTC (rev 144155)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dmitriy Morozov 
+
+pkgname=cgal
+pkgver=4.6.3
+pkgrel=2
+_pkgid=35139
+pkgdesc="Computational Geometry Algorithms Library"
+arch=('i686' 'x86_64')
+url="http://www.cgal.org;
+license=('GPL' 'LGPL')
+source=(http://gforge.inria.fr/frs/download.php/$_pkgid/CGAL-$pkgver.tar.xz)
+depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
+optdepends=('qt4: for CGAL_Qt4'
+'eigen: for some packages, see the CGAL manual')
+makedepends=('cmake' 'qt4' 'eigen' 'boost')
+md5sums=('6953897544d41ffcc63ffe58b32a688f')
+
+# consider building with swig for python stuff
+# https://gforge.inria.fr/frs/?group_id=52  for _pkgid
+
+build() {
+  cd "$srcdir/CGAL-$pkgver"
+  mkdir build
+  cd build
+  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/CGAL-$pkgver/build"
+  make install DESTDIR="$pkgdir"
+
+  # The tarball still has all these licenses included
+  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
+install -D -m644 "$srcdir/CGAL-$pkgver/$_license" 
"$pkgdir/usr/share/licenses/$pkgname/$_license"
+  done
+}
+

Copied: cgal/repos/community-staging-x86_64/PKGBUILD (from rev 144154, 
cgal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-10-15 12:41:50 UTC (rev 144155)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dmitriy Morozov 
+
+pkgname=cgal
+pkgver=4.6.3
+pkgrel=2
+_pkgid=35139
+pkgdesc="Computational Geometry Algorithms Library"
+arch=('i686' 'x86_64')
+url="http://www.cgal.org;
+license=('GPL' 'LGPL')
+source=(http://gforge.inria.fr/frs/download.php/$_pkgid/CGAL-$pkgver.tar.xz)
+depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
+optdepends=('qt4: for CGAL_Qt4'
+'eigen: for some packages, see the CGAL manual')
+makedepends=('cmake' 'qt4' 'eigen' 'boost')
+md5sums=('6953897544d41ffcc63ffe58b32a688f')
+
+# consider building with swig for python stuff
+# https://gforge.inria.fr/frs/?group_id=52  for _pkgid
+
+build() {
+  cd "$srcdir/CGAL-$pkgver"
+  mkdir build
+  cd build
+  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/CGAL-$pkgver/build"
+  make install DESTDIR="$pkgdir"
+
+  # The tarball still has all these licenses included
+  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
+install -D -m644 "$srcdir/CGAL-$pkgver/$_license" 
"$pkgdir/usr/share/licenses/$pkgname/$_license"
+  done
+}
+


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

2015-09-22 Thread Kyle Keen
Date: Wednesday, September 23, 2015 @ 04:32:51
  Author: kkeen
Revision: 141504

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

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

---+
 /PKGBUILD |   80 
 community-i686/PKGBUILD   |   39 -
 community-x86_64/PKGBUILD |   39 -
 3 files changed, 80 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-23 02:32:31 UTC (rev 141503)
+++ community-i686/PKGBUILD 2015-09-23 02:32:51 UTC (rev 141504)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dmitriy Morozov 
-
-pkgname=cgal
-pkgver=4.6.2
-pkgrel=1
-_pkgid=35011
-pkgdesc="Computational Geometry Algorithms Library"
-arch=('i686' 'x86_64')
-url="http://www.cgal.org;
-license=('GPL' 'LGPL')
-source=(http://gforge.inria.fr/frs/download.php/$_pkgid/CGAL-$pkgver.tar.xz)
-depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
-optdepends=('qt4: for CGAL_Qt4'
-'eigen: for some packages, see the CGAL manual')
-makedepends=('cmake' 'qt4' 'eigen' 'boost')
-md5sums=('453c07b55043a6046a1c702b35611845')
-
-# consider building with swig for python stuff
-
-build() {
-  cd "$srcdir/CGAL-$pkgver"
-  mkdir build
-  cd build
-  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/CGAL-$pkgver/build"
-  make install DESTDIR="$pkgdir"
-
-  # The tarball still has all these licenses included
-  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
-install -D -m644 "$srcdir/CGAL-$pkgver/$_license" 
"$pkgdir/usr/share/licenses/$pkgname/$_license"
-  done
-}
-

Copied: cgal/repos/community-i686/PKGBUILD (from rev 141503, 
cgal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-23 02:32:51 UTC (rev 141504)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dmitriy Morozov 
+
+pkgname=cgal
+pkgver=4.6.3
+pkgrel=1
+_pkgid=35139
+pkgdesc="Computational Geometry Algorithms Library"
+arch=('i686' 'x86_64')
+url="http://www.cgal.org;
+license=('GPL' 'LGPL')
+source=(http://gforge.inria.fr/frs/download.php/$_pkgid/CGAL-$pkgver.tar.xz)
+depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
+optdepends=('qt4: for CGAL_Qt4'
+'eigen: for some packages, see the CGAL manual')
+makedepends=('cmake' 'qt4' 'eigen' 'boost')
+md5sums=('6953897544d41ffcc63ffe58b32a688f')
+
+# consider building with swig for python stuff
+# https://gforge.inria.fr/frs/?group_id=52  for _pkgid
+
+build() {
+  cd "$srcdir/CGAL-$pkgver"
+  mkdir build
+  cd build
+  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/CGAL-$pkgver/build"
+  make install DESTDIR="$pkgdir"
+
+  # The tarball still has all these licenses included
+  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
+install -D -m644 "$srcdir/CGAL-$pkgver/$_license" 
"$pkgdir/usr/share/licenses/$pkgname/$_license"
+  done
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-09-23 02:32:31 UTC (rev 141503)
+++ community-x86_64/PKGBUILD   2015-09-23 02:32:51 UTC (rev 141504)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dmitriy Morozov 
-
-pkgname=cgal
-pkgver=4.6.2
-pkgrel=1
-_pkgid=35011
-pkgdesc="Computational Geometry Algorithms Library"
-arch=('i686' 'x86_64')
-url="http://www.cgal.org;
-license=('GPL' 'LGPL')
-source=(http://gforge.inria.fr/frs/download.php/$_pkgid/CGAL-$pkgver.tar.xz)
-depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
-optdepends=('qt4: for CGAL_Qt4'
-'eigen: for some packages, see the CGAL manual')
-makedepends=('cmake' 'qt4' 'eigen' 'boost')
-md5sums=('453c07b55043a6046a1c702b35611845')
-
-# consider building with swig for python stuff
-
-build() {
-  cd "$srcdir/CGAL-$pkgver"
-  mkdir build
-  cd build
-  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/CGAL-$pkgver/build"
-  make install DESTDIR="$pkgdir"
-
-  # The tarball still has all these licenses included
-  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
-install -D -m644 "$srcdir/CGAL-$pkgver/$_license" 
"$pkgdir/usr/share/licenses/$pkgname/$_license"
-  done
-}
-

Copied: cgal/repos/community-x86_64/PKGBUILD (from rev 141503, 
cgal/trunk/PKGBUILD)
===
--- 

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

2015-09-17 Thread Kyle Keen
Date: Thursday, September 17, 2015 @ 16:39:13
  Author: kkeen
Revision: 140404

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-17 14:38:54 UTC (rev 140403)
+++ community-i686/PKGBUILD 2015-09-17 14:39:13 UTC (rev 140404)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dmitriy Morozov 
-
-pkgname=cgal
-pkgver=4.6
-pkgrel=2
-_pkgid=34705
-pkgdesc="Computational Geometry Algorithms Library"
-arch=('i686' 'x86_64')
-url="http://www.cgal.org;
-license=('GPL' 'LGPL')
-source=(http://gforge.inria.fr/frs/download.php/$_pkgid/CGAL-$pkgver.tar.xz)
-depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
-optdepends=('qt4: for CGAL_Qt4'
-'eigen: for some packages, see the CGAL manual')
-makedepends=('cmake' 'qt4' 'eigen' 'boost')
-md5sums=('65fa7e17cd654ef68da47df60807')
-
-# consider building with swig for python stuff
-
-build() {
-  cd "$srcdir/CGAL-$pkgver"
-  mkdir build
-  cd build
-  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/CGAL-$pkgver/build"
-  make install DESTDIR="$pkgdir"
-
-  # The tarball still has all these licenses included
-  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
-install -D -m644 "$srcdir/CGAL-$pkgver/$_license" 
"$pkgdir/usr/share/licenses/$pkgname/$_license"
-  done
-}
-

Copied: cgal/repos/community-i686/PKGBUILD (from rev 140403, 
cgal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-17 14:39:13 UTC (rev 140404)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Dmitriy Morozov 
+
+pkgname=cgal
+pkgver=4.6.2
+pkgrel=1
+_pkgid=35011
+pkgdesc="Computational Geometry Algorithms Library"
+arch=('i686' 'x86_64')
+url="http://www.cgal.org;
+license=('GPL' 'LGPL')
+source=(http://gforge.inria.fr/frs/download.php/$_pkgid/CGAL-$pkgver.tar.xz)
+depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
+optdepends=('qt4: for CGAL_Qt4'
+'eigen: for some packages, see the CGAL manual')
+makedepends=('cmake' 'qt4' 'eigen' 'boost')
+md5sums=('453c07b55043a6046a1c702b35611845')
+
+# consider building with swig for python stuff
+
+build() {
+  cd "$srcdir/CGAL-$pkgver"
+  mkdir build
+  cd build
+  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/CGAL-$pkgver/build"
+  make install DESTDIR="$pkgdir"
+
+  # The tarball still has all these licenses included
+  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
+install -D -m644 "$srcdir/CGAL-$pkgver/$_license" 
"$pkgdir/usr/share/licenses/$pkgname/$_license"
+  done
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-09-17 14:38:54 UTC (rev 140403)
+++ community-x86_64/PKGBUILD   2015-09-17 14:39:13 UTC (rev 140404)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dmitriy Morozov 
-
-pkgname=cgal
-pkgver=4.6
-pkgrel=2
-_pkgid=34705
-pkgdesc="Computational Geometry Algorithms Library"
-arch=('i686' 'x86_64')
-url="http://www.cgal.org;
-license=('GPL' 'LGPL')
-source=(http://gforge.inria.fr/frs/download.php/$_pkgid/CGAL-$pkgver.tar.xz)
-depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
-optdepends=('qt4: for CGAL_Qt4'
-'eigen: for some packages, see the CGAL manual')
-makedepends=('cmake' 'qt4' 'eigen' 'boost')
-md5sums=('65fa7e17cd654ef68da47df60807')
-
-# consider building with swig for python stuff
-
-build() {
-  cd "$srcdir/CGAL-$pkgver"
-  mkdir build
-  cd build
-  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/CGAL-$pkgver/build"
-  make install DESTDIR="$pkgdir"
-
-  # The tarball still has all these licenses included
-  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
-install -D -m644 "$srcdir/CGAL-$pkgver/$_license" 
"$pkgdir/usr/share/licenses/$pkgname/$_license"
-  done
-}
-

Copied: cgal/repos/community-x86_64/PKGBUILD (from rev 140403, 
cgal/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ 

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

2015-04-22 Thread Kyle Keen
Date: Wednesday, April 22, 2015 @ 08:17:49
  Author: kkeen
Revision: 131886

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

Added:
  cgal/repos/community-staging-i686/
  cgal/repos/community-staging-i686/PKGBUILD
(from rev 131885, cgal/trunk/PKGBUILD)
  cgal/repos/community-staging-x86_64/
  cgal/repos/community-staging-x86_64/PKGBUILD
(from rev 131885, cgal/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   39 
 community-staging-x86_64/PKGBUILD |   39 
 2 files changed, 78 insertions(+)

Copied: cgal/repos/community-staging-i686/PKGBUILD (from rev 131885, 
cgal/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-22 06:17:49 UTC (rev 131886)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Dmitriy Morozov foxcub
+
+pkgname=cgal
+pkgver=4.6
+pkgrel=2
+_pkgid=34705
+pkgdesc=Computational Geometry Algorithms Library
+arch=('i686' 'x86_64')
+url=http://www.cgal.org;
+license=('GPL' 'LGPL')
+source=(http://gforge.inria.fr/frs/download.php/$_pkgid/CGAL-$pkgver.tar.xz)
+depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
+optdepends=('qt4: for CGAL_Qt4'
+'eigen: for some packages, see the CGAL manual')
+makedepends=('cmake' 'qt4' 'eigen' 'boost')
+md5sums=('65fa7e17cd654ef68da47df60807')
+
+# consider building with swig for python stuff
+
+build() {
+  cd $srcdir/CGAL-$pkgver
+  mkdir build
+  cd build
+  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/CGAL-$pkgver/build
+  make install DESTDIR=$pkgdir
+
+  # The tarball still has all these licenses included
+  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
+install -D -m644 $srcdir/CGAL-$pkgver/$_license 
$pkgdir/usr/share/licenses/$pkgname/$_license
+  done
+}
+

Copied: cgal/repos/community-staging-x86_64/PKGBUILD (from rev 131885, 
cgal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-04-22 06:17:49 UTC (rev 131886)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Dmitriy Morozov foxcub
+
+pkgname=cgal
+pkgver=4.6
+pkgrel=2
+_pkgid=34705
+pkgdesc=Computational Geometry Algorithms Library
+arch=('i686' 'x86_64')
+url=http://www.cgal.org;
+license=('GPL' 'LGPL')
+source=(http://gforge.inria.fr/frs/download.php/$_pkgid/CGAL-$pkgver.tar.xz)
+depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
+optdepends=('qt4: for CGAL_Qt4'
+'eigen: for some packages, see the CGAL manual')
+makedepends=('cmake' 'qt4' 'eigen' 'boost')
+md5sums=('65fa7e17cd654ef68da47df60807')
+
+# consider building with swig for python stuff
+
+build() {
+  cd $srcdir/CGAL-$pkgver
+  mkdir build
+  cd build
+  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/CGAL-$pkgver/build
+  make install DESTDIR=$pkgdir
+
+  # The tarball still has all these licenses included
+  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
+install -D -m644 $srcdir/CGAL-$pkgver/$_license 
$pkgdir/usr/share/licenses/$pkgname/$_license
+  done
+}
+


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

2015-04-11 Thread Kyle Keen
Date: Saturday, April 11, 2015 @ 17:28:48
  Author: kkeen
Revision: 131168

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

Added:
  cgal/repos/community-staging-i686/
  cgal/repos/community-staging-i686/PKGBUILD
(from rev 131167, cgal/trunk/PKGBUILD)
  cgal/repos/community-staging-x86_64/
  cgal/repos/community-staging-x86_64/PKGBUILD
(from rev 131167, cgal/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   39 
 community-staging-x86_64/PKGBUILD |   39 
 2 files changed, 78 insertions(+)

Copied: cgal/repos/community-staging-i686/PKGBUILD (from rev 131167, 
cgal/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-11 15:28:48 UTC (rev 131168)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Dmitriy Morozov foxcub
+
+pkgname=cgal
+pkgver=4.6
+pkgrel=1
+_pkgid=34705
+pkgdesc=Computational Geometry Algorithms Library
+arch=('i686' 'x86_64')
+url=http://www.cgal.org;
+license=('GPL' 'LGPL')
+source=(http://gforge.inria.fr/frs/download.php/$_pkgid/CGAL-$pkgver.tar.xz)
+depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
+optdepends=('qt4: for CGAL_Qt4'
+'eigen: for some packages, see the CGAL manual')
+makedepends=('cmake' 'qt4' 'eigen' 'boost')
+md5sums=('65fa7e17cd654ef68da47df60807')
+
+# consider building with swig for python stuff
+
+build() {
+  cd $srcdir/CGAL-$pkgver
+  mkdir build
+  cd build
+  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/CGAL-$pkgver/build
+  make install DESTDIR=$pkgdir
+
+  # The tarball still has all these licenses included
+  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
+install -D -m644 $srcdir/CGAL-$pkgver/$_license 
$pkgdir/usr/share/licenses/$pkgname/$_license
+  done
+}
+

Copied: cgal/repos/community-staging-x86_64/PKGBUILD (from rev 131167, 
cgal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-04-11 15:28:48 UTC (rev 131168)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Dmitriy Morozov foxcub
+
+pkgname=cgal
+pkgver=4.6
+pkgrel=1
+_pkgid=34705
+pkgdesc=Computational Geometry Algorithms Library
+arch=('i686' 'x86_64')
+url=http://www.cgal.org;
+license=('GPL' 'LGPL')
+source=(http://gforge.inria.fr/frs/download.php/$_pkgid/CGAL-$pkgver.tar.xz)
+depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
+optdepends=('qt4: for CGAL_Qt4'
+'eigen: for some packages, see the CGAL manual')
+makedepends=('cmake' 'qt4' 'eigen' 'boost')
+md5sums=('65fa7e17cd654ef68da47df60807')
+
+# consider building with swig for python stuff
+
+build() {
+  cd $srcdir/CGAL-$pkgver
+  mkdir build
+  cd build
+  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/CGAL-$pkgver/build
+  make install DESTDIR=$pkgdir
+
+  # The tarball still has all these licenses included
+  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
+install -D -m644 $srcdir/CGAL-$pkgver/$_license 
$pkgdir/usr/share/licenses/$pkgname/$_license
+  done
+}
+


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

2015-03-06 Thread Kyle Keen
Date: Friday, March 6, 2015 @ 23:40:36
  Author: kkeen
Revision: 128845

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-06 22:39:55 UTC (rev 128844)
+++ community-i686/PKGBUILD 2015-03-06 22:40:36 UTC (rev 128845)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Dmitriy Morozov foxcub
-
-pkgname=cgal
-pkgver=4.5.1
-pkgrel=2
-_pkgid=34403
-pkgdesc=Computational Geometry Algorithms Library
-arch=('i686' 'x86_64')
-url=http://www.cgal.org;
-license=('GPL' 'LGPL')
-source=(http://gforge.inria.fr/frs/download.php/$_pkgid/CGAL-$pkgver.tar.xz)
-depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
-optdepends=('qt4: for CGAL_Qt4'
-'eigen: for some packages, see the CGAL manual')
-makedepends=('cmake' 'qt4' 'eigen' 'boost')
-md5sums=('3e413f2b3d791f88ea9177cfdf4dbb60')
-
-# consider building with swig for python stuff
-
-build() {
-  cd $srcdir/CGAL-$pkgver
-  mkdir build
-  cd build
-  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/CGAL-$pkgver/build
-  make install DESTDIR=$pkgdir
-
-  # The tarball still has all these licenses included
-  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
-install -D -m644 $srcdir/CGAL-$pkgver/$_license 
$pkgdir/usr/share/licenses/$pkgname/$_license
-  done
-}
-

Copied: cgal/repos/community-i686/PKGBUILD (from rev 128844, 
cgal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-06 22:40:36 UTC (rev 128845)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Dmitriy Morozov foxcub
+
+pkgname=cgal
+pkgver=4.5.2
+pkgrel=1
+_pkgid=34512
+pkgdesc=Computational Geometry Algorithms Library
+arch=('i686' 'x86_64')
+url=http://www.cgal.org;
+license=('GPL' 'LGPL')
+source=(http://gforge.inria.fr/frs/download.php/$_pkgid/CGAL-$pkgver.tar.xz)
+depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
+optdepends=('qt4: for CGAL_Qt4'
+'eigen: for some packages, see the CGAL manual')
+makedepends=('cmake' 'qt4' 'eigen' 'boost')
+md5sums=('1dd616f149a1b00be968fffb99cb4f66')
+
+# consider building with swig for python stuff
+
+build() {
+  cd $srcdir/CGAL-$pkgver
+  mkdir build
+  cd build
+  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/CGAL-$pkgver/build
+  make install DESTDIR=$pkgdir
+
+  # The tarball still has all these licenses included
+  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
+install -D -m644 $srcdir/CGAL-$pkgver/$_license 
$pkgdir/usr/share/licenses/$pkgname/$_license
+  done
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-06 22:39:55 UTC (rev 128844)
+++ community-x86_64/PKGBUILD   2015-03-06 22:40:36 UTC (rev 128845)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Dmitriy Morozov foxcub
-
-pkgname=cgal
-pkgver=4.5.1
-pkgrel=2
-_pkgid=34403
-pkgdesc=Computational Geometry Algorithms Library
-arch=('i686' 'x86_64')
-url=http://www.cgal.org;
-license=('GPL' 'LGPL')
-source=(http://gforge.inria.fr/frs/download.php/$_pkgid/CGAL-$pkgver.tar.xz)
-depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
-optdepends=('qt4: for CGAL_Qt4'
-'eigen: for some packages, see the CGAL manual')
-makedepends=('cmake' 'qt4' 'eigen' 'boost')
-md5sums=('3e413f2b3d791f88ea9177cfdf4dbb60')
-
-# consider building with swig for python stuff
-
-build() {
-  cd $srcdir/CGAL-$pkgver
-  mkdir build
-  cd build
-  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/CGAL-$pkgver/build
-  make install DESTDIR=$pkgdir
-
-  # The tarball still has all these licenses included
-  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
-install -D -m644 $srcdir/CGAL-$pkgver/$_license 
$pkgdir/usr/share/licenses/$pkgname/$_license
-  done
-}
-

Copied: cgal/repos/community-x86_64/PKGBUILD (from rev 128844, 
cgal/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-03-06 

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

2015-01-19 Thread Kyle Keen
Date: Monday, January 19, 2015 @ 23:21:54
  Author: kkeen
Revision: 126252

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

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

---+
 /PKGBUILD |   78 
 community-i686/PKGBUILD   |   40 --
 community-x86_64/PKGBUILD |   40 --
 3 files changed, 78 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-19 22:21:13 UTC (rev 126251)
+++ community-i686/PKGBUILD 2015-01-19 22:21:54 UTC (rev 126252)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Dmitriy Morozov foxcub
-
-pkgname=cgal
-pkgver=4.5.1
-_dumbver=4.5
-pkgrel=1
-_pkgid=34139
-pkgdesc=Computational Geometry Algorithms Library
-arch=('i686' 'x86_64')
-url=http://www.cgal.org;
-license=('GPL' 'LGPL')
-source=(http://gforge.inria.fr/frs/download.php/$_pkgid/CGAL-$pkgver.tar.xz)
-depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
-optdepends=('qt4: for CGAL_Qt4'
-'eigen: for some packages, see the CGAL manual')
-makedepends=('cmake' 'qt4' 'eigen' 'boost')
-md5sums=('1e79eff0897149c4f0ec85d912cfa82c')
-
-# consider building with swig for python stuff
-
-build() {
-  cd $srcdir/CGAL-$_dumbver
-  mkdir build
-  cd build
-  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/CGAL-$_dumbver/build
-  make install DESTDIR=$pkgdir
-
-  # The tarball still has all these licenses included
-  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
-install -D -m644 $srcdir/CGAL-$_dumbver/$_license 
$pkgdir/usr/share/licenses/$pkgname/$_license
-  done
-}
-

Copied: cgal/repos/community-i686/PKGBUILD (from rev 126251, 
cgal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-19 22:21:54 UTC (rev 126252)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Dmitriy Morozov foxcub
+
+pkgname=cgal
+pkgver=4.5.1
+pkgrel=2
+_pkgid=34403
+pkgdesc=Computational Geometry Algorithms Library
+arch=('i686' 'x86_64')
+url=http://www.cgal.org;
+license=('GPL' 'LGPL')
+source=(http://gforge.inria.fr/frs/download.php/$_pkgid/CGAL-$pkgver.tar.xz)
+depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
+optdepends=('qt4: for CGAL_Qt4'
+'eigen: for some packages, see the CGAL manual')
+makedepends=('cmake' 'qt4' 'eigen' 'boost')
+md5sums=('3e413f2b3d791f88ea9177cfdf4dbb60')
+
+# consider building with swig for python stuff
+
+build() {
+  cd $srcdir/CGAL-$pkgver
+  mkdir build
+  cd build
+  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/CGAL-$pkgver/build
+  make install DESTDIR=$pkgdir
+
+  # The tarball still has all these licenses included
+  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
+install -D -m644 $srcdir/CGAL-$pkgver/$_license 
$pkgdir/usr/share/licenses/$pkgname/$_license
+  done
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-19 22:21:13 UTC (rev 126251)
+++ community-x86_64/PKGBUILD   2015-01-19 22:21:54 UTC (rev 126252)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Dmitriy Morozov foxcub
-
-pkgname=cgal
-pkgver=4.5.1
-_dumbver=4.5
-pkgrel=1
-_pkgid=34139
-pkgdesc=Computational Geometry Algorithms Library
-arch=('i686' 'x86_64')
-url=http://www.cgal.org;
-license=('GPL' 'LGPL')
-source=(http://gforge.inria.fr/frs/download.php/$_pkgid/CGAL-$pkgver.tar.xz)
-depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
-optdepends=('qt4: for CGAL_Qt4'
-'eigen: for some packages, see the CGAL manual')
-makedepends=('cmake' 'qt4' 'eigen' 'boost')
-md5sums=('1e79eff0897149c4f0ec85d912cfa82c')
-
-# consider building with swig for python stuff
-
-build() {
-  cd $srcdir/CGAL-$_dumbver
-  mkdir build
-  cd build
-  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/CGAL-$_dumbver/build
-  make install DESTDIR=$pkgdir
-
-  # The tarball still has all these licenses included
-  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
-install -D -m644 $srcdir/CGAL-$_dumbver/$_license 
$pkgdir/usr/share/licenses/$pkgname/$_license
-  done
-}
-

Copied: cgal/repos/community-x86_64/PKGBUILD (from rev 126251, 
cgal/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ 

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

2014-12-27 Thread Kyle Keen
Date: Sunday, December 28, 2014 @ 03:40:23
  Author: kkeen
Revision: 124738

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

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

---+
 /PKGBUILD |   80 
 community-i686/PKGBUILD   |   39 -
 community-x86_64/PKGBUILD |   39 -
 3 files changed, 80 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-28 02:40:02 UTC (rev 124737)
+++ community-i686/PKGBUILD 2014-12-28 02:40:23 UTC (rev 124738)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Dmitriy Morozov foxcub
-
-pkgname=cgal
-pkgver=4.5
-pkgrel=2
-_pkgid=34139
-pkgdesc=Computational Geometry Algorithms Library
-arch=('i686' 'x86_64')
-url=http://www.cgal.org;
-license=('GPL' 'LGPL')
-source=(http://gforge.inria.fr/frs/download.php/$_pkgid/CGAL-$pkgver.tar.xz)
-depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
-optdepends=('qt4: for CGAL_Qt4'
-'eigen: for some packages, see the CGAL manual')
-makedepends=('cmake' 'qt4' 'eigen' 'boost')
-md5sums=('1e79eff0897149c4f0ec85d912cfa82c')
-
-# consider building with swig for python stuff
-
-build() {
-  cd $srcdir/CGAL-$pkgver
-  mkdir build
-  cd build
-  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/CGAL-$pkgver/build
-  make install DESTDIR=$pkgdir
-
-  # The tarball still has all these licenses included
-  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
-install -D -m644 $srcdir/CGAL-$pkgver/$_license 
$pkgdir/usr/share/licenses/$pkgname/$_license
-  done
-}
-

Copied: cgal/repos/community-i686/PKGBUILD (from rev 124737, 
cgal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-28 02:40:23 UTC (rev 124738)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Dmitriy Morozov foxcub
+
+pkgname=cgal
+pkgver=4.5.1
+_dumbver=4.5
+pkgrel=1
+_pkgid=34139
+pkgdesc=Computational Geometry Algorithms Library
+arch=('i686' 'x86_64')
+url=http://www.cgal.org;
+license=('GPL' 'LGPL')
+source=(http://gforge.inria.fr/frs/download.php/$_pkgid/CGAL-$pkgver.tar.xz)
+depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
+optdepends=('qt4: for CGAL_Qt4'
+'eigen: for some packages, see the CGAL manual')
+makedepends=('cmake' 'qt4' 'eigen' 'boost')
+md5sums=('1e79eff0897149c4f0ec85d912cfa82c')
+
+# consider building with swig for python stuff
+
+build() {
+  cd $srcdir/CGAL-$_dumbver
+  mkdir build
+  cd build
+  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/CGAL-$_dumbver/build
+  make install DESTDIR=$pkgdir
+
+  # The tarball still has all these licenses included
+  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
+install -D -m644 $srcdir/CGAL-$_dumbver/$_license 
$pkgdir/usr/share/licenses/$pkgname/$_license
+  done
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-12-28 02:40:02 UTC (rev 124737)
+++ community-x86_64/PKGBUILD   2014-12-28 02:40:23 UTC (rev 124738)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Dmitriy Morozov foxcub
-
-pkgname=cgal
-pkgver=4.5
-pkgrel=2
-_pkgid=34139
-pkgdesc=Computational Geometry Algorithms Library
-arch=('i686' 'x86_64')
-url=http://www.cgal.org;
-license=('GPL' 'LGPL')
-source=(http://gforge.inria.fr/frs/download.php/$_pkgid/CGAL-$pkgver.tar.xz)
-depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
-optdepends=('qt4: for CGAL_Qt4'
-'eigen: for some packages, see the CGAL manual')
-makedepends=('cmake' 'qt4' 'eigen' 'boost')
-md5sums=('1e79eff0897149c4f0ec85d912cfa82c')
-
-# consider building with swig for python stuff
-
-build() {
-  cd $srcdir/CGAL-$pkgver
-  mkdir build
-  cd build
-  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/CGAL-$pkgver/build
-  make install DESTDIR=$pkgdir
-
-  # The tarball still has all these licenses included
-  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
-install -D -m644 $srcdir/CGAL-$pkgver/$_license 
$pkgdir/usr/share/licenses/$pkgname/$_license
-  done
-}
-

Copied: cgal/repos/community-x86_64/PKGBUILD (from rev 124737, 
cgal/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ 

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

2014-11-04 Thread Kyle Keen
Date: Tuesday, November 4, 2014 @ 17:20:22
  Author: kkeen
Revision: 121843

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

Added:
  cgal/repos/community-staging-i686/
  cgal/repos/community-staging-i686/PKGBUILD
(from rev 121842, cgal/trunk/PKGBUILD)
  cgal/repos/community-staging-x86_64/
  cgal/repos/community-staging-x86_64/PKGBUILD
(from rev 121842, cgal/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   39 
 community-staging-x86_64/PKGBUILD |   39 
 2 files changed, 78 insertions(+)

Copied: cgal/repos/community-staging-i686/PKGBUILD (from rev 121842, 
cgal/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-11-04 16:20:22 UTC (rev 121843)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Dmitriy Morozov foxcub
+
+pkgname=cgal
+pkgver=4.5
+pkgrel=2
+_pkgid=34139
+pkgdesc=Computational Geometry Algorithms Library
+arch=('i686' 'x86_64')
+url=http://www.cgal.org;
+license=('GPL' 'LGPL')
+source=(http://gforge.inria.fr/frs/download.php/$_pkgid/CGAL-$pkgver.tar.xz)
+depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
+optdepends=('qt4: for CGAL_Qt4'
+'eigen: for some packages, see the CGAL manual')
+makedepends=('cmake' 'qt4' 'eigen' 'boost')
+md5sums=('1e79eff0897149c4f0ec85d912cfa82c')
+
+# consider building with swig for python stuff
+
+build() {
+  cd $srcdir/CGAL-$pkgver
+  mkdir build
+  cd build
+  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/CGAL-$pkgver/build
+  make install DESTDIR=$pkgdir
+
+  # The tarball still has all these licenses included
+  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
+install -D -m644 $srcdir/CGAL-$pkgver/$_license 
$pkgdir/usr/share/licenses/$pkgname/$_license
+  done
+}
+

Copied: cgal/repos/community-staging-x86_64/PKGBUILD (from rev 121842, 
cgal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-11-04 16:20:22 UTC (rev 121843)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Dmitriy Morozov foxcub
+
+pkgname=cgal
+pkgver=4.5
+pkgrel=2
+_pkgid=34139
+pkgdesc=Computational Geometry Algorithms Library
+arch=('i686' 'x86_64')
+url=http://www.cgal.org;
+license=('GPL' 'LGPL')
+source=(http://gforge.inria.fr/frs/download.php/$_pkgid/CGAL-$pkgver.tar.xz)
+depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
+optdepends=('qt4: for CGAL_Qt4'
+'eigen: for some packages, see the CGAL manual')
+makedepends=('cmake' 'qt4' 'eigen' 'boost')
+md5sums=('1e79eff0897149c4f0ec85d912cfa82c')
+
+# consider building with swig for python stuff
+
+build() {
+  cd $srcdir/CGAL-$pkgver
+  mkdir build
+  cd build
+  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/CGAL-$pkgver/build
+  make install DESTDIR=$pkgdir
+
+  # The tarball still has all these licenses included
+  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
+install -D -m644 $srcdir/CGAL-$pkgver/$_license 
$pkgdir/usr/share/licenses/$pkgname/$_license
+  done
+}
+


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

2014-10-19 Thread Kyle Keen
Date: Monday, October 20, 2014 @ 00:28:46
  Author: kkeen
Revision: 120996

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-19 22:28:23 UTC (rev 120995)
+++ community-i686/PKGBUILD 2014-10-19 22:28:46 UTC (rev 120996)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Dmitriy Morozov foxcub
-
-pkgname=cgal
-pkgver=4.4
-pkgrel=2
-_pkgid=33526
-pkgdesc=Computational Geometry Algorithms Library
-arch=('i686' 'x86_64')
-url=http://www.cgal.org;
-license=('GPL' 'LGPL')
-source=(http://gforge.inria.fr/frs/download.php/$_pkgid/CGAL-$pkgver.tar.xz)
-depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
-optdepends=('qt4: for CGAL_Qt4'
-'eigen: for some packages, see the CGAL manual')
-makedepends=('cmake' 'qt4' 'eigen' 'boost')
-md5sums=('72b1a7b8342cdb06882b5466155ecea4')
-
-# consider building with swig for python stuff
-
-build() {
-  cd $srcdir/CGAL-$pkgver
-  mkdir build
-  cd build
-  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/CGAL-$pkgver/build
-  make install DESTDIR=$pkgdir
-
-  # The tarball still has all theese licenses included
-  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
-install -D -m644 $srcdir/CGAL-$pkgver/$_license 
$pkgdir/usr/share/licenses/$pkgname/$_license
-  done
-}
-

Copied: cgal/repos/community-i686/PKGBUILD (from rev 120995, 
cgal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-19 22:28:46 UTC (rev 120996)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Dmitriy Morozov foxcub
+
+pkgname=cgal
+pkgver=4.5
+pkgrel=1
+_pkgid=34139
+pkgdesc=Computational Geometry Algorithms Library
+arch=('i686' 'x86_64')
+url=http://www.cgal.org;
+license=('GPL' 'LGPL')
+source=(http://gforge.inria.fr/frs/download.php/$_pkgid/CGAL-$pkgver.tar.xz)
+depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
+optdepends=('qt4: for CGAL_Qt4'
+'eigen: for some packages, see the CGAL manual')
+makedepends=('cmake' 'qt4' 'eigen' 'boost')
+md5sums=('1e79eff0897149c4f0ec85d912cfa82c')
+
+# consider building with swig for python stuff
+
+build() {
+  cd $srcdir/CGAL-$pkgver
+  mkdir build
+  cd build
+  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/CGAL-$pkgver/build
+  make install DESTDIR=$pkgdir
+
+  # The tarball still has all theese licenses included
+  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
+install -D -m644 $srcdir/CGAL-$pkgver/$_license 
$pkgdir/usr/share/licenses/$pkgname/$_license
+  done
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-19 22:28:23 UTC (rev 120995)
+++ community-x86_64/PKGBUILD   2014-10-19 22:28:46 UTC (rev 120996)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Dmitriy Morozov foxcub
-
-pkgname=cgal
-pkgver=4.4
-pkgrel=2
-_pkgid=33526
-pkgdesc=Computational Geometry Algorithms Library
-arch=('i686' 'x86_64')
-url=http://www.cgal.org;
-license=('GPL' 'LGPL')
-source=(http://gforge.inria.fr/frs/download.php/$_pkgid/CGAL-$pkgver.tar.xz)
-depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
-optdepends=('qt4: for CGAL_Qt4'
-'eigen: for some packages, see the CGAL manual')
-makedepends=('cmake' 'qt4' 'eigen' 'boost')
-md5sums=('72b1a7b8342cdb06882b5466155ecea4')
-
-# consider building with swig for python stuff
-
-build() {
-  cd $srcdir/CGAL-$pkgver
-  mkdir build
-  cd build
-  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/CGAL-$pkgver/build
-  make install DESTDIR=$pkgdir
-
-  # The tarball still has all theese licenses included
-  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
-install -D -m644 $srcdir/CGAL-$pkgver/$_license 
$pkgdir/usr/share/licenses/$pkgname/$_license
-  done
-}
-

Copied: cgal/repos/community-x86_64/PKGBUILD (from rev 120995, 
cgal/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-10-19 

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

2014-08-12 Thread Kyle Keen
Date: Tuesday, August 12, 2014 @ 10:52:58
  Author: kkeen
Revision: 117250

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

Added:
  cgal/repos/community-staging-i686/
  cgal/repos/community-staging-i686/PKGBUILD
(from rev 117249, cgal/trunk/PKGBUILD)
  cgal/repos/community-staging-x86_64/
  cgal/repos/community-staging-x86_64/PKGBUILD
(from rev 117249, cgal/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   39 
 community-staging-x86_64/PKGBUILD |   39 
 2 files changed, 78 insertions(+)

Copied: cgal/repos/community-staging-i686/PKGBUILD (from rev 117249, 
cgal/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-12 08:52:58 UTC (rev 117250)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Dmitriy Morozov foxcub
+
+pkgname=cgal
+pkgver=4.4
+pkgrel=2
+_pkgid=33526
+pkgdesc=Computational Geometry Algorithms Library
+arch=('i686' 'x86_64')
+url=http://www.cgal.org;
+license=('GPL' 'LGPL')
+source=(http://gforge.inria.fr/frs/download.php/$_pkgid/CGAL-$pkgver.tar.xz)
+depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
+optdepends=('qt4: for CGAL_Qt4'
+'eigen: for some packages, see the CGAL manual')
+makedepends=('cmake' 'qt4' 'eigen' 'boost')
+md5sums=('72b1a7b8342cdb06882b5466155ecea4')
+
+# consider building with swig for python stuff
+
+build() {
+  cd $srcdir/CGAL-$pkgver
+  mkdir build
+  cd build
+  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/CGAL-$pkgver/build
+  make install DESTDIR=$pkgdir
+
+  # The tarball still has all theese licenses included
+  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
+install -D -m644 $srcdir/CGAL-$pkgver/$_license 
$pkgdir/usr/share/licenses/$pkgname/$_license
+  done
+}
+

Copied: cgal/repos/community-staging-x86_64/PKGBUILD (from rev 117249, 
cgal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-08-12 08:52:58 UTC (rev 117250)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Dmitriy Morozov foxcub
+
+pkgname=cgal
+pkgver=4.4
+pkgrel=2
+_pkgid=33526
+pkgdesc=Computational Geometry Algorithms Library
+arch=('i686' 'x86_64')
+url=http://www.cgal.org;
+license=('GPL' 'LGPL')
+source=(http://gforge.inria.fr/frs/download.php/$_pkgid/CGAL-$pkgver.tar.xz)
+depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
+optdepends=('qt4: for CGAL_Qt4'
+'eigen: for some packages, see the CGAL manual')
+makedepends=('cmake' 'qt4' 'eigen' 'boost')
+md5sums=('72b1a7b8342cdb06882b5466155ecea4')
+
+# consider building with swig for python stuff
+
+build() {
+  cd $srcdir/CGAL-$pkgver
+  mkdir build
+  cd build
+  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/CGAL-$pkgver/build
+  make install DESTDIR=$pkgdir
+
+  # The tarball still has all theese licenses included
+  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
+install -D -m644 $srcdir/CGAL-$pkgver/$_license 
$pkgdir/usr/share/licenses/$pkgname/$_license
+  done
+}
+



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

2014-04-10 Thread Kyle Keen
Date: Thursday, April 10, 2014 @ 23:03:32
  Author: kkeen
Revision: 109148

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

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

---+
 /PKGBUILD |   78 
 community-i686/PKGBUILD   |   38 -
 community-x86_64/PKGBUILD |   38 -
 3 files changed, 78 insertions(+), 76 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-10 21:02:54 UTC (rev 109147)
+++ community-i686/PKGBUILD 2014-04-10 21:03:32 UTC (rev 109148)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Dmitriy Morozov foxcub
-
-pkgname=cgal
-pkgver=4.3
-pkgrel=2
-_pkgid=32995
-pkgdesc=Computational Geometry Algorithms Library
-arch=('i686' 'x86_64')
-url=http://www.cgal.org;
-license=('GPL' 'LGPL')
-source=(http://gforge.inria.fr/frs/download.php/$_pkgid/CGAL-$pkgver.tar.xz)
-depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
-optdepends=('qt4: for CGAL_Qt4'
-'eigen: for some packages, see the CGAL manual')
-makedepends=('cmake' 'qt4' 'eigen' 'boost')
-md5sums=('c0af5e3a56300b0c92ebd3a1f0df9149')
-
-# consider building with swig for python stuff
-
-build() {
-  cd $srcdir/CGAL-$pkgver
-  mkdir build
-  cd build
-  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/CGAL-$pkgver/build
-  make install DESTDIR=$pkgdir
-
-  # The tarball still has all theese licenses included
-  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
-install -D -m644 $srcdir/CGAL-$pkgver/$_license 
$pkgdir/usr/share/licenses/$pkgname/$_license
-  done
-}

Copied: cgal/repos/community-i686/PKGBUILD (from rev 109147, 
cgal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-10 21:03:32 UTC (rev 109148)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Dmitriy Morozov foxcub
+
+pkgname=cgal
+pkgver=4.4
+pkgrel=1
+_pkgid=33526
+pkgdesc=Computational Geometry Algorithms Library
+arch=('i686' 'x86_64')
+url=http://www.cgal.org;
+license=('GPL' 'LGPL')
+source=(http://gforge.inria.fr/frs/download.php/$_pkgid/CGAL-$pkgver.tar.xz)
+depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
+optdepends=('qt4: for CGAL_Qt4'
+'eigen: for some packages, see the CGAL manual')
+makedepends=('cmake' 'qt4' 'eigen' 'boost')
+md5sums=('72b1a7b8342cdb06882b5466155ecea4')
+
+# consider building with swig for python stuff
+
+build() {
+  cd $srcdir/CGAL-$pkgver
+  mkdir build
+  cd build
+  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/CGAL-$pkgver/build
+  make install DESTDIR=$pkgdir
+
+  # The tarball still has all theese licenses included
+  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
+install -D -m644 $srcdir/CGAL-$pkgver/$_license 
$pkgdir/usr/share/licenses/$pkgname/$_license
+  done
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-04-10 21:02:54 UTC (rev 109147)
+++ community-x86_64/PKGBUILD   2014-04-10 21:03:32 UTC (rev 109148)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Dmitriy Morozov foxcub
-
-pkgname=cgal
-pkgver=4.3
-pkgrel=2
-_pkgid=32995
-pkgdesc=Computational Geometry Algorithms Library
-arch=('i686' 'x86_64')
-url=http://www.cgal.org;
-license=('GPL' 'LGPL')
-source=(http://gforge.inria.fr/frs/download.php/$_pkgid/CGAL-$pkgver.tar.xz)
-depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
-optdepends=('qt4: for CGAL_Qt4'
-'eigen: for some packages, see the CGAL manual')
-makedepends=('cmake' 'qt4' 'eigen' 'boost')
-md5sums=('c0af5e3a56300b0c92ebd3a1f0df9149')
-
-# consider building with swig for python stuff
-
-build() {
-  cd $srcdir/CGAL-$pkgver
-  mkdir build
-  cd build
-  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/CGAL-$pkgver/build
-  make install DESTDIR=$pkgdir
-
-  # The tarball still has all theese licenses included
-  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
-install -D -m644 $srcdir/CGAL-$pkgver/$_license 
$pkgdir/usr/share/licenses/$pkgname/$_license
-  done
-}

Copied: cgal/repos/community-x86_64/PKGBUILD (from rev 109147, 
cgal/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-04-10 21:03:32 

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

2014-02-09 Thread Kyle Keen
Date: Monday, February 10, 2014 @ 05:57:25
  Author: kkeen
Revision: 105550

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

Added:
  cgal/repos/community-i686/
  cgal/repos/community-i686/PKGBUILD
(from rev 105549, cgal/trunk/PKGBUILD)
  cgal/repos/community-x86_64/
  cgal/repos/community-x86_64/PKGBUILD
(from rev 105549, cgal/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   38 ++
 community-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: cgal/repos/community-i686/PKGBUILD (from rev 105549, 
cgal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-10 04:57:25 UTC (rev 105550)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Dmitriy Morozov foxcub
+
+pkgname=cgal
+pkgver=4.3
+pkgrel=2
+_pkgid=32995
+pkgdesc=Computational Geometry Algorithms Library
+arch=('i686' 'x86_64')
+url=http://www.cgal.org;
+license=('GPL' 'LGPL')
+source=(http://gforge.inria.fr/frs/download.php/$_pkgid/CGAL-$pkgver.tar.xz)
+depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
+optdepends=('qt4: for CGAL_Qt4'
+'eigen: for some packages, see the CGAL manual')
+makedepends=('cmake' 'qt4' 'eigen' 'boost')
+md5sums=('c0af5e3a56300b0c92ebd3a1f0df9149')
+
+# consider building with swig for python stuff
+
+build() {
+  cd $srcdir/CGAL-$pkgver
+  mkdir build
+  cd build
+  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/CGAL-$pkgver/build
+  make install DESTDIR=$pkgdir
+
+  # The tarball still has all theese licenses included
+  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
+install -D -m644 $srcdir/CGAL-$pkgver/$_license 
$pkgdir/usr/share/licenses/$pkgname/$_license
+  done
+}

Copied: cgal/repos/community-x86_64/PKGBUILD (from rev 105549, 
cgal/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-02-10 04:57:25 UTC (rev 105550)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Dmitriy Morozov foxcub
+
+pkgname=cgal
+pkgver=4.3
+pkgrel=2
+_pkgid=32995
+pkgdesc=Computational Geometry Algorithms Library
+arch=('i686' 'x86_64')
+url=http://www.cgal.org;
+license=('GPL' 'LGPL')
+source=(http://gforge.inria.fr/frs/download.php/$_pkgid/CGAL-$pkgver.tar.xz)
+depends=('mpfr' 'boost-libs' 'gmp' 'mesa' 'glu')
+optdepends=('qt4: for CGAL_Qt4'
+'eigen: for some packages, see the CGAL manual')
+makedepends=('cmake' 'qt4' 'eigen' 'boost')
+md5sums=('c0af5e3a56300b0c92ebd3a1f0df9149')
+
+# consider building with swig for python stuff
+
+build() {
+  cd $srcdir/CGAL-$pkgver
+  mkdir build
+  cd build
+  cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/CGAL-$pkgver/build
+  make install DESTDIR=$pkgdir
+
+  # The tarball still has all theese licenses included
+  for _license in LICENSE{,.FREE_USE,.GPL,.LGPL}; do
+install -D -m644 $srcdir/CGAL-$pkgver/$_license 
$pkgdir/usr/share/licenses/$pkgname/$_license
+  done
+}