[arch-commits] Commit in aspcud/repos (4 files)
Alexander Rødseth
arodseth at archlinux.org
Fri Jun 30 15:37:09 UTC 2017
Date: Friday, June 30, 2017 @ 15:37:08
Author: arodseth
Revision: 241686
archrelease: copy trunk to community-x86_64, community-i686
Added:
aspcud/repos/community-i686/PKGBUILD
(from rev 241685, aspcud/trunk/PKGBUILD)
aspcud/repos/community-x86_64/PKGBUILD
(from rev 241685, aspcud/trunk/PKGBUILD)
Deleted:
aspcud/repos/community-i686/PKGBUILD
aspcud/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 72 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 37 ----------------------
community-x86_64/PKGBUILD | 37 ----------------------
3 files changed, 72 insertions(+), 74 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2017-06-30 15:36:57 UTC (rev 241685)
+++ community-i686/PKGBUILD 2017-06-30 15:37:08 UTC (rev 241686)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Vincent Bernardoff <vb at luminar.eu.org>
-
-pkgname=aspcud
-pkgver=1.9.1
-pkgrel=2
-pkgdesc='Solver for package dependencies'
-arch=('x86_64' 'i686')
-url='https://potassco.org/aspcud'
-license=('GPL3')
-depends=('clingo')
-conflicts=('gringo' 'clasp')
-makedepends=('boost' 'cmake' 're2c' 'ninja')
-source=("http://downloads.sourceforge.net/project/potassco/$pkgname/$pkgver/$pkgname-$pkgver-source.tar.gz")
-sha256sums=('e0e917a9a6c5ff080a411ff25d1174e0d4118bb6759c3fe976e2e3cca15e5827')
-
-build() {
- cd "$pkgname-$pkgver-source"
-
- mkdir -p build/release
- cd build/release
- cmake \
- -DCMAKE_INSTALL_PREFIX:PATH=/usr \
- -DCUDF2LP_LOC=cudf2lp \
- -DGRINGO_LOC=gringo \
- -DCLASP_LOC=clasp \
- -DCMAKE_BUILD_TYPE=Release ../.. \
- -GNinja
- ninja
-}
-
-package() {
- DESTDIR="$pkgdir" ninja -C "$pkgname-$pkgver-source/build/release" install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: aspcud/repos/community-i686/PKGBUILD (from rev 241685, aspcud/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-30 15:37:08 UTC (rev 241686)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Vincent Bernardoff <vb at luminar.eu.org>
+
+pkgname=aspcud
+pkgver=1.9.1
+pkgrel=3
+pkgdesc='Solver for package dependencies'
+arch=('x86_64' 'i686')
+url='https://potassco.org/aspcud'
+license=('GPL3')
+depends=('clingo')
+makedepends=('boost' 'cmake' 're2c' 'ninja')
+source=("http://downloads.sourceforge.net/project/potassco/$pkgname/$pkgver/$pkgname-$pkgver-source.tar.gz")
+sha256sums=('e0e917a9a6c5ff080a411ff25d1174e0d4118bb6759c3fe976e2e3cca15e5827')
+
+build() {
+ cd "$pkgname-$pkgver-source"
+
+ mkdir -p build/release
+ cd build/release
+ cmake \
+ -DCMAKE_INSTALL_PREFIX:PATH=/usr \
+ -DCUDF2LP_LOC=cudf2lp \
+ -DGRINGO_LOC=gringo \
+ -DCLASP_LOC=clasp \
+ -DCMAKE_BUILD_TYPE=Release ../.. \
+ -GNinja
+ ninja
+}
+
+package() {
+ DESTDIR="$pkgdir" ninja -C "$pkgname-$pkgver-source/build/release" install
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2017-06-30 15:36:57 UTC (rev 241685)
+++ community-x86_64/PKGBUILD 2017-06-30 15:37:08 UTC (rev 241686)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Vincent Bernardoff <vb at luminar.eu.org>
-
-pkgname=aspcud
-pkgver=1.9.1
-pkgrel=2
-pkgdesc='Solver for package dependencies'
-arch=('x86_64' 'i686')
-url='https://potassco.org/aspcud'
-license=('GPL3')
-depends=('clingo')
-conflicts=('gringo' 'clasp')
-makedepends=('boost' 'cmake' 're2c' 'ninja')
-source=("http://downloads.sourceforge.net/project/potassco/$pkgname/$pkgver/$pkgname-$pkgver-source.tar.gz")
-sha256sums=('e0e917a9a6c5ff080a411ff25d1174e0d4118bb6759c3fe976e2e3cca15e5827')
-
-build() {
- cd "$pkgname-$pkgver-source"
-
- mkdir -p build/release
- cd build/release
- cmake \
- -DCMAKE_INSTALL_PREFIX:PATH=/usr \
- -DCUDF2LP_LOC=cudf2lp \
- -DGRINGO_LOC=gringo \
- -DCLASP_LOC=clasp \
- -DCMAKE_BUILD_TYPE=Release ../.. \
- -GNinja
- ninja
-}
-
-package() {
- DESTDIR="$pkgdir" ninja -C "$pkgname-$pkgver-source/build/release" install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: aspcud/repos/community-x86_64/PKGBUILD (from rev 241685, aspcud/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-06-30 15:37:08 UTC (rev 241686)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Vincent Bernardoff <vb at luminar.eu.org>
+
+pkgname=aspcud
+pkgver=1.9.1
+pkgrel=3
+pkgdesc='Solver for package dependencies'
+arch=('x86_64' 'i686')
+url='https://potassco.org/aspcud'
+license=('GPL3')
+depends=('clingo')
+makedepends=('boost' 'cmake' 're2c' 'ninja')
+source=("http://downloads.sourceforge.net/project/potassco/$pkgname/$pkgver/$pkgname-$pkgver-source.tar.gz")
+sha256sums=('e0e917a9a6c5ff080a411ff25d1174e0d4118bb6759c3fe976e2e3cca15e5827')
+
+build() {
+ cd "$pkgname-$pkgver-source"
+
+ mkdir -p build/release
+ cd build/release
+ cmake \
+ -DCMAKE_INSTALL_PREFIX:PATH=/usr \
+ -DCUDF2LP_LOC=cudf2lp \
+ -DGRINGO_LOC=gringo \
+ -DCLASP_LOC=clasp \
+ -DCMAKE_BUILD_TYPE=Release ../.. \
+ -GNinja
+ ninja
+}
+
+package() {
+ DESTDIR="$pkgdir" ninja -C "$pkgname-$pkgver-source/build/release" install
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list