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/libgnomeprint: ChangeLog libgnomeprint-2.18.8.ebuild
Date: Tue, 28 Sep 2010 20:59:53
Message-Id: 20100928205554.BED1E20051@flycatcher.gentoo.org
1 eva 10/09/28 20:55:54
2
3 Modified: ChangeLog
4 Added: libgnomeprint-2.18.8.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.182 gnome-base/libgnomeprint/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprint/ChangeLog?rev=1.182&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprint/ChangeLog?rev=1.182&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprint/ChangeLog?r1=1.181&r2=1.182
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v
20 retrieving revision 1.181
21 retrieving revision 1.182
22 diff -u -r1.181 -r1.182
23 --- ChangeLog 11 Sep 2010 18:40:33 -0000 1.181
24 +++ ChangeLog 28 Sep 2010 20:55:54 -0000 1.182
25 @@ -1,6 +1,12 @@
26 # ChangeLog for gnome-base/libgnomeprint
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v 1.181 2010/09/11 18:40:33 josejx Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v 1.182 2010/09/28 20:55:54 eva Exp $
30 +
31 +*libgnomeprint-2.18.8 (28 Sep 2010)
32 +
33 + 28 Sep 2010; Gilles Dartiguelongue <eva@g.o>
34 + +libgnomeprint-2.18.8.ebuild:
35 + Version bump. Translation updates.
36
37 11 Sep 2010; Joseph Jezak <josejx@g.o> libgnomeprint-2.18.7.ebuild:
38 Marked ppc for bug #324077.
39
40
41
42 1.1 gnome-base/libgnomeprint/libgnomeprint-2.18.8.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.18.8.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.18.8.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libgnomeprint-2.18.8.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/libgnomeprint/libgnomeprint-2.18.8.ebuild,v 1.1 2010/09/28 20:55:54 eva Exp $
52
53 EAPI="3"
54 GCONF_DEBUG="no"
55
56 inherit gnome2
57
58 DESCRIPTION="Printer handling for Gnome"
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="cups doc"
65
66 RDEPEND=">=dev-libs/glib-2
67 >=media-libs/libart_lgpl-2.3.7
68 >=x11-libs/pango-1.5
69 >=dev-libs/libxml2-2.4.23
70 >=media-libs/fontconfig-1
71 >=media-libs/freetype-2.0.5
72 sys-libs/zlib
73 cups? (
74 >=net-print/cups-1.1.20
75 >=net-print/libgnomecups-0.2 )"
76 DEPEND="${RDEPEND}
77 sys-devel/gettext
78 >=dev-util/intltool-0.35
79 >=dev-util/pkgconfig-0.9
80 sys-devel/flex
81 sys-devel/bison
82 doc? (
83 ~app-text/docbook-xml-dtd-4.1.2
84 >=dev-util/gtk-doc-0.9 )"
85
86 DOCS="AUTHORS BUGS ChangeLog* NEWS README"
87
88 pkg_setup() {
89 # Disable papi support until papi is in portage; avoids automagic
90 # dependencies on an untracked library.
91 G2CONF="${G2CONF} $(use_with cups) --without-papi --disable-static"
92 }