diff options
author | Thomas Sachau <tommy@gentoo.org> | 2009-10-15 18:13:57 +0000 |
---|---|---|
committer | Thomas Sachau <tommy@gentoo.org> | 2009-10-15 18:13:57 +0000 |
commit | 882273b28cd49b27a4df9035604717929c37dbff (patch) | |
tree | b336248e60b2ad0d276d188a72baff73350f622b /x11-libs/hippo-canvas/hippo-canvas-0.2.31.ebuild | |
parent | sunrise/ profiles/package.mask: Mask www-servers/webcit for now because of in... (diff) | |
download | sunrise-882273b28cd49b27a4df9035604717929c37dbff.tar.gz sunrise-882273b28cd49b27a4df9035604717929c37dbff.tar.bz2 sunrise-882273b28cd49b27a4df9035604717929c37dbff.zip |
x11-libs/ hippo-canvas: In gentoo-x86
svn path=/sunrise/; revision=9370
Diffstat (limited to 'x11-libs/hippo-canvas/hippo-canvas-0.2.31.ebuild')
-rw-r--r-- | x11-libs/hippo-canvas/hippo-canvas-0.2.31.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/x11-libs/hippo-canvas/hippo-canvas-0.2.31.ebuild b/x11-libs/hippo-canvas/hippo-canvas-0.2.31.ebuild deleted file mode 100644 index ce1cb6c3f..000000000 --- a/x11-libs/hippo-canvas/hippo-canvas-0.2.31.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2009 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 - >=dev-libs/libcroco-0.6 - >=x11-libs/gtk+-2.6 - >=x11-libs/pango-1.14 - 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)" -} |