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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Tue Jul 11 06:43:52 UTC 2017


    Date: Tuesday, July 11, 2017 @ 06:43:52
  Author: bpiotrowski
Revision: 243957

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-07-11 06:43:41 UTC (rev 243956)
+++ community-i686/PKGBUILD	2017-07-11 06:43:52 UTC (rev 243957)
@@ -1,75 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgbase=keystone
-pkgname=('keystone' 'python-keystone' 'python2-keystone')
-pkgver=0.9.1
-pkgrel=2
-pkgdesc='Lightweight multi-platform, multi-architecture assembler framework'
-url='http://www.keystone-engine.org/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('cmake' 'gcc-libs' 'python' 'python2')
-options=('staticlibs' '!emptydirs')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/keystone-engine/keystone/archive/${pkgver}.tar.gz)
-sha512sums=('3bd9c3793d5862a0a8628b52da381625e62445f661dbd5ed715723e7d9db01ce3f9586e5ca0a5cc71e8ceb6c912050f5c28e3ccd540e72c8abcfd2f0d1bbae17')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-  mkdir build-shared build-static
-  (cd build-shared
-    cmake -DCMAKE_INSTALL_PREFIX=/usr \
-      -DCMAKE_BUILD_TYPE=Release \
-      -DBUILD_SHARED_LIBS=ON \
-      -DLLVM_TARGETS_TO_BUILD=all \
-      -G "Unix Makefiles" ..
-  )
-  (cd build-static
-    cmake -DCMAKE_INSTALL_PREFIX=/usr \
-      -DCMAKE_BUILD_TYPE=Release \
-      -DBUILD_SHARED_LIBS=OFF \
-      -DLLVM_TARGETS_TO_BUILD=all \
-      -G "Unix Makefiles" ..
-  )
-  cp -ra bindings/python{,2}
-  sed -r 's|(python)$|\12|' -i bindings/python2/sample.py
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  make -C build-shared
-  make -C build-static
-  (cd bindings/python
-    python setup.py build
-  )
-  (cd bindings/python2
-    python2 setup.py build
-  )
-}
-
-package_keystone() {
-  depends=('gcc-libs')
-  cd ${pkgbase}-${pkgver}
-  make -C build-shared DESTDIR="${pkgdir}" install
-  make -C build-static DESTDIR="${pkgdir}" install
-  install -Dm 644 samples/* -t "${pkgdir}/usr/share/doc/${pkgname}/samples"
-}
-
-package_python-keystone() {
-  depends=('python' 'keystone')
-  license=('BSD')
-  cd ${pkgbase}-${pkgver}/bindings/python
-  python setup.py install --root="${pkgdir}" -O1 --skip-build
-  install -Dm 755 sample.py -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE.TXT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-keystone() {
-  depends=('python2' 'keystone')
-  license=('BSD')
-  cd ${pkgbase}-${pkgver}/bindings/python2
-  python2 setup.py install --root="${pkgdir}" -O1 --skip-build
-  install -Dm 755 sample.py -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE.TXT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: keystone/repos/community-i686/PKGBUILD (from rev 243956, keystone/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-07-11 06:43:52 UTC (rev 243957)
@@ -0,0 +1,75 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgbase=keystone
+pkgname=('keystone' 'python-keystone' 'python2-keystone')
+pkgver=0.9.1
+pkgrel=3
+pkgdesc='Lightweight multi-platform, multi-architecture assembler framework'
+url='http://www.keystone-engine.org/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('cmake' 'gcc-libs' 'python' 'python2')
+options=('staticlibs' '!emptydirs')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/keystone-engine/keystone/archive/${pkgver}.tar.gz)
+sha512sums=('3bd9c3793d5862a0a8628b52da381625e62445f661dbd5ed715723e7d9db01ce3f9586e5ca0a5cc71e8ceb6c912050f5c28e3ccd540e72c8abcfd2f0d1bbae17')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  mkdir build-shared build-static
+  (cd build-shared
+    cmake -DCMAKE_INSTALL_PREFIX=/usr \
+      -DCMAKE_BUILD_TYPE=Release \
+      -DBUILD_SHARED_LIBS=ON \
+      -DLLVM_TARGETS_TO_BUILD=all \
+      -G "Unix Makefiles" ..
+  )
+  (cd build-static
+    cmake -DCMAKE_INSTALL_PREFIX=/usr \
+      -DCMAKE_BUILD_TYPE=Release \
+      -DBUILD_SHARED_LIBS=OFF \
+      -DLLVM_TARGETS_TO_BUILD=all \
+      -G "Unix Makefiles" ..
+  )
+  cp -ra bindings/python{,2}
+  sed -r 's|(python)$|\12|' -i bindings/python2/sample.py
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  make -C build-shared
+  make -C build-static
+  (cd bindings/python
+    python setup.py build
+  )
+  (cd bindings/python2
+    python2 setup.py build
+  )
+}
+
+package_keystone() {
+  depends=('gcc-libs')
+  cd ${pkgbase}-${pkgver}
+  make -C build-shared DESTDIR="${pkgdir}" install
+  make -C build-static DESTDIR="${pkgdir}" install
+  install -Dm 644 samples/* -t "${pkgdir}/usr/share/doc/${pkgname}/samples"
+}
+
+package_python-keystone() {
+  depends=('python' 'keystone')
+  license=('BSD')
+  cd ${pkgbase}-${pkgver}/bindings/python
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+  install -Dm 755 sample.py -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.TXT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-keystone() {
+  depends=('python2' 'keystone')
+  license=('BSD')
+  cd ${pkgbase}-${pkgver}/bindings/python2
+  python2 setup.py install --root="${pkgdir}" -O1 --skip-build
+  install -Dm 755 sample.py -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.TXT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-07-11 06:43:41 UTC (rev 243956)
+++ community-x86_64/PKGBUILD	2017-07-11 06:43:52 UTC (rev 243957)
@@ -1,75 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgbase=keystone
-pkgname=('keystone' 'python-keystone' 'python2-keystone')
-pkgver=0.9.1
-pkgrel=2
-pkgdesc='Lightweight multi-platform, multi-architecture assembler framework'
-url='http://www.keystone-engine.org/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('cmake' 'gcc-libs' 'python' 'python2')
-options=('staticlibs' '!emptydirs')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/keystone-engine/keystone/archive/${pkgver}.tar.gz)
-sha512sums=('3bd9c3793d5862a0a8628b52da381625e62445f661dbd5ed715723e7d9db01ce3f9586e5ca0a5cc71e8ceb6c912050f5c28e3ccd540e72c8abcfd2f0d1bbae17')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-  mkdir build-shared build-static
-  (cd build-shared
-    cmake -DCMAKE_INSTALL_PREFIX=/usr \
-      -DCMAKE_BUILD_TYPE=Release \
-      -DBUILD_SHARED_LIBS=ON \
-      -DLLVM_TARGETS_TO_BUILD=all \
-      -G "Unix Makefiles" ..
-  )
-  (cd build-static
-    cmake -DCMAKE_INSTALL_PREFIX=/usr \
-      -DCMAKE_BUILD_TYPE=Release \
-      -DBUILD_SHARED_LIBS=OFF \
-      -DLLVM_TARGETS_TO_BUILD=all \
-      -G "Unix Makefiles" ..
-  )
-  cp -ra bindings/python{,2}
-  sed -r 's|(python)$|\12|' -i bindings/python2/sample.py
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  make -C build-shared
-  make -C build-static
-  (cd bindings/python
-    python setup.py build
-  )
-  (cd bindings/python2
-    python2 setup.py build
-  )
-}
-
-package_keystone() {
-  depends=('gcc-libs')
-  cd ${pkgbase}-${pkgver}
-  make -C build-shared DESTDIR="${pkgdir}" install
-  make -C build-static DESTDIR="${pkgdir}" install
-  install -Dm 644 samples/* -t "${pkgdir}/usr/share/doc/${pkgname}/samples"
-}
-
-package_python-keystone() {
-  depends=('python' 'keystone')
-  license=('BSD')
-  cd ${pkgbase}-${pkgver}/bindings/python
-  python setup.py install --root="${pkgdir}" -O1 --skip-build
-  install -Dm 755 sample.py -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE.TXT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-keystone() {
-  depends=('python2' 'keystone')
-  license=('BSD')
-  cd ${pkgbase}-${pkgver}/bindings/python2
-  python2 setup.py install --root="${pkgdir}" -O1 --skip-build
-  install -Dm 755 sample.py -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE.TXT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: keystone/repos/community-x86_64/PKGBUILD (from rev 243956, keystone/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-07-11 06:43:52 UTC (rev 243957)
@@ -0,0 +1,75 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgbase=keystone
+pkgname=('keystone' 'python-keystone' 'python2-keystone')
+pkgver=0.9.1
+pkgrel=3
+pkgdesc='Lightweight multi-platform, multi-architecture assembler framework'
+url='http://www.keystone-engine.org/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('cmake' 'gcc-libs' 'python' 'python2')
+options=('staticlibs' '!emptydirs')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/keystone-engine/keystone/archive/${pkgver}.tar.gz)
+sha512sums=('3bd9c3793d5862a0a8628b52da381625e62445f661dbd5ed715723e7d9db01ce3f9586e5ca0a5cc71e8ceb6c912050f5c28e3ccd540e72c8abcfd2f0d1bbae17')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  mkdir build-shared build-static
+  (cd build-shared
+    cmake -DCMAKE_INSTALL_PREFIX=/usr \
+      -DCMAKE_BUILD_TYPE=Release \
+      -DBUILD_SHARED_LIBS=ON \
+      -DLLVM_TARGETS_TO_BUILD=all \
+      -G "Unix Makefiles" ..
+  )
+  (cd build-static
+    cmake -DCMAKE_INSTALL_PREFIX=/usr \
+      -DCMAKE_BUILD_TYPE=Release \
+      -DBUILD_SHARED_LIBS=OFF \
+      -DLLVM_TARGETS_TO_BUILD=all \
+      -G "Unix Makefiles" ..
+  )
+  cp -ra bindings/python{,2}
+  sed -r 's|(python)$|\12|' -i bindings/python2/sample.py
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  make -C build-shared
+  make -C build-static
+  (cd bindings/python
+    python setup.py build
+  )
+  (cd bindings/python2
+    python2 setup.py build
+  )
+}
+
+package_keystone() {
+  depends=('gcc-libs')
+  cd ${pkgbase}-${pkgver}
+  make -C build-shared DESTDIR="${pkgdir}" install
+  make -C build-static DESTDIR="${pkgdir}" install
+  install -Dm 644 samples/* -t "${pkgdir}/usr/share/doc/${pkgname}/samples"
+}
+
+package_python-keystone() {
+  depends=('python' 'keystone')
+  license=('BSD')
+  cd ${pkgbase}-${pkgver}/bindings/python
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+  install -Dm 755 sample.py -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.TXT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-keystone() {
+  depends=('python2' 'keystone')
+  license=('BSD')
+  cd ${pkgbase}-${pkgver}/bindings/python2
+  python2 setup.py install --root="${pkgdir}" -O1 --skip-build
+  install -Dm 755 sample.py -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.TXT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list