diff options
author | Marinus Schraal <foser@gentoo.org> | 2002-10-27 14:42:12 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2002-10-27 14:42:12 +0000 |
commit | 4034753eae3635fb44b94fb6dfeff85fbc2e9772 (patch) | |
tree | 1c130f7e5cb70706b89a03eb953ddf1f3f5e2bc6 /gnome-base/libgnomecanvas | |
parent | hax out m4 from apps/e (diff) | |
download | gentoo-2-4034753eae3635fb44b94fb6dfeff85fbc2e9772.tar.gz gentoo-2-4034753eae3635fb44b94fb6dfeff85fbc2e9772.tar.bz2 gentoo-2-4034753eae3635fb44b94fb6dfeff85fbc2e9772.zip |
gnome 2.1 commit
Diffstat (limited to 'gnome-base/libgnomecanvas')
-rw-r--r-- | gnome-base/libgnomecanvas/ChangeLog | 7 | ||||
-rw-r--r-- | gnome-base/libgnomecanvas/files/digest-libgnomecanvas-2.1.0 | 1 | ||||
-rw-r--r-- | gnome-base/libgnomecanvas/libgnomecanvas-2.1.0.ebuild | 39 |
3 files changed, 46 insertions, 1 deletions
diff --git a/gnome-base/libgnomecanvas/ChangeLog b/gnome-base/libgnomecanvas/ChangeLog index 24b4fe2e3b8b..852c53d51e9e 100644 --- a/gnome-base/libgnomecanvas/ChangeLog +++ b/gnome-base/libgnomecanvas/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-base/libgnomecanvas # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomecanvas/ChangeLog,v 1.7 2002/09/06 03:28:27 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomecanvas/ChangeLog,v 1.8 2002/10/27 14:42:12 foser Exp $ + +*libgnomecanvas-2.1.0 (27 Oct 2002) + + 27 Oct 2002; foser <foser@gentoo.org> libgnomecanvase-2.1.0.ebuild : + Gnome 2.1 commit *libgnomecanvas-2.0.4 (06 Sep 2002) 06 Sep 2002 ; Spider <spider@gentoo.org> libgnomecanvas-2.0.4.ebuild : diff --git a/gnome-base/libgnomecanvas/files/digest-libgnomecanvas-2.1.0 b/gnome-base/libgnomecanvas/files/digest-libgnomecanvas-2.1.0 new file mode 100644 index 000000000000..b59a569aa05c --- /dev/null +++ b/gnome-base/libgnomecanvas/files/digest-libgnomecanvas-2.1.0 @@ -0,0 +1 @@ +MD5 03a10a5ae9d49d39d7d579323281c6bb libgnomecanvas-2.1.0.tar.bz2 382175 diff --git a/gnome-base/libgnomecanvas/libgnomecanvas-2.1.0.ebuild b/gnome-base/libgnomecanvas/libgnomecanvas-2.1.0.ebuild new file mode 100644 index 000000000000..fb51f3687eb8 --- /dev/null +++ b/gnome-base/libgnomecanvas/libgnomecanvas-2.1.0.ebuild @@ -0,0 +1,39 @@ +# 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.1.0.ebuild,v 1.1 2002/10/27 14:42:12 foser Exp $ + +IUSE="doc" + +inherit gnome2 debug + +S=${WORKDIR}/${P} +DESCRIPTION="the Gnome 2 Canvas library" +HOMEPAGE="http://www.gnome.org/" +SLOT="0" +KEYWORDS="x86 ppc sparc sparc64 alpha" +LICENSE="GPL-2 LGPL-2.1" + + +RDEPEND=">=gnome-base/libglade-2.0.1 + >=x11-libs/gtk+-2.1 + >=dev-libs/glib-2.0.6 + >=x11-libs/pango-1.1 + >=media-libs/libart_lgpl-2.3.10 + >=dev-libs/libxslt-1.0.21 + >=media-libs/freetype-2.0.9 + >=sys-devel/gettext-0.10.40 + >=sys-devel/perl-5.6.1 + >=sys-apps/gawk-3.1.0 + >=sys-devel/bison-1.28-r3" + + +DEPEND=">=dev-util/pkgconfig-0.12.0 + doc? ( >=dev-util/gtk-doc-0.9-r2 ) + ${RDEPEND}" + +DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README" + + + + + |