diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2007-10-14 12:35:48 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2007-10-14 12:35:48 +0000 |
commit | f7e21d7b523a25c095853be814ae2f8e77922868 (patch) | |
tree | 612b3cfc2b7161fb9c989b681dd17fbab9e24f59 /gnome-base/libgnomecanvas | |
parent | our texlive supports texmf site overlay, adapt deps to reflect that (diff) | |
download | gentoo-2-f7e21d7b523a25c095853be814ae2f8e77922868.tar.gz gentoo-2-f7e21d7b523a25c095853be814ae2f8e77922868.tar.bz2 gentoo-2-f7e21d7b523a25c095853be814ae2f8e77922868.zip |
bump to 2.20.1
(Portage version: 2.1.3.12)
Diffstat (limited to 'gnome-base/libgnomecanvas')
-rw-r--r-- | gnome-base/libgnomecanvas/ChangeLog | 8 | ||||
-rw-r--r-- | gnome-base/libgnomecanvas/files/digest-libgnomecanvas-2.20.1 | 3 | ||||
-rw-r--r-- | gnome-base/libgnomecanvas/libgnomecanvas-2.20.1.ebuild | 32 |
3 files changed, 42 insertions, 1 deletions
diff --git a/gnome-base/libgnomecanvas/ChangeLog b/gnome-base/libgnomecanvas/ChangeLog index 429656450122..66c69d18077b 100644 --- a/gnome-base/libgnomecanvas/ChangeLog +++ b/gnome-base/libgnomecanvas/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnome-base/libgnomecanvas # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomecanvas/ChangeLog,v 1.100 2007/10/01 06:34:11 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomecanvas/ChangeLog,v 1.101 2007/10/14 12:35:48 eva Exp $ + +*libgnomecanvas-2.20.1 (14 Oct 2007) + + 14 Oct 2007; Gilles Dartiguelongue <eva@gentoo.org> + +libgnomecanvas-2.20.1.ebuild: + bump to 2.20.1 *libgnomecanvas-2.20.0 (01 Oct 2007) diff --git a/gnome-base/libgnomecanvas/files/digest-libgnomecanvas-2.20.1 b/gnome-base/libgnomecanvas/files/digest-libgnomecanvas-2.20.1 new file mode 100644 index 000000000000..e737a624e5fe --- /dev/null +++ b/gnome-base/libgnomecanvas/files/digest-libgnomecanvas-2.20.1 @@ -0,0 +1,3 @@ +MD5 49574f1be192abc191dd1eed72fcbe03 libgnomecanvas-2.20.1.tar.bz2 583613 +RMD160 a17a5c71ef30b831defb811e810d0351962c18c7 libgnomecanvas-2.20.1.tar.bz2 583613 +SHA256 cf5997f2fefabc7edb77bee88c58b22442de91612f117d792d56aac91b447733 libgnomecanvas-2.20.1.tar.bz2 583613 diff --git a/gnome-base/libgnomecanvas/libgnomecanvas-2.20.1.ebuild b/gnome-base/libgnomecanvas/libgnomecanvas-2.20.1.ebuild new file mode 100644 index 000000000000..69db100065d9 --- /dev/null +++ b/gnome-base/libgnomecanvas/libgnomecanvas-2.20.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomecanvas/libgnomecanvas-2.20.1.ebuild,v 1.1 2007/10/14 12:35:48 eva Exp $ + +inherit virtualx gnome2 + +DESCRIPTION="The Gnome 2 Canvas library" +HOMEPAGE="http://www.gnome.org/" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="doc" + +# gail dep at 1.19.6 to ensure both gail and libgnomecanvas aren't providing GailCanvas (got moved to here with gail-1.19.6) +RDEPEND=">=x11-libs/gtk+-2.0.3 + >=gnome-base/gail-1.19.6 + >=media-libs/libart_lgpl-2.3.8 + >=x11-libs/pango-1.0.1 + >=gnome-base/libglade-2" + +DEPEND="${RDEPEND} + sys-devel/gettext + >=dev-util/intltool-0.35 + >=dev-util/pkgconfig-0.18 + doc? ( >=dev-util/gtk-doc-1 )" + +DOCS="AUTHORS ChangeLog NEWS README" + +src_test() { + Xmake check || die "Test phase failed" +} |