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

Collapse All | Expand All

(-)denu.orig/denu-2.3.2.ebuild (-2 / +6 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/x11-misc/denu/denu-2.3.2.ebuild,v 1.8 2009/07/06 11:18:55 ssuominen Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-misc/denu/denu-2.3.2.ebuild,v 1.8 2009/07/06 11:18:55 ssuominen Exp $
4
4
5
EAPI="3"
6
PYTHON_DEPEND="2:2.6"
7
inherit python
8
5
DESCRIPTION="A menu generation program for fluxbox, waimea, openbox, icewm, gnome and kde."
9
DESCRIPTION="A menu generation program for fluxbox, waimea, openbox, icewm, gnome and kde."
6
HOMEPAGE="http://denu.sourceforge.net"
10
HOMEPAGE="http://denu.sourceforge.net"
7
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
11
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
Lines 11-20 Link Here
11
KEYWORDS="amd64 hppa ppc ~ppc64 x86"
15
KEYWORDS="amd64 hppa ppc ~ppc64 x86"
12
IUSE=""
16
IUSE=""
13
17
14
RDEPEND="dev-lang/python
18
RDEPEND=">=dev-python/pygtk-2.4.1"
15
	>=dev-python/pygtk-2.4.1"
16
DEPEND="${RDEPEND}"
19
DEPEND="${RDEPEND}"
17
20
18
src_install() {
21
src_install() {
19
	./install.sh "${D}" || die "./install.sh failed"
22
	./install.sh "${D}" || die "./install.sh failed"
23
	python_convert_shebangs -r 2 "${D}"
20
}
24
}

Return to bug 317005