Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/diacanvas: ChangeLog diacanvas-0.15.4.ebuild
Date: Mon, 24 Nov 2008 13:25:38
Message-Id: E1L4bRY-0000bj-2h@stork.gentoo.org
1 eva 08/11/24 13:25:36
2
3 Modified: ChangeLog
4 Added: diacanvas-0.15.4.ebuild
5 Log:
6 Bump to 0.15.4. Close bug #61835 and bug #248536.
7 (Portage version: 2.2_rc15/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
8
9 Revision Changes Path
10 1.5 x11-libs/diacanvas/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/diacanvas/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/diacanvas/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/diacanvas/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/diacanvas/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 21 Feb 2007 23:54:30 -0000 1.4
23 +++ ChangeLog 24 Nov 2008 13:25:36 -0000 1.5
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-libs/diacanvas
26 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/diacanvas/ChangeLog,v 1.4 2007/02/21 23:54:30 jokey Exp $
28 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/diacanvas/ChangeLog,v 1.5 2008/11/24 13:25:36 eva Exp $
30 +
31 +*diacanvas-0.15.4 (24 Nov 2008)
32 +
33 + 24 Nov 2008; Gilles Dartiguelongue <eva@g.o>
34 + +files/diacanvas-0.15.4-python-bindings.patch, +diacanvas-0.15.4.ebuild:
35 + Bump to 0.15.4. Close bug #61835 and bug #248536.
36
37 21 Feb 2007; Markus Ullmann <jokey@g.o> ChangeLog:
38 Redigest for Manifest2
39
40
41
42 1.1 x11-libs/diacanvas/diacanvas-0.15.4.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/diacanvas/diacanvas-0.15.4.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/diacanvas/diacanvas-0.15.4.ebuild?rev=1.1&content-type=text/plain
46
47 Index: diacanvas-0.15.4.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-libs/diacanvas/diacanvas-0.15.4.ebuild,v 1.1 2008/11/24 13:25:36 eva Exp $
52
53 inherit eutils gnome2
54
55 MY_P=${PN}2_${PV}
56 MY_P2=${PN}2-${PV}
57
58 DESCRIPTION="Gnome library to draw diagrams"
59 HOMEPAGE="http://diacanvas.sourceforge.net/"
60 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
61
62 IUSE="python gnome doc"
63 SLOT="0"
64 KEYWORDS="~amd64 ~ppc ~x86"
65 LICENSE="LGPL-2.1"
66
67 RDEPEND=">=dev-libs/glib-2
68 >=media-libs/libart_lgpl-2
69 >=gnome-base/libgnomecanvas-2
70 python? (
71 >=dev-lang/python-2.2
72 >=dev-python/pygtk-2 )
73 gnome? ( >=gnome-base/libgnomeprint-2.2 )"
74
75 DEPEND="${RDEPEND}
76 dev-util/pkgconfig
77 doc? ( >=dev-util/gtk-doc-1.7 )"
78
79 DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README"
80
81 S="${WORKDIR}/${MY_P2}"
82
83 pkg_setup() {
84 G2CONF="${G2CONF}
85 $(use_enable gnome gnome-print)
86 $(use_enable python)"
87 }
88
89 src_unpack() {
90 gnome2_src_unpack
91
92 # Fix functions overridden more than once
93 # http://sourceforge.net/tracker/index.php?func=detail&aid=1783924&group_id=21360&atid=371905
94 epatch "${FILESDIR}/${P}-python-bindings.patch"
95 }