Gentoo Archives: gentoo-commits

From: "Jean-Noel Rivasseau (elvanor)" <elvanor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/hippo-canvas: metadata.xml hippo-canvas-0.3.0.ebuild ChangeLog
Date: Tue, 06 Oct 2009 08:13:27
Message-Id: E1Mv5Ai-0003Ar-Px@stork.gentoo.org
1 elvanor 09/10/06 08:13:24
2
3 Added: metadata.xml hippo-canvas-0.3.0.ebuild ChangeLog
4 Log:
5 Importing hippo-canvas into tree, bug #190836.
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 x11-libs/hippo-canvas/metadata.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/hippo-canvas/metadata.xml?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/hippo-canvas/metadata.xml?rev=1.1&content-type=text/plain
13
14 Index: metadata.xml
15 ===================================================================
16 <?xml version="1.0" encoding="UTF-8"?>
17 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
18 <pkgmetadata>
19 <herd>no-herd</herd>
20 <maintainer>
21 <email>elvanor@g.o</email>
22 <name>Jean-Noël Rivasseau</name>
23 </maintainer>
24 <longdescription lang="en">
25 HippoCanvas is a generic user interface element that can draw Cairo graphics, respond to key and mouse events,
26 and lay out other widgets. It is currently used to implement a number of Sugar's custom widgets (toolbars,
27 rounded buttons, etc.) and to lay out the screen.
28 </longdescription>
29 </pkgmetadata>
30
31
32
33 1.1 x11-libs/hippo-canvas/hippo-canvas-0.3.0.ebuild
34
35 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/hippo-canvas/hippo-canvas-0.3.0.ebuild?rev=1.1&view=markup
36 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/hippo-canvas/hippo-canvas-0.3.0.ebuild?rev=1.1&content-type=text/plain
37
38 Index: hippo-canvas-0.3.0.ebuild
39 ===================================================================
40 # Copyright 1999-2009 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42 # $Header: /var/cvsroot/gentoo-x86/x11-libs/hippo-canvas/hippo-canvas-0.3.0.ebuild,v 1.1 2009/10/06 08:13:24 elvanor Exp $
43
44 EAPI="2"
45
46 GCONF_DEBUG="no"
47 inherit gnome2
48
49 DESCRIPTION="A canvas library based on GTK+-2, Cairo, and Pango"
50 HOMEPAGE="http://live.gnome.org/HippoCanvas"
51
52 LICENSE="LGPL-2"
53 SLOT="0"
54 KEYWORDS="~amd64 ~x86"
55
56 IUSE="doc python"
57
58 RDEPEND=">=dev-libs/glib-2.6
59 dev-libs/libcroco
60 >=x11-libs/gtk+-2.6
61 x11-libs/pango
62 python? ( dev-lang/python
63 dev-python/pycairo
64 dev-python/pygtk )"
65 DEPEND="${RDEPEND}
66 dev-util/pkgconfig
67 doc? ( dev-util/gtk-doc )"
68
69 DOCS="AUTHORS README TODO"
70
71 pkg_setup() {
72 G2CONF="$(use_enable python)"
73 }
74
75
76
77 1.1 x11-libs/hippo-canvas/ChangeLog
78
79 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/hippo-canvas/ChangeLog?rev=1.1&view=markup
80 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/hippo-canvas/ChangeLog?rev=1.1&content-type=text/plain
81
82 Index: ChangeLog
83 ===================================================================
84 # ChangeLog for x11-libs/hippo-canvas
85 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
86 # $Header: /var/cvsroot/gentoo-x86/x11-libs/hippo-canvas/ChangeLog,v 1.1 2009/10/06 08:13:24 elvanor Exp $
87
88 *hippo-canvas-0.3.0 (06 Oct 2009)
89
90 06 Oct 2009; Jean-Noël Rivasseau <elvanor@g.o>
91 +hippo-canvas-0.3.0.ebuild, +metadata.xml:
92 Bumped to version 3 and added to the tree. Closing bug #190836. Credits
93 for the ebuild go to
94 Alexandre Rostovtsev <tetromino@×××××.com>.
95
96 29 Apr 2008; Alexandre Rostovtsev (tetromino) <tetromino@×××××.com>
97 -hippo-canvas-0.2.30.ebuild, +hippo-canvas-0.2.31.ebuild:
98 Version bump.
99
100 04 Apr 2008; Alexandre Rostovtsev (tetromino) <tetromino@×××××.com>
101 -hippo-canvas-0.2.25.ebuild, +hippo-canvas-0.2.30.ebuild:
102 Version bump.
103
104 04 Feb 2008; Alexandre Rostovtsev (tetromino) <tetromino@×××××.com>
105 -files/hippo-canvas-0.2.23-use-python.patch, -hippo-canvas-0.2.23.ebuild,
106 +hippo-canvas-0.2.25.ebuild:
107 Version bump. Re-enabling USE=doc because eautoreconf is no longer needed.
108
109 05 Sep 2007; Jakub Moc <jakub@g.o> hippo-canvas-0.2.23.ebuild:
110 Get rid of unwanted debug USE flag
111
112 04 Sep 2007; Jakub Moc <jakub@g.o> hippo-canvas-0.2.23.ebuild:
113 Use gnome2 eclass properly, clean up ebuild, remove USE=doc until
114 eautoreconf does not fail without gtk-doc installed
115
116 02 Sep 2007; Alexandre Rostovtsev (tetromino) <tetromino@×××××.com>
117 +files/hippo-canvas-0.2.23-use-python.patch, +metadata.xml,
118 +hippo-canvas-0.2.23.ebuild:
119 New ebuild for bug 190836