diff options
author | Joe McCann <joem@gentoo.org> | 2005-03-09 03:33:33 +0000 |
---|---|---|
committer | Joe McCann <joem@gentoo.org> | 2005-03-09 03:33:33 +0000 |
commit | 2e16aa99cbf67d48b4e3b5c0c9c23f93fa4ed121 (patch) | |
tree | 1904d2d9cd9eb07f5236a672a24d6ddf9bd89b89 /gnome-base/libgnomecanvas/libgnomecanvas-2.10.0.ebuild | |
parent | Remove avi from use flag as it has nothing to do with the bug which caused it... (diff) | |
download | gentoo-2-2e16aa99cbf67d48b4e3b5c0c9c23f93fa4ed121.tar.gz gentoo-2-2e16aa99cbf67d48b4e3b5c0c9c23f93fa4ed121.tar.bz2 gentoo-2-2e16aa99cbf67d48b4e3b5c0c9c23f93fa4ed121.zip |
gnome-2.10 release
(Portage version: 2.0.51.19)
Diffstat (limited to 'gnome-base/libgnomecanvas/libgnomecanvas-2.10.0.ebuild')
-rw-r--r-- | gnome-base/libgnomecanvas/libgnomecanvas-2.10.0.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/gnome-base/libgnomecanvas/libgnomecanvas-2.10.0.ebuild b/gnome-base/libgnomecanvas/libgnomecanvas-2.10.0.ebuild new file mode 100644 index 000000000000..cfc77a42f5ba --- /dev/null +++ b/gnome-base/libgnomecanvas/libgnomecanvas-2.10.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomecanvas/libgnomecanvas-2.10.0.ebuild,v 1.1 2005/03/09 03:33:33 joem Exp $ + +inherit gnome2 + +DESCRIPTION="The Gnome 2 Canvas library" +HOMEPAGE="http://www.gnome.org/" + +LICENSE="GPL-2 LGPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="doc" + +RDEPEND=">=gnome-base/libglade-2 + >=x11-libs/gtk+-2.0.3 + >=x11-libs/pango-1.2 + >=media-libs/libart_lgpl-2.3.8" + +DEPEND="${RDEPEND} + sys-devel/gettext + >=dev-util/pkgconfig-0.12.0 + doc? ( >=dev-util/gtk-doc-1 )" + +DOCS="AUTHORS ChangeLog NEWS README" +USE_DESTDIR="1" |