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/libgnomeprint: ChangeLog libgnomeprint-2.18.7.ebuild
Date: Tue, 30 Mar 2010 17:33:34
Message-Id: E1NwfJj-0000wF-W9@stork.gentoo.org
1 pacho 10/03/30 17:33:31
2
3 Modified: ChangeLog
4 Added: libgnomeprint-2.18.7.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.7.17/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.174 gnome-base/libgnomeprint/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprint/ChangeLog?rev=1.174&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprint/ChangeLog?rev=1.174&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprint/ChangeLog?r1=1.173&r2=1.174
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v
19 retrieving revision 1.173
20 retrieving revision 1.174
21 diff -u -r1.173 -r1.174
22 --- ChangeLog 17 Jan 2010 23:59:52 -0000 1.173
23 +++ ChangeLog 30 Mar 2010 17:33:31 -0000 1.174
24 @@ -1,6 +1,11 @@
25 # ChangeLog for gnome-base/libgnomeprint
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v 1.173 2010/01/17 23:59:52 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v 1.174 2010/03/30 17:33:31 pacho Exp $
29 +
30 +*libgnomeprint-2.18.7 (30 Mar 2010)
31 +
32 + 30 Mar 2010; Pacho Ramos <pacho@g.o> +libgnomeprint-2.18.7.ebuild:
33 + Version bump with mostly translation updates.
34
35 17 Jan 2010; Jeroen Roovers <jer@g.o> libgnomeprint-2.18.6.ebuild:
36 Stable for HPPA (bug #281427).
37
38
39
40 1.1 gnome-base/libgnomeprint/libgnomeprint-2.18.7.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.18.7.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.18.7.ebuild?rev=1.1&content-type=text/plain
44
45 Index: libgnomeprint-2.18.7.ebuild
46 ===================================================================
47 # Copyright 1999-2010 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.18.7.ebuild,v 1.1 2010/03/30 17:33:31 pacho Exp $
50
51 GCONF_DEBUG="no"
52
53 inherit gnome2
54
55 DESCRIPTION="Printer handling for Gnome"
56 HOMEPAGE="http://www.gnome.org/"
57
58 LICENSE="GPL-2 LGPL-2.1"
59 SLOT="2.2"
60 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"
61 IUSE="cups doc"
62
63 RDEPEND=">=dev-libs/glib-2
64 >=media-libs/libart_lgpl-2.3.7
65 >=x11-libs/pango-1.5
66 >=dev-libs/libxml2-2.4.23
67 >=media-libs/fontconfig-1
68 >=media-libs/freetype-2.0.5
69 sys-libs/zlib
70 cups? (
71 >=net-print/cups-1.1.20
72 >=net-print/libgnomecups-0.2 )"
73 DEPEND="${RDEPEND}
74 sys-devel/gettext
75 >=dev-util/intltool-0.35
76 >=dev-util/pkgconfig-0.9
77 sys-devel/flex
78 sys-devel/bison
79 doc? (
80 ~app-text/docbook-xml-dtd-4.1.2
81 >=dev-util/gtk-doc-0.9 )"
82
83 DOCS="AUTHORS BUGS ChangeLog* NEWS README"
84
85 pkg_setup() {
86 # Disable papi support until papi is in portage; avoids automagic
87 # dependencies on an untracked library.
88 G2CONF="$(use_with cups) --without-papi --disable-static"
89 }