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: libgnomeprintui-2.18.6.ebuild ChangeLog
Date: Tue, 28 Sep 2010 21:10:56
Message-Id: 20100928210713.4B0BD20051@flycatcher.gentoo.org
1 eva 10/09/28 21:07:13
2
3 Modified: ChangeLog
4 Added: libgnomeprintui-2.18.6.ebuild
5 Log:
6 Version bump. Translation updates.
7
8 (Portage version: 2.2_rc88/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.168 gnome-base/libgnomeprintui/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog?rev=1.168&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog?rev=1.168&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog?r1=1.167&r2=1.168
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog,v
20 retrieving revision 1.167
21 retrieving revision 1.168
22 diff -u -r1.167 -r1.168
23 --- ChangeLog 11 Sep 2010 18:40:47 -0000 1.167
24 +++ ChangeLog 28 Sep 2010 21:07:13 -0000 1.168
25 @@ -1,6 +1,12 @@
26 # ChangeLog for gnome-base/libgnomeprintui
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog,v 1.167 2010/09/11 18:40:47 josejx Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog,v 1.168 2010/09/28 21:07:13 eva Exp $
30 +
31 +*libgnomeprintui-2.18.6 (28 Sep 2010)
32 +
33 + 28 Sep 2010; Gilles Dartiguelongue <eva@g.o>
34 + +libgnomeprintui-2.18.6.ebuild:
35 + Version bump. Translation updates.
36
37 11 Sep 2010; Joseph Jezak <josejx@g.o>
38 libgnomeprintui-2.18.5.ebuild:
39
40
41
42 1.1 gnome-base/libgnomeprintui/libgnomeprintui-2.18.6.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.6.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.6.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libgnomeprintui-2.18.6.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.6.ebuild,v 1.1 2010/09/28 21:07:13 eva Exp $
52
53 EAPI="3"
54 GCONF_DEBUG="no"
55
56 inherit gnome2
57
58 DESCRIPTION="User interface libraries for gnome print"
59 HOMEPAGE="http://www.gnome.org/"
60
61 LICENSE="GPL-2 LGPL-2.1"
62 SLOT="2.2"
63 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
64 IUSE="doc"
65
66 RDEPEND=">=x11-libs/gtk+-2.6
67 >=gnome-base/libgnomeprint-2.12.1
68 >=gnome-base/libgnomecanvas-1.117
69 >=x11-themes/gnome-icon-theme-1.1.92"
70 DEPEND="${RDEPEND}
71 sys-devel/gettext
72 >=dev-util/pkgconfig-0.9
73 doc? ( >=dev-util/gtk-doc-1 )"
74
75 DOCS="AUTHORS ChangeLog NEWS README"
76
77 G2CONF="${G2CONF} --disable-static"