Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/libgnomeprintui: ChangeLog libgnomeprintui-2.18.5.ebuild
Date: Tue, 30 Mar 2010 17:39:14
Message-Id: E1NwfPE-00019w-Dp@stork.gentoo.org
1 pacho 10/03/30 17:39:12
2
3 Modified: ChangeLog
4 Added: libgnomeprintui-2.18.5.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.7.17/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.160 gnome-base/libgnomeprintui/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog?rev=1.160&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog?rev=1.160&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog?r1=1.159&r2=1.160
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog,v
19 retrieving revision 1.159
20 retrieving revision 1.160
21 diff -u -r1.159 -r1.160
22 --- ChangeLog 9 Feb 2010 20:47:55 -0000 1.159
23 +++ ChangeLog 30 Mar 2010 17:39:12 -0000 1.160
24 @@ -1,6 +1,12 @@
25 # ChangeLog for gnome-base/libgnomeprintui
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog,v 1.159 2010/02/09 20:47:55 grobian Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog,v 1.160 2010/03/30 17:39:12 pacho Exp $
29 +
30 +*libgnomeprintui-2.18.5 (30 Mar 2010)
31 +
32 + 30 Mar 2010; Pacho Ramos <pacho@g.o>
33 + +libgnomeprintui-2.18.5.ebuild:
34 + Version bump with translation updates.
35
36 09 Feb 2010; Fabian Groffen <grobian@g.o>
37 libgnomeprintui-2.18.4.ebuild:
38
39
40
41 1.1 gnome-base/libgnomeprintui/libgnomeprintui-2.18.5.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.5.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.5.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libgnomeprintui-2.18.5.ebuild
47 ===================================================================
48 # Copyright 1999-2010 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.5.ebuild,v 1.1 2010/03/30 17:39:12 pacho Exp $
51
52 GCONF_DEBUG="no"
53
54 inherit gnome2
55
56 DESCRIPTION="User interface libraries for gnome print"
57 HOMEPAGE="http://www.gnome.org/"
58
59 LICENSE="GPL-2 LGPL-2.1"
60 SLOT="2.2"
61 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
62 IUSE="doc"
63
64 RDEPEND=">=x11-libs/gtk+-2.6
65 >=gnome-base/libgnomeprint-2.12.1
66 >=gnome-base/libgnomecanvas-1.117
67 >=x11-themes/gnome-icon-theme-1.1.92"
68 DEPEND="${RDEPEND}
69 sys-devel/gettext
70 >=dev-util/pkgconfig-0.9
71 doc? ( >=dev-util/gtk-doc-1 )"
72
73 DOCS="AUTHORS ChangeLog NEWS README"
74
75 G2CONF="${G2CONF} --disable-static"