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

Levente Polyak anthraxx at archlinux.org
Mon Mar 13 17:47:25 UTC 2017


    Date: Monday, March 13, 2017 @ 17:47:24
  Author: anthraxx
Revision: 216102

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

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

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

Deleted: community-staging-i686/PKGBUILD
===================================================================
--- community-staging-i686/PKGBUILD	2017-03-13 17:47:13 UTC (rev 216101)
+++ community-staging-i686/PKGBUILD	2017-03-13 17:47:24 UTC (rev 216102)
@@ -1,30 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Guillermo Ramos <0xwille at gmail dot com>
-
-pkgname=radare2
-pkgver=1.2.1
-pkgrel=2
-pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary files'
-url='http://radare.org'
-arch=('i686' 'x86_64')
-license=('GPL3' 'LGPL3')
-depends=('sh' 'capstone' 'openssl' 'libzip')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz)
-sha512sums=('f813895b600299900e9854792ff10bf17152b2e0e6455197dc7c0e606d937cf0323c3be73c8a8977d4365c0ca43d801aa663520110bff2637096fd519bbae7da')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-    --with-syscapstone \
-    --with-syszip \
-    --with-openssl
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: radare2/repos/community-staging-i686/PKGBUILD (from rev 216101, radare2/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-03-13 17:47:24 UTC (rev 216102)
@@ -0,0 +1,30 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Guillermo Ramos <0xwille at gmail dot com>
+
+pkgname=radare2
+pkgver=1.2.1
+pkgrel=4
+pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary files'
+url='http://radare.org'
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL3')
+depends=('sh' 'capstone' 'openssl' 'libzip')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz)
+sha512sums=('f6993ee3a581f5f643f370c2e8be8f756e1b2cde82e451784b6254ee1347ffac471aa687a51ecba3200c2d5ddcd40ed93c97ab03d8e569ba18ed428e3e72fee2')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+    --with-syscapstone \
+    --with-syszip \
+    --with-openssl
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-staging-x86_64/PKGBUILD
===================================================================
--- community-staging-x86_64/PKGBUILD	2017-03-13 17:47:13 UTC (rev 216101)
+++ community-staging-x86_64/PKGBUILD	2017-03-13 17:47:24 UTC (rev 216102)
@@ -1,30 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Guillermo Ramos <0xwille at gmail dot com>
-
-pkgname=radare2
-pkgver=1.2.1
-pkgrel=2
-pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary files'
-url='http://radare.org'
-arch=('i686' 'x86_64')
-license=('GPL3' 'LGPL3')
-depends=('sh' 'capstone' 'openssl' 'libzip')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz)
-sha512sums=('f813895b600299900e9854792ff10bf17152b2e0e6455197dc7c0e606d937cf0323c3be73c8a8977d4365c0ca43d801aa663520110bff2637096fd519bbae7da')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-    --with-syscapstone \
-    --with-syszip \
-    --with-openssl
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: radare2/repos/community-staging-x86_64/PKGBUILD (from rev 216101, radare2/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-03-13 17:47:24 UTC (rev 216102)
@@ -0,0 +1,30 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Guillermo Ramos <0xwille at gmail dot com>
+
+pkgname=radare2
+pkgver=1.2.1
+pkgrel=4
+pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary files'
+url='http://radare.org'
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL3')
+depends=('sh' 'capstone' 'openssl' 'libzip')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz)
+sha512sums=('f6993ee3a581f5f643f370c2e8be8f756e1b2cde82e451784b6254ee1347ffac471aa687a51ecba3200c2d5ddcd40ed93c97ab03d8e569ba18ed428e3e72fee2')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+    --with-syscapstone \
+    --with-syszip \
+    --with-openssl
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list