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

Alexander Rødseth arodseth at archlinux.org
Mon Jun 5 20:31:44 UTC 2017


    Date: Monday, June 5, 2017 @ 20:31:44
  Author: arodseth
Revision: 234419

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

Added:
  clasp/repos/community-i686/PKGBUILD
    (from rev 234418, clasp/trunk/PKGBUILD)
  clasp/repos/community-x86_64/PKGBUILD
    (from rev 234417, clasp/trunk/PKGBUILD)
Deleted:
  clasp/repos/community-i686/PKGBUILD
  clasp/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   60 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   32 -----------------------
 community-x86_64/PKGBUILD |   32 -----------------------
 3 files changed, 60 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-06-05 20:31:03 UTC (rev 234418)
+++ community-i686/PKGBUILD	2017-06-05 20:31:44 UTC (rev 234419)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Vincent Bernardoff <vb at luminar.eu.org>
-
-pkgname=clasp
-pkgver=3.3.0
-pkgrel=2
-pkgdesc='Answer set solver'
-arch=('x86_64' 'i686')
-url='https://potassco.org/'
-license=('GPL3')
-makedepends=('cmake' 'ninja')
-source=("https://github.com/potassco/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('74ba1b75823c1401d254020fb8954e5ac2bc04a56d624abaee6519f95be78f48')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake "../$pkgname-$pkgver" \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -G Ninja
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-
-  # Conflicts with clingo
-  rm "$pkgdir/usr/bin/lpconvert"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: clasp/repos/community-i686/PKGBUILD (from rev 234418, clasp/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-06-05 20:31:44 UTC (rev 234419)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Vincent Bernardoff <vb at luminar.eu.org>
+
+pkgname=clasp
+pkgver=3.3.0
+pkgrel=3
+pkgdesc='Answer set solver'
+arch=('x86_64' 'i686')
+url='https://potassco.org/'
+license=('GPL3')
+makedepends=('cmake' 'ninja')
+conflicts=("clingo")
+source=("https://github.com/potassco/$pkgname/archive/v$pkgver.tar.gz")
+sha256sums=('74ba1b75823c1401d254020fb8954e5ac2bc04a56d624abaee6519f95be78f48')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake "../$pkgname-$pkgver" \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -G Ninja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-06-05 20:31:03 UTC (rev 234418)
+++ community-x86_64/PKGBUILD	2017-06-05 20:31:44 UTC (rev 234419)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Vincent Bernardoff <vb at luminar.eu.org>
-
-pkgname=clasp
-pkgver=3.3.0
-pkgrel=2
-pkgdesc='Answer set solver'
-arch=('x86_64' 'i686')
-url='https://potassco.org/'
-license=('GPL3')
-makedepends=('cmake' 'ninja')
-source=("https://github.com/potassco/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('74ba1b75823c1401d254020fb8954e5ac2bc04a56d624abaee6519f95be78f48')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake "../$pkgname-$pkgver" \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -G Ninja
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-
-  # Conflicts with clingo
-  rm "$pkgdir/usr/bin/lpconvert"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: clasp/repos/community-x86_64/PKGBUILD (from rev 234417, clasp/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-06-05 20:31:44 UTC (rev 234419)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Vincent Bernardoff <vb at luminar.eu.org>
+
+pkgname=clasp
+pkgver=3.3.0
+pkgrel=3
+pkgdesc='Answer set solver'
+arch=('x86_64' 'i686')
+url='https://potassco.org/'
+license=('GPL3')
+makedepends=('cmake' 'ninja')
+conflicts=("clingo")
+source=("https://github.com/potassco/$pkgname/archive/v$pkgver.tar.gz")
+sha256sums=('74ba1b75823c1401d254020fb8954e5ac2bc04a56d624abaee6519f95be78f48')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake "../$pkgname-$pkgver" \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -G Ninja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list