radare2-bindings: 3.6.0 bump

This commit is contained in:
blshkv 2019-07-04 21:37:52 +08:00
parent f5c2a94967
commit 0d01a273b4
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
3 changed files with 2 additions and 61 deletions

View file

@ -1,3 +1,2 @@
DIST radare2-bindings-3.1.0.tar.gz 1231113 BLAKE2B 5712a5874fab9d298a9075fb9d4aaff8f8f1c6dac6e4f01e66810dc3a4f1bade7ec9a5b260f300b040e8542c670f5b00ea11d6e7abf1309f2a678342244dc507 SHA512 fa23754f1d1bc819af6475e352194719cc65ca62b761f3b3a5f6d7c64bd9acd86e9dafa275282dcca20b1c5ea9917ed82ada5ce8fa3234dfd84e014b5b1135e8
DIST radare2-bindings-3.2.1.tar.gz 1231293 BLAKE2B becdd120a091e149229883ac40753af43015ad92fe4ad197e186e82ab2af9c44b73e1c4146a64e76726d3e01cc88870cebde419252841ebabf8536ca1ab8994f SHA512 f39356264f743741c6029b06797d9588e9c3d5ec9b599458737dcdb476c6223d255ebceab64f1c1aedf6896d209d1aa1a59565f5499c551ec720ac24132fcf7a
DIST radare2-bindings-3.3.0.tar.gz 1231524 BLAKE2B fa0da3f87ff5156e0533e695a104adeca75e3c0599d1cdf2bf25bed4d4df187af4f781d087598239483be85c7eca569e46dda6539878216d41d5cd3f19f4a5af SHA512 de489892940952d76c415f89d3667c2bd4c9e256a5ffef19a8fbf1ec1552b10834df50fecd5f0c584111ad3c4aeef04045a5eb854d5c91bd00059b5d49d61010
DIST radare2-bindings-3.6.0.tar.gz 1233285 BLAKE2B f57b0765ca3735644ecdc52cd85c2b1e4f54dbc38be8a9f928e3519ca56f5055508d2484881e77ccf7ae12924b9f60dddfc8d82bba6aa31511738b87f61ea053 SHA512 e40dc59bf342eb6b30ee975737538371abda580902edb621f94bed7c5256a10c9555942865ad96c5d663ae1e79e430a7e4e1bf0f1372087124476f41b975db63

View file

@ -1,58 +0,0 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 )
inherit eutils python-single-r1
DESCRIPTION="Language bindings for radare2"
HOMEPAGE="http://www.radare.org"
HOMEPAGE="https://github.com/radare/radare2-bindings"
SRC_URI="https://github.com/radare/radare2-bindings/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~x86 ~amd64"
#full set: "ctypes cxx guile java lua node-ffi perl php5 python ruby"
IUSE="ctypes cxx guile lua perl php5 python ruby"
#QA_MULTILIB_PATHS="usr/lib/ruby/1.9.1/r2/.*"
RDEPEND="
cxx? ( sys-devel/gcc:*[cxx] )
perl? ( dev-lang/perl )
guile? ( dev-scheme/guile:* )
lua? ( >=dev-lang/lua-5.1.4:* )
php5? ( >=dev-lang/php-5.3.8:* )
ruby? ( dev-lang/ruby:* )
"
DEPEND="${RDEPEND}
>=dev-util/radare2-2.8.0
virtual/pkgconfig
>=dev-util/valabind-1.3.0
dev-lang/swig"
src_configure(){
local myconf
local mylang
use php5 && myconf="php"
for mylang in ctypes cxx guile lua perl python ruby; do
if use $mylang; then
[ -z "$myconf" ] || myconf+=","
myconf+="$mylang"
fi
done
#not included languages will be disabled
econf --enable="$myconf"
}
src_install() {
# emake install INSTALL_ROOT="${D}"
default
python_optimize
}

View file

@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6