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

Kyle Keen kkeen at archlinux.org
Fri Mar 6 22:40:36 UTC 2015


    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 <keenerd at 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 <keenerd at 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 <keenerd at 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 22:40:36 UTC (rev 128845)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at 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
+}
+



More information about the arch-commits mailing list