X-Git-Url: https://git.sthu.org/?p=shuber-gentoo-overlay.git;a=blobdiff_plain;f=dev-util%2Fedb%2Fedb-0.9.18.ebuild;fp=dev-util%2Fedb%2Fedb-0.9.18.ebuild;h=0000000000000000000000000000000000000000;hp=325ef9b7d61b4b4c1b3e6154bc5d2e8e47ab75f9;hb=46bdf0ac40c4afbcabe3b714e69a17a79dfd000b;hpb=6232dba9649c70bc0c7a07dec90e95b8a6b0684b diff --git a/dev-util/edb/edb-0.9.18.ebuild b/dev-util/edb/edb-0.9.18.ebuild deleted file mode 100644 index 325ef9b..0000000 --- a/dev-util/edb/edb-0.9.18.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Stolen from gentoo portage - -inherit multilib - -DESCRIPTION="EDB \"Evan's Debugger\" (OllyDbg workalike for Linux)" -HOMEPAGE="http://www.codef00.com/projects#debugger" -SRC_URI="http://www.codef00.com/projects/debugger-${PV}.tgz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" -RESTRICT="strip mirror" - -DEPEND=" - >=x11-libs/qt-core-4.5.0 - >=x11-libs/qt-gui-4.5.0 - >=dev-libs/boost-1.35.0" - -RDEPEND="${DEPEND}" -S="${WORKDIR}/debugger" - -src_compile() { - qmake -makefile DEFAULT_PLUGIN_PATH="/usr/$(get_libdir)/edb/" || dir "qmake failed" - emake || die "emake failed" -} - -src_install() { - make INSTALL_ROOT=${D}/usr/ install - dodoc CHANGELOG README README.plugins - doman edb.1 -} - -pkg_postinst() { - einfo "Note: EBD's plugins are installed by default into /usr/$(get_libdir)/edb." - einfo "If you have previously used EDB and have it set to look in a" - einfo "different directory, then you will need to adjust this. Also" - einfo "EDB looks for plugins in the current working directory as well" - einfo "as the directory specified in the options, so that unpriviledged" - einfo "users can use plugins not installed system wide." -}