diff options
Diffstat (limited to 'x11-libs/hippo-canvas/hippo-canvas-0.2.25.ebuild')
-rw-r--r-- | x11-libs/hippo-canvas/hippo-canvas-0.2.25.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/x11-libs/hippo-canvas/hippo-canvas-0.2.25.ebuild b/x11-libs/hippo-canvas/hippo-canvas-0.2.25.ebuild new file mode 100644 index 000000000..ce365ed29 --- /dev/null +++ b/x11-libs/hippo-canvas/hippo-canvas-0.2.25.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +GCONF_DEBUG="no" +inherit gnome2 + +DESCRIPTION="A canvas library based on GTK+-2, Cairo, and Pango" +HOMEPAGE="http://developer.mugshot.org/wiki/Hippo_Canvas" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="doc python" + +RDEPEND=">=dev-libs/glib-2.6 + >=x11-libs/gtk+-2.6 + python? ( dev-lang/python + dev-python/pycairo + dev-python/pygtk )" +DEPEND="${RDEPEND} + dev-util/pkgconfig + doc? ( >=dev-util/gtk-doc-1.6 )" + +DOCS="AUTHORS README TODO" + +pkg_setup() { + G2CONF="$(use_enable python)" +} |