dev-util/edb-debugger: add live ebuild bug #610798. Petross404

Package-Manager: portage-2.3.0
This commit is contained in:
Amy Liffey
2017-03-07 19:12:00 +01:00
parent 32b3f45716
commit b2cecfad01
2 changed files with 59 additions and 9 deletions

View File

@@ -0,0 +1,51 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
inherit cmake-utils git-r3
DESCRIPTION="edb is a cross platform x86/x86-64 debugger, inspired by Ollydbg"
HOMEPAGE="https://github.com/eteran/edb-debugger"
LICENSE="GPL-2+"
IUSE="debug graphviz"
SLOT="0"
EGIT_REPO_URI="https://github.com/eteran/edb-debugger.git"
KEYWORDS=""
RDEPEND="
>=dev-libs/capstone-3.0
graphviz? ( >=media-gfx/graphviz-2.38.0 )
dev-qt/qtwidgets:5
dev-qt/qtxml:5
dev-qt/qtxmlpatterns:5
dev-qt/qtnetwork:5
dev-qt/qtconcurrent:5
dev-qt/qtgui:5
dev-qt/qtcore:5
"
DEPEND="
>=dev-libs/boost-1.35.0
virtual/pkgconfig
${RDEPEND}"
src_prepare(){
if ! use graphviz; then
sed -i '/pkg_check_modules(GRAPHVIZ/d' CMakeLists.txt || die
fi
cmake-utils_src_prepare
}
src_configure() {
CMAKE_BUILD_TYPE=Release
use debug && CMAKE_BUILD_TYPE=Debug
mycmakeargs+=(
-DCMAKE_INSTALL_PREFIX=/usr
-DQT_VERSION=Qt5
)
cmake-utils_src_configure
}

View File

@@ -1,15 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>petross404@gmail.com</email>
<name>Petros S</name>
<description>Proxied Maintainer</description>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<maintainer type="person">
<email>petross404@gmail.com</email>
<name>Petros S</name>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<use>
<flag name="legacy-mem-write">Probe if writes to /proc/PID/mem are broken.</flag>
<flag name="graphviz">Add support for the Graphviz library</flag>