Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/libgnomeprint-python: ChangeLog libgnomeprint-python-2.28.0.ebuild
Date: Thu, 29 Oct 2009 23:24:24
Message-Id: E1N3eLu-0001Wu-7C@stork.gentoo.org
1 eva 09/10/29 23:24:22
2
3 Modified: ChangeLog
4 Added: libgnomeprint-python-2.28.0.ebuild
5 Log:
6 New version for GNOME 2.28.
7 (Portage version: 2.2_rc46/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.22 dev-python/libgnomeprint-python/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/libgnomeprint-python/ChangeLog?rev=1.22&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/libgnomeprint-python/ChangeLog?rev=1.22&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/libgnomeprint-python/ChangeLog?r1=1.21&r2=1.22
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/libgnomeprint-python/ChangeLog,v
19 retrieving revision 1.21
20 retrieving revision 1.22
21 diff -u -r1.21 -r1.22
22 --- ChangeLog 24 Oct 2009 16:28:32 -0000 1.21
23 +++ ChangeLog 29 Oct 2009 23:24:21 -0000 1.22
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-python/libgnomeprint-python
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnomeprint-python/ChangeLog,v 1.21 2009/10/24 16:28:32 nixnut Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/libgnomeprint-python/ChangeLog,v 1.22 2009/10/29 23:24:21 eva Exp $
29 +
30 +*libgnomeprint-python-2.28.0 (29 Oct 2009)
31 +
32 + 29 Oct 2009; Gilles Dartiguelongue <eva@g.o>
33 + +libgnomeprint-python-2.28.0.ebuild:
34 + New version for GNOME 2.28.
35
36 24 Oct 2009; nixnut <nixnut@g.o>
37 libgnomeprint-python-2.26.0.ebuild:
38
39
40
41 1.1 dev-python/libgnomeprint-python/libgnomeprint-python-2.28.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/libgnomeprint-python/libgnomeprint-python-2.28.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/libgnomeprint-python/libgnomeprint-python-2.28.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libgnomeprint-python-2.28.0.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-python/libgnomeprint-python/libgnomeprint-python-2.28.0.ebuild,v 1.1 2009/10/29 23:24:21 eva Exp $
51
52 GCONF_DEBUG="no"
53 G_PY_PN="gnome-python-desktop"
54 G_PY_BINDINGS="gnomeprint gnomeprintui"
55
56 inherit gnome-python-common
57
58 DESCRIPTION="Python bindings for GNOME printing support"
59 LICENSE="LGPL-2.1"
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
62 IUSE="doc examples"
63
64 RDEPEND=">=gnome-base/libgnomeprint-2.2.0
65 >=gnome-base/libgnomeprintui-2.2.0
66 >=dev-python/libgnomecanvas-python-2.25.90
67 !<dev-python/gnome-python-desktop-2.22.0-r10"
68 DEPEND="${RDEPEND}"
69
70 EXAMPLES="examples/gnomeprint/*"