diff --git a/dev-util/redasm/redasm-2.1.1.ebuild b/dev-util/redasm/redasm-2.1.1.ebuild new file mode 100644 index 000000000..dff396bb4 --- /dev/null +++ b/dev-util/redasm/redasm-2.1.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils git-r3 + +DESCRIPTION="The OpenSource Disassembler " +HOMEPAGE="http://redasm.io" +EGIT_REPO_URI="https://github.com/REDasmOrg/REDasm.git v${PV}" +KEYWORDS="~amd64 ~x86" + +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +DEPEND="dev-qt/qtwidgets:5 + dev-qt/qtgui:5 + dev-qt/qtcore:5" +RDEPEND="${DEPEND}" + +src_prepare() { + sed -i '/set(CMAKE_INSTALL_RPATH ".")/d' CMakeLists.txt || die "sed failed" + cmake-utils_src_prepare +# eapply_user +} + +src_install() { + dolib.so "${BUILD_DIR}"/LibREDasm.so + newbin "${BUILD_DIR}"/REDasm redasm +} diff --git a/pentoo/pentoo-rce/pentoo-rce-2019.1-r1.ebuild b/pentoo/pentoo-rce/pentoo-rce-2019.1-r2.ebuild similarity index 94% rename from pentoo/pentoo-rce/pentoo-rce-2019.1-r1.ebuild rename to pentoo/pentoo-rce/pentoo-rce-2019.1-r2.ebuild index 716cffbab..7e684f85e 100644 --- a/pentoo/pentoo-rce/pentoo-rce-2019.1-r1.ebuild +++ b/pentoo/pentoo-rce/pentoo-rce-2019.1-r2.ebuild @@ -12,10 +12,11 @@ KEYWORDS="amd64 arm x86" PDEPEND="hardened? ( sys-apps/paxctl ) sys-devel/gdb + dev-util/redasm || ( dev-util/jd-gui dev-util/jd-gui-bin ) dev-util/jadx-bin - pentoo-full? ( + dev-util/ghidra !hardened? ( sys-devel/prelink ) !arm? ( dev-lang/nasm dev-util/edb-debugger diff --git a/profiles/pentoo/base/package.accept_keywords/dev-util b/profiles/pentoo/base/package.accept_keywords/dev-util index 659cd93a2..f39450daf 100644 --- a/profiles/pentoo/base/package.accept_keywords/dev-util +++ b/profiles/pentoo/base/package.accept_keywords/dev-util @@ -35,7 +35,6 @@ dev-lang/vala:0.42 #gnuradio ~dev-util/boost-build-1.53.0 - ~dev-util/sonarqube-bin-7.6 ~dev-util/sonarscanner-bin-3.3.0.1492 @@ -62,3 +61,5 @@ dev-util/appmon dev-util/qark dev-util/ghidra + +=dev-util/redasm-2*