Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 28470
Collapse All | Expand All

(-)gedit-plugins-2.20.0.ebuild (-12 / +23 lines)
Lines 1-8 Link Here
1
# Copyright 1999-2003 Gentoo Technologies, Inc.
1
# Copyright 1999-2005 Gentoo Foundation
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: /home/cvsroot/gentoo-x86/gnome-extra/gedit-plugins/gedit-plugins-2.20.0.ebuild,v 1.4 2007/04/11 15:19:07 spider Exp $
3
# $Header: $
4
4
5
inherit gnome2
5
inherit gnome2 eutils autotools
6
6
7
DESCRIPTION="gedit plugins"
7
DESCRIPTION="gedit plugins"
8
HOMEPAGE="http://www.gnome.org/"
8
HOMEPAGE="http://www.gnome.org/"
Lines 10-31 Link Here
10
SLOT="0"
10
SLOT="0"
11
LICENSE="GPL-2"
11
LICENSE="GPL-2"
12
KEYWORDS="~x86 ~ppc ~alpha ~sparc ~hppa ~amd64"
12
KEYWORDS="~x86 ~ppc ~alpha ~sparc ~hppa ~amd64"
13
IUSE="python"
13
14
14
RDEPEND=">=app-editors/gedit-2.20.0"
15
RDEPEND=">=app-editors/gedit-2.20.0"
15
16
16
DEPEND="${RDEPEND}
17
DEPEND="${RDEPEND}
17
	>=dev-libs/glib-2.8.0
18
	>=sys-devel/autoconf-2.59
18
	>=dev-python/pygtk-2.9.7
19
	>=sys-devel/automake-1.9
19
	>=dev-python/gnome-python-desktop-2.18.0
20
	>=dev-util/pkgconfig-0.9.0
21
	>=app-text/scrollkeeper-0.3.11
22
	>=dev-util/intltool-0.35.0
20
	>=dev-util/intltool-0.35.0
23
	>=gnome-base/gnome-vfs-2.13.4
21
	>=dev-util/pkgconfig-0.9
24
	>=gnome-base/libglade-2.4.0
22
	>=app-text/gnome-doc-utils-0.3.2
25
	>=gnome-extra/gucharmap-1.6.0
23
	>=dev-libs/glib-2.8.0
26
	>=x11-libs/gtk+-2.8.0
24
	>=x11-libs/gtk+-2.8.0
27
	>=x11-libs/gtksourceview-2.0.0
25
	>=x11-libs/gtksourceview-2.0.0
28
	>=app-text/gnome-doc-utils-0.3.2"
26
	>=gnome-base/libglade-2.4.0
27
	>=gnome-base/gnome-vfs-2.13.4
28
	>=gnome-extra/gucharmap-1.6.0
29
	>=app-text/scrollkeeper-0.3.11
30
	python? (
31
		>=dev-lang/python-2.3.0
32
		>=dev-python/pygobject-2.11.5
33
		>=dev-python/pygtk-2.9.7
34
		>=dev-python/pygtksourceview-2
35
	)"
29
36
30
DOCS="AUTHORS BUGS ChangeLog COPYING INSTALL NEWS README THANKS TODO"
37
DOCS="AUTHORS BUGS ChangeLog COPYING INSTALL NEWS README THANKS TODO"
31
38
39
src_compile() {
40
	econf $(use_enable python) || die "econf failed"
41
	emake || die "emake failed"
42
}

Return to bug 28470