Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 204855 Details for
Bug 285856
dev-util/edb [new package]
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
edb-0.9.10.ebuild
edb-0.9.10.ebuild (text/plain), 1.22 KB, created by
Anton Romanov
on 2009-09-21 19:35:54 UTC
(
hide
)
Description:
edb-0.9.10.ebuild
Filename:
MIME Type:
Creator:
Anton Romanov
Created:
2009-09-21 19:35:54 UTC
Size:
1.22 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils multilib > >DESCRIPTION="EDB \"Evan's Debugger\" (OllyDbg workalike for Linux)" >HOMEPAGE="http://www.codef00.com/projects.php#Debugger" >SRC_URI="http://www.codef00.com/projects/debugger-${PV}.tgz" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~x86-64" >IUSE="" >RESTRICT="strip mirror" > >DEPEND=" > >=x11-libs/qt-core-4.2.0 > >=x11-libs/qt-gui-4.2.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 > dobin edb_make_symbolmap.sh >} > >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." >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 285856
: 204855 |
452552
|
452554
|
461410