+++ /dev/null
-DIST debugger-0.9.17.tgz 680055 SHA256 acd33e8babdaf56b1500576adf86c91363e071bc1b19a60037b2de72736ae87e
-DIST debugger-0.9.18.tgz 725688 SHA256 dd046187ca6301265f1a2116919a3bf4af64c9ad3fa14809030abbfe82af7b43
-EBUILD edb-0.9.17.ebuild 1228 SHA256 fc7c3d1dca49e9b1cc05de4a2e69ed04467814701744507fda3bb7eb64568651 SHA512 b457d76a2226a425d3fb583d65e51593f60f39363b2653eea3660a250ec53ccf3c3ae41a61388eef7b63b91aa600d9775a757d3fd365ec2bd359a143ab5e43e8 WHIRLPOOL 94a7c7e8b8151800d41a8a1938665af79637466580e9b2d83301ffb5c372fe7b53e5a64be74649526ad8c6c807184bc59eca94f36adaa70fb22449f776050c41
-EBUILD edb-0.9.18.ebuild 1136 SHA256 91eb0e57779ad8c56eceb86ed13a1e018b6f8ecbc689ab8624440df40a5731e6 SHA512 006297008f64843cef25b3082000163e4ea4811a84545aedb6cfd9ffcfe44a6106aedec6dfda14bd79f133dabc5eb0c25c236aa61874125f5273606d8a94ada8 WHIRLPOOL 12bfef8dccfe3d3a055860ea1bfd4802ed7c6357ee3497d9af3bd79dd2aec8e288d499d503c8a4c1517d03d62182f943affaa166515d65bd1d126cec0cfebde5
+++ /dev/null
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-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."
-}
+++ /dev/null
-# 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."
-}
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>shuber@sthu.org</email>
- <name>Stefan Huber</name>
- </maintainer>
-</pkgmetadata>