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.2.ebuild
Date: Mon, 17 Sep 2007 21:30:52
Message-Id: E1IXO3k-0004yp-HU@stork.gentoo.org
1 eva 07/09/17 21:23:12
2
3 Modified: ChangeLog
4 Added: libgnomeprint-2.18.2.ebuild
5 Log:
6 bump to 2.18.2
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.127 gnome-base/libgnomeprint/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprint/ChangeLog?rev=1.127&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprint/ChangeLog?rev=1.127&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprint/ChangeLog?r1=1.126&r2=1.127
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v
19 retrieving revision 1.126
20 retrieving revision 1.127
21 diff -u -r1.126 -r1.127
22 --- ChangeLog 28 Aug 2007 19:37:25 -0000 1.126
23 +++ ChangeLog 17 Sep 2007 21:23:12 -0000 1.127
24 @@ -1,6 +1,12 @@
25 # ChangeLog for gnome-base/libgnomeprint
26 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v 1.126 2007/08/28 19:37:25 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v 1.127 2007/09/17 21:23:12 eva Exp $
29 +
30 +*libgnomeprint-2.18.2 (17 Sep 2007)
31 +
32 + 17 Sep 2007; Gilles Dartiguelongue <eva@g.o>
33 + +libgnomeprint-2.18.2.ebuild:
34 + bump to 2.18.2, updated arabic translation
35
36 28 Aug 2007; Jeroen Roovers <jer@g.o> libgnomeprint-2.18.0.ebuild:
37 Stable for HPPA (bug #185823).
38
39
40
41 1.1 gnome-base/libgnomeprint/libgnomeprint-2.18.2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.18.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.18.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libgnomeprint-2.18.2.ebuild
47 ===================================================================
48 # Copyright 1999-2007 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.2.ebuild,v 1.1 2007/09/17 21:23:12 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 dev-libs/popt
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 USE_DESTDIR="1"
85
86 pkg_setup() {
87 G2CONF="$(use_with cups)"
88 }
89
90
91
92 --
93 gentoo-commits@g.o mailing list