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

Collapse All | Expand All

(-)anjuta-2.24.2.ebuild.orig (-1 / +8 lines)
Lines 2-8 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-util/anjuta/anjuta-2.24.2.ebuild,v 1.1 2008/11/29 19:18:45 eva Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-2.24.2.ebuild,v 1.1 2008/11/29 19:18:45 eva Exp $
4
4
5
inherit eutils gnome2
5
inherit eutils gnome2 autotools
6
6
7
DESCRIPTION="A versatile IDE for GNOME"
7
DESCRIPTION="A versatile IDE for GNOME"
8
HOMEPAGE="http://www.anjuta.org"
8
HOMEPAGE="http://www.anjuta.org"
Lines 57-62 Link Here
57
	>=app-text/scrollkeeper-0.3.14-r2
57
	>=app-text/scrollkeeper-0.3.14-r2
58
	doc? ( >=dev-util/gtk-doc-1.0 )"
58
	doc? ( >=dev-util/gtk-doc-1.0 )"
59
59
60
src_unpack() {
61
	gnome2_src_unpack
62
	
63
	epatch "${FILESDIR}/anjuta-plugins-no-remove.patch"
64
	eautoreconf
65
}
66
60
pkg_setup() {
67
pkg_setup() {
61
	# gtk-doc is handled by eclass
68
	# gtk-doc is handled by eclass
62
	G2CONF="${G2CONF}
69
	G2CONF="${G2CONF}

Return to bug 248796