diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-01-31 01:40:23 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-01-31 01:40:23 +0000 |
commit | cc08543575a6b320f3c2be460f60962dc533fab0 (patch) | |
tree | c0c84a544e9c65f214231209877f055b1e026bd6 /gnome-base/libgnomecanvas/libgnomecanvas-2.2.0.1.ebuild | |
parent | part of gnome2.2 rc2 mask (diff) | |
download | gentoo-2-cc08543575a6b320f3c2be460f60962dc533fab0.tar.gz gentoo-2-cc08543575a6b320f3c2be460f60962dc533fab0.tar.bz2 gentoo-2-cc08543575a6b320f3c2be460f60962dc533fab0.zip |
gnome2.2 rc2 commit
Diffstat (limited to 'gnome-base/libgnomecanvas/libgnomecanvas-2.2.0.1.ebuild')
-rw-r--r-- | gnome-base/libgnomecanvas/libgnomecanvas-2.2.0.1.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/gnome-base/libgnomecanvas/libgnomecanvas-2.2.0.1.ebuild b/gnome-base/libgnomecanvas/libgnomecanvas-2.2.0.1.ebuild new file mode 100644 index 000000000000..1e643ac817f0 --- /dev/null +++ b/gnome-base/libgnomecanvas/libgnomecanvas-2.2.0.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomecanvas/libgnomecanvas-2.2.0.1.ebuild,v 1.1 2003/01/31 01:40:23 foser Exp $ + +inherit gnome2 + +IUSE="doc" +S=${WORKDIR}/${P} +DESCRIPTION="the Gnome 2 Canvas library" +HOMEPAGE="http://www.gnome.org/" + +SLOT="0" +KEYWORDS="~x86 ~ppc" +LICENSE="GPL-2 LGPL-2" + +RDEPEND=">=gnome-base/libglade-2 + >=x11-libs/gtk+-2.0.3 + >=x11-libs/pango-1.0.1 + >=media-libs/libart_lgpl-2.3.8" + +DEPEND=">=dev-util/pkgconfig-0.12.0 + doc? ( >=dev-util/gtk-doc-0.9-r2 ) + ${RDEPEND}" + +DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README" |