From d18bf1e01b65ee4bf0c804e2843b282d3d4e5d7c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 15 Jun 2021 14:57:03 +0100 Subject: gentoo resync : 15.06.2021 --- dev-util/rizin/Manifest | 3 ++- dev-util/rizin/files/rizin-0.2.1-no-rzpipe.patch | 14 ++++++++++++++ dev-util/rizin/rizin-0.2.1.ebuild | 4 +++- 3 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 dev-util/rizin/files/rizin-0.2.1-no-rzpipe.patch (limited to 'dev-util/rizin') diff --git a/dev-util/rizin/Manifest b/dev-util/rizin/Manifest index 1ec6253615f3..cd0ec42a06b8 100644 --- a/dev-util/rizin/Manifest +++ b/dev-util/rizin/Manifest @@ -1,4 +1,5 @@ +AUX rizin-0.2.1-no-rzpipe.patch 432 BLAKE2B 77e959797f22ea6d32e6742651710ecb042bfa6bf00efccaedcd3d60a6f75c0bdb42128261ffe068d8cfaeb6d7abacef6ea114ffb9061ca365533a1fe2120c34 SHA512 7a03664ed99ea7f9cb214b566e2a74a0aee1ebfa643552ce90f4e7fb60e779628ba75c4cf34ffc3cc45b65d1dd8959d400a9af16bc49d7cc26f1499670ddbaa6 DIST rizin-src-v0.2.1.tar.xz 51439132 BLAKE2B 3ce048c5e93afa43b33bb7c36e7f7a96734886a44a67339c18b36de84b6e3dd015aa49fd048815bc7cb26a39bd3c44ebd00227fdb0c3dc9d9f07ff2ff1f1948d SHA512 4d0a68971a8fe1de3860f8ee18197606f59c22d4c24f3fcce691c73b45c8fe8c356a9b411604e9c3d4e5bb01f695b6ead32cdc217134eb4ddfec76867c16c327 DIST rizin-testbins-a80fd0d56d538d07a05ef01e29c8cb430a4f9d72.tar.gz 119214206 BLAKE2B 33916d466d77aaa0aeb6b221529a570a2bd2ad07b59b45967d75a84e3efbbc8ca3b8fff9cd88d61598b4e785ead2f8bc58eb7c1cb31007c27e497d80f36e4d2d SHA512 9b01a63ff281ac19b427e715d669e6080c4afdfd777ae762c30537c59bd2cdc2865adc1b34ccb61430b172e54995375b48bb35fd88f098b6a9839e9f3669fde4 -EBUILD rizin-0.2.1.ebuild 1940 BLAKE2B 6184cfd36d6493d157bc7ac4342f1056d6067a9e81a01289a937802e54291d6a8447ce58ca1f20571a26f8581df0597775c7e97de712d507e42779e438de716d SHA512 7752b4c408b340409d847905b19d53d1bdee062b1fc6b361666d6f2664fa3322a23755c051a90242efcde3df032f2fcad6ab5c00e9b343bcb7661d8b4c694fa8 +EBUILD rizin-0.2.1.ebuild 2002 BLAKE2B 9d2e43fca7f6bbc2d4dfbcd30e082a40632b32d073633e1d290fe1f5dc48e7f22f4ff9ab26b24bd2b726ad55f3fe7a5a6d9be092088a2a52cd01d19e481b0aef SHA512 7e066c1b1a4c4bec91a70990a338ca03fd2ea346842bbd70806f1bfde387be2d7efe64a3fa1099b792c4205c91298c09144eb8e41ad4cc3815df9479f1a4977e MISC metadata.xml 459 BLAKE2B 90d71202d4ac6732aac13f9b1e36b485682fef7381b52b20e904c6f502bcea0a12b2001c0b74e82e0924f29ae9e3c21cc4ceaed2a1e54a2218f8e25d23d5ce20 SHA512 0ff5f7f10ee319340283ed838f371c13943b78b2b57ff2be8cdf6203d591e952a610eabf4266111a89d9dec865b7043d27a6d9ae6330940d1573733d00ecbb8f diff --git a/dev-util/rizin/files/rizin-0.2.1-no-rzpipe.patch b/dev-util/rizin/files/rizin-0.2.1-no-rzpipe.patch new file mode 100644 index 000000000000..3e7a6cc70c17 --- /dev/null +++ b/dev-util/rizin/files/rizin-0.2.1-no-rzpipe.patch @@ -0,0 +1,14 @@ +https://github.com/rizinorg/rizin/issues/1192 +--- a/test/unit/test_rzpipe.c ++++ b/test/unit/test_rzpipe.c +@@ -30,7 +30,9 @@ static bool test_rzpipe_404(void) { + } + + static int all_tests() { +- mu_run_test(test_rzpipe); ++ // Disabled in Genoo, relies on `rizin` binary in $PATH: ++ // https://github.com/rizinorg/rizin/issues/1192 ++ //mu_run_test(test_rzpipe); + mu_run_test(test_rzpipe_404); + return tests_passed != tests_run; + } diff --git a/dev-util/rizin/rizin-0.2.1.ebuild b/dev-util/rizin/rizin-0.2.1.ebuild index 7f58bcca359d..f8d2d2dd1bdf 100644 --- a/dev-util/rizin/rizin-0.2.1.ebuild +++ b/dev-util/rizin/rizin-0.2.1.ebuild @@ -29,13 +29,15 @@ RDEPEND=" dev-libs/libuv:0= dev-libs/libzip:0= dev-libs/openssl:0= - dev-libs/tree-sitter + >=dev-libs/tree-sitter-0.19.0 dev-libs/xxhash sys-libs/zlib:0= " DEPEND="${RDEPEND}" BDEPEND="${PYTHON_DEPS}" +PATCHES=("${FILESDIR}"/${PN}-0.2.1-no-rzpipe.patch) + S="${WORKDIR}/${PN}-v${PV}" src_prepare() { -- cgit v1.2.3