Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 379193 | Differences between
and this patch

Collapse All | Expand All

(-)pydb.orig/pydb-1.26.ebuild (-3 / +8 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-python/pydb/pydb-1.26.ebuild,v 1.2 2009/04/18 21:27:42 patrick Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-python/pydb/pydb-1.26.ebuild,v 1.2 2009/04/18 21:27:42 patrick Exp $
4
4
5
EAPI=3
6
inherit elisp-common
7
5
DESCRIPTION="Extended python debugger"
8
DESCRIPTION="Extended python debugger"
6
HOMEPAGE="http://bashdb.sourceforge.net/pydb/"
9
HOMEPAGE="http://bashdb.sourceforge.net/pydb/"
7
SRC_URI="mirror://sourceforge/bashdb/${P}.tar.bz2"
10
SRC_URI="mirror://sourceforge/bashdb/${P}.tar.bz2"
Lines 14-26 Link Here
14
IUSE=""
17
IUSE=""
15
18
16
DEPEND=">=dev-lang/python-2.4.0
19
DEPEND=">=dev-lang/python-2.4.0
17
	>=app-editors/emacs-22.0"
20
	virtual/emacs"
21
RDEPEND="${DEPEND=}"
18
22
19
# This package uses not distutils but the usual
23
# This package uses not distutils but the usual
20
# ./configure; make; make install
24
# ./configure; make; make install
21
# The default src_compile is OK
25
# The default src_compile is OK
22
26
23
src_install() {
27
src_install() {
24
	emake DESTDIR="${D}" install || die "emake install failed"
28
	emake DESTDIR="${D}" install
25
	dodoc AUTHORS ChangeLog NEWS README THANKS TODO || die "dodoc failed"
29
	dodoc AUTHORS ChangeLog NEWS README THANKS TODO
30
	elisp-common_src_install
26
}
31
}

Return to bug 379193