From 0ffbcb5718584884d3345a8b75d4dddf696fad59 Mon Sep 17 00:00:00 2001 From: q66 Date: Mon, 15 Apr 2019 18:36:33 +0200 Subject: [PATCH] r2-bindings: remove This appears to be broken and mostly in a state of disarray upstream, with some of the bindings not building at all. Additionally, there are no users left in the repo, and it has been broken in Void for quite some time, and even if it gets fixed eventually, it should be split into individual langs properly. --- srcpkgs/r2-bindings/INSTALL.msg | 1 + srcpkgs/r2-bindings/template | 20 +++++--------------- 2 files changed, 6 insertions(+), 15 deletions(-) create mode 100644 srcpkgs/r2-bindings/INSTALL.msg diff --git a/srcpkgs/r2-bindings/INSTALL.msg b/srcpkgs/r2-bindings/INSTALL.msg new file mode 100644 index 00000000000..2594eb23fa6 --- /dev/null +++ b/srcpkgs/r2-bindings/INSTALL.msg @@ -0,0 +1 @@ +r2-bindings is no longer provided by Void Linux, and will be fully removed from the repos on 2019-07-15 diff --git a/srcpkgs/r2-bindings/template b/srcpkgs/r2-bindings/template index 1a934428514..980db2ab61b 100644 --- a/srcpkgs/r2-bindings/template +++ b/srcpkgs/r2-bindings/template @@ -1,19 +1,9 @@ # Template file for 'r2-bindings' pkgname=r2-bindings version=1.0.1 -revision=1 -build_style=gnu-configure -wrksrc="radare2-${version}" -short_desc="Advanced command line debugger and hexadecimal editor (bindings)" -maintainer="Juan RP " -license="LGPL-3" +revision=2 +archs=noarch +build_style=meta +short_desc="Advanced command line debugger and hexadecimal editor (bindings) (removed package)" +license="BSD-2-Clause" homepage="http://www.radare.org" -distfiles="${homepage}/get/radare2-bindings-${version}.tar.xz" -checksum=c65f16ed642993a4da8ad6e4e20b0f9cd4ed4965b7f4891860481eeaec20abc1 - -wrksrc="radare2-bindings-${version}" -hostmakedepends="pkg-config swig" -makedepends="valabind python-devel radare2 file-devel" -pycompile_module="r2" -depends="radare2>=${version}" -noverifyrdeps=1