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

Levente Polyak anthraxx at archlinux.org
Wed Jul 12 20:55:02 UTC 2017


    Date: Wednesday, July 12, 2017 @ 20:55:02
  Author: anthraxx
Revision: 244841

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-07-12 20:54:52 UTC (rev 244840)
+++ community-i686/PKGBUILD	2017-07-12 20:55:02 UTC (rev 244841)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Guillermo Ramos <0xwille at gmail dot com>
-
-pkgname=radare2
-pkgver=1.5.0
-pkgrel=1
-pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary files'
-url='https://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)
-sha256sums=('c6b465cb2f36a206d5e9380c0bcbb4c05ed5cb7995e554703206e0bbdc9c74a1')
-sha512sums=('d12f448e13dba4507704143216fead40bcee88b59c006f7bc46778a6f423abf4b2b856df4348a4ccaa422e72d9a21ae18add691ceaf5b06936aec214871f7d88')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-    --with-syscapstone \
-    --with-syszip \
-    --with-openssl
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  # remove shit
-  rm "${pkgdir}"/usr/bin/r2-{indent,docker} \
-    "${pkgdir}/usr/share/man/man1/r2-docker.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: radare2/repos/community-i686/PKGBUILD (from rev 244840, radare2/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-07-12 20:55:02 UTC (rev 244841)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Guillermo Ramos <0xwille at gmail dot com>
+
+pkgname=radare2
+pkgver=1.6.0
+pkgrel=1
+pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary files'
+url='https://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)
+sha256sums=('759d1c65dcd69d1189fc73e427c568ec234a7ca1958c19f5001c255dd31a3787')
+sha512sums=('6e1485c4edaa007790c07a8cfe190c4ea3e4df843620e2575587478e60f1be3dacaa0c545c84e135a51d9f7aff61c27f712c0ffa6038b556d347151f2a3cd2bb')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+    --with-syscapstone \
+    --with-syszip \
+    --with-openssl
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  # remove shit
+  rm "${pkgdir}"/usr/bin/r2-{indent,docker} \
+    "${pkgdir}/usr/share/man/man1/r2-docker.1"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-07-12 20:54:52 UTC (rev 244840)
+++ community-x86_64/PKGBUILD	2017-07-12 20:55:02 UTC (rev 244841)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Guillermo Ramos <0xwille at gmail dot com>
-
-pkgname=radare2
-pkgver=1.5.0
-pkgrel=1
-pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary files'
-url='https://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)
-sha256sums=('c6b465cb2f36a206d5e9380c0bcbb4c05ed5cb7995e554703206e0bbdc9c74a1')
-sha512sums=('d12f448e13dba4507704143216fead40bcee88b59c006f7bc46778a6f423abf4b2b856df4348a4ccaa422e72d9a21ae18add691ceaf5b06936aec214871f7d88')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-    --with-syscapstone \
-    --with-syszip \
-    --with-openssl
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  # remove shit
-  rm "${pkgdir}"/usr/bin/r2-{indent,docker} \
-    "${pkgdir}/usr/share/man/man1/r2-docker.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: radare2/repos/community-x86_64/PKGBUILD (from rev 244840, radare2/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-07-12 20:55:02 UTC (rev 244841)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Guillermo Ramos <0xwille at gmail dot com>
+
+pkgname=radare2
+pkgver=1.6.0
+pkgrel=1
+pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary files'
+url='https://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)
+sha256sums=('759d1c65dcd69d1189fc73e427c568ec234a7ca1958c19f5001c255dd31a3787')
+sha512sums=('6e1485c4edaa007790c07a8cfe190c4ea3e4df843620e2575587478e60f1be3dacaa0c545c84e135a51d9f7aff61c27f712c0ffa6038b556d347151f2a3cd2bb')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+    --with-syscapstone \
+    --with-syszip \
+    --with-openssl
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  # remove shit
+  rm "${pkgdir}"/usr/bin/r2-{indent,docker} \
+    "${pkgdir}/usr/share/man/man1/r2-docker.1"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list