Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/libgnomeprintui: ChangeLog libgnomeprintui-2.18.3.ebuild
Date: Sat, 27 Sep 2008 15:49:17
Message-Id: E1Kjc2j-00058S-K7@stork.gentoo.org
1 eva 08/09/27 15:49:13
2
3 Modified: ChangeLog
4 Added: libgnomeprintui-2.18.3.ebuild
5 Log:
6 bump to 2.18.3, updated translations and build fixes.
7 (Portage version: 2.2_rc11/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
8
9 Revision Changes Path
10 1.139 gnome-base/libgnomeprintui/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog?rev=1.139&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog?rev=1.139&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog?r1=1.138&r2=1.139
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog,v
19 retrieving revision 1.138
20 retrieving revision 1.139
21 diff -u -r1.138 -r1.139
22 --- ChangeLog 14 May 2008 22:09:42 -0000 1.138
23 +++ ChangeLog 27 Sep 2008 15:49:13 -0000 1.139
24 @@ -1,6 +1,12 @@
25 # ChangeLog for gnome-base/libgnomeprintui
26 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog,v 1.138 2008/05/14 22:09:42 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog,v 1.139 2008/09/27 15:49:13 eva Exp $
29 +
30 +*libgnomeprintui-2.18.3 (27 Sep 2008)
31 +
32 + 27 Sep 2008; Gilles Dartiguelongue <eva@g.o>
33 + +libgnomeprintui-2.18.3.ebuild:
34 + bump to 2.18.3, updated translations and build fixes.
35
36 14 May 2008; Gilles Dartiguelongue <eva@g.o>
37 -libgnomeprintui-2.18.0.ebuild, -libgnomeprintui-2.18.1.ebuild:
38
39
40
41 1.1 gnome-base/libgnomeprintui/libgnomeprintui-2.18.3.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libgnomeprintui-2.18.3.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.3.ebuild,v 1.1 2008/09/27 15:49:13 eva Exp $
51
52 inherit gnome2
53
54 DESCRIPTION="User interface libraries for gnome print"
55 HOMEPAGE="http://www.gnome.org/"
56
57 LICENSE="GPL-2 LGPL-2.1"
58 SLOT="2.2"
59 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
60 IUSE="doc"
61
62 RDEPEND=">=x11-libs/gtk+-2.6
63 >=gnome-base/libgnomeprint-2.12.1
64 >=gnome-base/libgnomecanvas-1.117
65 >=x11-themes/gnome-icon-theme-1.1.92"
66 DEPEND="${RDEPEND}
67 sys-devel/gettext
68 >=dev-util/pkgconfig-0.9
69 doc? ( >=dev-util/gtk-doc-1 )"
70
71 DOCS="AUTHORS ChangeLog NEWS README"