Gentoo Archives: gentoo-commits

From: "Daniel Gryniewicz (dang)" <dang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/libgnome: ChangeLog libgnome-2.20.0.ebuild
Date: Wed, 26 Sep 2007 20:40:21
Message-Id: E1IadXy-0004H7-Ju@stork.gentoo.org
1 dang 07/09/26 20:31:50
2
3 Modified: ChangeLog
4 Added: libgnome-2.20.0.ebuild
5 Log:
6 New series for Gnome 2.20
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.147 gnome-base/libgnome/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnome/ChangeLog?rev=1.147&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnome/ChangeLog?rev=1.147&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnome/ChangeLog?r1=1.146&r2=1.147
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnome/ChangeLog,v
19 retrieving revision 1.146
20 retrieving revision 1.147
21 diff -u -r1.146 -r1.147
22 --- ChangeLog 22 Sep 2007 07:34:07 -0000 1.146
23 +++ ChangeLog 26 Sep 2007 20:31:50 -0000 1.147
24 @@ -1,6 +1,11 @@
25 # ChangeLog for gnome-base/libgnome
26 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/ChangeLog,v 1.146 2007/09/22 07:34:07 tgall Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/ChangeLog,v 1.147 2007/09/26 20:31:50 dang Exp $
29 +
30 +*libgnome-2.20.0 (26 Sep 2007)
31 +
32 + 26 Sep 2007; Daniel Gryniewicz <dang@g.o> +libgnome-2.20.0.ebuild:
33 + New series for Gnome 2.20
34
35 22 Sep 2007; Tom Gall <tgall@g.o> libgnome-2.18.0.ebuild:
36 stable on ppc64
37
38
39
40 1.1 gnome-base/libgnome/libgnome-2.20.0.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnome/libgnome-2.20.0.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libgnome/libgnome-2.20.0.ebuild?rev=1.1&content-type=text/plain
44
45 Index: libgnome-2.20.0.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/libgnome-2.20.0.ebuild,v 1.1 2007/09/26 20:31:50 dang Exp $
50
51 inherit gnome2
52
53 DESCRIPTION="Essential Gnome Libraries"
54 HOMEPAGE="http://www.gnome.org/"
55
56 LICENSE="LGPL-2"
57 SLOT="0"
58 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
59 IUSE="doc esd"
60
61 RDEPEND=">=gnome-base/gconf-2
62 >=dev-libs/glib-2.8
63 >=gnome-base/gnome-vfs-2.5.3
64 >=gnome-base/libbonobo-2.13
65 >=dev-libs/popt-1.7
66 esd? (
67 >=media-sound/esound-0.2.26
68 >=media-libs/audiofile-0.2.3
69 )"
70
71 DEPEND="${RDEPEND}
72 >=dev-util/intltool-0.35
73 >=dev-util/pkgconfig-0.17
74 doc? ( >=dev-util/gtk-doc-1 )"
75
76 DOCS="AUTHORS ChangeLog NEWS README"
77
78
79 pkg_setup() {
80 G2CONF="${G2CONF} --disable-schemas-install $(use_enable esd)"
81 }
82
83
84
85 --
86 gentoo-commits@g.o mailing list