blob: 878870f8606c9e3c4eaa45cec000f9a9d6fccfb3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.6.0.ebuild,v 1.7 2009/11/28 17:04:58 armin76 Exp $
inherit gnome2 flag-o-matic multilib
DESCRIPTION="GTK+2 bindings for Python"
HOMEPAGE="http://www.pygtk.org/"
LICENSE="LGPL-2.1"
SLOT="2"
KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ~ppc64 ~sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="doc"
RDEPEND=">=dev-python/pygobject-2.15.2
>=dev-python/pygtk-2.8
>=x11-libs/gtksourceview-2.3"
DEPEND="${RDEPEND}
doc? (
>=dev-util/gtk-doc-1.10
dev-libs/libxslt
~app-text/docbook-xml-dtd-4.1.2
>=app-text/docbook-xsl-stylesheets-1.70.1 )
>=dev-util/pkgconfig-0.9"
DOCS="AUTHORS ChangeLog NEWS README"
pkg_setup() {
G2CONF="${G2CONF} $(use_enable doc docs)"
}
# There are no .py files installed, so no python_mod_* are required
|