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.5.ebuild
Date: Sat, 27 Sep 2008 15:36:57
Message-Id: E1Kjbqo-000513-KZ@stork.gentoo.org
1 eva 08/09/27 15:36:54
2
3 Modified: ChangeLog
4 Added: libgnomeprint-2.18.5.ebuild
5 Log:
6 bump to 2.18.5. Updated translations.
7 (Portage version: 2.2_rc11/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
8
9 Revision Changes Path
10 1.156 gnome-base/libgnomeprint/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprint/ChangeLog?rev=1.156&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprint/ChangeLog?rev=1.156&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprint/ChangeLog?r1=1.155&r2=1.156
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v
19 retrieving revision 1.155
20 retrieving revision 1.156
21 diff -u -r1.155 -r1.156
22 --- ChangeLog 28 Aug 2008 09:30:47 -0000 1.155
23 +++ ChangeLog 27 Sep 2008 15:36:54 -0000 1.156
24 @@ -1,6 +1,12 @@
25 # ChangeLog for gnome-base/libgnomeprint
26 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v 1.155 2008/08/28 09:30:47 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v 1.156 2008/09/27 15:36:54 eva Exp $
29 +
30 +*libgnomeprint-2.18.5 (27 Sep 2008)
31 +
32 + 27 Sep 2008; Gilles Dartiguelongue <eva@g.o>
33 + +libgnomeprint-2.18.5.ebuild:
34 + bump to 2.18.5. Updated translations.
35
36 28 Aug 2008; Diego Pettenò <flameeyes@g.o>
37 libgnomeprint-2.18.4.ebuild:
38
39
40
41 1.1 gnome-base/libgnomeprint/libgnomeprint-2.18.5.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.18.5.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.18.5.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libgnomeprint-2.18.5.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/libgnomeprint/libgnomeprint-2.18.5.ebuild,v 1.1 2008/09/27 15:36:54 eva Exp $
51
52 inherit gnome2
53
54 DESCRIPTION="Printer handling for Gnome"
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="cups doc"
61
62 RDEPEND=">=dev-libs/glib-2
63 >=media-libs/libart_lgpl-2.3.7
64 >=x11-libs/pango-1.5
65 >=dev-libs/libxml2-2.4.23
66 >=media-libs/fontconfig-1
67 >=media-libs/freetype-2.0.5
68 sys-libs/zlib
69 cups? (
70 >=net-print/cups-1.1.20
71 >=net-print/libgnomecups-0.2 )"
72 DEPEND="${RDEPEND}
73 sys-devel/gettext
74 >=dev-util/intltool-0.35
75 >=dev-util/pkgconfig-0.9
76 sys-devel/flex
77 sys-devel/bison
78 doc? (
79 ~app-text/docbook-xml-dtd-4.1.2
80 >=dev-util/gtk-doc-0.9 )"
81
82 DOCS="AUTHORS BUGS ChangeLog* NEWS README"
83 USE_DESTDIR="1"
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"
89 }