Gentoo Archives: gentoo-commits

From: "Mart Raudsepp (leio)" <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/libgnomecanvas: ChangeLog libgnomecanvas-2.20.0.ebuild
Date: Mon, 01 Oct 2007 06:43:12
Message-Id: E1IcEr6-00038f-0G@stork.gentoo.org
1 leio 07/10/01 06:34:12
2
3 Modified: ChangeLog
4 Added: libgnomecanvas-2.20.0.ebuild
5 Log:
6 New series for Gnome 2.20 with GailCanvas moved to here from gail
7 (Portage version: 2.1.3.11)
8
9 Revision Changes Path
10 1.100 gnome-base/libgnomecanvas/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomecanvas/ChangeLog?rev=1.100&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomecanvas/ChangeLog?rev=1.100&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomecanvas/ChangeLog?r1=1.99&r2=1.100
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnomecanvas/ChangeLog,v
19 retrieving revision 1.99
20 retrieving revision 1.100
21 diff -u -r1.99 -r1.100
22 --- ChangeLog 27 May 2007 05:42:57 -0000 1.99
23 +++ ChangeLog 1 Oct 2007 06:34:11 -0000 1.100
24 @@ -1,6 +1,12 @@
25 # ChangeLog for gnome-base/libgnomecanvas
26 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomecanvas/ChangeLog,v 1.99 2007/05/27 05:42:57 kumba Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomecanvas/ChangeLog,v 1.100 2007/10/01 06:34:11 leio Exp $
29 +
30 +*libgnomecanvas-2.20.0 (01 Oct 2007)
31 +
32 + 01 Oct 2007; Mart Raudsepp <leio@g.o>
33 + +libgnomecanvas-2.20.0.ebuild:
34 + New series for Gnome 2.20 with GailCanvas moved to here from gail
35
36 27 May 2007; Joshua Kinard <kumba@g.o>
37 libgnomecanvas-2.14.0.ebuild:
38
39
40
41 1.1 gnome-base/libgnomecanvas/libgnomecanvas-2.20.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomecanvas/libgnomecanvas-2.20.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomecanvas/libgnomecanvas-2.20.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libgnomecanvas-2.20.0.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomecanvas/libgnomecanvas-2.20.0.ebuild,v 1.1 2007/10/01 06:34:11 leio Exp $
51
52 inherit virtualx gnome2
53
54 DESCRIPTION="The Gnome 2 Canvas library"
55 HOMEPAGE="http://www.gnome.org/"
56
57 LICENSE="LGPL-2"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
60 IUSE="doc"
61
62 # 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)
63 RDEPEND=">=x11-libs/gtk+-2.0.3
64 >=gnome-base/gail-1.19.6
65 >=media-libs/libart_lgpl-2.3.8
66 >=x11-libs/pango-1.0.1
67 >=gnome-base/libglade-2"
68
69 DEPEND="${RDEPEND}
70 sys-devel/gettext
71 >=dev-util/intltool-0.35
72 >=dev-util/pkgconfig-0.18
73 doc? ( >=dev-util/gtk-doc-1 )"
74
75 DOCS="AUTHORS ChangeLog NEWS README"
76
77 src_test() {
78 Xmake check || die "Test phase failed"
79 }
80
81
82
83 --
84 gentoo-commits@g.o mailing list